Pull request #41513 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 46cdcd206c56172b95ba5c77b827a722dab426c5 rather than ef553e14a4e27fc479b9c8e94d76654ec67694fe Obtained Jenkinsfile from 46cdcd206c56172b95ba5c77b827a722dab426c5 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-10-01T00:46:16.516Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-10-01T00:46:16.519Z] Trying to pass milestone 3 [Pipeline] milestone [2020-10-01T00:46:16.563Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-10-01T00:46:16.721Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-030f058df60aabc8d) in /home/ubuntu/workspace/moby_PR-41513 [Pipeline] { [Pipeline] checkout [2020-10-01T00:46:16.762Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:16.769Z] Cloning the remote Git repository [2020-10-01T00:46:16.769Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:46:16.772Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:46:16.774Z] > git init /home/ubuntu/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:46:16.786Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:16.786Z] > git --version # timeout=10 [2020-10-01T00:46:16.789Z] > git --version # 'git version 2.17.1' [2020-10-01T00:46:16.789Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:16.789Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:30.164Z] Fetching without tags [2020-10-01T00:46:30.395Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:30.148Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:30.151Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:46:30.157Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:30.162Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:30.167Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:30.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:30.168Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:30.397Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:30.419Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:30.969Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:30.969Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:46:31.482Z] Commit message: "Fix gcplogs memory/connection leak" [2020-10-01T00:46:31.498Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:46:32.326Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/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-10-01T00:46:30.949Z] > git remote # timeout=10 [2020-10-01T00:46:30.954Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:46:30.958Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:30.958Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:46:30.965Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:46:30.972Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:30.974Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:31.484Z] > git rev-list --no-walk 1570ec93491c7167d78fbbd5946b5d6cc20abfc4 # timeout=10 [2020-10-01T00:46:34.856Z] 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-10-01T00:46:35.125Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f7e412be6f13fd1a) in /home/ubuntu/workspace/moby_PR-41513 [Pipeline] node [2020-10-01T00:46:35.127Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-030f058df60aabc8d) in /home/ubuntu/workspace/moby_PR-41513 [Pipeline] node [Pipeline] node [2020-10-01T00:46:35.132Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41513 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [2020-10-01T00:46:35.139Z] Running on ppc64le-ubuntu-15 in /home/docker/workspace/moby_PR-41513 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-10-01T00:46:35.708Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:35.708Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:35.718Z] Fetching changes from the remote Git repository [2020-10-01T00:46:35.718Z] Cloning the remote Git repository [2020-10-01T00:46:35.718Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:46:35.723Z] Fetching without tags [2020-10-01T00:46:35.747Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:35.761Z] Cloning the remote Git repository [2020-10-01T00:46:35.761Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:46:35.776Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:35.803Z] Cloning the remote Git repository [2020-10-01T00:46:35.803Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:46:35.964Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:36.032Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:36.033Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:46:36.097Z] Commit message: "Fix gcplogs memory/connection leak" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:46:36.610Z] Running on azwin-2-d2dd10 in d:\jenkins\workspace\moby_PR-41513 [Pipeline] { [Pipeline] ws [2020-10-01T00:46:36.625Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-10-01T00:46:35.721Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:46:35.722Z] > git init /home/ubuntu/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:46:35.725Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:35.725Z] > git --version # timeout=10 [2020-10-01T00:46:35.731Z] > git --version # 'git version 2.17.1' [2020-10-01T00:46:35.731Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:35.732Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:35.715Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-10-01T00:46:35.720Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:35.726Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:35.726Z] > git --version # timeout=10 [2020-10-01T00:46:35.731Z] > git --version # 'git version 2.17.1' [2020-10-01T00:46:35.731Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:35.732Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:35.967Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:35.971Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:36.014Z] > git remote # timeout=10 [2020-10-01T00:46:36.017Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:46:36.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:36.024Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:46:36.030Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:46:36.035Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:36.037Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:35.768Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:46:35.768Z] > git init /home/jenkins/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:46:35.803Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:35.803Z] > git --version # timeout=10 [2020-10-01T00:46:35.807Z] > git --version # 'git version 2.17.1' [2020-10-01T00:46:35.807Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:35.807Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:35.813Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:46:35.813Z] > git init /home/docker/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:46:35.827Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:35.827Z] > git --version # timeout=10 [2020-10-01T00:46:35.830Z] > git --version # 'git version 2.7.4' [2020-10-01T00:46:35.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:35.832Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:36.818Z] + docker version [2020-10-01T00:46:36.818Z] Client: Docker Engine - Community [2020-10-01T00:46:36.818Z] Version: 19.03.13 [2020-10-01T00:46:36.818Z] API version: 1.40 [2020-10-01T00:46:36.818Z] Go version: go1.13.15 [2020-10-01T00:46:36.818Z] Git commit: 4484c46d9d [2020-10-01T00:46:36.818Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-01T00:46:36.818Z] OS/Arch: linux/amd64 [2020-10-01T00:46:36.818Z] Experimental: false [2020-10-01T00:46:36.818Z] [2020-10-01T00:46:36.818Z] Server: Docker Engine - Community [2020-10-01T00:46:36.818Z] Engine: [2020-10-01T00:46:36.818Z] Version: 19.03.13 [2020-10-01T00:46:36.818Z] API version: 1.40 (minimum version 1.12) [2020-10-01T00:46:36.818Z] Go version: go1.13.15 [2020-10-01T00:46:36.818Z] Git commit: 4484c46d9d [2020-10-01T00:46:36.818Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-01T00:46:36.818Z] OS/Arch: linux/amd64 [2020-10-01T00:46:36.818Z] Experimental: true [2020-10-01T00:46:36.818Z] containerd: [2020-10-01T00:46:36.818Z] Version: 1.3.7 [2020-10-01T00:46:36.818Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:46:36.818Z] runc: [2020-10-01T00:46:36.818Z] Version: 1.0.0-rc10 [2020-10-01T00:46:36.818Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:36.818Z] docker-init: [2020-10-01T00:46:36.818Z] Version: 0.18.0 [2020-10-01T00:46:36.818Z] GitCommit: fec3683 [Pipeline] sh [2020-10-01T00:46:37.102Z] + docker info [2020-10-01T00:46:38.036Z] Client: [2020-10-01T00:46:38.036Z] Debug Mode: false [2020-10-01T00:46:38.036Z] [2020-10-01T00:46:38.036Z] Server: [2020-10-01T00:46:38.036Z] Containers: 0 [2020-10-01T00:46:38.036Z] Running: 0 [2020-10-01T00:46:38.036Z] Paused: 0 [2020-10-01T00:46:38.036Z] Stopped: 0 [2020-10-01T00:46:38.036Z] Images: 4 [2020-10-01T00:46:38.036Z] Server Version: 19.03.13 [2020-10-01T00:46:38.036Z] Storage Driver: overlay2 [2020-10-01T00:46:38.036Z] Backing Filesystem: extfs [2020-10-01T00:46:38.036Z] Supports d_type: true [2020-10-01T00:46:38.036Z] Native Overlay Diff: true [2020-10-01T00:46:38.036Z] Logging Driver: json-file [2020-10-01T00:46:38.036Z] Cgroup Driver: cgroupfs [2020-10-01T00:46:38.036Z] Plugins: [2020-10-01T00:46:38.036Z] Volume: local [2020-10-01T00:46:38.036Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:46:38.036Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-01T00:46:38.036Z] Swarm: inactive [2020-10-01T00:46:38.036Z] Runtimes: runc [2020-10-01T00:46:38.036Z] Default Runtime: runc [2020-10-01T00:46:38.036Z] Init Binary: docker-init [2020-10-01T00:46:38.037Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:46:38.037Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:38.037Z] init version: fec3683 [2020-10-01T00:46:38.037Z] Security Options: [2020-10-01T00:46:38.037Z] apparmor [2020-10-01T00:46:38.037Z] seccomp [2020-10-01T00:46:38.037Z] Profile: default [2020-10-01T00:46:38.037Z] Kernel Version: 5.4.0-1025-aws [2020-10-01T00:46:38.037Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-01T00:46:38.037Z] OSType: linux [2020-10-01T00:46:38.037Z] Architecture: x86_64 [2020-10-01T00:46:38.037Z] CPUs: 2 [2020-10-01T00:46:38.037Z] Total Memory: 7.569GiB [2020-10-01T00:46:38.037Z] Name: ip-10-100-102-117 [2020-10-01T00:46:38.037Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-01T00:46:38.037Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:46:38.037Z] Debug Mode: false [2020-10-01T00:46:38.037Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:46:38.037Z] Labels: [2020-10-01T00:46:38.037Z] Experimental: true [2020-10-01T00:46:38.037Z] Insecure Registries: [2020-10-01T00:46:38.037Z] 127.0.0.0/8 [2020-10-01T00:46:38.037Z] Live Restore Enabled: true [2020-10-01T00:46:38.037Z] [2020-10-01T00:46:38.037Z] WARNING: No swap limit support [Pipeline] sh [2020-10-01T00:46:38.322Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:38.322Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:38.322Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:46:38.322Z] + bash /home/ubuntu/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:46:38.322Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:46:38.322Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-01T00:46:38.322Z] [2020-10-01T00:46:38.322Z] Generally Necessary: [2020-10-01T00:46:38.322Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:46:38.322Z] - apparmor: enabled and tools installed [2020-10-01T00:46:38.322Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:46:38.322Z] - CONFIG_NET_NS: enabled [2020-10-01T00:46:38.322Z] - CONFIG_PID_NS: enabled [2020-10-01T00:46:38.322Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:46:38.322Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:46:38.322Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_MEMCG: enabled [2020-10-01T00:46:38.581Z] - CONFIG_KEYS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-01T00:46:38.581Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-01T00:46:38.581Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:46:38.581Z] [2020-10-01T00:46:38.581Z] Optional Features: [2020-10-01T00:46:38.581Z] - CONFIG_USER_NS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:46:38.581Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:46:38.581Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-01T00:46:38.581Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:46:38.581Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:46:38.581Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-01T00:46:38.581Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:46:38.581Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:46:38.581Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:46:38.581Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:46:38.581Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:46:38.581Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:46:38.581Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:46:38.581Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:46:38.581Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:46:38.581Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:46:38.581Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:46:38.581Z] - Network Drivers: [2020-10-01T00:46:38.581Z] - "overlay": [2020-10-01T00:46:38.581Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:46:38.581Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:46:38.581Z] Optional (for encrypted networks): [2020-10-01T00:46:38.839Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:46:38.839Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-01T00:46:38.839Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-01T00:46:38.839Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-01T00:46:38.839Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-01T00:46:38.839Z] - CONFIG_XFRM: enabled [2020-10-01T00:46:38.839Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-01T00:46:38.839Z] - "ipvlan": [2020-10-01T00:46:38.839Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:46:38.839Z] - "macvlan": [2020-10-01T00:46:38.839Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:46:38.839Z] - "ftp,tftp client in container": [2020-10-01T00:46:38.839Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:46:38.839Z] - Storage Drivers: [2020-10-01T00:46:38.839Z] - "aufs": [2020-10-01T00:46:38.839Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:46:38.839Z] - "btrfs": [2020-10-01T00:46:38.839Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:46:38.839Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:46:38.839Z] - "devicemapper": [2020-10-01T00:46:38.839Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:46:38.839Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:46:38.839Z] - "overlay": [2020-10-01T00:46:38.839Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:46:38.839Z] - "zfs": [2020-10-01T00:46:38.839Z] - /dev/zfs: present [2020-10-01T00:46:38.839Z] - zfs command: missing [2020-10-01T00:46:38.839Z] - zpool command: missing [2020-10-01T00:46:38.839Z] [2020-10-01T00:46:38.839Z] Limits: [2020-10-01T00:46:38.840Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:46:38.840Z] [2020-10-01T00:46:38.840Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:46:39.180Z] + sudo modprobe ip_vs [2020-10-01T00:46:39.180Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:46:39.180Z] #1 [internal] load .dockerignore [2020-10-01T00:46:39.180Z] #1 transferring context: 87B done [2020-10-01T00:46:39.180Z] #1 DONE 0.0s [2020-10-01T00:46:39.180Z] [2020-10-01T00:46:39.181Z] #2 [internal] load build definition from Dockerfile [2020-10-01T00:46:39.181Z] #2 transferring dockerfile: 16.46kB done [2020-10-01T00:46:39.181Z] #2 DONE 0.0s [2020-10-01T00:46:39.181Z] [2020-10-01T00:46:39.181Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:46:39.181Z] #3 DONE 0.1s [2020-10-01T00:46:39.439Z] [2020-10-01T00:46:39.439Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:46:39.439Z] #4 CACHED [2020-10-01T00:46:39.698Z] [2020-10-01T00:46:39.698Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:46:39.956Z] #7 DONE 0.2s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:46:39.956Z] #5 DONE 0.2s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:46:39.956Z] #6 DONE 0.4s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:46:39.956Z] #60 DONE 0.0s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:46:39.956Z] #8 DONE 0.0s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:46:39.956Z] #24 DONE 0.0s [2020-10-01T00:46:39.956Z] [2020-10-01T00:46:39.956Z] #21 [internal] load build context [2020-10-01T00:46:41.340Z] #21 transferring context: 51.48MB 1.3s done [2020-10-01T00:46:41.340Z] #21 DONE 1.3s [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:46:41.340Z] #57 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #55 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #39 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:41.340Z] #47 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:46:41.340Z] #37 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:46:41.340Z] #20 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:41.340Z] #35 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:46:41.340Z] #28 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:46:41.340Z] #61 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:46:41.340Z] #26 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #50 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:46:41.340Z] #12 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:41.340Z] #62 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #36 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #31 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:41.340Z] #56 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:46:41.340Z] #19 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:41.340Z] #22 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:41.340Z] #43 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:46:41.340Z] #38 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:46:41.340Z] #25 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:46:41.340Z] #9 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:46:41.340Z] #53 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:46:41.340Z] #58 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:46:41.340Z] #41 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:41.340Z] #45 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #44 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #52 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:46:41.340Z] #29 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:46:41.340Z] #23 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #33 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #59 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #48 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.340Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:46:41.340Z] #63 CACHED [2020-10-01T00:46:41.340Z] [2020-10-01T00:46:41.341Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:46:41.341Z] #13 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:46:41.341Z] #30 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:46:41.341Z] #18 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:41.341Z] #32 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:46:41.341Z] #15 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:46:41.341Z] #42 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:46:41.341Z] #27 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:46:41.341Z] #11 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:46:41.341Z] #34 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:46:41.341Z] #14 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:46:41.341Z] #10 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:41.341Z] #51 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:46:41.341Z] #16 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:46:41.341Z] #40 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:41.341Z] #49 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:46:41.341Z] #46 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:46:41.341Z] #17 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:41.341Z] #54 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:46:41.341Z] #64 CACHED [2020-10-01T00:46:41.341Z] [2020-10-01T00:46:41.341Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:46:42.277Z] #65 DONE 0.8s [2020-10-01T00:46:42.277Z] [2020-10-01T00:46:42.277Z] #66 exporting to image [2020-10-01T00:46:42.277Z] #66 exporting layers [2020-10-01T00:46:42.844Z] #66 exporting layers 0.8s done [2020-10-01T00:46:42.844Z] #66 writing image sha256:e42d9fe731528dfe30bcdec76e4b0a808baa5584b0c3177fd06fd9bffc958bf5 [2020-10-01T00:46:42.844Z] #66 writing image sha256:e42d9fe731528dfe30bcdec76e4b0a808baa5584b0c3177fd06fd9bffc958bf5 done [2020-10-01T00:46:42.844Z] #66 naming to docker.io/library/docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe done [2020-10-01T00:46:42.844Z] #66 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-10-01T00:46:43.177Z] + trap exit INT TERM [2020-10-01T00:46:43.178Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-10-01T00:46:43.178Z] + CONTAINER_NAME=docker-pr4 [2020-10-01T00:46:43.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41513/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary-daemon [2020-10-01T00:46:43.746Z] [2020-10-01T00:46:43.746Z] Removing bundles/ [2020-10-01T00:46:43.746Z] [2020-10-01T00:46:44.005Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-10-01T00:46:44.005Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:46:44.005Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:46:46.211Z] Fetching without tags [2020-10-01T00:46:46.582Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:46.187Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:46.188Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:46:46.189Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:46.205Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:46.218Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:46.218Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:46.218Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:46.588Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:46.589Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:47.102Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:47.103Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:46:47.164Z] Commit message: "Fix gcplogs memory/connection leak" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:46:47.991Z] + docker version [2020-10-01T00:46:47.991Z] Client: Docker Engine - Community [2020-10-01T00:46:47.991Z] Version: 19.03.7 [2020-10-01T00:46:47.991Z] API version: 1.40 [2020-10-01T00:46:47.991Z] Go version: go1.12.17 [2020-10-01T00:46:47.991Z] Git commit: 7141c199a2 [2020-10-01T00:46:47.991Z] Built: Sat Mar 7 16:48:47 2020 [2020-10-01T00:46:47.991Z] OS/Arch: linux/s390x [2020-10-01T00:46:47.991Z] Experimental: false [2020-10-01T00:46:47.991Z] [2020-10-01T00:46:47.991Z] Server: Docker Engine - Community [2020-10-01T00:46:47.991Z] Engine: [2020-10-01T00:46:47.991Z] Version: 19.03.7 [2020-10-01T00:46:47.991Z] API version: 1.40 (minimum version 1.12) [2020-10-01T00:46:47.991Z] Go version: go1.12.17 [2020-10-01T00:46:47.991Z] Git commit: 7141c199a2 [2020-10-01T00:46:47.991Z] Built: Sat Mar 7 16:47:46 2020 [2020-10-01T00:46:47.991Z] OS/Arch: linux/s390x [2020-10-01T00:46:47.991Z] Experimental: true [2020-10-01T00:46:47.991Z] containerd: [2020-10-01T00:46:47.991Z] Version: 1.2.13 [2020-10-01T00:46:47.991Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-10-01T00:46:47.991Z] runc: [2020-10-01T00:46:47.991Z] Version: 1.0.0-rc10 [2020-10-01T00:46:47.991Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:47.991Z] docker-init: [2020-10-01T00:46:47.991Z] Version: 0.18.0 [2020-10-01T00:46:47.991Z] GitCommit: fec3683 [Pipeline] sh [2020-10-01T00:46:47.069Z] > git remote # timeout=10 [2020-10-01T00:46:47.071Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:46:47.072Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:47.073Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:46:47.094Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:46:47.109Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:47.110Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:48.375Z] + docker info [2020-10-01T00:46:48.868Z] Fetching without tags [2020-10-01T00:46:49.010Z] Client: [2020-10-01T00:46:49.010Z] Debug Mode: false [2020-10-01T00:46:49.010Z] [2020-10-01T00:46:49.010Z] Server: [2020-10-01T00:46:49.010Z] Containers: 0 [2020-10-01T00:46:49.010Z] Running: 0 [2020-10-01T00:46:49.010Z] Paused: 0 [2020-10-01T00:46:49.010Z] Stopped: 0 [2020-10-01T00:46:49.010Z] Images: 2 [2020-10-01T00:46:49.010Z] Server Version: 19.03.7 [2020-10-01T00:46:49.010Z] Storage Driver: overlay2 [2020-10-01T00:46:49.010Z] Backing Filesystem: [2020-10-01T00:46:49.010Z] Supports d_type: true [2020-10-01T00:46:49.010Z] Native Overlay Diff: true [2020-10-01T00:46:49.010Z] Logging Driver: json-file [2020-10-01T00:46:49.010Z] Cgroup Driver: cgroupfs [2020-10-01T00:46:49.010Z] Plugins: [2020-10-01T00:46:49.010Z] Volume: local [2020-10-01T00:46:49.010Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:46:49.010Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-01T00:46:49.010Z] Swarm: inactive [2020-10-01T00:46:49.010Z] Runtimes: runc [2020-10-01T00:46:49.010Z] Default Runtime: runc [2020-10-01T00:46:49.010Z] Init Binary: docker-init [2020-10-01T00:46:49.010Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-10-01T00:46:49.010Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:49.010Z] init version: fec3683 [2020-10-01T00:46:49.010Z] Security Options: [2020-10-01T00:46:49.010Z] apparmor [2020-10-01T00:46:49.010Z] seccomp [2020-10-01T00:46:49.010Z] Profile: default [2020-10-01T00:46:49.010Z] Kernel Version: 4.15.0-91-generic [2020-10-01T00:46:49.010Z] Operating System: Ubuntu 18.04.4 LTS [2020-10-01T00:46:49.010Z] OSType: linux [2020-10-01T00:46:49.010Z] Architecture: s390x [2020-10-01T00:46:49.010Z] CPUs: 2 [2020-10-01T00:46:49.010Z] Total Memory: 7.861GiB [2020-10-01T00:46:49.010Z] Name: s390x-ubuntu-03 [2020-10-01T00:46:49.010Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-10-01T00:46:49.010Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:46:49.010Z] Debug Mode: false [2020-10-01T00:46:49.010Z] Username: dockerbuildbot [2020-10-01T00:46:49.010Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:46:49.010Z] Labels: [2020-10-01T00:46:49.010Z] Experimental: true [2020-10-01T00:46:49.010Z] Insecure Registries: [2020-10-01T00:46:49.010Z] 127.0.0.0/8 [2020-10-01T00:46:49.010Z] Live Restore Enabled: false [2020-10-01T00:46:49.010Z] [2020-10-01T00:46:49.010Z] WARNING: No swap limit support [Pipeline] sh [2020-10-01T00:46:49.103Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:49.397Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:49.397Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:49.397Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:46:49.397Z] + bash /home/jenkins/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:46:49.397Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:46:49.397Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-10-01T00:46:49.397Z] [2020-10-01T00:46:49.397Z] Generally Necessary: [2020-10-01T00:46:49.657Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:49.657Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:46:49.689Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:46:49.689Z] - apparmor: enabled and tools installed [2020-10-01T00:46:49.689Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:46:49.689Z] - CONFIG_NET_NS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_PID_NS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_MEMCG: enabled [2020-10-01T00:46:49.689Z] - CONFIG_KEYS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-01T00:46:49.689Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:46:49.689Z] [2020-10-01T00:46:49.689Z] Optional Features: [2020-10-01T00:46:49.689Z] - CONFIG_USER_NS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:46:49.689Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:46:49.689Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-01T00:46:49.689Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:46:49.689Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:46:49.689Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:46:49.689Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:46:49.689Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:46:49.689Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:46:49.689Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:46:49.689Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:46:49.689Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:46:49.689Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:46:49.689Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:46:49.689Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:46:49.689Z] - Network Drivers: [2020-10-01T00:46:49.689Z] - "overlay": [2020-10-01T00:46:49.689Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:46:49.689Z] Optional (for encrypted networks): [2020-10-01T00:46:49.689Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-01T00:46:49.689Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-01T00:46:49.689Z] - CONFIG_XFRM: enabled [2020-10-01T00:46:49.689Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-01T00:46:49.689Z] - "ipvlan": [2020-10-01T00:46:49.689Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:46:49.689Z] - "macvlan": [2020-10-01T00:46:49.689Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:46:49.689Z] - "ftp,tftp client in container": [2020-10-01T00:46:49.689Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:46:49.689Z] - Storage Drivers: [2020-10-01T00:46:49.689Z] - "aufs": [2020-10-01T00:46:49.689Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:46:49.689Z] - "btrfs": [2020-10-01T00:46:49.689Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:46:49.689Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:46:49.689Z] - "devicemapper": [2020-10-01T00:46:49.689Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:46:49.689Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:46:49.689Z] - "overlay": [2020-10-01T00:46:48.822Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:48.831Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:46:48.838Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:48.857Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:48.871Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:48.871Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:48.872Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:49.107Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:49.112Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:49.639Z] > git remote # timeout=10 [2020-10-01T00:46:49.641Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:46:49.644Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:49.644Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:46:49.650Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:46:49.660Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:49.665Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:49.981Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:46:49.981Z] - "zfs": [2020-10-01T00:46:49.981Z] - /dev/zfs: missing [2020-10-01T00:46:49.981Z] - zfs command: missing [2020-10-01T00:46:49.981Z] - zpool command: missing [2020-10-01T00:46:49.981Z] [2020-10-01T00:46:49.981Z] Limits: [2020-10-01T00:46:49.981Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:46:49.981Z] [2020-10-01T00:46:49.981Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:46:50.126Z] Still waiting to schedule task [2020-10-01T00:46:50.126Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-10-01T00:46:50.135Z] Still waiting to schedule task [2020-10-01T00:46:50.136Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0a811059376786d1e)’ [2020-10-01T00:46:50.155Z] Commit message: "Fix gcplogs memory/connection leak" [2020-10-01T00:46:50.413Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:46:50.413Z] #2 [internal] load build definition from Dockerfile [2020-10-01T00:46:50.413Z] #2 transferring dockerfile: 16.46kB 0.0s done [2020-10-01T00:46:50.413Z] #2 DONE 0.0s [2020-10-01T00:46:50.413Z] [2020-10-01T00:46:50.413Z] #1 [internal] load .dockerignore [2020-10-01T00:46:50.413Z] #1 transferring context: 87B 0.0s done [2020-10-01T00:46:50.413Z] #1 DONE 0.0s [2020-10-01T00:46:50.413Z] [2020-10-01T00:46:50.413Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:46:50.564Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05e6a7b1287b55fa9) in /home/ubuntu/workspace/moby_PR-41513 [Pipeline] { [Pipeline] checkout [2020-10-01T00:46:50.616Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:50.623Z] Cloning the remote Git repository [2020-10-01T00:46:50.623Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:46:50.706Z] #3 DONE 0.3s [2020-10-01T00:46:50.990Z] + [ PR != PR ] [2020-10-01T00:46:50.990Z] + [ master != master ] [2020-10-01T00:46:50.990Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2020-10-01T00:46:50.998Z] [2020-10-01T00:46:50.998Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:46:50.998Z] #4 CACHED [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:46:51.291Z] [2020-10-01T00:46:51.291Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:46:51.291Z] #5 DONE 0.1s [2020-10-01T00:46:51.291Z] [2020-10-01T00:46:51.291Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:46:51.347Z] + docker version [2020-10-01T00:46:51.347Z] Client: Docker Engine - Community [2020-10-01T00:46:51.347Z] Version: 19.03.13 [2020-10-01T00:46:51.347Z] API version: 1.40 [2020-10-01T00:46:51.347Z] Go version: go1.13.15 [2020-10-01T00:46:51.347Z] Git commit: 4484c46d9d [2020-10-01T00:46:51.347Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-01T00:46:51.347Z] OS/Arch: linux/amd64 [2020-10-01T00:46:51.347Z] Experimental: false [2020-10-01T00:46:51.347Z] [2020-10-01T00:46:51.347Z] Server: Docker Engine - Community [2020-10-01T00:46:51.347Z] Engine: [2020-10-01T00:46:51.347Z] Version: 19.03.13 [2020-10-01T00:46:51.347Z] API version: 1.40 (minimum version 1.12) [2020-10-01T00:46:51.347Z] Go version: go1.13.15 [2020-10-01T00:46:51.347Z] Git commit: 4484c46d9d [2020-10-01T00:46:51.347Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-01T00:46:51.347Z] OS/Arch: linux/amd64 [2020-10-01T00:46:51.347Z] Experimental: true [2020-10-01T00:46:51.347Z] containerd: [2020-10-01T00:46:51.347Z] Version: 1.3.7 [2020-10-01T00:46:51.347Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:46:51.347Z] runc: [2020-10-01T00:46:51.347Z] Version: 1.0.0-rc10 [2020-10-01T00:46:51.347Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:51.347Z] docker-init: [2020-10-01T00:46:51.347Z] Version: 0.18.0 [2020-10-01T00:46:51.347Z] GitCommit: fec3683 [Pipeline] sh [2020-10-01T00:46:51.583Z] #7 DONE 0.3s [2020-10-01T00:46:51.583Z] [2020-10-01T00:46:51.583Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:46:50.626Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:46:50.626Z] > git init /home/ubuntu/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:46:50.648Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:50.648Z] > git --version # timeout=10 [2020-10-01T00:46:50.654Z] > git --version # 'git version 2.17.1' [2020-10-01T00:46:50.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:50.655Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:51.674Z] + docker info [2020-10-01T00:46:51.674Z] Client: [2020-10-01T00:46:51.674Z] Debug Mode: false [2020-10-01T00:46:51.674Z] [2020-10-01T00:46:51.674Z] Server: [2020-10-01T00:46:51.674Z] Containers: 0 [2020-10-01T00:46:51.674Z] Running: 0 [2020-10-01T00:46:51.674Z] Paused: 0 [2020-10-01T00:46:51.674Z] Stopped: 0 [2020-10-01T00:46:51.674Z] Images: 5 [2020-10-01T00:46:51.674Z] Server Version: 19.03.13 [2020-10-01T00:46:51.674Z] Storage Driver: overlay2 [2020-10-01T00:46:51.674Z] Backing Filesystem: extfs [2020-10-01T00:46:51.674Z] Supports d_type: true [2020-10-01T00:46:51.674Z] Native Overlay Diff: true [2020-10-01T00:46:51.674Z] Logging Driver: json-file [2020-10-01T00:46:51.674Z] Cgroup Driver: cgroupfs [2020-10-01T00:46:51.674Z] Plugins: [2020-10-01T00:46:51.674Z] Volume: local [2020-10-01T00:46:51.674Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:46:51.674Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-01T00:46:51.674Z] Swarm: inactive [2020-10-01T00:46:51.674Z] Runtimes: runc [2020-10-01T00:46:51.674Z] Default Runtime: runc [2020-10-01T00:46:51.674Z] Init Binary: docker-init [2020-10-01T00:46:51.674Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:46:51.674Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:46:51.674Z] init version: fec3683 [2020-10-01T00:46:51.674Z] Security Options: [2020-10-01T00:46:51.674Z] apparmor [2020-10-01T00:46:51.674Z] seccomp [2020-10-01T00:46:51.674Z] Profile: default [2020-10-01T00:46:51.674Z] Kernel Version: 5.4.0-1025-aws [2020-10-01T00:46:51.674Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-01T00:46:51.674Z] OSType: linux [2020-10-01T00:46:51.674Z] Architecture: x86_64 [2020-10-01T00:46:51.674Z] CPUs: 2 [2020-10-01T00:46:51.674Z] Total Memory: 7.569GiB [2020-10-01T00:46:51.674Z] Name: ip-10-100-65-255 [2020-10-01T00:46:51.674Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-01T00:46:51.674Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:46:51.674Z] Debug Mode: false [2020-10-01T00:46:51.674Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:46:51.674Z] Labels: [2020-10-01T00:46:51.674Z] Experimental: true [2020-10-01T00:46:51.674Z] Insecure Registries: [2020-10-01T00:46:51.674Z] 127.0.0.0/8 [2020-10-01T00:46:51.674Z] Live Restore Enabled: true [2020-10-01T00:46:51.674Z] [2020-10-01T00:46:51.674Z] WARNING: No swap limit support [Pipeline] sh [2020-10-01T00:46:51.876Z] #6 DONE 0.6s [2020-10-01T00:46:51.876Z] [2020-10-01T00:46:51.876Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:46:51.876Z] #8 DONE 0.0s [2020-10-01T00:46:51.876Z] [2020-10-01T00:46:51.876Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:46:51.876Z] #60 DONE 0.0s [2020-10-01T00:46:51.876Z] [2020-10-01T00:46:51.876Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:46:51.876Z] #24 DONE 0.0s [2020-10-01T00:46:51.876Z] [2020-10-01T00:46:51.876Z] #21 [internal] load build context [2020-10-01T00:46:51.990Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:51.990Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:51.990Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:46:52.246Z] + bash /home/ubuntu/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:46:52.246Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:46:52.246Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-01T00:46:52.246Z] [2020-10-01T00:46:52.246Z] Generally Necessary: [2020-10-01T00:46:52.246Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:46:52.246Z] - apparmor: enabled and tools installed [2020-10-01T00:46:52.246Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:46:52.246Z] - CONFIG_NET_NS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_PID_NS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_MEMCG: enabled [2020-10-01T00:46:52.246Z] - CONFIG_KEYS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-01T00:46:52.246Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:46:52.246Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-01T00:46:52.246Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:46:52.246Z] [2020-10-01T00:46:52.246Z] Optional Features: [2020-10-01T00:46:52.246Z] - CONFIG_USER_NS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:46:52.246Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:46:52.246Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:46:52.502Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:46:52.502Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-01T00:46:52.502Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:46:52.502Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:46:52.502Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-01T00:46:52.502Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-01T00:46:52.502Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:46:52.502Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:46:52.502Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:46:52.502Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:46:52.502Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:46:52.502Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:46:52.502Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:46:52.502Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:46:52.502Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:46:52.502Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:46:52.502Z] - Network Drivers: [2020-10-01T00:46:52.502Z] - "overlay": [2020-10-01T00:46:52.502Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:46:52.502Z] Optional (for encrypted networks): [2020-10-01T00:46:52.502Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-01T00:46:52.502Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-01T00:46:52.502Z] - CONFIG_XFRM: enabled [2020-10-01T00:46:52.502Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-01T00:46:52.502Z] - "ipvlan": [2020-10-01T00:46:52.502Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:46:52.502Z] - "macvlan": [2020-10-01T00:46:52.502Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:46:52.502Z] - "ftp,tftp client in container": [2020-10-01T00:46:52.502Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:46:52.502Z] - Storage Drivers: [2020-10-01T00:46:52.502Z] - "aufs": [2020-10-01T00:46:52.502Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:46:52.502Z] - "btrfs": [2020-10-01T00:46:52.502Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:46:52.502Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:46:52.502Z] - "devicemapper": [2020-10-01T00:46:52.514Z] #21 transferring context: 51.48MB 0.8s done [2020-10-01T00:46:52.514Z] #21 DONE 0.8s [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:52.514Z] #54 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #36 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:52.514Z] #47 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:46:52.514Z] #40 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:46:52.514Z] #58 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #44 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:46:52.514Z] #23 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #55 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:52.514Z] #45 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:52.514Z] #56 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:46:52.514Z] #12 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:46:52.514Z] #38 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:46:52.514Z] #61 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:52.514Z] #62 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:52.514Z] #49 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:46:52.514Z] #27 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #63 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:46:52.514Z] #37 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #46 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:46:52.514Z] #53 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:46:52.514Z] #28 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:52.514Z] #51 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:46:52.514Z] #15 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:46:52.514Z] #11 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #59 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #33 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:46:52.514Z] #18 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #52 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #50 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:46:52.514Z] #29 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:46:52.514Z] #16 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:46:52.514Z] #19 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:52.514Z] #32 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:46:52.514Z] #17 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:46:52.514Z] #57 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #39 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:46:52.514Z] #10 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:52.514Z] #22 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:46:52.514Z] #64 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:46:52.514Z] #20 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:46:52.514Z] #34 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:46:52.514Z] #14 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:46:52.514Z] #30 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:52.514Z] #35 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:46:52.514Z] #41 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #31 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:46:52.514Z] #26 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:46:52.514Z] #9 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:46:52.514Z] #13 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:46:52.514Z] #25 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:52.514Z] #43 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:46:52.514Z] #48 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:46:52.514Z] #42 CACHED [2020-10-01T00:46:52.514Z] [2020-10-01T00:46:52.514Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:46:52.514Z] #65 CACHED [2020-10-01T00:46:52.758Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:46:52.758Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:46:52.758Z] - "overlay": [2020-10-01T00:46:52.758Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:46:52.758Z] - "zfs": [2020-10-01T00:46:52.758Z] - /dev/zfs: present [2020-10-01T00:46:52.758Z] - zfs command: missing [2020-10-01T00:46:52.758Z] - zpool command: missing [2020-10-01T00:46:52.758Z] [2020-10-01T00:46:52.758Z] Limits: [2020-10-01T00:46:52.758Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:46:52.758Z] [2020-10-01T00:46:52.758Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:46:53.086Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:46:53.086Z] #2 [internal] load build definition from Dockerfile [2020-10-01T00:46:53.086Z] #2 transferring dockerfile: 16.46kB done [2020-10-01T00:46:53.086Z] #2 DONE 0.0s [2020-10-01T00:46:53.086Z] [2020-10-01T00:46:53.086Z] #1 [internal] load .dockerignore [2020-10-01T00:46:53.086Z] #1 transferring context: 87B done [2020-10-01T00:46:53.086Z] #1 DONE 0.0s [2020-10-01T00:46:53.086Z] [2020-10-01T00:46:53.086Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:46:53.155Z] [2020-10-01T00:46:53.155Z] #66 exporting to image [2020-10-01T00:46:53.155Z] #66 exporting layers done [2020-10-01T00:46:53.155Z] #66 writing image sha256:ac1874b840ebab63bd33c7734766bae532bd2b5138af1a5f96a3c54045aa6e29 [2020-10-01T00:46:53.155Z] #66 writing image sha256:ac1874b840ebab63bd33c7734766bae532bd2b5138af1a5f96a3c54045aa6e29 done [2020-10-01T00:46:53.155Z] #66 naming to docker.io/library/docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe done [2020-10-01T00:46:53.155Z] #66 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-01T00:46:53.342Z] #3 DONE 0.3s [2020-10-01T00:46:53.342Z] [2020-10-01T00:46:53.342Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:46:53.342Z] #4 CACHED [2020-10-01T00:46:53.393Z] Fetching without tags [2020-10-01T00:46:53.364Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:53.369Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:46:53.371Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:53.386Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:46:53.589Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/test/unit [2020-10-01T00:46:53.597Z] [2020-10-01T00:46:53.597Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:46:53.597Z] #6 ... [2020-10-01T00:46:53.597Z] [2020-10-01T00:46:53.597Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:46:53.597Z] #5 DONE 0.1s [2020-10-01T00:46:53.785Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:46:53.860Z] #6 DONE 0.3s [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:46:53.860Z] #7 DONE 0.3s [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:46:53.860Z] #60 DONE 0.0s [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:46:53.860Z] #24 DONE 0.0s [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:46:53.860Z] #8 DONE 0.0s [2020-10-01T00:46:53.860Z] [2020-10-01T00:46:53.860Z] #21 [internal] load build context [2020-10-01T00:46:54.610Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:46:54.610Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:46:55.275Z] #21 transferring context: 51.48MB 1.3s done [2020-10-01T00:46:55.275Z] #21 DONE 1.3s [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:46:55.275Z] #40 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:46:55.275Z] #61 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #46 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:46:55.275Z] #18 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:46:55.275Z] #26 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:46:55.275Z] #16 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:46:55.275Z] #13 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:55.275Z] #22 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #48 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:46:55.275Z] #10 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:46:55.275Z] #41 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #39 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:55.275Z] #51 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #63 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #36 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:46:55.275Z] #57 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:46:55.275Z] #58 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:46:55.275Z] #29 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:55.275Z] #32 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:46:55.275Z] #9 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:55.275Z] #54 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #52 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:55.275Z] #43 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:55.275Z] #56 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:46:55.275Z] #17 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:46:55.275Z] #15 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:46:55.275Z] #11 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:46:55.275Z] #14 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:46:55.275Z] #20 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:46:55.275Z] #42 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:55.275Z] #45 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #44 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:55.275Z] #49 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:46:55.275Z] #34 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:46:55.275Z] #12 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:46:55.275Z] #23 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:46:55.275Z] #25 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #33 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:46:55.275Z] #30 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #31 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:46:55.275Z] #53 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:46:55.275Z] #62 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:46:55.275Z] #27 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:46:55.275Z] #38 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:46:55.275Z] #35 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #55 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #59 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:46:55.275Z] #50 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:46:55.275Z] #28 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:46:55.275Z] #47 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:46:55.275Z] #37 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:46:55.275Z] #19 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:46:55.275Z] #64 CACHED [2020-10-01T00:46:55.275Z] [2020-10-01T00:46:55.275Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:46:53.401Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:53.401Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:53.402Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:46:53.792Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:53.795Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:54.571Z] > git remote # timeout=10 [2020-10-01T00:46:54.574Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:46:54.580Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:54.581Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:46:54.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:46:54.618Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:46:54.621Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:46:55.371Z] Commit message: "Fix gcplogs memory/connection leak" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:46:56.203Z] #65 DONE 0.8s [2020-10-01T00:46:56.203Z] [2020-10-01T00:46:56.203Z] #66 exporting to image [2020-10-01T00:46:56.203Z] #66 exporting layers [2020-10-01T00:46:56.233Z] + docker version [2020-10-01T00:46:56.233Z] Client: [2020-10-01T00:46:56.233Z] Version: 18.06.1-ce [2020-10-01T00:46:56.233Z] API version: 1.38 [2020-10-01T00:46:56.233Z] Go version: go1.10.3 [2020-10-01T00:46:56.233Z] Git commit: e68fc7a [2020-10-01T00:46:56.233Z] Built: Tue Aug 21 17:26:10 2018 [2020-10-01T00:46:56.233Z] OS/Arch: linux/ppc64le [2020-10-01T00:46:56.233Z] Experimental: false [2020-10-01T00:46:56.233Z] [2020-10-01T00:46:56.233Z] Server: [2020-10-01T00:46:56.233Z] Engine: [2020-10-01T00:46:56.233Z] Version: 18.06.1-ce [2020-10-01T00:46:56.233Z] API version: 1.38 (minimum version 1.12) [2020-10-01T00:46:56.233Z] Go version: go1.10.3 [2020-10-01T00:46:56.233Z] Git commit: e68fc7a [2020-10-01T00:46:56.233Z] Built: Tue Aug 21 17:24:20 2018 [2020-10-01T00:46:56.233Z] OS/Arch: linux/ppc64le [2020-10-01T00:46:56.233Z] Experimental: true [Pipeline] sh [2020-10-01T00:46:56.620Z] + docker info [2020-10-01T00:46:56.620Z] Containers: 1 [2020-10-01T00:46:56.620Z] Running: 1 [2020-10-01T00:46:56.620Z] Paused: 0 [2020-10-01T00:46:56.620Z] Stopped: 0 [2020-10-01T00:46:56.620Z] Images: 14 [2020-10-01T00:46:56.620Z] Server Version: 18.06.1-ce [2020-10-01T00:46:56.620Z] Storage Driver: overlay2 [2020-10-01T00:46:56.620Z] Backing Filesystem: extfs [2020-10-01T00:46:56.620Z] Supports d_type: true [2020-10-01T00:46:56.620Z] Native Overlay Diff: true [2020-10-01T00:46:56.620Z] Logging Driver: json-file [2020-10-01T00:46:56.620Z] Cgroup Driver: cgroupfs [2020-10-01T00:46:56.620Z] Plugins: [2020-10-01T00:46:56.620Z] Volume: local [2020-10-01T00:46:56.620Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:46:56.620Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-10-01T00:46:56.620Z] Swarm: inactive [2020-10-01T00:46:56.620Z] Runtimes: runc [2020-10-01T00:46:56.620Z] Default Runtime: runc [2020-10-01T00:46:56.620Z] Init Binary: docker-init [2020-10-01T00:46:56.620Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-10-01T00:46:56.620Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-10-01T00:46:56.620Z] init version: fec3683 [2020-10-01T00:46:56.620Z] Security Options: [2020-10-01T00:46:56.621Z] apparmor [2020-10-01T00:46:56.621Z] seccomp [2020-10-01T00:46:56.621Z] Profile: default [2020-10-01T00:46:56.621Z] Kernel Version: 4.4.0-139-generic [2020-10-01T00:46:56.621Z] Operating System: Ubuntu 16.04.3 LTS [2020-10-01T00:46:56.621Z] OSType: linux [2020-10-01T00:46:56.621Z] Architecture: ppc64le [2020-10-01T00:46:56.621Z] CPUs: 4 [2020-10-01T00:46:56.621Z] Total Memory: 7.972GiB [2020-10-01T00:46:56.621Z] Name: ppc64le-ubuntu-15 [2020-10-01T00:46:56.621Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-10-01T00:46:56.621Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:46:56.621Z] Debug Mode (client): false [2020-10-01T00:46:56.621Z] Debug Mode (server): false [2020-10-01T00:46:56.621Z] Username: dockerbuildbot [2020-10-01T00:46:56.621Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:46:56.621Z] Labels: [2020-10-01T00:46:56.621Z] Experimental: true [2020-10-01T00:46:56.621Z] Insecure Registries: [2020-10-01T00:46:56.621Z] 127.0.0.0/8 [2020-10-01T00:46:56.621Z] Live Restore Enabled: false [2020-10-01T00:46:56.621Z] [Pipeline] sh [2020-10-01T00:46:57.005Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:57.005Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:46:57.005Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:46:57.005Z] + bash /home/docker/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:46:57.005Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:46:57.005Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-10-01T00:46:57.005Z] [2020-10-01T00:46:57.005Z] Generally Necessary: [2020-10-01T00:46:57.005Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:46:57.005Z] - apparmor: enabled and tools installed [2020-10-01T00:46:57.005Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:46:57.005Z] - CONFIG_NET_NS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_PID_NS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:46:57.005Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_MEMCG: enabled [2020-10-01T00:46:57.005Z] - CONFIG_KEYS: enabled [2020-10-01T00:46:57.005Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:46:57.005Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:46:57.112Z] ? github.com/docker/docker/api [no test files] [2020-10-01T00:46:57.129Z] #66 exporting layers 0.9s done [2020-10-01T00:46:57.129Z] #66 writing image sha256:60cad31500cbe017e727dbdd30de496c6daf0fe54ed34da7f3840db2ac9a59fd [2020-10-01T00:46:57.129Z] #66 writing image sha256:60cad31500cbe017e727dbdd30de496c6daf0fe54ed34da7f3840db2ac9a59fd done [2020-10-01T00:46:57.129Z] #66 naming to docker.io/library/docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe done [2020-10-01T00:46:57.129Z] #66 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-10-01T00:46:57.303Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-01T00:46:57.303Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:46:57.303Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-10-01T00:46:57.303Z] [2020-10-01T00:46:57.303Z] Optional Features: [2020-10-01T00:46:57.303Z] - CONFIG_USER_NS: enabled [2020-10-01T00:46:57.303Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:46:57.303Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:46:57.303Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:46:57.303Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:46:57.303Z] (cgroup swap accounting is currently enabled) [2020-10-01T00:46:57.303Z] - CONFIG_MEMCG_KMEM: enabled [2020-10-01T00:46:57.303Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:46:57.303Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:46:57.303Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-01T00:46:57.303Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-01T00:46:57.303Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:46:57.303Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:46:57.303Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:46:57.303Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:46:57.303Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:46:57.303Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:46:57.303Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:46:57.303Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:46:57.303Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:46:57.303Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:46:57.303Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:46:57.303Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:46:57.303Z] - Network Drivers: [2020-10-01T00:46:57.303Z] - "overlay": [2020-10-01T00:46:57.303Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:46:57.303Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:46:57.303Z] Optional (for encrypted networks): [2020-10-01T00:46:57.453Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41513/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/validate/default [2020-10-01T00:46:57.595Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:46:57.595Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_XFRM: enabled [2020-10-01T00:46:57.595Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-01T00:46:57.595Z] - "ipvlan": [2020-10-01T00:46:57.595Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:46:57.595Z] - "macvlan": [2020-10-01T00:46:57.595Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:46:57.595Z] - "ftp,tftp client in container": [2020-10-01T00:46:57.595Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:46:57.595Z] - Storage Drivers: [2020-10-01T00:46:57.595Z] - "aufs": [2020-10-01T00:46:57.595Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:46:57.595Z] - "btrfs": [2020-10-01T00:46:57.595Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:46:57.595Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:46:57.595Z] - "devicemapper": [2020-10-01T00:46:57.595Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:46:57.595Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:46:57.595Z] - "overlay": [2020-10-01T00:46:57.595Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:46:57.595Z] - "zfs": [2020-10-01T00:46:57.595Z] - /dev/zfs: missing [2020-10-01T00:46:57.595Z] - zfs command: missing [2020-10-01T00:46:57.595Z] - zpool command: missing [2020-10-01T00:46:57.595Z] [2020-10-01T00:46:57.595Z] Limits: [2020-10-01T00:46:57.595Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:46:57.595Z] [2020-10-01T00:46:57.595Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:46:58.028Z] + make bundles/buildx [2020-10-01T00:46:58.321Z] make: command: Command not found [2020-10-01T00:46:58.321Z] make: command: Command not found [2020-10-01T00:46:58.321Z] mkdir bundles [2020-10-01T00:46:58.321Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-10-01T00:46:58.321Z] --build-arg BUILDX_COMMIT \ [2020-10-01T00:46:58.321Z] --build-arg BUILDX_REPO \ [2020-10-01T00:46:58.321Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-10-01T00:46:58.321Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-10-01T00:46:58.321Z] . [2020-10-01T00:46:58.321Z] /bin/sh: 4: go: not found [2020-10-01T00:46:58.321Z] /bin/sh: 5: go: not found [2020-10-01T00:46:58.379Z] Congratulations! All commits are properly signed with the DCO! [2020-10-01T00:46:58.379Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-10-01T00:46:58.379Z] No api/types/ or api/swagger.yaml changes in diff. [2020-10-01T00:46:58.379Z] Congratulations! All TOML source files changed here have valid syntax. [2020-10-01T00:46:58.379Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-10-01T00:46:58.379Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-10-01T00:46:58.379Z] Congratulations! No new tests were added to integration-cli. [2020-10-01T00:46:58.379Z] [2020-10-01T00:46:58.379Z] INFO Start validation with golang-ci-lint [2020-10-01T00:46:58.379Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-10-01T00:46:58.379Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-10-01T00:46:58.379Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-10-01T00:46:58.468Z] using credential docker-jenkins-github-credentials [2020-10-01T00:46:58.543Z] Cloning the remote Git repository [2020-10-01T00:46:58.543Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:46:58.742Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:47:00.403Z] Sending build context to Docker daemon 56.24MB [2020-10-01T00:47:00.403Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-10-01T00:47:00.403Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-10-01T00:47:00.403Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-10-01T00:47:00.403Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-10-01T00:47:00.403Z] ---> 805dc2d65d1c [2020-10-01T00:47:00.403Z] Step 5/15 : ARG BUILDX_REPO [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> 6df8ce1bbab4 [2020-10-01T00:47:00.403Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> 31cf94094280 [2020-10-01T00:47:00.403Z] Step 7/15 : WORKDIR /buildx [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> bf5e2267f54c [2020-10-01T00:47:00.403Z] Step 8/15 : ARG BUILDX_COMMIT [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> 2b79d1a1c3d2 [2020-10-01T00:47:00.403Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> e97fbbe3bcdb [2020-10-01T00:47:00.403Z] Step 10/15 : ARG GOOS [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> b7ccd19c356a [2020-10-01T00:47:00.403Z] Step 11/15 : ARG GOARCH [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> 90d2ed2cabb9 [2020-10-01T00:47:00.403Z] 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-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> 8ba751a7fca5 [2020-10-01T00:47:00.403Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-10-01T00:47:00.403Z] ---> 805dc2d65d1c [2020-10-01T00:47:00.403Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> e172064baf80 [2020-10-01T00:47:00.403Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-10-01T00:47:00.403Z] ---> Using cache [2020-10-01T00:47:00.403Z] ---> ee96d9719222 [2020-10-01T00:47:00.403Z] Successfully built ee96d9719222 [2020-10-01T00:47:00.403Z] Successfully tagged moby-buildx:latest [2020-10-01T00:47:00.403Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-10-01T00:47:00.403Z] if [ -n "${id}" ]; then \ [2020-10-01T00:47:00.403Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-10-01T00:47:00.403Z] && touch bundles/buildx; \ [2020-10-01T00:47:00.403Z] docker rm -f ${id}; \ [2020-10-01T00:47:00.403Z] fi [2020-10-01T00:47:00.697Z] 6404bf87a9a342799ed9e653d6d1f09f387b63b47eea2427b921b227af13b86f [2020-10-01T00:47:00.697Z] bundles/buildx version [2020-10-01T00:47:00.697Z] buildx v0.3.1 6db68d0 [2020-10-01T00:47:00.697Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:47:00.989Z] #2 [internal] load .dockerignore [2020-10-01T00:47:00.989Z] #2 transferring context: 87B done [2020-10-01T00:47:00.989Z] #2 DONE 0.0s [2020-10-01T00:47:00.989Z] [2020-10-01T00:47:00.989Z] #1 [internal] load build definition from Dockerfile [2020-10-01T00:47:00.989Z] #1 transferring dockerfile: 16.45kB done [2020-10-01T00:47:00.989Z] #1 DONE 0.0s [2020-10-01T00:47:00.989Z] [2020-10-01T00:47:00.989Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:46:59.144Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-10-01T00:46:59.949Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:46:59.950Z] > git --version # timeout=10 [2020-10-01T00:46:59.994Z] > git --version # 'git version 2.24.1.windows.2' [2020-10-01T00:46:59.994Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:46:59.997Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:47:01.627Z] #3 DONE 0.4s [2020-10-01T00:47:01.627Z] [2020-10-01T00:47:01.627Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:47:01.627Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-10-01T00:47:01.627Z] #4 CACHED [2020-10-01T00:47:01.920Z] [2020-10-01T00:47:01.920Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:47:01.921Z] #7 ... [2020-10-01T00:47:01.921Z] [2020-10-01T00:47:01.921Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:47:01.921Z] #5 DONE 0.3s [2020-10-01T00:47:02.212Z] [2020-10-01T00:47:02.212Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:47:02.212Z] #7 DONE 0.4s [2020-10-01T00:47:02.212Z] [2020-10-01T00:47:02.212Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:47:03.729Z] #6 DONE 1.7s [2020-10-01T00:47:03.729Z] [2020-10-01T00:47:03.729Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:47:03.729Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-10-01T00:47:03.729Z] #8 DONE 0.0s [2020-10-01T00:47:03.729Z] [2020-10-01T00:47:03.729Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:47:03.729Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-10-01T00:47:03.729Z] #60 DONE 0.0s [2020-10-01T00:47:03.729Z] [2020-10-01T00:47:03.729Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:47:03.729Z] #24 resolve docker.io/library/debian:buster@sha256:439a6bae1ef351ba9308fc9a5e69ff7754c14516f6be8ca26975fb564cb7fb76 done [2020-10-01T00:47:03.729Z] #24 DONE 0.0s [2020-10-01T00:47:03.729Z] [2020-10-01T00:47:03.729Z] #21 [internal] load build context [2020-10-01T00:47:04.915Z] Fetching without tags [2020-10-01T00:47:05.160Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:47:05.606Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2020-10-01T00:47:05.742Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:47:05.743Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:47:06.258Z] Commit message: "Fix gcplogs memory/connection leak" [2020-10-01T00:47:04.887Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:47:04.892Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:47:04.898Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:47:04.907Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:47:04.917Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:47:04.917Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:47:04.918Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:47:05.161Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:47:05.168Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:47:05.708Z] > git remote # timeout=10 [2020-10-01T00:47:05.716Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:47:05.723Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:47:05.724Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:47:05.732Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:47:05.743Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:47:05.746Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:47:06.515Z] #21 transferring context: 51.48MB 2.7s done [2020-10-01T00:47:06.515Z] #21 DONE 2.7s [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:47:06.515Z] #9 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:06.515Z] #62 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:47:06.515Z] #11 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:06.515Z] #56 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:47:06.515Z] #57 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:47:06.515Z] #58 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:47:06.515Z] #10 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:47:06.515Z] #40 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:47:06.515Z] #41 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:47:06.515Z] #37 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:47:06.515Z] #38 CACHED [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:47:06.515Z] #60 ... [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:47:06.515Z] #29 DONE 0.1s [2020-10-01T00:47:06.515Z] [2020-10-01T00:47:06.515Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:47:06.812Z] #30 0.351 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-10-01T00:47:06.812Z] #30 0.381 Cloning into '.'... [2020-10-01T00:47:07.028Z] + docker version [2020-10-01T00:47:07.028Z] Client: Docker Engine - Community [2020-10-01T00:47:07.028Z] Version: 19.03.13 [2020-10-01T00:47:07.028Z] API version: 1.40 [2020-10-01T00:47:07.028Z] Go version: go1.13.15 [2020-10-01T00:47:07.028Z] Git commit: 4484c46d9d [2020-10-01T00:47:07.028Z] Built: Wed Sep 16 17:02:36 2020 [2020-10-01T00:47:07.028Z] OS/Arch: linux/amd64 [2020-10-01T00:47:07.028Z] Experimental: false [2020-10-01T00:47:07.028Z] [2020-10-01T00:47:07.028Z] Server: Docker Engine - Community [2020-10-01T00:47:07.028Z] Engine: [2020-10-01T00:47:07.028Z] Version: 19.03.13 [2020-10-01T00:47:07.028Z] API version: 1.40 (minimum version 1.12) [2020-10-01T00:47:07.028Z] Go version: go1.13.15 [2020-10-01T00:47:07.028Z] Git commit: 4484c46d9d [2020-10-01T00:47:07.028Z] Built: Wed Sep 16 17:01:06 2020 [2020-10-01T00:47:07.028Z] OS/Arch: linux/amd64 [2020-10-01T00:47:07.028Z] Experimental: true [2020-10-01T00:47:07.028Z] containerd: [2020-10-01T00:47:07.028Z] Version: 1.3.7 [2020-10-01T00:47:07.028Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:47:07.028Z] runc: [2020-10-01T00:47:07.028Z] Version: 1.0.0-rc10 [2020-10-01T00:47:07.028Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:47:07.028Z] docker-init: [2020-10-01T00:47:07.028Z] Version: 0.18.0 [2020-10-01T00:47:07.028Z] GitCommit: fec3683 [Pipeline] sh [2020-10-01T00:47:07.311Z] + docker info [2020-10-01T00:47:07.878Z] Client: [2020-10-01T00:47:07.878Z] Debug Mode: false [2020-10-01T00:47:07.878Z] [2020-10-01T00:47:07.878Z] Server: [2020-10-01T00:47:07.878Z] Containers: 0 [2020-10-01T00:47:07.878Z] Running: 0 [2020-10-01T00:47:07.878Z] Paused: 0 [2020-10-01T00:47:07.878Z] Stopped: 0 [2020-10-01T00:47:07.878Z] Images: 3 [2020-10-01T00:47:07.878Z] Server Version: 19.03.13 [2020-10-01T00:47:07.878Z] Storage Driver: overlay2 [2020-10-01T00:47:07.878Z] Backing Filesystem: extfs [2020-10-01T00:47:07.878Z] Supports d_type: true [2020-10-01T00:47:07.878Z] Native Overlay Diff: true [2020-10-01T00:47:07.878Z] Logging Driver: json-file [2020-10-01T00:47:07.878Z] Cgroup Driver: cgroupfs [2020-10-01T00:47:07.878Z] Plugins: [2020-10-01T00:47:07.878Z] Volume: local [2020-10-01T00:47:07.878Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:47:07.878Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-01T00:47:07.878Z] Swarm: inactive [2020-10-01T00:47:07.878Z] Runtimes: runc [2020-10-01T00:47:07.878Z] Default Runtime: runc [2020-10-01T00:47:07.878Z] Init Binary: docker-init [2020-10-01T00:47:07.878Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:47:07.878Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:47:07.878Z] init version: fec3683 [2020-10-01T00:47:07.878Z] Security Options: [2020-10-01T00:47:07.878Z] apparmor [2020-10-01T00:47:07.878Z] seccomp [2020-10-01T00:47:07.878Z] Profile: default [2020-10-01T00:47:07.878Z] Kernel Version: 5.4.0-1025-aws [2020-10-01T00:47:07.878Z] Operating System: Ubuntu 18.04.5 LTS [2020-10-01T00:47:07.878Z] OSType: linux [2020-10-01T00:47:07.878Z] Architecture: x86_64 [2020-10-01T00:47:07.878Z] CPUs: 2 [2020-10-01T00:47:07.878Z] Total Memory: 7.569GiB [2020-10-01T00:47:07.878Z] Name: ip-10-100-35-134 [2020-10-01T00:47:07.878Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-10-01T00:47:07.878Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:47:07.878Z] Debug Mode: false [2020-10-01T00:47:07.878Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:47:07.878Z] Labels: [2020-10-01T00:47:07.878Z] Experimental: true [2020-10-01T00:47:07.878Z] Insecure Registries: [2020-10-01T00:47:07.878Z] 127.0.0.0/8 [2020-10-01T00:47:07.878Z] Live Restore Enabled: true [2020-10-01T00:47:07.878Z] [2020-10-01T00:47:07.878Z] WARNING: No swap limit support [Pipeline] sh [2020-10-01T00:47:08.163Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:47:08.163Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:47:08.163Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:47:08.163Z] + bash /home/ubuntu/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:47:08.163Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:47:08.163Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-10-01T00:47:08.163Z] [2020-10-01T00:47:08.163Z] Generally Necessary: [2020-10-01T00:47:08.163Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:47:08.163Z] - apparmor: enabled and tools installed [2020-10-01T00:47:08.163Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:47:08.163Z] - CONFIG_NET_NS: enabled [2020-10-01T00:47:08.163Z] - CONFIG_PID_NS: enabled [2020-10-01T00:47:08.163Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:47:08.163Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_MEMCG: enabled [2020-10-01T00:47:08.164Z] - CONFIG_KEYS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NF_NAT_IPV4: missing [2020-10-01T00:47:08.164Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:47:08.164Z] - CONFIG_NF_NAT_NEEDED: missing [2020-10-01T00:47:08.164Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:47:08.164Z] [2020-10-01T00:47:08.164Z] Optional Features: [2020-10-01T00:47:08.164Z] - CONFIG_USER_NS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:47:08.164Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:47:08.164Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:47:08.164Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:47:08.164Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-01T00:47:08.164Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:47:08.164Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:47:08.164Z] - CONFIG_IOSCHED_CFQ: missing [2020-10-01T00:47:08.423Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-10-01T00:47:08.423Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:47:08.423Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:47:08.423Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:47:08.423Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:47:08.423Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:47:08.423Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:47:08.423Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:47:08.423Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:47:08.423Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:47:08.423Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:47:08.423Z] - Network Drivers: [2020-10-01T00:47:08.423Z] - "overlay": [2020-10-01T00:47:08.423Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:47:08.423Z] Optional (for encrypted networks): [2020-10-01T00:47:08.423Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-01T00:47:08.423Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-01T00:47:08.423Z] - CONFIG_XFRM: enabled [2020-10-01T00:47:08.423Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-10-01T00:47:08.423Z] - "ipvlan": [2020-10-01T00:47:08.423Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:47:08.423Z] - "macvlan": [2020-10-01T00:47:08.423Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:47:08.423Z] - "ftp,tftp client in container": [2020-10-01T00:47:08.423Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:47:08.423Z] - Storage Drivers: [2020-10-01T00:47:08.423Z] - "aufs": [2020-10-01T00:47:08.423Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:47:08.423Z] - "btrfs": [2020-10-01T00:47:08.423Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:47:08.423Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:47:08.423Z] - "devicemapper": [2020-10-01T00:47:08.423Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:47:08.423Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:47:08.423Z] - "overlay": [2020-10-01T00:47:08.423Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:47:08.423Z] - "zfs": [2020-10-01T00:47:08.423Z] - /dev/zfs: present [2020-10-01T00:47:08.423Z] - zfs command: missing [2020-10-01T00:47:08.423Z] - zpool command: missing [2020-10-01T00:47:08.423Z] [2020-10-01T00:47:08.423Z] Limits: [2020-10-01T00:47:08.423Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:47:08.423Z] [2020-10-01T00:47:08.423Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:47:08.770Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:47:08.770Z] #1 [internal] load build definition from Dockerfile [2020-10-01T00:47:08.770Z] #1 DONE 0.0s [2020-10-01T00:47:08.770Z] [2020-10-01T00:47:08.770Z] #2 [internal] load .dockerignore [2020-10-01T00:47:08.770Z] #2 DONE 0.0s [2020-10-01T00:47:08.770Z] [2020-10-01T00:47:08.770Z] #2 [internal] load .dockerignore [2020-10-01T00:47:08.770Z] #2 transferring context: 87B done [2020-10-01T00:47:08.770Z] #2 DONE 0.0s [2020-10-01T00:47:08.770Z] [2020-10-01T00:47:08.770Z] #1 [internal] load build definition from Dockerfile [2020-10-01T00:47:08.770Z] #1 transferring dockerfile: 16.46kB done [2020-10-01T00:47:08.770Z] #1 DONE 0.0s [2020-10-01T00:47:08.770Z] [2020-10-01T00:47:08.770Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:47:08.770Z] #3 DONE 0.1s [2020-10-01T00:47:08.931Z] #30 ... [2020-10-01T00:47:08.931Z] [2020-10-01T00:47:08.931Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:47:08.931Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-10-01T00:47:08.931Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-10-01T00:47:08.931Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-10-01T00:47:08.931Z] #60 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 1.2s done [2020-10-01T00:47:08.931Z] #60 DONE 2.3s [2020-10-01T00:47:08.931Z] [2020-10-01T00:47:08.931Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:08.931Z] #47 0.476 + RM_GOPATH=0 [2020-10-01T00:47:08.931Z] #47 0.476 + TMP_GOPATH= [2020-10-01T00:47:08.931Z] #47 0.476 + : /build [2020-10-01T00:47:08.931Z] #47 0.476 + '[' -z '' ']' [2020-10-01T00:47:08.931Z] #47 0.480 ++ mktemp -d [2020-10-01T00:47:08.931Z] #47 0.490 + export GOPATH=/tmp/tmp.NjezMA1sOU [2020-10-01T00:47:08.931Z] #47 0.490 + GOPATH=/tmp/tmp.NjezMA1sOU [2020-10-01T00:47:08.931Z] #47 0.490 + RM_GOPATH=1 [2020-10-01T00:47:08.931Z] #47 0.490 + case "$(go env GOARCH)" in [2020-10-01T00:47:08.931Z] #47 0.499 ++ go env GOARCH [2020-10-01T00:47:08.931Z] #47 0.538 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:08.931Z] #47 0.538 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:08.931Z] #47 0.539 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:08.931Z] #47 0.542 + dir=/tmp/install [2020-10-01T00:47:08.931Z] #47 0.543 + bin=golangci_lint [2020-10-01T00:47:08.931Z] #47 0.543 + shift [2020-10-01T00:47:08.931Z] #47 0.544 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-10-01T00:47:08.931Z] #47 0.545 + . /tmp/install/golangci_lint.installer [2020-10-01T00:47:08.931Z] #47 0.545 ++ : v1.23.8 [2020-10-01T00:47:08.931Z] #47 0.546 + install_golangci_lint [2020-10-01T00:47:08.931Z] #47 0.546 + echo 'Installing golangci-lint version v1.23.8' [2020-10-01T00:47:08.931Z] #47 0.547 Installing golangci-lint version v1.23.8 [2020-10-01T00:47:08.931Z] #47 0.547 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-10-01T00:47:09.029Z] [2020-10-01T00:47:09.029Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:47:09.029Z] #4 CACHED [2020-10-01T00:47:09.029Z] [2020-10-01T00:47:09.029Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:47:09.029Z] #6 DONE 0.1s [2020-10-01T00:47:09.029Z] [2020-10-01T00:47:09.029Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:47:09.289Z] #7 DONE 0.1s [2020-10-01T00:47:09.289Z] [2020-10-01T00:47:09.289Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:47:09.289Z] #5 DONE 0.3s [2020-10-01T00:47:09.548Z] [2020-10-01T00:47:09.548Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:47:09.548Z] #60 DONE 0.0s [2020-10-01T00:47:09.548Z] [2020-10-01T00:47:09.548Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:47:09.548Z] #24 DONE 0.0s [2020-10-01T00:47:09.548Z] [2020-10-01T00:47:09.548Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:47:09.548Z] #8 DONE 0.0s [2020-10-01T00:47:09.548Z] [2020-10-01T00:47:09.548Z] #21 [internal] load build context [2020-10-01T00:47:10.932Z] #21 transferring context: 51.48MB 1.4s done [2020-10-01T00:47:10.932Z] #21 DONE 1.5s [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:10.932Z] #51 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:47:10.932Z] #38 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:47:10.932Z] #11 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:10.932Z] #32 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:47:10.932Z] #26 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:47:10.932Z] #37 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:47:10.932Z] #10 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:10.932Z] #47 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #46 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #48 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:47:10.932Z] #27 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:47:10.932Z] #30 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:47:10.932Z] #34 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #39 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #50 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #52 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:47:10.932Z] #61 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:47:10.932Z] #57 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:47:10.932Z] #12 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:47:10.932Z] #14 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:10.932Z] #45 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:47:10.932Z] #40 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:47:10.932Z] #16 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:47:10.932Z] #9 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #63 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:47:10.932Z] #15 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:47:10.932Z] #19 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:10.932Z] #43 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:47:10.932Z] #41 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #59 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:47:10.932Z] #28 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:10.932Z] #49 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:47:10.932Z] #13 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:47:10.932Z] #58 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:47:10.932Z] #31 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.932Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:47:10.932Z] #25 CACHED [2020-10-01T00:47:10.932Z] [2020-10-01T00:47:10.933Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:10.933Z] #54 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:47:10.933Z] #36 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:10.933Z] #56 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:10.933Z] #22 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:47:10.933Z] #42 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:47:10.933Z] #33 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:47:10.933Z] #53 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:47:10.933Z] #29 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:10.933Z] #62 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:47:10.933Z] #20 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:47:10.933Z] #18 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:47:10.933Z] #23 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:47:10.933Z] #17 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:47:10.933Z] #64 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:10.933Z] #35 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:47:10.933Z] #55 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:47:10.933Z] #44 CACHED [2020-10-01T00:47:10.933Z] [2020-10-01T00:47:10.933Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:47:10.933Z] #65 CACHED [2020-10-01T00:47:11.501Z] [2020-10-01T00:47:11.501Z] #66 exporting to image [2020-10-01T00:47:11.501Z] #66 exporting layers done [2020-10-01T00:47:11.501Z] #66 writing image sha256:c906910a7e4ad2e09dd469aaa153a48d0645bf48b280b0321175cf872cebc2de done [2020-10-01T00:47:11.501Z] #66 naming to docker.io/library/docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe done [2020-10-01T00:47:11.501Z] #66 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:47:11.859Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -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:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary test-integration [2020-10-01T00:47:12.119Z] [2020-10-01T00:47:12.378Z] Removing bundles/ [2020-10-01T00:47:12.378Z] [2020-10-01T00:47:12.378Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-01T00:47:12.378Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:47:12.378Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:47:12.551Z] #47 ... [2020-10-01T00:47:12.551Z] [2020-10-01T00:47:12.551Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:12.551Z] #45 0.434 + RM_GOPATH=0 [2020-10-01T00:47:12.551Z] #45 0.434 + TMP_GOPATH= [2020-10-01T00:47:12.551Z] #45 0.434 + : /build [2020-10-01T00:47:12.551Z] #45 0.434 + '[' -z '' ']' [2020-10-01T00:47:12.551Z] #45 0.435 ++ mktemp -d [2020-10-01T00:47:12.551Z] #45 0.438 + export GOPATH=/tmp/tmp.Ye2eB9JWto [2020-10-01T00:47:12.551Z] #45 0.438 + GOPATH=/tmp/tmp.Ye2eB9JWto [2020-10-01T00:47:12.551Z] #45 0.438 + RM_GOPATH=1 [2020-10-01T00:47:12.551Z] #45 0.438 + case "$(go env GOARCH)" in [2020-10-01T00:47:12.551Z] #45 0.439 ++ go env GOARCH [2020-10-01T00:47:12.551Z] #45 0.529 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:12.551Z] #45 0.529 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:12.551Z] #45 0.529 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:12.551Z] #45 0.529 + dir=/tmp/install [2020-10-01T00:47:12.551Z] #45 0.529 + bin=gotestsum [2020-10-01T00:47:12.551Z] #45 0.529 + shift [2020-10-01T00:47:12.551Z] #45 0.529 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-10-01T00:47:12.551Z] #45 0.529 + . /tmp/install/gotestsum.installer [2020-10-01T00:47:12.551Z] #45 0.529 ++ : v0.5.3 [2020-10-01T00:47:12.551Z] #45 0.529 + install_gotestsum [2020-10-01T00:47:12.551Z] #45 0.532 + set -e [2020-10-01T00:47:12.551Z] #45 0.533 + export GO111MODULE=on [2020-10-01T00:47:12.551Z] #45 0.533 + GO111MODULE=on [2020-10-01T00:47:12.551Z] #45 0.533 + GOBIN=/build [2020-10-01T00:47:12.551Z] #45 0.534 + go get gotest.tools/gotestsum@v0.5.3 [2020-10-01T00:47:12.551Z] #45 0.612 go: finding gotest.tools v0.5.3 [2020-10-01T00:47:12.551Z] #45 0.614 go: finding gotest.tools/gotestsum v0.5.3 [2020-10-01T00:47:12.551Z] #45 1.279 go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-01T00:47:12.551Z] #45 2.277 go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-01T00:47:12.551Z] #45 4.316 go: downloading github.com/pkg/errors v0.9.1 [2020-10-01T00:47:12.551Z] #45 4.327 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:47:12.551Z] #45 4.331 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:47:12.551Z] #45 4.343 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:47:12.551Z] #45 4.366 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:47:12.551Z] #45 4.404 go: downloading github.com/fatih/color v1.9.0 [2020-10-01T00:47:12.551Z] #45 4.408 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:47:12.551Z] #45 4.438 go: downloading github.com/spf13/pflag v1.0.3 [2020-10-01T00:47:12.551Z] #45 4.466 go: extracting github.com/pkg/errors v0.9.1 [2020-10-01T00:47:12.551Z] #45 4.505 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:47:12.551Z] #45 4.557 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:47:12.551Z] #45 4.614 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:47:12.551Z] #45 4.897 go: extracting github.com/fatih/color v1.9.0 [2020-10-01T00:47:12.551Z] #45 5.067 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:47:12.551Z] #45 5.266 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:47:12.551Z] #45 5.307 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:47:12.551Z] #45 5.324 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:47:12.551Z] #45 5.363 go: extracting github.com/spf13/pflag v1.0.3 [2020-10-01T00:47:12.551Z] #45 5.453 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:47:12.848Z] #45 6.725 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:47:13.911Z] #45 7.463 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:47:14.554Z] #45 8.249 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:47:16.147Z] #45 ... [2020-10-01T00:47:16.147Z] [2020-10-01T00:47:16.147Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:16.147Z] #32 0.473 + RM_GOPATH=0 [2020-10-01T00:47:16.147Z] #32 0.473 + TMP_GOPATH= [2020-10-01T00:47:16.147Z] #32 0.473 + : /build [2020-10-01T00:47:16.147Z] #32 0.473 + '[' -z '' ']' [2020-10-01T00:47:16.147Z] #32 0.473 ++ mktemp -d [2020-10-01T00:47:16.147Z] #32 0.483 + export GOPATH=/tmp/tmp.aeMaRwBymp [2020-10-01T00:47:16.147Z] #32 0.483 + GOPATH=/tmp/tmp.aeMaRwBymp [2020-10-01T00:47:16.147Z] #32 0.483 + RM_GOPATH=1 [2020-10-01T00:47:16.147Z] #32 0.483 + case "$(go env GOARCH)" in [2020-10-01T00:47:16.147Z] #32 0.485 ++ go env GOARCH [2020-10-01T00:47:16.147Z] #32 0.529 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.147Z] #32 0.529 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.147Z] #32 0.529 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:16.147Z] #32 0.529 + dir=/tmp/install [2020-10-01T00:47:16.147Z] #32 0.529 + bin=tomlv [2020-10-01T00:47:16.147Z] #32 0.529 + shift [2020-10-01T00:47:16.147Z] #32 0.529 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-10-01T00:47:16.147Z] #32 0.529 + . /tmp/install/tomlv.installer [2020-10-01T00:47:16.147Z] #32 0.529 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:47:16.147Z] #32 0.530 + install_tomlv [2020-10-01T00:47:16.147Z] #32 0.531 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-10-01T00:47:16.147Z] #32 0.531 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:47:16.147Z] #32 0.531 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aeMaRwBymp/src/github.com/BurntSushi/toml [2020-10-01T00:47:16.147Z] #32 0.546 Cloning into '/tmp/tmp.aeMaRwBymp/src/github.com/BurntSushi/toml'... [2020-10-01T00:47:16.147Z] #32 1.524 + cd /tmp/tmp.aeMaRwBymp/src/github.com/BurntSushi/toml [2020-10-01T00:47:16.147Z] #32 1.525 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:47:16.147Z] #32 1.575 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-10-01T00:47:16.147Z] #32 2.855 github.com/BurntSushi/toml [2020-10-01T00:47:16.147Z] #32 5.830 github.com/BurntSushi/toml/cmd/tomlv [2020-10-01T00:47:16.147Z] #32 DONE 9.6s [2020-10-01T00:47:16.147Z] [2020-10-01T00:47:16.147Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:16.147Z] #49 0.516 + RM_GOPATH=0 [2020-10-01T00:47:16.147Z] #49 0.516 + TMP_GOPATH= [2020-10-01T00:47:16.147Z] #49 0.516 + : /build [2020-10-01T00:47:16.147Z] #49 0.516 + '[' -z '' ']' [2020-10-01T00:47:16.147Z] #49 0.517 ++ mktemp -d [2020-10-01T00:47:16.147Z] #49 0.519 + export GOPATH=/tmp/tmp.eOiexKAVLk [2020-10-01T00:47:16.147Z] #49 0.519 + GOPATH=/tmp/tmp.eOiexKAVLk [2020-10-01T00:47:16.147Z] #49 0.529 + RM_GOPATH=1 [2020-10-01T00:47:16.147Z] #49 0.529 + case "$(go env GOARCH)" in [2020-10-01T00:47:16.147Z] #49 0.529 ++ go env GOARCH [2020-10-01T00:47:16.147Z] #49 0.569 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.147Z] #49 0.569 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.147Z] #49 0.569 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:16.147Z] #49 0.573 + dir=/tmp/install [2020-10-01T00:47:16.147Z] #49 0.573 + bin=shfmt [2020-10-01T00:47:16.147Z] #49 0.574 + shift [2020-10-01T00:47:16.147Z] #49 0.574 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-10-01T00:47:16.147Z] #49 0.574 + . /tmp/install/shfmt.installer [2020-10-01T00:47:16.147Z] #49 0.575 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:47:16.147Z] #49 0.577 + install_shfmt [2020-10-01T00:47:16.147Z] #49 0.577 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-10-01T00:47:16.147Z] #49 0.578 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:47:16.147Z] #49 0.578 + git clone https://github.com/mvdan/sh.git /tmp/tmp.eOiexKAVLk/src/github.com/mvdan/sh [2020-10-01T00:47:16.147Z] #49 0.583 Cloning into '/tmp/tmp.eOiexKAVLk/src/github.com/mvdan/sh'... [2020-10-01T00:47:16.147Z] #49 7.149 + cd /tmp/tmp.eOiexKAVLk/src/github.com/mvdan/sh [2020-10-01T00:47:16.147Z] #49 7.149 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:47:16.147Z] #49 7.248 + GO111MODULE=on [2020-10-01T00:47:16.147Z] #49 7.248 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-10-01T00:47:16.147Z] #49 8.402 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:47:16.147Z] #49 8.415 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:47:16.147Z] #49 8.440 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:47:16.147Z] #49 8.585 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:47:16.147Z] #49 8.612 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:47:16.147Z] #49 9.691 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:47:16.147Z] #49 ... [2020-10-01T00:47:16.147Z] [2020-10-01T00:47:16.147Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:47:16.147Z] #53 0.854 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-10-01T00:47:16.147Z] #53 0.922 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-10-01T00:47:16.147Z] #53 1.109 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-10-01T00:47:16.147Z] #53 3.510 Reading package lists... [2020-10-01T00:47:16.445Z] #53 7.520 Reading package lists... [2020-10-01T00:47:16.445Z] #53 ... [2020-10-01T00:47:16.445Z] [2020-10-01T00:47:16.445Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:47:16.446Z] #34 0.929 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-10-01T00:47:16.446Z] #34 0.929 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-10-01T00:47:16.446Z] #34 1.025 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-10-01T00:47:16.446Z] #34 3.614 Reading package lists... [2020-10-01T00:47:16.446Z] #34 7.505 Reading package lists... [2020-10-01T00:47:16.446Z] #34 ... [2020-10-01T00:47:16.446Z] [2020-10-01T00:47:16.446Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:16.446Z] #51 0.482 + RM_GOPATH=0 [2020-10-01T00:47:16.446Z] #51 0.483 + TMP_GOPATH= [2020-10-01T00:47:16.446Z] #51 0.483 + : /build [2020-10-01T00:47:16.446Z] #51 0.483 + '[' -z '' ']' [2020-10-01T00:47:16.446Z] #51 0.493 ++ mktemp -d [2020-10-01T00:47:16.446Z] #51 0.504 + export GOPATH=/tmp/tmp.V1MQXTqbO7 [2020-10-01T00:47:16.446Z] #51 0.504 + GOPATH=/tmp/tmp.V1MQXTqbO7 [2020-10-01T00:47:16.446Z] #51 0.504 + RM_GOPATH=1 [2020-10-01T00:47:16.446Z] #51 0.504 + case "$(go env GOARCH)" in [2020-10-01T00:47:16.446Z] #51 0.505 ++ go env GOARCH [2020-10-01T00:47:16.446Z] #51 0.531 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.446Z] #51 0.531 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.446Z] #51 0.531 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:16.446Z] #51 0.533 + dir=/tmp/install [2020-10-01T00:47:16.446Z] #51 0.534 + bin=runc [2020-10-01T00:47:16.446Z] #51 0.535 + shift [2020-10-01T00:47:16.446Z] #51 0.535 + '[' '!' -f /tmp/install/runc.installer ']' [2020-10-01T00:47:16.446Z] #51 0.535 + . /tmp/install/runc.installer [2020-10-01T00:47:16.446Z] #51 0.536 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-01T00:47:16.446Z] #51 0.571 + install_runc [2020-10-01T00:47:16.446Z] #51 0.571 + grep -q '^3\.10\.0.*\.el7\.' [2020-10-01T00:47:16.446Z] #51 0.571 + uname -r [2020-10-01T00:47:16.446Z] #51 0.582 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-10-01T00:47:16.446Z] #51 0.582 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-10-01T00:47:16.446Z] #51 0.582 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-10-01T00:47:16.446Z] #51 0.582 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.V1MQXTqbO7/src/github.com/opencontainers/runc [2020-10-01T00:47:16.446Z] #51 0.604 Cloning into '/tmp/tmp.V1MQXTqbO7/src/github.com/opencontainers/runc'... [2020-10-01T00:47:16.446Z] #51 9.627 + cd /tmp/tmp.V1MQXTqbO7/src/github.com/opencontainers/runc [2020-10-01T00:47:16.446Z] #51 9.627 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-01T00:47:16.446Z] #51 10.35 + '[' -z '' ']' [2020-10-01T00:47:16.743Z] #51 10.35 + target=static [2020-10-01T00:47:16.743Z] #51 10.35 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-10-01T00:47:16.743Z] #51 ... [2020-10-01T00:47:16.743Z] [2020-10-01T00:47:16.743Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:16.743Z] #43 0.467 + RM_GOPATH=0 [2020-10-01T00:47:16.743Z] #43 0.481 + TMP_GOPATH= [2020-10-01T00:47:16.743Z] #43 0.481 + : /build [2020-10-01T00:47:16.743Z] #43 0.481 + '[' -z '' ']' [2020-10-01T00:47:16.743Z] #43 0.481 ++ mktemp -d [2020-10-01T00:47:16.743Z] #43 0.486 + export GOPATH=/tmp/tmp.S1QCseSjna [2020-10-01T00:47:16.743Z] #43 0.486 + GOPATH=/tmp/tmp.S1QCseSjna [2020-10-01T00:47:16.743Z] #43 0.486 + RM_GOPATH=1 [2020-10-01T00:47:16.743Z] #43 0.486 + case "$(go env GOARCH)" in [2020-10-01T00:47:16.743Z] #43 0.486 ++ go env GOARCH [2020-10-01T00:47:16.743Z] #43 0.529 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.743Z] #43 0.529 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:16.743Z] #43 0.529 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:16.743Z] #43 0.532 + dir=/tmp/install [2020-10-01T00:47:16.743Z] #43 0.532 + bin=vndr [2020-10-01T00:47:16.743Z] #43 0.533 + shift [2020-10-01T00:47:16.743Z] #43 0.533 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-10-01T00:47:16.743Z] #43 0.533 + . /tmp/install/vndr.installer [2020-10-01T00:47:16.743Z] #43 0.534 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:47:16.743Z] #43 0.535 + install_vndr [2020-10-01T00:47:16.743Z] #43 0.535 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-10-01T00:47:16.743Z] #43 0.535 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:47:16.743Z] #43 0.535 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.S1QCseSjna/src/github.com/LK4D4/vndr [2020-10-01T00:47:16.743Z] #43 0.547 Cloning into '/tmp/tmp.S1QCseSjna/src/github.com/LK4D4/vndr'... [2020-10-01T00:47:16.743Z] #43 1.317 + cd /tmp/tmp.S1QCseSjna/src/github.com/LK4D4/vndr [2020-10-01T00:47:16.743Z] #43 1.318 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:47:16.743Z] #43 1.353 + go build -buildmode=pie -v -o /build/vndr . [2020-10-01T00:47:16.743Z] #43 3.118 github.com/LK4D4/vndr/godl/singleflight [2020-10-01T00:47:16.743Z] #43 3.392 github.com/LK4D4/vndr/versioned [2020-10-01T00:47:16.743Z] #43 3.447 github.com/LK4D4/vndr/build [2020-10-01T00:47:16.743Z] #43 3.884 github.com/LK4D4/vndr/godl [2020-10-01T00:47:16.743Z] #43 6.736 github.com/LK4D4/vndr [2020-10-01T00:47:16.743Z] #43 ... [2020-10-01T00:47:16.743Z] [2020-10-01T00:47:16.743Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:16.743Z] #49 10.41 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:47:17.781Z] Fetching without tags [2020-10-01T00:47:17.478Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:47:17.525Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:47:17.572Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:47:17.695Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:47:17.817Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:47:17.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:47:17.819Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:47:18.282Z] #49 11.84 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:47:18.931Z] #49 12.74 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:47:18.931Z] #49 12.75 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:47:19.083Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:47:19.229Z] #49 12.95 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:47:19.229Z] #49 13.06 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:47:19.878Z] #49 13.71 golang.org/x/sys/unix [2020-10-01T00:47:20.180Z] #49 13.76 mvdan.cc/sh/v3/fileutil [2020-10-01T00:47:20.180Z] #49 13.78 github.com/pkg/diff [2020-10-01T00:47:20.180Z] #49 13.81 mvdan.cc/editorconfig [2020-10-01T00:47:20.484Z] #49 14.29 mvdan.cc/sh/v3/syntax [2020-10-01T00:47:19.190Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:47:19.246Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:47:21.135Z] #49 ... [2020-10-01T00:47:21.135Z] [2020-10-01T00:47:21.135Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:47:21.135Z] #53 7.520 Reading package lists... [2020-10-01T00:47:21.135Z] #53 11.61 Building dependency tree... [2020-10-01T00:47:21.135Z] #53 12.27 Reading state information... [2020-10-01T00:47:21.135Z] #53 12.81 The following additional packages will be installed: [2020-10-01T00:47:21.135Z] #53 12.81 libbtrfs0 [2020-10-01T00:47:21.135Z] #53 12.91 The following NEW packages will be installed: [2020-10-01T00:47:21.135Z] #53 12.92 libbtrfs-dev libbtrfs0 [2020-10-01T00:47:21.135Z] #53 13.07 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:47:21.135Z] #53 13.07 Need to get 120 kB of archives. [2020-10-01T00:47:21.135Z] #53 13.07 After this operation, 423 kB of additional disk space will be used. [2020-10-01T00:47:21.135Z] #53 13.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-10-01T00:47:21.135Z] #53 13.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-10-01T00:47:21.135Z] #53 14.10 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:47:21.135Z] #53 14.21 Fetched 120 kB in 0s (1273 kB/s) [2020-10-01T00:47:21.135Z] #53 14.37 Selecting previously unselected package libbtrfs0. [2020-10-01T00:47:21.135Z] #53 14.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 ... 15339 files and directories currently installed.) [2020-10-01T00:47:21.135Z] #53 14.46 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-10-01T00:47:21.135Z] #53 14.47 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-01T00:47:21.135Z] #53 14.56 Selecting previously unselected package libbtrfs-dev. [2020-10-01T00:47:21.135Z] #53 14.57 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-10-01T00:47:21.135Z] #53 14.57 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:47:21.135Z] #53 14.76 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-01T00:47:21.135Z] #53 14.77 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:47:21.135Z] #53 14.77 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:47:21.135Z] #53 DONE 15.1s [2020-10-01T00:47:21.434Z] [2020-10-01T00:47:21.434Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:21.434Z] #54 0.285 + RM_GOPATH=0 [2020-10-01T00:47:21.434Z] #54 0.285 + TMP_GOPATH= [2020-10-01T00:47:21.434Z] #54 0.285 + : /build [2020-10-01T00:47:21.434Z] #54 0.285 + '[' -z '' ']' [2020-10-01T00:47:21.732Z] #54 0.286 ++ mktemp -d [2020-10-01T00:47:21.732Z] #54 0.291 + export GOPATH=/tmp/tmp.wzcXJLgAWm [2020-10-01T00:47:21.732Z] #54 0.294 + GOPATH=/tmp/tmp.wzcXJLgAWm [2020-10-01T00:47:21.732Z] #54 0.295 + RM_GOPATH=1 [2020-10-01T00:47:21.732Z] #54 0.295 + case "$(go env GOARCH)" in [2020-10-01T00:47:21.732Z] #54 0.297 ++ go env GOARCH [2020-10-01T00:47:21.732Z] #54 0.315 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:21.732Z] #54 0.316 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:21.732Z] #54 0.337 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:21.732Z] #54 0.339 + dir=/tmp/install [2020-10-01T00:47:21.732Z] #54 0.342 + bin=containerd [2020-10-01T00:47:21.732Z] #54 0.342 + shift [2020-10-01T00:47:21.732Z] #54 0.342 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-10-01T00:47:21.732Z] #54 0.343 + . /tmp/install/containerd.installer [2020-10-01T00:47:21.732Z] #54 0.343 ++ set -e [2020-10-01T00:47:21.732Z] #54 0.344 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:47:21.732Z] #54 0.344 + install_containerd [2020-10-01T00:47:21.732Z] #54 0.346 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-10-01T00:47:21.732Z] #54 0.346 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:47:21.732Z] #54 0.346 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wzcXJLgAWm/src/github.com/containerd/containerd [2020-10-01T00:47:21.732Z] #54 0.349 Cloning into '/tmp/tmp.wzcXJLgAWm/src/github.com/containerd/containerd'... [2020-10-01T00:47:22.487Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:47:22.487Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:47:23.837Z] #54 ... [2020-10-01T00:47:23.837Z] [2020-10-01T00:47:23.837Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:23.837Z] #43 DONE 17.3s [2020-10-01T00:47:23.837Z] [2020-10-01T00:47:23.837Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:47:23.837Z] #34 7.505 Reading package lists... [2020-10-01T00:47:23.837Z] #34 11.79 Building dependency tree... [2020-10-01T00:47:23.837Z] #34 12.39 Reading state information... [2020-10-01T00:47:23.837Z] #34 13.02 The following additional packages will be installed: [2020-10-01T00:47:23.837Z] #34 13.02 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-10-01T00:47:23.837Z] #34 13.02 Suggested packages: [2020-10-01T00:47:23.837Z] #34 13.02 cmake-doc ninja-build lrzip [2020-10-01T00:47:23.837Z] #34 13.02 Recommended packages: [2020-10-01T00:47:23.837Z] #34 13.02 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-10-01T00:47:23.837Z] #34 13.62 The following NEW packages will be installed: [2020-10-01T00:47:23.837Z] #34 13.62 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-10-01T00:47:23.837Z] #34 13.62 vim-common xxd [2020-10-01T00:47:23.837Z] #34 13.69 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:47:23.837Z] #34 13.69 Need to get 14.9 MB of archives. [2020-10-01T00:47:23.837Z] #34 13.69 After this operation, 67.2 MB of additional disk space will be used. [2020-10-01T00:47:23.837Z] #34 13.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-10-01T00:47:23.837Z] #34 13.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-10-01T00:47:23.837Z] #34 13.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-10-01T00:47:23.837Z] #34 13.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-10-01T00:47:23.837Z] #34 14.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-10-01T00:47:23.837Z] #34 14.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-10-01T00:47:23.837Z] #34 14.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-10-01T00:47:23.837Z] #34 14.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-10-01T00:47:23.837Z] #34 14.65 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-10-01T00:47:23.837Z] #34 14.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-10-01T00:47:23.837Z] #34 15.36 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:47:23.837Z] #34 15.43 Fetched 14.9 MB in 1s (13.1 MB/s) [2020-10-01T00:47:23.837Z] #34 15.47 Selecting previously unselected package xxd. [2020-10-01T00:47:23.837Z] #34 15.47 (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-10-01T00:47:23.837Z] #34 15.49 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-10-01T00:47:23.837Z] #34 15.50 Unpacking xxd (2:8.1.0875-5) ... [2020-10-01T00:47:23.837Z] #34 15.57 Selecting previously unselected package vim-common. [2020-10-01T00:47:23.837Z] #34 15.57 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-01T00:47:23.837Z] #34 15.61 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-01T00:47:23.837Z] #34 15.79 Selecting previously unselected package cmake-data. [2020-10-01T00:47:23.837Z] #34 15.79 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-10-01T00:47:23.837Z] #34 15.81 Unpacking cmake-data (3.13.4-1) ... [2020-10-01T00:47:23.837Z] #34 17.16 Selecting previously unselected package libicu63:ppc64el. [2020-10-01T00:47:23.837Z] #34 17.16 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-10-01T00:47:23.837Z] #34 17.17 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-01T00:47:22.063Z] > git remote # timeout=10 [2020-10-01T00:47:22.141Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:47:22.212Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:47:22.214Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:47:22.382Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-10-01T00:47:22.522Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:47:22.571Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:47:27.415Z] #34 20.64 Selecting previously unselected package libxml2:ppc64el. [2020-10-01T00:47:27.415Z] #34 20.65 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-10-01T00:47:27.415Z] #34 20.66 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-10-01T00:47:27.415Z] #34 ... [2020-10-01T00:47:27.415Z] [2020-10-01T00:47:27.415Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:27.415Z] #51 10.76 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-10-01T00:47:27.415Z] #51 ... [2020-10-01T00:47:27.415Z] [2020-10-01T00:47:27.415Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:47:27.415Z] #34 20.94 Selecting previously unselected package libarchive13:ppc64el. [2020-10-01T00:47:27.415Z] #34 20.95 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-10-01T00:47:27.415Z] #34 20.95 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-10-01T00:47:27.415Z] #34 21.13 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-10-01T00:47:27.415Z] #34 21.13 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-10-01T00:47:27.415Z] #34 21.14 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-10-01T00:47:27.415Z] #34 21.21 Selecting previously unselected package librhash0:ppc64el. [2020-10-01T00:47:27.415Z] #34 21.21 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-10-01T00:47:27.415Z] #34 21.21 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-10-01T00:47:27.415Z] #34 ... [2020-10-01T00:47:27.415Z] [2020-10-01T00:47:27.415Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:27.415Z] #45 11.14 go: finding github.com/fatih/color v1.9.0 [2020-10-01T00:47:27.415Z] #45 11.14 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:47:27.415Z] #45 11.15 go: finding github.com/pkg/errors v0.9.1 [2020-10-01T00:47:27.415Z] #45 11.19 go: finding github.com/spf13/pflag v1.0.3 [2020-10-01T00:47:27.415Z] #45 11.31 go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:47:27.415Z] #45 11.44 go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:47:27.415Z] #45 11.57 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:47:27.415Z] #45 11.58 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:47:27.415Z] #45 11.61 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:47:27.415Z] #45 11.73 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:47:27.415Z] #45 11.76 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:47:27.714Z] #45 ... [2020-10-01T00:47:27.714Z] [2020-10-01T00:47:27.714Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:47:27.714Z] #34 21.29 Selecting previously unselected package libuv1:ppc64el. [2020-10-01T00:47:27.714Z] #34 21.30 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-10-01T00:47:27.714Z] #34 21.30 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-10-01T00:47:27.714Z] #34 21.44 Selecting previously unselected package cmake. [2020-10-01T00:47:27.714Z] #34 21.44 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-10-01T00:47:27.714Z] #34 21.45 Unpacking cmake (3.13.4-1) ... [2020-10-01T00:47:29.247Z] #34 23.00 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-10-01T00:47:29.247Z] #34 23.01 Setting up xxd (2:8.1.0875-5) ... [2020-10-01T00:47:29.247Z] #34 23.01 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-10-01T00:47:29.247Z] #34 23.02 Setting up vim-common (2:8.1.0875-5) ... [2020-10-01T00:47:29.247Z] #34 23.08 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-10-01T00:47:29.546Z] #34 23.09 Setting up cmake-data (3.13.4-1) ... [2020-10-01T00:47:29.546Z] #34 23.10 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-10-01T00:47:29.546Z] #34 23.11 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-10-01T00:47:29.546Z] #34 23.11 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-10-01T00:47:29.546Z] #34 23.12 Setting up cmake (3.13.4-1) ... [2020-10-01T00:47:29.546Z] #34 23.13 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:47:29.546Z] #34 23.23 Processing triggers for mime-support (3.62) ... [2020-10-01T00:47:29.847Z] #34 DONE 23.4s [2020-10-01T00:47:29.847Z] [2020-10-01T00:47:29.847Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:30.144Z] #35 0.296 + RM_GOPATH=0 [2020-10-01T00:47:30.144Z] #35 0.298 + TMP_GOPATH= [2020-10-01T00:47:30.144Z] #35 0.298 + : /build [2020-10-01T00:47:30.144Z] #35 0.298 + '[' -z '' ']' [2020-10-01T00:47:30.144Z] #35 0.298 ++ mktemp -d [2020-10-01T00:47:30.144Z] #35 0.299 + export GOPATH=/tmp/tmp.vOnzfp1B6W [2020-10-01T00:47:30.144Z] #35 0.299 + GOPATH=/tmp/tmp.vOnzfp1B6W [2020-10-01T00:47:30.144Z] #35 0.299 + RM_GOPATH=1 [2020-10-01T00:47:30.144Z] #35 0.299 + case "$(go env GOARCH)" in [2020-10-01T00:47:30.144Z] #35 0.300 ++ go env GOARCH [2020-10-01T00:47:30.144Z] #35 0.318 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:30.144Z] #35 0.318 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:47:30.144Z] #35 0.319 ++ dirname /tmp/install/install.sh [2020-10-01T00:47:30.144Z] #35 0.321 + dir=/tmp/install [2020-10-01T00:47:30.144Z] #35 0.322 + bin=tini [2020-10-01T00:47:30.144Z] #35 0.322 + shift [2020-10-01T00:47:30.144Z] #35 0.323 + '[' '!' -f /tmp/install/tini.installer ']' [2020-10-01T00:47:30.144Z] #35 0.324 + . /tmp/install/tini.installer [2020-10-01T00:47:30.144Z] #35 0.325 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:47:30.144Z] #35 0.326 + install_tini [2020-10-01T00:47:30.144Z] #35 0.326 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-10-01T00:47:30.144Z] #35 0.327 + git clone https://github.com/krallin/tini.git /tmp/tmp.vOnzfp1B6W/tini [2020-10-01T00:47:30.144Z] #35 0.327 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:47:30.144Z] #35 0.330 Cloning into '/tmp/tmp.vOnzfp1B6W/tini'... [2020-10-01T00:47:30.809Z] #35 1.125 + cd /tmp/tmp.vOnzfp1B6W/tini [2020-10-01T00:47:30.809Z] #35 1.125 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:47:30.809Z] #35 1.132 + cmake . [2020-10-01T00:47:31.453Z] #35 1.722 -- The C compiler identification is GNU 8.3.0 [2020-10-01T00:47:31.453Z] #35 1.755 -- Check for working C compiler: /usr/bin/cc [2020-10-01T00:47:32.102Z] #35 2.224 -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T00:47:32.102Z] #35 2.226 -- Detecting C compiler ABI info [2020-10-01T00:47:32.400Z] #35 2.690 -- Detecting C compiler ABI info - done [2020-10-01T00:47:32.400Z] #35 2.747 -- Detecting C compile features [2020-10-01T00:47:33.934Z] #35 3.970 -- Detecting C compile features - done [2020-10-01T00:47:33.934Z] #35 4.006 -- Performing Test HAS_BUILTIN_FORTIFY [2020-10-01T00:47:33.934Z] #35 4.260 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-10-01T00:47:33.934Z] #35 4.375 -- Configuring done [2020-10-01T00:47:34.232Z] #35 4.385 -- Generating done [2020-10-01T00:47:34.232Z] #35 4.393 -- Build files have been written to: /tmp/tmp.vOnzfp1B6W/tini [2020-10-01T00:47:34.232Z] #35 4.398 + make tini-static [2020-10-01T00:47:34.530Z] #35 4.684 Scanning dependencies of target tini-static [2020-10-01T00:47:34.530Z] #35 4.761 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-10-01T00:47:36.069Z] #35 ... [2020-10-01T00:47:36.069Z] [2020-10-01T00:47:36.069Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:47:36.069Z] #49 23.83 golang.org/x/crypto/ssh/terminal [2020-10-01T00:47:36.069Z] #49 25.90 mvdan.cc/sh/v3/cmd/shfmt [2020-10-01T00:47:36.069Z] #49 DONE 29.5s [2020-10-01T00:47:36.069Z] [2020-10-01T00:47:36.069Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:36.069Z] #35 6.058 [100%] Linking C executable tini-static [2020-10-01T00:47:36.069Z] #35 ... [2020-10-01T00:47:36.069Z] [2020-10-01T00:47:36.069Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:47:36.069Z] #30 24.95 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-10-01T00:47:36.069Z] #30 25.09 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-10-01T00:47:37.125Z] #30 ... [2020-10-01T00:47:37.125Z] [2020-10-01T00:47:37.125Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:47:37.125Z] #35 7.006 [100%] Built target tini-static [2020-10-01T00:47:37.125Z] #35 7.097 + mkdir -p /build [2020-10-01T00:47:37.125Z] #35 7.100 + cp tini-static /build/docker-init [2020-10-01T00:47:37.125Z] #35 DONE 7.2s [2020-10-01T00:47:37.125Z] [2020-10-01T00:47:37.125Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:47:38.207Z] Commit message: "Fix gcplogs memory/connection leak" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:47:41.124Z] + docker version [2020-10-01T00:47:42.754Z] #30 ... [2020-10-01T00:47:42.754Z] [2020-10-01T00:47:42.754Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:42.754Z] #54 20.57 + cd /tmp/tmp.wzcXJLgAWm/src/github.com/containerd/containerd [2020-10-01T00:47:42.754Z] #54 20.57 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:47:42.754Z] #54 ... [2020-10-01T00:47:42.754Z] [2020-10-01T00:47:42.754Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:42.754Z] #45 DONE 36.1s [2020-10-01T00:47:42.754Z] [2020-10-01T00:47:42.754Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:42.754Z] #47 ... [2020-10-01T00:47:42.754Z] [2020-10-01T00:47:42.754Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:42.754Z] #54 21.31 + export 'BUILDTAGS=netgo osusergo static_build' [2020-10-01T00:47:42.754Z] #54 21.31 + BUILDTAGS='netgo osusergo static_build' [2020-10-01T00:47:42.754Z] #54 21.31 + export EXTRA_FLAGS=-buildmode=pie [2020-10-01T00:47:42.754Z] #54 21.31 + EXTRA_FLAGS=-buildmode=pie [2020-10-01T00:47:42.754Z] #54 21.31 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-10-01T00:47:42.754Z] #54 21.31 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-10-01T00:47:42.754Z] #54 21.31 + '[' '' = dynamic ']' [2020-10-01T00:47:42.754Z] #54 21.31 + make [2020-10-01T00:47:43.399Z] #54 22.05 + bin/ctr [2020-10-01T00:47:44.449Z] #54 ... [2020-10-01T00:47:44.449Z] [2020-10-01T00:47:44.449Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:47:44.449Z] #30 DONE 38.1s [2020-10-01T00:47:44.747Z] [2020-10-01T00:47:44.747Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:47:46.922Z] Client: Docker Engine - Enterprise [2020-10-01T00:47:46.922Z] Version: 19.03.12 [2020-10-01T00:47:46.922Z] API version: 1.40 [2020-10-01T00:47:46.922Z] Go version: go1.13.13 [2020-10-01T00:47:46.922Z] Git commit: 4306744 [2020-10-01T00:47:46.922Z] Built: 08/05/2020 19:27:53 [2020-10-01T00:47:46.922Z] OS/Arch: windows/amd64 [2020-10-01T00:47:46.922Z] Experimental: false [2020-10-01T00:47:46.922Z] [2020-10-01T00:47:46.922Z] Server: Docker Engine - Enterprise [2020-10-01T00:47:46.922Z] Engine: [2020-10-01T00:47:46.922Z] Version: 19.03.12 [2020-10-01T00:47:46.922Z] API version: 1.40 (minimum version 1.24) [2020-10-01T00:47:46.922Z] Go version: go1.13.13 [2020-10-01T00:47:46.922Z] Git commit: f295753ffd [2020-10-01T00:47:46.922Z] Built: 08/05/2020 19:26:41 [2020-10-01T00:47:46.922Z] OS/Arch: windows/amd64 [2020-10-01T00:47:46.922Z] Experimental: true [Pipeline] sh [2020-10-01T00:47:48.460Z] + docker info [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-10-01T00:47:52.991Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-01T00:47:52.991Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-01T00:47:53.626Z] ok github.com/docker/docker/builder/dockerignore 0.016s coverage: 96.8% of statements [2020-10-01T00:47:56.373Z] ok github.com/docker/docker/builder/remotecontext 0.350s coverage: 13.6% of statements [2020-10-01T00:47:56.373Z] ok github.com/docker/docker/builder/dockerfile 0.969s coverage: 48.0% of statements [2020-10-01T00:47:57.008Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-10-01T00:47:58.157Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0cbe0c10b59bc2f53) in /home/ubuntu/workspace/moby_PR-41513 [Pipeline] { [Pipeline] checkout [2020-10-01T00:47:58.521Z] ok github.com/docker/docker/builder/remotecontext/git 1.672s coverage: 86.3% of statements [2020-10-01T00:47:58.521Z] ? github.com/docker/docker/cli [no test files] [2020-10-01T00:47:58.521Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-01T00:47:59.156Z] ok github.com/docker/docker/client 0.155s coverage: 75.4% of statements [2020-10-01T00:48:01.148Z] using credential docker-jenkins-github-credentials [2020-10-01T00:48:01.156Z] Cloning the remote Git repository [2020-10-01T00:48:01.156Z] Cloning with configured refspecs honoured and without tags [2020-10-01T00:48:01.217Z] Cloning repository https://github.com/moby/moby.git [2020-10-01T00:48:01.281Z] > git init /home/ubuntu/workspace/moby_PR-41513 # timeout=10 [2020-10-01T00:48:01.615Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:48:01.616Z] > git --version # timeout=10 [2020-10-01T00:48:01.623Z] > git --version # 'git version 2.7.4' [2020-10-01T00:48:01.624Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:48:01.627Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:48:03.301Z] Client: [2020-10-01T00:48:03.301Z] Debug Mode: false [2020-10-01T00:48:03.301Z] Plugins: [2020-10-01T00:48:03.301Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-10-01T00:48:03.301Z] [2020-10-01T00:48:03.301Z] Server: [2020-10-01T00:48:03.301Z] Containers: 0 [2020-10-01T00:48:03.301Z] Running: 0 [2020-10-01T00:48:03.301Z] Paused: 0 [2020-10-01T00:48:03.301Z] Stopped: 0 [2020-10-01T00:48:03.301Z] Images: 0 [2020-10-01T00:48:03.301Z] Server Version: 19.03.12 [2020-10-01T00:48:03.301Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-10-01T00:48:03.301Z] Windows: [2020-10-01T00:48:03.301Z] LCOW: [2020-10-01T00:48:03.301Z] Logging Driver: json-file [2020-10-01T00:48:03.301Z] Plugins: [2020-10-01T00:48:03.301Z] Volume: local [2020-10-01T00:48:03.301Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-01T00:48:03.301Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-01T00:48:03.301Z] Swarm: inactive [2020-10-01T00:48:03.301Z] Default Isolation: process [2020-10-01T00:48:03.301Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-01T00:48:03.301Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-01T00:48:03.301Z] OSType: windows [2020-10-01T00:48:03.301Z] Architecture: x86_64 [2020-10-01T00:48:03.301Z] CPUs: 4 [2020-10-01T00:48:03.301Z] Total Memory: 32GiB [2020-10-01T00:48:03.301Z] Name: azwin-2-d2dd10 [2020-10-01T00:48:03.301Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-10-01T00:48:03.301Z] Docker Root Dir: D:\docker [2020-10-01T00:48:03.301Z] Debug Mode: false [2020-10-01T00:48:03.301Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:48:03.301Z] Labels: [2020-10-01T00:48:03.301Z] Experimental: true [2020-10-01T00:48:03.301Z] Insecure Registries: [2020-10-01T00:48:03.301Z] 10.0.0.4:5000 [2020-10-01T00:48:03.301Z] 127.0.0.0/8 [2020-10-01T00:48:03.301Z] Registry Mirrors: [2020-10-01T00:48:03.301Z] http://10.0.0.4:5000/ [2020-10-01T00:48:03.301Z] Live Restore Enabled: false [2020-10-01T00:48:03.301Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-10-01T00:48:05.453Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:48:05.712Z] [2020-10-01T00:48:06.648Z] + TEST_INTEGRATION_DEST=1 [2020-10-01T00:48:06.648Z] + CONTAINER_NAME=docker-pr4-1 [2020-10-01T00:48:06.648Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:48:06.648Z] + run_tests test-integration-flaky [2020-10-01T00:48:06.648Z] + '[' -n 0 ']' [2020-10-01T00:48:06.648Z] + rm= [2020-10-01T00:48:06.648Z] + c=0 [2020-10-01T00:48:06.648Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41513/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41513/.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=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh test-integration-flaky test-integration [2020-10-01T00:48:06.648Z] + TEST_INTEGRATION_DEST=2 [2020-10-01T00:48:06.648Z] + TEST_INTEGRATION_DEST=3 [2020-10-01T00:48:06.648Z] + CONTAINER_NAME=docker-pr4-2 [2020-10-01T00:48:06.648Z] + CONTAINER_NAME=docker-pr4-3 [2020-10-01T00:48:06.648Z] + TEST_SKIP_INTEGRATION=1 [2020-10-01T00:48:06.648Z] + TEST_SKIP_INTEGRATION=1 [2020-10-01T00:48:06.648Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-10-01T00:48:06.648Z] + run_tests [2020-10-01T00:48:06.648Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-10-01T00:48:06.648Z] + run_tests [2020-10-01T00:48:06.648Z] + '[' -n 0 ']' [2020-10-01T00:48:06.648Z] + rm= [2020-10-01T00:48:06.648Z] ++ jobs -p [2020-10-01T00:48:06.648Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41513/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41513/.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=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh '' test-integration [2020-10-01T00:48:06.648Z] + '[' -n 0 ']' [2020-10-01T00:48:06.648Z] + rm= [2020-10-01T00:48:06.648Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41513/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41513/.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=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh '' test-integration [2020-10-01T00:48:06.648Z] + for job in $(jobs -p) [2020-10-01T00:48:06.648Z] + wait 4287 [2020-10-01T00:48:07.359Z] #47 ... [2020-10-01T00:48:07.359Z] [2020-10-01T00:48:07.359Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:48:07.359Z] #51 61.05 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-10-01T00:48:07.585Z] [2020-10-01T00:48:07.585Z] [2020-10-01T00:48:07.844Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:48:07.844Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:48:07.844Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:48:07.844Z] HOSTNAME=e2fb3902aa7c [2020-10-01T00:48:07.844Z] TEST_SKIP_INTEGRATION=1 [2020-10-01T00:48:07.844Z] TESTDEBUG=0 [2020-10-01T00:48:07.844Z] DEST=bundles/test-integration [2020-10-01T00:48:07.844Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:48:07.844Z] KEEPBUNDLE=1 [2020-10-01T00:48:07.844Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:07.844Z] container=docker [2020-10-01T00:48:07.844Z] HOME=/root [2020-10-01T00:48:07.844Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:48:07.844Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:48:07.844Z] VALIDATE_BRANCH=master [2020-10-01T00:48:07.844Z] TERM=xterm [2020-10-01T00:48:07.844Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:48:07.844Z] SHLVL=1 [2020-10-01T00:48:07.844Z] TIMEOUT=120m [2020-10-01T00:48:07.844Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:48:07.844Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:48:07.844Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-10-01T00:48:07.844Z] GO111MODULE=off [2020-10-01T00:48:07.844Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:48:07.844Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:48:07.844Z] GOPATH=/go [2020-10-01T00:48:07.844Z] PKG_CONFIG=pkg-config [2020-10-01T00:48:07.844Z] _=/usr/bin/env [2020-10-01T00:48:07.844Z] Building test suite binary ./integration-cli/test.main [2020-10-01T00:48:07.844Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:48:07.844Z] HOSTNAME=0b51412e0a05 [2020-10-01T00:48:07.844Z] TEST_SKIP_INTEGRATION=1 [2020-10-01T00:48:07.844Z] TESTDEBUG=0 [2020-10-01T00:48:07.844Z] DEST=bundles/test-integration [2020-10-01T00:48:07.844Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:48:07.844Z] KEEPBUNDLE=1 [2020-10-01T00:48:07.844Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:07.844Z] container=docker [2020-10-01T00:48:07.844Z] HOME=/root [2020-10-01T00:48:07.844Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:48:07.844Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:48:07.844Z] VALIDATE_BRANCH=master [2020-10-01T00:48:07.844Z] TERM=xterm [2020-10-01T00:48:07.844Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:48:07.844Z] SHLVL=1 [2020-10-01T00:48:07.844Z] TIMEOUT=120m [2020-10-01T00:48:07.844Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:48:07.844Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:48:07.844Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-10-01T00:48:07.844Z] GO111MODULE=off [2020-10-01T00:48:07.844Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:48:07.844Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:48:07.844Z] GOPATH=/go [2020-10-01T00:48:07.844Z] PKG_CONFIG=pkg-config [2020-10-01T00:48:07.844Z] _=/usr/bin/env [2020-10-01T00:48:07.844Z] Building test suite binary ./integration-cli/test.main [2020-10-01T00:48:07.844Z] [2020-10-01T00:48:08.103Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-10-01T00:48:08.670Z] No new tests added to integration. [2020-10-01T00:48:08.670Z] [2020-10-01T00:48:08.670Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:48:08.885Z] #51 62.37 + mkdir -p /build [2020-10-01T00:48:08.885Z] #51 62.37 + cp runc /build/runc [2020-10-01T00:48:08.885Z] #51 DONE 62.5s [2020-10-01T00:48:08.885Z] [2020-10-01T00:48:08.885Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:48:10.049Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:48:10.049Z] HOSTNAME=5882353e8f69 [2020-10-01T00:48:10.049Z] TESTDEBUG=0 [2020-10-01T00:48:10.049Z] DEST=bundles/test-integration [2020-10-01T00:48:10.049Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:48:10.049Z] KEEPBUNDLE=1 [2020-10-01T00:48:10.049Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:10.049Z] container=docker [2020-10-01T00:48:10.049Z] HOME=/root [2020-10-01T00:48:10.049Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:48:10.049Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:48:10.049Z] VALIDATE_BRANCH=master [2020-10-01T00:48:10.049Z] TERM=xterm [2020-10-01T00:48:10.049Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:48:10.049Z] SHLVL=1 [2020-10-01T00:48:10.049Z] TIMEOUT=120m [2020-10-01T00:48:10.049Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:48:10.049Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:48:10.049Z] GO111MODULE=off [2020-10-01T00:48:10.049Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:48:10.049Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:48:10.049Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:48:10.049Z] GOPATH=/go [2020-10-01T00:48:10.049Z] PKG_CONFIG=pkg-config [2020-10-01T00:48:10.049Z] _=/usr/bin/env [2020-10-01T00:48:10.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-01T00:48:21.648Z] Fetching without tags [2020-10-01T00:48:22.171Z] Merging remotes/origin/master commit 46cdcd206c56172b95ba5c77b827a722dab426c5 into PR head commit ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:21.597Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:48:21.621Z] > git config --add remote.origin.fetch +refs/pull/41513/head:refs/remotes/origin/PR-41513 # timeout=10 [2020-10-01T00:48:21.637Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:48:21.649Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-10-01T00:48:21.666Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-10-01T00:48:21.667Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:48:21.669Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41513/head:refs/remotes/origin/PR-41513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-01T00:48:22.194Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:48:22.207Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:48:23.309Z] Merge succeeded, producing ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:23.309Z] Checking out Revision ef553e14a4e27fc479b9c8e94d76654ec67694fe (PR-41513) [2020-10-01T00:48:23.270Z] > git remote # timeout=10 [2020-10-01T00:48:23.277Z] > git config --get remote.origin.url # timeout=10 [2020-10-01T00:48:23.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-10-01T00:48:23.284Z] > git merge 46cdcd206c56172b95ba5c77b827a722dab426c5 # timeout=10 [2020-10-01T00:48:23.314Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-01T00:48:23.324Z] > git config core.sparsecheckout # timeout=10 [2020-10-01T00:48:23.356Z] > git checkout -f ef553e14a4e27fc479b9c8e94d76654ec67694fe # timeout=10 [2020-10-01T00:48:26.280Z] ok github.com/docker/docker/cmd/dockerd 0.052s coverage: 29.1% of statements [2020-10-01T00:48:26.280Z] ok github.com/docker/docker/container 0.110s coverage: 34.7% of statements [2020-10-01T00:48:26.280Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-01T00:48:26.280Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-01T00:48:26.280Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-01T00:48:26.280Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-01T00:48:27.558Z] #47 ... [2020-10-01T00:48:27.558Z] [2020-10-01T00:48:27.558Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:48:27.558Z] #54 63.30 + bin/containerd [2020-10-01T00:48:27.897Z] Commit message: "Fix gcplogs memory/connection leak" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-10-01T00:48:29.022Z] + docker version [2020-10-01T00:48:29.169Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-10-01T00:48:29.169Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-30711e3e\powershellScript.ps1'; exit $LASTEXITCODE; [2020-10-01T00:48:29.169Z] ---------------------------------------------------------------------------- [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] INFO: executeCI.ps1 starting at Thu Oct 1 00:48:26 CUT 2020 [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-10-01T00:48:29.169Z] INFO: Running git version 2.24.1.windows.2 [2020-10-01T00:48:29.169Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-10-01T00:48:29.169Z] INFO: Environment variables: [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] Name Value [2020-10-01T00:48:29.169Z] ---- ----- [2020-10-01T00:48:29.169Z] ALLUSERSPROFILE C:\ProgramData [2020-10-01T00:48:29.169Z] amd64 true [2020-10-01T00:48:29.169Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-10-01T00:48:29.169Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-10-01T00:48:29.169Z] arm64 true [2020-10-01T00:48:29.169Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-10-01T00:48:29.169Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-10-01T00:48:29.169Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-10-01T00:48:29.169Z] BRANCH_NAME PR-41513 [2020-10-01T00:48:29.169Z] BUILD_DISPLAY_NAME #4 [2020-10-01T00:48:29.169Z] BUILD_ID 4 [2020-10-01T00:48:29.169Z] BUILD_NUMBER 4 [2020-10-01T00:48:29.169Z] BUILD_TAG jenkins-moby-PR-41513-4 [2020-10-01T00:48:29.169Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41513/4/ [2020-10-01T00:48:29.169Z] CHANGE_AUTHOR phaas [2020-10-01T00:48:29.169Z] CHANGE_AUTHOR_DISPLAY_NAME Patrick Haas [2020-10-01T00:48:29.169Z] CHANGE_BRANCH patch-1 [2020-10-01T00:48:29.169Z] CHANGE_FORK phaas [2020-10-01T00:48:29.169Z] CHANGE_ID 41513 [2020-10-01T00:48:29.169Z] CHANGE_TARGET master [2020-10-01T00:48:29.169Z] CHANGE_TITLE Fix gcplogs memory/connection leak [2020-10-01T00:48:29.169Z] CHANGE_URL https://github.com/moby/moby/pull/41513 [2020-10-01T00:48:29.169Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:48:29.169Z] CommonProgramFiles C:\Program Files\Common Files [2020-10-01T00:48:29.169Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-10-01T00:48:29.169Z] CommonProgramW6432 C:\Program Files\Common Files [2020-10-01T00:48:29.169Z] COMPUTERNAME azwin-2-d2dd10 [2020-10-01T00:48:29.169Z] ComSpec C:\windows\system32\cmd.exe [2020-10-01T00:48:29.169Z] ConfigSequenceNumber 0 [2020-10-01T00:48:29.169Z] dco true [2020-10-01T00:48:29.169Z] DOCKER_BUILDKIT 0 [2020-10-01T00:48:29.169Z] DOCKER_DUT_DEBUG 1 [2020-10-01T00:48:29.169Z] DOCKER_EXPERIMENTAL 1 [2020-10-01T00:48:29.169Z] DOCKER_GRAPHDRIVER overlay2 [2020-10-01T00:48:29.169Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-10-01T00:48:29.169Z] EXECUTOR_NUMBER 0 [2020-10-01T00:48:29.169Z] FQDN azwin-2-d2dd10.westus.cloudapp.azure.com [2020-10-01T00:48:29.169Z] GIT_BRANCH PR-41513 [2020-10-01T00:48:29.169Z] GIT_COMMIT ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:29.169Z] GIT_PREVIOUS_COMMIT 1570ec93491c7167d78fbbd5946b5d6cc20abfc4 [2020-10-01T00:48:29.169Z] GIT_URL https://github.com/moby/moby.git [2020-10-01T00:48:29.169Z] HUDSON_COOKIE dc1303f9-ac38-4b7a-a4a8-98729cb1b626 [2020-10-01T00:48:29.169Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-10-01T00:48:29.169Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-10-01T00:48:29.169Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-10-01T00:48:29.169Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-10-01T00:48:29.169Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-10-01T00:48:29.169Z] JENKINS_NODE_COOKIE f4a2a5ef-f099-489a-8dae-aca5104f6278 [2020-10-01T00:48:29.169Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-10-01T00:48:29.169Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-10-01T00:48:29.169Z] JOB_BASE_NAME PR-41513 [2020-10-01T00:48:29.169Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41513/display/redirect [2020-10-01T00:48:29.169Z] JOB_NAME moby/PR-41513 [2020-10-01T00:48:29.169Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41513/ [2020-10-01T00:48:29.169Z] library.jps.version master [2020-10-01T00:48:29.169Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-10-01T00:48:29.169Z] NODE_LABELS amd64 azure azwin-2-d2dd10 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-10-01T00:48:29.169Z] NODE_NAME azwin-2-d2dd10 [2020-10-01T00:48:29.169Z] NUMBER_OF_PROCESSORS 4 [2020-10-01T00:48:29.169Z] OS Windows_NT [2020-10-01T00:48:29.169Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-10-01T00:48:29.169Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-10-01T00:48:29.169Z] ppc64le true [2020-10-01T00:48:29.169Z] PROCESSOR_ARCHITECTURE AMD64 [2020-10-01T00:48:29.169Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-10-01T00:48:29.169Z] PROCESSOR_LEVEL 6 [2020-10-01T00:48:29.169Z] PROCESSOR_REVISION 5504 [2020-10-01T00:48:29.169Z] ProgramData C:\ProgramData [2020-10-01T00:48:29.169Z] ProgramFiles C:\Program Files [2020-10-01T00:48:29.169Z] ProgramFiles(x86) C:\Program Files (x86) [2020-10-01T00:48:29.169Z] ProgramW6432 C:\Program Files [2020-10-01T00:48:29.169Z] PROMPT $P$G [2020-10-01T00:48:29.169Z] PSExecutionPolicyPreference Bypass [2020-10-01T00:48:29.169Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-10-01T00:48:29.169Z] PUBLIC C:\Users\Public [2020-10-01T00:48:29.169Z] rootless true [2020-10-01T00:48:29.169Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41513/4/display/redirect?page=changes [2020-10-01T00:48:29.169Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41513/4/display/redirect [2020-10-01T00:48:29.169Z] s390x true [2020-10-01T00:48:29.169Z] SKIP_VALIDATION_TESTS 1 [2020-10-01T00:48:29.169Z] SOURCES_DRIVE d [2020-10-01T00:48:29.169Z] SOURCES_SUBDIR gopath [2020-10-01T00:48:29.169Z] STAGE_NAME Run tests [2020-10-01T00:48:29.169Z] SystemDrive C: [2020-10-01T00:48:29.169Z] SystemRoot C:\windows [2020-10-01T00:48:29.169Z] TEMP C:\windows\TEMP [2020-10-01T00:48:29.169Z] TESTDEBUG 0 [2020-10-01T00:48:29.169Z] TESTRUN_DRIVE d [2020-10-01T00:48:29.169Z] TESTRUN_SUBDIR CI [2020-10-01T00:48:29.169Z] TIMEOUT 120m [2020-10-01T00:48:29.169Z] TMP C:\windows\TEMP [2020-10-01T00:48:29.169Z] unit_validate true [2020-10-01T00:48:29.169Z] USERDOMAIN WORKGROUP [2020-10-01T00:48:29.169Z] USERNAME azwin-2-d2dd10$ [2020-10-01T00:48:29.169Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-10-01T00:48:29.169Z] validate_force false [2020-10-01T00:48:29.169Z] windir C:\windows [2020-10-01T00:48:29.169Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-10-01T00:48:29.169Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-10-01T00:48:29.169Z] windowsRS1 false [2020-10-01T00:48:29.169Z] windowsRS5 true [2020-10-01T00:48:29.169Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] [2020-10-01T00:48:29.169Z] INFO: Sources under d:\gopath\... [2020-10-01T00:48:29.169Z] INFO: Test run under d:\CI\... [2020-10-01T00:48:29.169Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-10-01T00:48:29.169Z] INFO: docker/docker repository was found [2020-10-01T00:48:29.631Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-10-01T00:48:30.091Z] ltsc2019: Pulling from windows/servercore [2020-10-01T00:48:30.091Z] 4612f6d0b889: Pulling fs layer [2020-10-01T00:48:30.552Z] c3aff4450246: Pulling fs layer [2020-10-01T00:48:31.859Z] ok github.com/docker/docker/daemon/cluster 0.041s coverage: 0.5% of statements [2020-10-01T00:48:32.952Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-10-01T00:48:34.467Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-10-01T00:48:37.639Z] c3aff4450246: Download complete [2020-10-01T00:48:39.045Z] Client: Docker Engine - Community [2020-10-01T00:48:39.045Z] Version: 19.03.13 [2020-10-01T00:48:39.045Z] API version: 1.40 [2020-10-01T00:48:39.045Z] Go version: go1.13.15 [2020-10-01T00:48:39.045Z] Git commit: 4484c46 [2020-10-01T00:48:39.045Z] Built: Wed Sep 16 17:03:45 2020 [2020-10-01T00:48:39.045Z] OS/Arch: linux/arm64 [2020-10-01T00:48:39.045Z] Experimental: false [2020-10-01T00:48:39.045Z] [2020-10-01T00:48:39.045Z] Server: Docker Engine - Community [2020-10-01T00:48:39.045Z] Engine: [2020-10-01T00:48:39.045Z] Version: 19.03.13 [2020-10-01T00:48:39.045Z] API version: 1.40 (minimum version 1.12) [2020-10-01T00:48:39.046Z] Go version: go1.13.15 [2020-10-01T00:48:39.046Z] Git commit: 4484c46 [2020-10-01T00:48:39.046Z] Built: Wed Sep 16 17:02:17 2020 [2020-10-01T00:48:39.046Z] OS/Arch: linux/arm64 [2020-10-01T00:48:39.046Z] Experimental: true [2020-10-01T00:48:39.046Z] containerd: [2020-10-01T00:48:39.046Z] Version: 1.3.7 [2020-10-01T00:48:39.046Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:48:39.046Z] runc: [2020-10-01T00:48:39.046Z] Version: 1.0.0-rc10 [2020-10-01T00:48:39.046Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:48:39.046Z] docker-init: [2020-10-01T00:48:39.046Z] Version: 0.18.0 [2020-10-01T00:48:39.046Z] GitCommit: fec3683 [Pipeline] sh [2020-10-01T00:48:39.369Z] + docker info [2020-10-01T00:48:41.374Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 14.1% of statements [2020-10-01T00:48:42.009Z] ok github.com/docker/docker/daemon/config 0.019s coverage: 81.8% of statements [2020-10-01T00:48:42.644Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-10-01T00:48:42.937Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2020-10-01T00:48:43.974Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-10-01T00:48:44.267Z] ok github.com/docker/docker/daemon 12.256s coverage: 17.3% of statements [2020-10-01T00:48:44.267Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-01T00:48:44.267Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-01T00:48:44.267Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-01T00:48:44.267Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-01T00:48:46.223Z] 4612f6d0b889: Verifying Checksum [2020-10-01T00:48:46.223Z] 4612f6d0b889: Download complete [2020-10-01T00:48:46.342Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-10-01T00:48:46.342Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.175s coverage: 56.2% of statements [2020-10-01T00:48:48.851Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:48:48.851Z] [2020-10-01T00:48:48.851Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:48:48.851Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:48:48.851Z] HOSTNAME=b58e32c12872 [2020-10-01T00:48:48.851Z] DEST=bundles/test-integration [2020-10-01T00:48:48.851Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:48:48.851Z] DOCKER_ROOTLESS=1 [2020-10-01T00:48:48.851Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:48:48.851Z] container=docker [2020-10-01T00:48:48.851Z] HOME=/root [2020-10-01T00:48:48.851Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:48:48.851Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:48:48.851Z] VALIDATE_BRANCH=master [2020-10-01T00:48:48.851Z] TERM=xterm [2020-10-01T00:48:48.851Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:48:48.851Z] SHLVL=1 [2020-10-01T00:48:48.851Z] TIMEOUT=120m [2020-10-01T00:48:48.851Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:48:48.851Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:48:48.851Z] GO111MODULE=off [2020-10-01T00:48:48.851Z] DOCKER_EXPERIMENTAL=1 [2020-10-01T00:48:48.851Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:48:48.851Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:48:48.851Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:48:48.851Z] GOPATH=/go [2020-10-01T00:48:48.851Z] PKG_CONFIG=pkg-config [2020-10-01T00:48:48.851Z] _=/usr/bin/env [2020-10-01T00:48:48.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-01T00:48:50.805Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.150s coverage: 46.2% of statements [2020-10-01T00:48:51.842Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-10-01T00:48:54.283Z] Client: [2020-10-01T00:48:54.283Z] Debug Mode: false [2020-10-01T00:48:54.283Z] [2020-10-01T00:48:54.283Z] Server: [2020-10-01T00:48:54.283Z] Containers: 0 [2020-10-01T00:48:54.283Z] Running: 0 [2020-10-01T00:48:54.283Z] Paused: 0 [2020-10-01T00:48:54.283Z] Stopped: 0 [2020-10-01T00:48:54.283Z] Images: 0 [2020-10-01T00:48:54.283Z] Server Version: 19.03.13 [2020-10-01T00:48:54.283Z] Storage Driver: overlay2 [2020-10-01T00:48:54.283Z] Backing Filesystem: extfs [2020-10-01T00:48:54.283Z] Supports d_type: true [2020-10-01T00:48:54.283Z] Native Overlay Diff: true [2020-10-01T00:48:54.283Z] Logging Driver: json-file [2020-10-01T00:48:54.283Z] Cgroup Driver: cgroupfs [2020-10-01T00:48:54.283Z] Plugins: [2020-10-01T00:48:54.283Z] Volume: local [2020-10-01T00:48:54.283Z] Network: bridge host ipvlan macvlan null overlay [2020-10-01T00:48:54.283Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-10-01T00:48:54.283Z] Swarm: inactive [2020-10-01T00:48:54.283Z] Runtimes: runc [2020-10-01T00:48:54.283Z] Default Runtime: runc [2020-10-01T00:48:54.283Z] Init Binary: docker-init [2020-10-01T00:48:54.283Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-10-01T00:48:54.283Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-10-01T00:48:54.283Z] init version: fec3683 [2020-10-01T00:48:54.283Z] Security Options: [2020-10-01T00:48:54.283Z] apparmor [2020-10-01T00:48:54.283Z] seccomp [2020-10-01T00:48:54.283Z] Profile: default [2020-10-01T00:48:54.283Z] Kernel Version: 4.15.0-1083-aws [2020-10-01T00:48:54.283Z] Operating System: Ubuntu 16.04.7 LTS [2020-10-01T00:48:54.283Z] OSType: linux [2020-10-01T00:48:54.283Z] Architecture: aarch64 [2020-10-01T00:48:54.283Z] CPUs: 4 [2020-10-01T00:48:54.283Z] Total Memory: 7.525GiB [2020-10-01T00:48:54.283Z] Name: ip-10-100-116-116 [2020-10-01T00:48:54.283Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-10-01T00:48:54.283Z] Docker Root Dir: /var/lib/docker [2020-10-01T00:48:54.283Z] Debug Mode: false [2020-10-01T00:48:54.283Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:48:54.283Z] Labels: [2020-10-01T00:48:54.283Z] Experimental: true [2020-10-01T00:48:54.283Z] Insecure Registries: [2020-10-01T00:48:54.283Z] 127.0.0.0/8 [2020-10-01T00:48:54.283Z] Live Restore Enabled: true [2020-10-01T00:48:54.283Z] [2020-10-01T00:48:54.283Z] WARNING: No swap limit support [Pipeline] sh [2020-10-01T00:48:54.574Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:48:54.574Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-10-01T00:48:54.574Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41513/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-10-01T00:48:54.574Z] + bash /home/ubuntu/workspace/moby_PR-41513/check-config.sh [2020-10-01T00:48:54.574Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-10-01T00:48:54.574Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-10-01T00:48:54.574Z] [2020-10-01T00:48:54.574Z] Generally Necessary: [2020-10-01T00:48:54.574Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-10-01T00:48:54.574Z] - apparmor: enabled and tools installed [2020-10-01T00:48:54.835Z] - CONFIG_NAMESPACES: enabled [2020-10-01T00:48:54.835Z] - CONFIG_NET_NS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_PID_NS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_IPC_NS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_UTS_NS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CGROUPS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CGROUP_DEVICE: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CGROUP_FREEZER: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CGROUP_SCHED: enabled [2020-10-01T00:48:54.835Z] - CONFIG_CPUSETS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_MEMCG: enabled [2020-10-01T00:48:54.835Z] - CONFIG_KEYS: enabled [2020-10-01T00:48:54.835Z] - CONFIG_VETH: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_BRIDGE: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-10-01T00:48:54.835Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_NF_NAT: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-10-01T00:48:55.097Z] - CONFIG_POSIX_MQUEUE: enabled [2020-10-01T00:48:55.097Z] [2020-10-01T00:48:55.097Z] Optional Features: [2020-10-01T00:48:55.097Z] - CONFIG_USER_NS: enabled [2020-10-01T00:48:55.097Z] - CONFIG_SECCOMP: enabled [2020-10-01T00:48:55.097Z] - CONFIG_CGROUP_PIDS: enabled [2020-10-01T00:48:55.097Z] - CONFIG_MEMCG_SWAP: enabled [2020-10-01T00:48:55.097Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-10-01T00:48:55.097Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-10-01T00:48:55.097Z] - CONFIG_BLK_CGROUP: enabled [2020-10-01T00:48:55.097Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-10-01T00:48:55.097Z] - CONFIG_IOSCHED_CFQ: enabled [2020-10-01T00:48:55.097Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-10-01T00:48:55.097Z] - CONFIG_CGROUP_PERF: enabled [2020-10-01T00:48:55.097Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-10-01T00:48:55.097Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-10-01T00:48:55.097Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-10-01T00:48:55.097Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-10-01T00:48:55.097Z] - CONFIG_RT_GROUP_SCHED: missing [2020-10-01T00:48:55.097Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_IP_VS: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_IP_VS_NFCT: enabled [2020-10-01T00:48:55.097Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-10-01T00:48:55.097Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-10-01T00:48:55.097Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-10-01T00:48:55.097Z] - CONFIG_EXT4_FS: enabled [2020-10-01T00:48:55.097Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-10-01T00:48:55.359Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-10-01T00:48:55.359Z] - Network Drivers: [2020-10-01T00:48:55.359Z] - "overlay": [2020-10-01T00:48:55.359Z] - CONFIG_VXLAN: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-10-01T00:48:55.359Z] Optional (for encrypted networks): [2020-10-01T00:48:55.359Z] - CONFIG_CRYPTO: enabled [2020-10-01T00:48:55.359Z] - CONFIG_CRYPTO_AEAD: enabled [2020-10-01T00:48:55.359Z] - CONFIG_CRYPTO_GCM: enabled [2020-10-01T00:48:55.359Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-10-01T00:48:55.359Z] - CONFIG_CRYPTO_GHASH: enabled [2020-10-01T00:48:55.359Z] - CONFIG_XFRM: enabled [2020-10-01T00:48:55.359Z] - CONFIG_XFRM_USER: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_INET_ESP: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-10-01T00:48:55.359Z] - "ipvlan": [2020-10-01T00:48:55.359Z] - CONFIG_IPVLAN: enabled (as module) [2020-10-01T00:48:55.359Z] - "macvlan": [2020-10-01T00:48:55.359Z] - CONFIG_MACVLAN: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_DUMMY: enabled (as module) [2020-10-01T00:48:55.359Z] - "ftp,tftp client in container": [2020-10-01T00:48:55.359Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-10-01T00:48:55.359Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-10-01T00:48:55.359Z] - Storage Drivers: [2020-10-01T00:48:55.359Z] - "aufs": [2020-10-01T00:48:55.359Z] - CONFIG_AUFS_FS: enabled (as module) [2020-10-01T00:48:55.359Z] - "btrfs": [2020-10-01T00:48:55.359Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-10-01T00:48:55.365Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.363s coverage: 49.5% of statements [2020-10-01T00:48:55.621Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-10-01T00:48:55.621Z] - "devicemapper": [2020-10-01T00:48:55.621Z] - CONFIG_BLK_DEV_DM: enabled [2020-10-01T00:48:55.621Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-10-01T00:48:55.621Z] - "overlay": [2020-10-01T00:48:55.621Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-10-01T00:48:55.621Z] - "zfs": [2020-10-01T00:48:55.621Z] - /dev/zfs: missing [2020-10-01T00:48:55.621Z] - zfs command: missing [2020-10-01T00:48:55.621Z] - zpool command: missing [2020-10-01T00:48:55.621Z] [2020-10-01T00:48:55.621Z] Limits: [2020-10-01T00:48:55.621Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-10-01T00:48:55.621Z] [2020-10-01T00:48:55.621Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-10-01T00:48:55.977Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe . [2020-10-01T00:48:55.977Z] #2 [internal] load .dockerignore [2020-10-01T00:48:56.550Z] #2 transferring context: 87B 0.0s done [2020-10-01T00:48:57.122Z] #2 DONE 1.1s [2020-10-01T00:48:57.122Z] [2020-10-01T00:48:57.122Z] #1 [internal] load build definition from Dockerfile [2020-10-01T00:48:57.122Z] #1 transferring dockerfile: 16.46kB done [2020-10-01T00:48:57.122Z] #1 DONE 1.2s [2020-10-01T00:48:57.696Z] [2020-10-01T00:48:57.696Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-10-01T00:48:59.824Z] ok github.com/docker/docker/daemon/graphdriver/aufs 14.985s coverage: 73.1% of statements [2020-10-01T00:48:59.824Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-01T00:49:00.247Z] #3 DONE 2.2s [2020-10-01T00:49:00.247Z] [2020-10-01T00:49:00.247Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-10-01T00:49:00.247Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-10-01T00:49:00.247Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.2s [2020-10-01T00:49:00.247Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-10-01T00:49:00.247Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-10-01T00:49:00.247Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-10-01T00:49:00.508Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s [2020-10-01T00:49:01.082Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.8s done [2020-10-01T00:49:01.082Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-10-01T00:49:01.082Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-10-01T00:49:01.082Z] #4 DONE 1.4s [2020-10-01T00:49:01.336Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.614s coverage: 76.1% of statements [2020-10-01T00:49:01.345Z] [2020-10-01T00:49:01.345Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:49:01.629Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.884s coverage: 57.7% of statements [2020-10-01T00:49:01.629Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-01T00:49:01.629Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-01T00:49:01.917Z] #6 ... [2020-10-01T00:49:01.917Z] [2020-10-01T00:49:01.917Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-10-01T00:49:01.917Z] #7 DONE 0.5s [2020-10-01T00:49:01.922Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-10-01T00:49:02.182Z] [2020-10-01T00:49:02.182Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-10-01T00:49:02.182Z] #5 DONE 0.7s [2020-10-01T00:49:02.182Z] [2020-10-01T00:49:02.182Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-10-01T00:49:02.182Z] #6 DONE 0.8s [2020-10-01T00:49:02.446Z] [2020-10-01T00:49:02.446Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:49:02.446Z] #24 resolve docker.io/library/debian:buster@sha256:439a6bae1ef351ba9308fc9a5e69ff7754c14516f6be8ca26975fb564cb7fb76 done [2020-10-01T00:49:02.714Z] #24 sha256:439a6bae1ef351ba9308fc9a5e69ff7754c14516f6be8ca26975fb564cb7fb76 1.85kB / 1.85kB done [2020-10-01T00:49:02.714Z] #24 sha256:bfab5241510af5ddfebf441f0ecd546fcb6f37d36f745294b595d7d24a23ae55 529B / 529B done [2020-10-01T00:49:02.714Z] #24 sha256:6dc037251659287a96d12ee2f1300b4902a1611f457fb83572fa916fe094856b 1.50kB / 1.50kB done [2020-10-01T00:49:03.001Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2020-10-01T00:49:03.637Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-10-01T00:49:03.929Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.8% of statements [2020-10-01T00:49:03.929Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-01T00:49:03.929Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-01T00:49:04.768Z] INFO [loader] Go packages loading at mode 575 (imports|files|name|types_sizes|compiled_files|deps|exports_file) took 1m57.371666928s [2020-10-01T00:49:04.768Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.647443ms [2020-10-01T00:49:04.966Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 41.0% of statements [2020-10-01T00:49:05.259Z] ok github.com/docker/docker/daemon/logger/awslogs 0.076s coverage: 77.8% of statements [2020-10-01T00:49:05.259Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-01T00:49:05.259Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-01T00:49:06.301Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2020-10-01T00:49:06.301Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2020-10-01T00:49:06.938Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2020-10-01T00:49:06.938Z] time="2020-10-01T00:49:06Z" level=error msg="Failed to open log file: open /tmp/docker-logger-882082404/container.log.1: no such file or directory" [2020-10-01T00:49:06.938Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.023s coverage: 61.6% of statements [2020-10-01T00:49:07.042Z] #54 100.3 + bin/containerd-stress [2020-10-01T00:49:07.042Z] #54 102.8 + bin/containerd-shim [2020-10-01T00:49:07.977Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 75.2% of statements [2020-10-01T00:49:07.977Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-01T00:49:08.056Z] #24 ... [2020-10-01T00:49:08.056Z] [2020-10-01T00:49:08.056Z] #21 [internal] load build context [2020-10-01T00:49:08.056Z] #21 transferring context: 51.48MB 2.9s done [2020-10-01T00:49:08.056Z] #21 DONE 5.2s [2020-10-01T00:49:08.056Z] [2020-10-01T00:49:08.056Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:49:08.056Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-10-01T00:49:08.056Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-10-01T00:49:08.056Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-10-01T00:49:08.056Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-10-01T00:49:08.056Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.1s [2020-10-01T00:49:08.056Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.0s done [2020-10-01T00:49:08.056Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.1s [2020-10-01T00:49:08.056Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.0s done [2020-10-01T00:49:08.056Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 26.67MB / 62.53MB 4.1s [2020-10-01T00:49:08.056Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.4s [2020-10-01T00:49:08.271Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.038s coverage: 37.7% of statements [2020-10-01T00:49:08.564Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 33.3% of statements [2020-10-01T00:49:09.020Z] #8 ... [2020-10-01T00:49:09.020Z] [2020-10-01T00:49:09.020Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-10-01T00:49:09.020Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-10-01T00:49:09.020Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.1s done [2020-10-01T00:49:09.020Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-10-01T00:49:09.020Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-10-01T00:49:09.020Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s done [2020-10-01T00:49:09.020Z] #60 DONE 6.7s [2020-10-01T00:49:09.020Z] [2020-10-01T00:49:09.020Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:49:09.020Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.2s done [2020-10-01T00:49:09.020Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 5.1s done [2020-10-01T00:49:09.020Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.4s [2020-10-01T00:49:09.020Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 6.4s [2020-10-01T00:49:09.020Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 46.25MB / 97.69MB 6.4s [2020-10-01T00:49:09.020Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.4s done [2020-10-01T00:49:09.020Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 6.5s done [2020-10-01T00:49:09.020Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 65.09MB / 97.69MB 6.6s [2020-10-01T00:49:09.284Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 77.45MB / 97.69MB 6.8s [2020-10-01T00:49:09.284Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 88.01MB / 97.69MB 6.9s [2020-10-01T00:49:09.546Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.1s [2020-10-01T00:49:09.603Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 46.8% of statements [2020-10-01T00:49:09.808Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.7s done [2020-10-01T00:49:09.895Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-10-01T00:49:10.532Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-10-01T00:49:10.824Z] ok github.com/docker/docker/daemon/logger/splunk 1.465s coverage: 82.5% of statements [2020-10-01T00:49:10.824Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-01T00:49:10.824Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-01T00:49:12.337Z] ok github.com/docker/docker/distribution/metadata 0.020s coverage: 48.2% of statements [2020-10-01T00:49:12.337Z] ok github.com/docker/docker/distribution 0.238s coverage: 21.9% of statements [2020-10-01T00:49:12.337Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-01T00:49:12.651Z] #54 ... [2020-10-01T00:49:12.651Z] [2020-10-01T00:49:12.651Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:12.651Z] #47 125.5 + cd /tmp/tmp.NjezMA1sOU/src/github.com/golangci/golangci-lint/ [2020-10-01T00:49:12.651Z] #47 125.5 + git checkout -q v1.23.8 [2020-10-01T00:49:12.651Z] #47 125.8 ++ git describe --tags [2020-10-01T00:49:12.651Z] #47 125.8 + version=v1.23.8 [2020-10-01T00:49:12.651Z] #47 125.8 ++ git rev-parse --short HEAD [2020-10-01T00:49:12.651Z] #47 125.9 + commit=76a82c6 [2020-10-01T00:49:12.651Z] #47 125.9 ++ git show -s --format=%cd [2020-10-01T00:49:12.651Z] #47 125.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-10-01T00:49:12.651Z] #47 125.9 + 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-10-01T00:49:12.973Z] ok github.com/docker/docker/errdefs 0.020s coverage: 49.4% of statements [2020-10-01T00:49:13.608Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-10-01T00:49:14.243Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-10-01T00:49:14.877Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-10-01T00:49:14.877Z] ok github.com/docker/docker/distribution/xfer 1.865s coverage: 85.1% of statements [2020-10-01T00:49:14.877Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-01T00:49:14.877Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-01T00:49:14.877Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-01T00:49:15.098Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 11.7s done [2020-10-01T00:49:15.098Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-10-01T00:49:15.098Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.5s done [2020-10-01T00:49:15.170Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2020-10-01T00:49:15.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T00:49:15.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T00:49:16.042Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-10-01T00:49:16.209Z] ok github.com/docker/docker/oci 0.004s coverage: 8.2% of statements [2020-10-01T00:49:16.303Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2020-10-01T00:49:16.844Z] ok github.com/docker/docker/opts 0.013s coverage: 67.1% of statements [2020-10-01T00:49:17.136Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-10-01T00:49:17.247Z] #8 ... [2020-10-01T00:49:17.247Z] [2020-10-01T00:49:17.247Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae... [2020-10-01T00:49:17.247Z] #24 sha256:d3a32671b6316bd11f4bf18cb034394ac94d2bb3bc6d09de388b19b06fb94b91 49.18MB / 49.18MB 11.0s done [2020-10-01T00:49:17.247Z] #24 extracting sha256:d3a32671b6316bd11f4bf18cb034394ac94d2bb3bc6d09de388b19b06fb94b91 2.3s done [2020-10-01T00:49:17.247Z] #24 DONE 14.7s [2020-10-01T00:49:17.247Z] [2020-10-01T00:49:17.247Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:18.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T00:49:18.652Z] ok github.com/docker/docker/pkg/archive 0.552s coverage: 76.8% of statements [2020-10-01T00:49:20.163Z] ok github.com/docker/docker/pkg/authorization 1.050s coverage: 68.3% of statements [2020-10-01T00:49:20.456Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-10-01T00:49:20.554Z] #25 3.451 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:49:20.554Z] #25 3.469 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:49:20.554Z] #25 3.539 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:49:20.748Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-10-01T00:49:20.818Z] #25 3.658 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:49:21.080Z] #25 4.056 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:49:21.341Z] #25 4.101 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:49:23.093Z] #47 ... [2020-10-01T00:49:23.093Z] [2020-10-01T00:49:23.093Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:23.093Z] #54 111.8 + bin/containerd-shim-runc-v1 [2020-10-01T00:49:23.093Z] #54 121.6 + bin/containerd-shim-runc-v2 [2020-10-01T00:49:23.258Z] #25 5.886 Fetched 8211 kB in 3s (3003 kB/s) [2020-10-01T00:49:23.258Z] #25 5.886 Reading package lists... [2020-10-01T00:49:23.258Z] #25 ... [2020-10-01T00:49:23.258Z] [2020-10-01T00:49:23.258Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:49:23.258Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.4s done [2020-10-01T00:49:23.258Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.8s done [2020-10-01T00:49:23.258Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.2s [2020-10-01T00:49:24.204Z] #8 ... [2020-10-01T00:49:24.204Z] [2020-10-01T00:49:24.204Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:24.204Z] #25 5.886 Reading package lists... [2020-10-01T00:49:24.274Z] ok github.com/docker/docker/layer 7.990s coverage: 68.8% of statements [2020-10-01T00:49:24.274Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-01T00:49:24.274Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-01T00:49:24.274Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-01T00:49:24.274Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-01T00:49:24.274Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-01T00:49:24.274Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-10-01T00:49:24.599Z] ok github.com/docker/docker/pkg/chrootarchive 3.432s coverage: 43.2% of statements [2020-10-01T00:49:24.599Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-01T00:49:24.599Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-01T00:49:24.891Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-10-01T00:49:24.891Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-10-01T00:49:25.527Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2020-10-01T00:49:25.595Z] #25 7.185 Reading package lists... [2020-10-01T00:49:25.819Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-10-01T00:49:25.857Z] #25 8.438 Building dependency tree... [2020-10-01T00:49:25.867Z] #54 124.2 + binaries [2020-10-01T00:49:25.867Z] #54 124.2 + install -D bin/containerd /build/containerd [2020-10-01T00:49:25.867Z] #54 124.3 + install -D bin/containerd-shim /build/containerd-shim [2020-10-01T00:49:25.867Z] #54 124.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-10-01T00:49:25.867Z] #54 124.3 + install -D bin/ctr /build/ctr [2020-10-01T00:49:25.867Z] #54 DONE 124.5s [2020-10-01T00:49:25.867Z] [2020-10-01T00:49:25.867Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:26.112Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-10-01T00:49:26.430Z] #25 9.085 The following additional packages will be installed: [2020-10-01T00:49:26.430Z] #25 9.085 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-10-01T00:49:26.430Z] #25 9.085 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-10-01T00:49:26.430Z] #25 9.093 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-10-01T00:49:26.430Z] #25 9.093 Suggested packages: [2020-10-01T00:49:26.430Z] #25 9.093 krb5-doc krb5-user [2020-10-01T00:49:26.430Z] #25 9.093 Recommended packages: [2020-10-01T00:49:26.430Z] #25 9.093 krb5-locales publicsuffix libsasl2-modules [2020-10-01T00:49:26.430Z] #25 9.403 The following NEW packages will be installed: [2020-10-01T00:49:26.430Z] #25 9.404 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-10-01T00:49:26.430Z] #25 9.404 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-10-01T00:49:26.430Z] #25 9.404 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-10-01T00:49:26.430Z] #25 9.405 libssh2-1 libssl1.1 openssl [2020-10-01T00:49:26.430Z] #25 9.437 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-10-01T00:49:26.430Z] #25 9.437 Need to get 4772 kB of archives. [2020-10-01T00:49:26.430Z] #25 9.437 After this operation, 11.5 MB of additional disk space will be used. [2020-10-01T00:49:26.430Z] #25 9.437 Get:1 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-10-01T00:49:26.696Z] #25 9.567 Get:2 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-10-01T00:49:26.696Z] #25 9.622 Get:3 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-10-01T00:49:26.696Z] #25 9.624 Get:4 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-10-01T00:49:26.696Z] #25 9.625 Get:5 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB] [2020-10-01T00:49:26.696Z] #25 9.626 Get:6 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB] [2020-10-01T00:49:26.696Z] #25 9.628 Get:7 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB] [2020-10-01T00:49:26.696Z] #25 9.633 Get:8 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB] [2020-10-01T00:49:26.696Z] #25 9.636 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-10-01T00:49:26.696Z] #25 9.637 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-10-01T00:49:26.696Z] #25 9.661 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u2 [89.7 kB] [2020-10-01T00:49:26.696Z] #25 9.663 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u2 [216 kB] [2020-10-01T00:49:26.696Z] #25 9.667 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-10-01T00:49:26.696Z] #25 9.669 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-10-01T00:49:26.969Z] #25 9.670 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-10-01T00:49:26.969Z] #25 9.671 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-10-01T00:49:26.969Z] #25 9.673 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-10-01T00:49:26.969Z] #25 9.677 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-10-01T00:49:26.969Z] #25 9.681 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-10-01T00:49:26.969Z] #25 9.683 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-10-01T00:49:26.969Z] #25 9.685 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-10-01T00:49:26.969Z] #25 9.902 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:49:26.969Z] #25 9.939 Fetched 4772 kB in 0s (18.8 MB/s) [2020-10-01T00:49:27.150Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-10-01T00:49:27.233Z] #25 ... [2020-10-01T00:49:27.234Z] [2020-10-01T00:49:27.234Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-10-01T00:49:27.234Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.3s done [2020-10-01T00:49:27.234Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-10-01T00:49:27.234Z] #8 DONE 24.8s [2020-10-01T00:49:27.234Z] [2020-10-01T00:49:27.234Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:27.234Z] #25 9.977 Selecting previously unselected package libssl1.1:arm64. [2020-10-01T00:49:27.234Z] #25 9.977 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2020-10-01T00:49:27.234Z] #25 9.985 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-10-01T00:49:27.234Z] #25 9.993 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-10-01T00:49:27.494Z] #25 10.25 Selecting previously unselected package openssl. [2020-10-01T00:49:27.494Z] #25 10.25 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-10-01T00:49:27.494Z] #25 10.26 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-10-01T00:49:27.755Z] #25 10.44 Selecting previously unselected package ca-certificates. [2020-10-01T00:49:27.755Z] #25 10.44 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-10-01T00:49:27.755Z] #25 10.45 Unpacking ca-certificates (20200601~deb10u1) ... [2020-10-01T00:49:27.755Z] #25 10.62 Selecting previously unselected package libkeyutils1:arm64. [2020-10-01T00:49:27.755Z] #25 10.62 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2020-10-01T00:49:27.755Z] #25 10.62 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-10-01T00:49:27.784Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2020-10-01T00:49:28.016Z] #25 10.73 Selecting previously unselected package libkrb5support0:arm64. [2020-10-01T00:49:28.016Z] #25 10.73 Preparing to unpack .../04-libkrb5support0_1.17-3_arm64.deb ... [2020-10-01T00:49:28.016Z] #25 10.74 Unpacking libkrb5support0:arm64 (1.17-3) ... [2020-10-01T00:49:28.016Z] #25 10.80 Selecting previously unselected package libk5crypto3:arm64. [2020-10-01T00:49:28.016Z] #25 10.81 Preparing to unpack .../05-libk5crypto3_1.17-3_arm64.deb ... [2020-10-01T00:49:28.016Z] #25 10.81 Unpacking libk5crypto3:arm64 (1.17-3) ... [2020-10-01T00:49:28.821Z] ok github.com/docker/docker/pkg/fsutils 0.438s coverage: 85.1% of statements [2020-10-01T00:49:28.821Z] ok github.com/docker/docker/pkg/discovery/kv 3.102s coverage: 84.1% of statements [2020-10-01T00:49:29.113Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2020-10-01T00:49:30.150Z] ok github.com/docker/docker/pkg/ioutils 0.274s coverage: 69.3% of statements [2020-10-01T00:49:30.150Z] ok github.com/docker/docker/pkg/idtools 0.549s coverage: 70.1% of statements [2020-10-01T00:49:30.442Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2020-10-01T00:49:30.442Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-10-01T00:49:30.442Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-01T00:49:30.442Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-01T00:49:30.442Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-01T00:49:30.442Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-10-01T00:49:30.442Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-01T00:49:30.563Z] #25 13.47 Selecting previously unselected package libkrb5-3:arm64. [2020-10-01T00:49:30.563Z] #25 13.47 Preparing to unpack .../06-libkrb5-3_1.17-3_arm64.deb ... [2020-10-01T00:49:30.563Z] #25 13.59 Unpacking libkrb5-3:arm64 (1.17-3) ... [2020-10-01T00:49:30.734Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-10-01T00:49:30.734Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-10-01T00:49:31.027Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2020-10-01T00:49:31.027Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-10-01T00:49:31.027Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-01T00:49:31.027Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-01T00:49:31.661Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-10-01T00:49:32.296Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-10-01T00:49:32.475Z] #25 15.32 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-10-01T00:49:32.475Z] #25 15.32 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3_arm64.deb ... [2020-10-01T00:49:32.475Z] #25 15.33 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ... [2020-10-01T00:49:32.588Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-10-01T00:49:32.588Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-10-01T00:49:32.737Z] #25 ... [2020-10-01T00:49:32.737Z] [2020-10-01T00:49:32.737Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-10-01T00:49:32.737Z] #9 DONE 5.6s [2020-10-01T00:49:32.737Z] [2020-10-01T00:49:32.737Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:32.737Z] #25 15.57 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-10-01T00:49:32.737Z] #25 15.57 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-10-01T00:49:32.737Z] #25 15.57 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-01T00:49:32.737Z] #25 15.62 Selecting previously unselected package libsasl2-2:arm64. [2020-10-01T00:49:32.737Z] #25 15.62 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-10-01T00:49:32.737Z] #25 15.62 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-01T00:49:32.737Z] #25 15.68 Selecting previously unselected package libldap-common. [2020-10-01T00:49:32.737Z] #25 15.68 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u2_all.deb ... [2020-10-01T00:49:32.737Z] #25 ... [2020-10-01T00:49:32.737Z] [2020-10-01T00:49:32.737Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-10-01T00:49:33.683Z] #10 DONE 0.7s [2020-10-01T00:49:33.683Z] [2020-10-01T00:49:33.683Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-10-01T00:49:33.683Z] #37 DONE 0.1s [2020-10-01T00:49:33.683Z] [2020-10-01T00:49:33.683Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:33.683Z] #25 15.69 Unpacking libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-01T00:49:33.683Z] #25 15.76 Selecting previously unselected package libldap-2.4-2:arm64. [2020-10-01T00:49:33.683Z] #25 15.76 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u2_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 15.76 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u2) ... [2020-10-01T00:49:33.683Z] #25 15.97 Selecting previously unselected package libnghttp2-14:arm64. [2020-10-01T00:49:33.683Z] #25 15.97 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 15.98 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-10-01T00:49:33.683Z] #25 16.03 Selecting previously unselected package libpsl5:arm64. [2020-10-01T00:49:33.683Z] #25 16.03 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.03 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-10-01T00:49:33.683Z] #25 16.08 Selecting previously unselected package librtmp1:arm64. [2020-10-01T00:49:33.683Z] #25 16.08 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.09 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-10-01T00:49:33.683Z] #25 16.14 Selecting previously unselected package libssh2-1:arm64. [2020-10-01T00:49:33.683Z] #25 16.14 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.14 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-10-01T00:49:33.683Z] #25 16.20 Selecting previously unselected package libcurl4:arm64. [2020-10-01T00:49:33.683Z] #25 16.20 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.20 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-10-01T00:49:33.683Z] #25 16.37 Selecting previously unselected package curl. [2020-10-01T00:49:33.683Z] #25 16.37 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.38 Unpacking curl (7.64.0-4+deb10u1) ... [2020-10-01T00:49:33.683Z] #25 ... [2020-10-01T00:49:33.683Z] [2020-10-01T00:49:33.683Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-10-01T00:49:33.683Z] #29 DONE 0.2s [2020-10-01T00:49:33.683Z] [2020-10-01T00:49:33.683Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:33.683Z] #25 16.53 Selecting previously unselected package libonig5:arm64. [2020-10-01T00:49:33.683Z] #25 16.53 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-10-01T00:49:33.683Z] #25 16.54 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-10-01T00:49:33.950Z] #25 16.77 Selecting previously unselected package libjq1:arm64. [2020-10-01T00:49:33.950Z] #25 16.78 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-10-01T00:49:33.950Z] #25 16.78 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-10-01T00:49:33.950Z] #25 16.85 Selecting previously unselected package jq. [2020-10-01T00:49:33.950Z] #25 16.85 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-10-01T00:49:33.950Z] #25 16.86 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-01T00:49:34.099Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 73.9% of statements [2020-10-01T00:49:34.099Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2020-10-01T00:49:34.212Z] #25 16.99 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-10-01T00:49:34.212Z] #25 17.01 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-10-01T00:49:34.212Z] #25 17.02 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-10-01T00:49:34.475Z] #25 17.33 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-10-01T00:49:34.475Z] #25 17.34 Setting up libldap-common (2.4.47+dfsg-3+deb10u2) ... [2020-10-01T00:49:34.475Z] #25 17.36 Setting up libkrb5support0:arm64 (1.17-3) ... [2020-10-01T00:49:34.475Z] #25 17.37 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-01T00:49:34.475Z] #25 17.44 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-10-01T00:49:34.738Z] #25 17.45 Setting up libk5crypto3:arm64 (1.17-3) ... [2020-10-01T00:49:34.738Z] #25 17.47 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-10-01T00:49:34.738Z] #25 17.48 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-10-01T00:49:34.738Z] #25 17.50 Setting up libkrb5-3:arm64 (1.17-3) ... [2020-10-01T00:49:34.738Z] #25 17.51 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-10-01T00:49:34.738Z] #25 17.54 Setting up libonig5:arm64 (6.9.1-1) ... [2020-10-01T00:49:34.738Z] #25 17.58 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-10-01T00:49:34.738Z] #25 17.62 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u2) ... [2020-10-01T00:49:34.738Z] #25 17.62 Setting up ca-certificates (20200601~deb10u1) ... [2020-10-01T00:49:36.833Z] ok github.com/docker/docker/pkg/signal 2.340s coverage: 61.0% of statements [2020-10-01T00:49:37.126Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-10-01T00:49:37.319Z] #25 20.29 Updating certificates in /etc/ssl/certs... [2020-10-01T00:49:37.418Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-10-01T00:49:37.710Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-10-01T00:49:37.710Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-10-01T00:49:38.345Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-10-01T00:49:38.637Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 36.9% of statements [2020-10-01T00:49:39.271Z] ok github.com/docker/docker/pkg/tailfile 0.033s coverage: 88.6% of statements [2020-10-01T00:49:39.564Z] ok github.com/docker/docker/pkg/tarsum 0.031s coverage: 89.3% of statements [2020-10-01T00:49:39.564Z] testing: warning: no tests to run [2020-10-01T00:49:39.564Z] coverage: [no statements] [2020-10-01T00:49:39.564Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-10-01T00:49:39.953Z] #25 ... [2020-10-01T00:49:39.953Z] [2020-10-01T00:49:39.953Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:49:39.953Z] #32 3.202 + RM_GOPATH=0 [2020-10-01T00:49:39.953Z] #32 3.202 + TMP_GOPATH= [2020-10-01T00:49:39.953Z] #32 3.202 + : /build [2020-10-01T00:49:39.953Z] #32 3.202 + '[' -z '' ']' [2020-10-01T00:49:39.953Z] #32 3.203 ++ mktemp -d [2020-10-01T00:49:39.953Z] #32 3.206 + export GOPATH=/tmp/tmp.pQvT31AVO6 [2020-10-01T00:49:39.953Z] #32 3.206 + GOPATH=/tmp/tmp.pQvT31AVO6 [2020-10-01T00:49:39.953Z] #32 3.206 + RM_GOPATH=1 [2020-10-01T00:49:39.953Z] #32 3.206 + case "$(go env GOARCH)" in [2020-10-01T00:49:39.953Z] #32 3.214 ++ go env GOARCH [2020-10-01T00:49:39.953Z] #32 3.222 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:39.953Z] #32 3.222 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:39.953Z] #32 3.229 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:39.953Z] #32 3.230 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:49:39.953Z] #32 3.231 + dir=/tmp/install [2020-10-01T00:49:39.953Z] #32 3.231 + bin=tomlv [2020-10-01T00:49:39.953Z] #32 3.231 + shift [2020-10-01T00:49:39.953Z] #32 3.231 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-10-01T00:49:39.953Z] #32 3.231 + . /tmp/install/tomlv.installer [2020-10-01T00:49:39.953Z] #32 3.231 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:49:39.953Z] #32 3.231 + install_tomlv [2020-10-01T00:49:39.953Z] #32 3.231 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-10-01T00:49:39.953Z] #32 3.231 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pQvT31AVO6/src/github.com/BurntSushi/toml [2020-10-01T00:49:39.953Z] #32 3.241 Cloning into '/tmp/tmp.pQvT31AVO6/src/github.com/BurntSushi/toml'... [2020-10-01T00:49:39.953Z] #32 4.022 + cd /tmp/tmp.pQvT31AVO6/src/github.com/BurntSushi/toml [2020-10-01T00:49:39.953Z] #32 4.022 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-10-01T00:49:39.953Z] #32 4.025 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-10-01T00:49:39.953Z] #32 4.565 runtime/internal/sys [2020-10-01T00:49:39.953Z] #32 4.580 internal/cpu [2020-10-01T00:49:39.953Z] #32 4.590 math/bits [2020-10-01T00:49:39.953Z] #32 4.686 runtime/internal/atomic [2020-10-01T00:49:39.953Z] #32 4.912 runtime/internal/math [2020-10-01T00:49:39.953Z] #32 5.030 unicode/utf8 [2020-10-01T00:49:39.953Z] #32 5.048 internal/race [2020-10-01T00:49:39.953Z] #32 5.257 internal/bytealg [2020-10-01T00:49:39.953Z] #32 5.295 sync/atomic [2020-10-01T00:49:39.953Z] #32 5.552 unicode [2020-10-01T00:49:39.953Z] #32 5.625 math [2020-10-01T00:49:39.953Z] #32 5.712 internal/testlog [2020-10-01T00:49:39.953Z] #32 6.165 encoding [2020-10-01T00:49:40.200Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-10-01T00:49:40.200Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-10-01T00:49:40.200Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-10-01T00:49:40.530Z] #32 6.835 runtime [2020-10-01T00:49:40.530Z] #32 6.852 runtime/cgo [2020-10-01T00:49:41.107Z] #32 ... [2020-10-01T00:49:41.107Z] [2020-10-01T00:49:41.107Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:41.107Z] #25 23.98 126 added, 0 removed; done. [2020-10-01T00:49:41.372Z] #25 24.24 Setting up libgssapi-krb5-2:arm64 (1.17-3) ... [2020-10-01T00:49:41.372Z] #25 24.27 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-01T00:49:41.372Z] #25 24.29 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-10-01T00:49:41.636Z] #25 24.44 Setting up curl (7.64.0-4+deb10u1) ... [2020-10-01T00:49:41.636Z] #25 24.55 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:49:41.636Z] #25 24.59 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-10-01T00:49:41.636Z] #25 24.65 Updating certificates in /etc/ssl/certs... [2020-10-01T00:49:42.273Z] ok github.com/docker/docker/plugin 0.551s coverage: 23.1% of statements [2020-10-01T00:49:42.566Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-10-01T00:49:42.859Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.7% of statements [2020-10-01T00:49:43.152Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-10-01T00:49:43.579Z] #25 ... [2020-10-01T00:49:43.579Z] [2020-10-01T00:49:43.579Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:43.579Z] #56 3.475 + RM_GOPATH=0 [2020-10-01T00:49:43.579Z] #56 3.475 + TMP_GOPATH= [2020-10-01T00:49:43.579Z] #56 3.475 + : /build [2020-10-01T00:49:43.579Z] #56 3.478 + '[' -z '' ']' [2020-10-01T00:49:43.579Z] #56 3.478 ++ mktemp -d [2020-10-01T00:49:43.579Z] #56 3.487 + export GOPATH=/tmp/tmp.1Ol5EJGBH4 [2020-10-01T00:49:43.579Z] #56 3.487 + GOPATH=/tmp/tmp.1Ol5EJGBH4 [2020-10-01T00:49:43.579Z] #56 3.487 + RM_GOPATH=1 [2020-10-01T00:49:43.579Z] #56 3.487 + case "$(go env GOARCH)" in [2020-10-01T00:49:43.579Z] #56 3.489 ++ go env GOARCH [2020-10-01T00:49:43.579Z] #56 3.537 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-01T00:49:43.579Z] #56 3.542 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.579Z] #56 3.542 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.579Z] #56 3.542 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:43.579Z] #56 3.542 + dir=/tmp/install [2020-10-01T00:49:43.579Z] #56 3.542 + bin=rootlesskit [2020-10-01T00:49:43.579Z] #56 3.542 + shift [2020-10-01T00:49:43.579Z] #56 3.542 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-10-01T00:49:43.579Z] #56 3.542 + . /tmp/install/rootlesskit.installer [2020-10-01T00:49:43.579Z] #56 3.542 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-01T00:49:43.579Z] #56 3.542 + install_rootlesskit [2020-10-01T00:49:43.579Z] #56 3.542 + case "$1" in [2020-10-01T00:49:43.579Z] #56 3.542 + export CGO_ENABLED=0 [2020-10-01T00:49:43.579Z] #56 3.542 + CGO_ENABLED=0 [2020-10-01T00:49:43.579Z] #56 3.542 + _install_rootlesskit [2020-10-01T00:49:43.579Z] #56 3.542 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-10-01T00:49:43.579Z] #56 3.542 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.1Ol5EJGBH4/src/github.com/rootless-containers/rootlesskit [2020-10-01T00:49:43.579Z] #56 3.542 Cloning into '/tmp/tmp.1Ol5EJGBH4/src/github.com/rootless-containers/rootlesskit'... [2020-10-01T00:49:43.579Z] #56 8.230 + cd /tmp/tmp.1Ol5EJGBH4/src/github.com/rootless-containers/rootlesskit [2020-10-01T00:49:43.579Z] #56 8.231 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-10-01T00:49:43.579Z] #56 8.641 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-01T00:49:43.579Z] #56 8.656 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-10-01T00:49:43.579Z] #56 ... [2020-10-01T00:49:43.579Z] [2020-10-01T00:49:43.579Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:49:43.579Z] #38 4.036 + git clone https://github.com/docker/distribution.git . [2020-10-01T00:49:43.579Z] #38 4.047 Cloning into '.'... [2020-10-01T00:49:43.847Z] #38 ... [2020-10-01T00:49:43.847Z] [2020-10-01T00:49:43.847Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:49:43.847Z] #62 2.374 + RM_GOPATH=0 [2020-10-01T00:49:43.847Z] #62 2.374 + TMP_GOPATH= [2020-10-01T00:49:43.847Z] #62 2.374 + : /build [2020-10-01T00:49:43.847Z] #62 2.374 + '[' -z '' ']' [2020-10-01T00:49:43.847Z] #62 2.374 ++ mktemp -d [2020-10-01T00:49:43.847Z] #62 2.385 + export GOPATH=/tmp/tmp.BV1MnVX2qO [2020-10-01T00:49:43.847Z] #62 2.385 + GOPATH=/tmp/tmp.BV1MnVX2qO [2020-10-01T00:49:43.847Z] #62 2.385 + RM_GOPATH=1 [2020-10-01T00:49:43.847Z] #62 2.385 + case "$(go env GOARCH)" in [2020-10-01T00:49:43.847Z] #62 2.385 ++ go env GOARCH [2020-10-01T00:49:43.847Z] #62 2.402 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.847Z] #62 2.402 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.847Z] #62 2.403 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:43.847Z] #62 2.405 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-01T00:49:43.847Z] #62 2.405 + dir=/tmp/install [2020-10-01T00:49:43.847Z] #62 2.405 + bin=proxy [2020-10-01T00:49:43.847Z] #62 2.405 + shift [2020-10-01T00:49:43.847Z] #62 2.405 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-10-01T00:49:43.847Z] #62 2.405 + . /tmp/install/proxy.installer [2020-10-01T00:49:43.847Z] #62 2.405 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-01T00:49:43.847Z] #62 2.405 + install_proxy [2020-10-01T00:49:43.847Z] #62 2.405 + case "$1" in [2020-10-01T00:49:43.847Z] #62 2.405 + export CGO_ENABLED=0 [2020-10-01T00:49:43.847Z] #62 2.405 + CGO_ENABLED=0 [2020-10-01T00:49:43.847Z] #62 2.405 + _install_proxy [2020-10-01T00:49:43.847Z] #62 2.405 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-10-01T00:49:43.847Z] #62 2.405 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BV1MnVX2qO/src/github.com/docker/libnetwork [2020-10-01T00:49:43.847Z] #62 2.410 Cloning into '/tmp/tmp.BV1MnVX2qO/src/github.com/docker/libnetwork'... [2020-10-01T00:49:43.847Z] #62 ... [2020-10-01T00:49:43.847Z] [2020-10-01T00:49:43.847Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:43.847Z] #45 3.862 + RM_GOPATH=0 [2020-10-01T00:49:43.847Z] #45 3.870 + TMP_GOPATH= [2020-10-01T00:49:43.847Z] #45 3.870 + : /build [2020-10-01T00:49:43.847Z] #45 3.870 + '[' -z '' ']' [2020-10-01T00:49:43.847Z] #45 3.870 ++ mktemp -d [2020-10-01T00:49:43.847Z] #45 3.870 + export GOPATH=/tmp/tmp.YN6BNd0bLa [2020-10-01T00:49:43.847Z] #45 3.870 + GOPATH=/tmp/tmp.YN6BNd0bLa [2020-10-01T00:49:43.847Z] #45 3.870 + RM_GOPATH=1 [2020-10-01T00:49:43.847Z] #45 3.870 + case "$(go env GOARCH)" in [2020-10-01T00:49:43.847Z] #45 3.872 ++ go env GOARCH [2020-10-01T00:49:43.847Z] #45 3.922 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.847Z] #45 3.922 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:43.847Z] #45 3.924 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:43.847Z] #45 3.931 + dir=/tmp/install [2020-10-01T00:49:43.847Z] #45 3.931 + bin=gotestsum [2020-10-01T00:49:43.847Z] #45 3.931 + shift [2020-10-01T00:49:43.847Z] #45 3.931 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-10-01T00:49:43.847Z] #45 3.931 + . /tmp/install/gotestsum.installer [2020-10-01T00:49:43.847Z] #45 3.931 ++ : v0.5.3 [2020-10-01T00:49:43.847Z] #45 3.931 + install_gotestsum [2020-10-01T00:49:43.847Z] #45 3.941 + set -e [2020-10-01T00:49:43.847Z] #45 3.941 + export GO111MODULE=on [2020-10-01T00:49:43.847Z] #45 3.941 + GO111MODULE=on [2020-10-01T00:49:43.847Z] #45 3.941 + GOBIN=/build [2020-10-01T00:49:43.847Z] #45 3.941 + go get gotest.tools/gotestsum@v0.5.3 [2020-10-01T00:49:43.847Z] #45 3.970 go: finding gotest.tools v0.5.3 [2020-10-01T00:49:43.847Z] #45 3.970 go: finding gotest.tools/gotestsum v0.5.3 [2020-10-01T00:49:43.847Z] #45 5.000 go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-01T00:49:43.847Z] #45 5.636 go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-01T00:49:43.847Z] #45 6.169 go: downloading github.com/pkg/errors v0.9.1 [2020-10-01T00:49:43.847Z] #45 6.205 go: downloading github.com/spf13/pflag v1.0.3 [2020-10-01T00:49:43.847Z] #45 6.217 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:49:43.847Z] #45 6.219 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:49:43.847Z] #45 6.226 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:49:43.847Z] #45 6.238 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:49:43.847Z] #45 6.464 go: downloading github.com/fatih/color v1.9.0 [2020-10-01T00:49:43.847Z] #45 6.499 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:49:43.847Z] #45 6.538 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:49:43.847Z] #45 7.432 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:49:43.847Z] #45 7.457 go: extracting github.com/spf13/pflag v1.0.3 [2020-10-01T00:49:43.847Z] #45 7.501 go: extracting github.com/pkg/errors v0.9.1 [2020-10-01T00:49:43.847Z] #45 7.595 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:49:43.847Z] #45 7.605 go: extracting github.com/fatih/color v1.9.0 [2020-10-01T00:49:43.847Z] #45 7.662 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:49:43.847Z] #45 7.739 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:49:43.847Z] #45 7.762 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:49:43.847Z] #45 7.873 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:49:43.847Z] #45 8.189 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:49:43.847Z] #45 9.320 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:49:43.847Z] #45 9.381 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:49:43.847Z] #45 10.48 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:49:44.110Z] #45 ... [2020-10-01T00:49:44.110Z] [2020-10-01T00:49:44.110Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:49:44.110Z] #53 4.443 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:49:44.110Z] #53 4.569 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:49:44.110Z] #53 4.639 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:49:44.110Z] #53 5.314 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:49:44.110Z] #53 6.757 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:49:44.110Z] #53 8.299 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:49:44.110Z] #53 ... [2020-10-01T00:49:44.110Z] [2020-10-01T00:49:44.110Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:49:44.110Z] #11 4.443 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:49:44.110Z] #11 4.541 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:49:44.110Z] #11 4.649 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:49:44.110Z] #11 5.372 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:49:44.110Z] #11 7.103 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:49:44.110Z] #11 8.102 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:49:44.200Z] ok github.com/docker/docker/registry 0.093s coverage: 56.3% of statements [2020-10-01T00:49:44.373Z] #11 ... [2020-10-01T00:49:44.373Z] [2020-10-01T00:49:44.373Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:44.373Z] #47 2.907 + RM_GOPATH=0 [2020-10-01T00:49:44.373Z] #47 2.907 + TMP_GOPATH= [2020-10-01T00:49:44.373Z] #47 2.907 + : /build [2020-10-01T00:49:44.373Z] #47 2.907 + '[' -z '' ']' [2020-10-01T00:49:44.373Z] #47 2.908 ++ mktemp -d [2020-10-01T00:49:44.373Z] #47 2.913 + export GOPATH=/tmp/tmp.S1lCeCTV1k [2020-10-01T00:49:44.373Z] #47 2.913 + GOPATH=/tmp/tmp.S1lCeCTV1k [2020-10-01T00:49:44.373Z] #47 2.913 + RM_GOPATH=1 [2020-10-01T00:49:44.373Z] #47 2.913 + case "$(go env GOARCH)" in [2020-10-01T00:49:44.373Z] #47 2.913 ++ go env GOARCH [2020-10-01T00:49:44.373Z] #47 2.924 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.373Z] #47 2.924 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.373Z] #47 2.930 Installing golangci-lint version v1.23.8 [2020-10-01T00:49:44.373Z] #47 2.930 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:44.373Z] #47 2.930 + dir=/tmp/install [2020-10-01T00:49:44.373Z] #47 2.930 + bin=golangci_lint [2020-10-01T00:49:44.373Z] #47 2.930 + shift [2020-10-01T00:49:44.373Z] #47 2.930 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-10-01T00:49:44.373Z] #47 2.930 + . /tmp/install/golangci_lint.installer [2020-10-01T00:49:44.373Z] #47 2.930 ++ : v1.23.8 [2020-10-01T00:49:44.373Z] #47 2.930 + install_golangci_lint [2020-10-01T00:49:44.373Z] #47 2.930 + echo 'Installing golangci-lint version v1.23.8' [2020-10-01T00:49:44.373Z] #47 2.930 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-10-01T00:49:44.552Z] #47 DONE 155.9s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:49:44.552Z] #26 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:49:44.552Z] #17 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:49:44.552Z] #27 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:44.552Z] #25 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:49:44.552Z] #15 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:49:44.552Z] #20 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:44.552Z] #22 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:49:44.552Z] #14 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:49:44.552Z] #19 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:49:44.552Z] #23 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:49:44.552Z] #13 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:49:44.552Z] #16 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:49:44.552Z] #12 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:49:44.552Z] #18 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:49:44.552Z] #28 CACHED [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #31 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #33 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #36 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #39 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:49:44.552Z] #42 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #44 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #46 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #48 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #50 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #52 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #55 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #59 DONE 0.2s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:49:44.552Z] #61 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:49:44.552Z] #63 DONE 0.1s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:49:44.552Z] #64 DONE 0.0s [2020-10-01T00:49:44.552Z] [2020-10-01T00:49:44.552Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:49:44.639Z] #47 ... [2020-10-01T00:49:44.639Z] [2020-10-01T00:49:44.639Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:49:44.639Z] #34 4.515 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:49:44.639Z] #34 4.548 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:49:44.639Z] #34 4.630 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:49:44.639Z] #34 5.540 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:49:44.639Z] #34 7.159 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:49:44.639Z] #34 8.339 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:49:44.639Z] #34 ... [2020-10-01T00:49:44.639Z] [2020-10-01T00:49:44.639Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:49:44.639Z] #43 3.881 + RM_GOPATH=0 [2020-10-01T00:49:44.639Z] #43 3.881 + TMP_GOPATH= [2020-10-01T00:49:44.639Z] #43 3.881 + : /build [2020-10-01T00:49:44.639Z] #43 3.881 + '[' -z '' ']' [2020-10-01T00:49:44.639Z] #43 3.883 ++ mktemp -d [2020-10-01T00:49:44.639Z] #43 3.885 + export GOPATH=/tmp/tmp.VdAiDmu1xY [2020-10-01T00:49:44.639Z] #43 3.885 + GOPATH=/tmp/tmp.VdAiDmu1xY [2020-10-01T00:49:44.639Z] #43 3.885 + RM_GOPATH=1 [2020-10-01T00:49:44.639Z] #43 3.888 + case "$(go env GOARCH)" in [2020-10-01T00:49:44.639Z] #43 3.888 ++ go env GOARCH [2020-10-01T00:49:44.639Z] #43 3.931 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.639Z] #43 3.931 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.639Z] #43 3.931 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:44.639Z] #43 3.941 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:49:44.639Z] #43 3.941 + dir=/tmp/install [2020-10-01T00:49:44.639Z] #43 3.941 + bin=vndr [2020-10-01T00:49:44.639Z] #43 3.941 + shift [2020-10-01T00:49:44.639Z] #43 3.941 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-10-01T00:49:44.639Z] #43 3.941 + . /tmp/install/vndr.installer [2020-10-01T00:49:44.639Z] #43 3.941 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:49:44.639Z] #43 3.941 + install_vndr [2020-10-01T00:49:44.639Z] #43 3.941 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-10-01T00:49:44.639Z] #43 3.941 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VdAiDmu1xY/src/github.com/LK4D4/vndr [2020-10-01T00:49:44.639Z] #43 3.948 Cloning into '/tmp/tmp.VdAiDmu1xY/src/github.com/LK4D4/vndr'... [2020-10-01T00:49:44.639Z] #43 4.594 + cd /tmp/tmp.VdAiDmu1xY/src/github.com/LK4D4/vndr [2020-10-01T00:49:44.639Z] #43 4.595 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-10-01T00:49:44.639Z] #43 4.609 + go build -buildmode=pie -v -o /build/vndr . [2020-10-01T00:49:44.639Z] #43 6.027 unicode [2020-10-01T00:49:44.639Z] #43 6.130 internal/testlog [2020-10-01T00:49:44.639Z] #43 6.200 internal/bytealg [2020-10-01T00:49:44.639Z] #43 6.226 math [2020-10-01T00:49:44.639Z] #43 6.703 unicode/utf16 [2020-10-01T00:49:44.639Z] #43 6.986 container/list [2020-10-01T00:49:44.639Z] #43 7.384 runtime [2020-10-01T00:49:44.639Z] #43 7.538 crypto/internal/subtle [2020-10-01T00:49:44.639Z] #43 7.705 crypto/subtle [2020-10-01T00:49:44.639Z] #43 8.147 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-10-01T00:49:44.639Z] #43 8.362 internal/nettrace [2020-10-01T00:49:44.639Z] #43 8.727 runtime/cgo [2020-10-01T00:49:44.639Z] #43 10.71 vendor/golang.org/x/crypto/internal/subtle [2020-10-01T00:49:44.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T00:49:44.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T00:49:44.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T00:49:44.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T00:49:44.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T00:49:44.835Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-10-01T00:49:44.902Z] #43 ... [2020-10-01T00:49:44.902Z] [2020-10-01T00:49:44.902Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:44.902Z] #22 3.280 + RM_GOPATH=0 [2020-10-01T00:49:44.902Z] #22 3.280 + TMP_GOPATH= [2020-10-01T00:49:44.902Z] #22 3.280 + : /build [2020-10-01T00:49:44.902Z] #22 3.280 + '[' -z '' ']' [2020-10-01T00:49:44.902Z] #22 3.280 ++ mktemp -d [2020-10-01T00:49:44.902Z] #22 3.283 + export GOPATH=/tmp/tmp.APuHU66oLA [2020-10-01T00:49:44.902Z] #22 3.283 + GOPATH=/tmp/tmp.APuHU66oLA [2020-10-01T00:49:44.902Z] #22 3.283 + RM_GOPATH=1 [2020-10-01T00:49:44.902Z] #22 3.283 + case "$(go env GOARCH)" in [2020-10-01T00:49:44.902Z] #22 3.289 ++ go env GOARCH [2020-10-01T00:49:44.902Z] #22 3.317 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.902Z] #22 3.317 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.902Z] #22 3.319 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:44.902Z] #22 3.322 Install docker/cli version 17.06.2-ce from stable [2020-10-01T00:49:44.902Z] #22 3.323 + dir=/tmp/install [2020-10-01T00:49:44.902Z] #22 3.323 + bin=dockercli [2020-10-01T00:49:44.902Z] #22 3.323 + shift [2020-10-01T00:49:44.902Z] #22 3.323 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-10-01T00:49:44.902Z] #22 3.323 + . /tmp/install/dockercli.installer [2020-10-01T00:49:44.902Z] #22 3.323 ++ : stable [2020-10-01T00:49:44.902Z] #22 3.323 ++ : 17.06.2-ce [2020-10-01T00:49:44.902Z] #22 3.323 + install_dockercli [2020-10-01T00:49:44.902Z] #22 3.323 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-01T00:49:44.902Z] #22 3.324 ++ uname -m [2020-10-01T00:49:44.902Z] #22 3.326 + arch=aarch64 [2020-10-01T00:49:44.902Z] #22 3.326 + '[' aarch64 '!=' x86_64 ']' [2020-10-01T00:49:44.902Z] #22 3.326 + '[' aarch64 '!=' s390x ']' [2020-10-01T00:49:44.902Z] #22 3.327 + '[' aarch64 '!=' armhf ']' [2020-10-01T00:49:44.902Z] #22 3.327 + build_dockercli [2020-10-01T00:49:44.902Z] #22 3.327 + git clone https://github.com/docker/docker-ce /tmp/tmp.APuHU66oLA/tmp/docker-ce [2020-10-01T00:49:44.902Z] #22 3.336 Cloning into '/tmp/tmp.APuHU66oLA/tmp/docker-ce'... [2020-10-01T00:49:44.902Z] #22 ... [2020-10-01T00:49:44.902Z] [2020-10-01T00:49:44.902Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:49:44.902Z] #49 3.869 + RM_GOPATH=0 [2020-10-01T00:49:44.902Z] #49 3.869 + TMP_GOPATH= [2020-10-01T00:49:44.902Z] #49 3.869 + : /build [2020-10-01T00:49:44.902Z] #49 3.869 + '[' -z '' ']' [2020-10-01T00:49:44.902Z] #49 3.870 ++ mktemp -d [2020-10-01T00:49:44.902Z] #49 3.877 + export GOPATH=/tmp/tmp.xZkMbMbAOe [2020-10-01T00:49:44.902Z] #49 3.877 + GOPATH=/tmp/tmp.xZkMbMbAOe [2020-10-01T00:49:44.902Z] #49 3.877 + RM_GOPATH=1 [2020-10-01T00:49:44.902Z] #49 3.877 + case "$(go env GOARCH)" in [2020-10-01T00:49:44.902Z] #49 3.877 ++ go env GOARCH [2020-10-01T00:49:44.902Z] #49 3.904 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.902Z] #49 3.904 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:49:44.902Z] #49 3.905 ++ dirname /tmp/install/install.sh [2020-10-01T00:49:44.902Z] #49 3.906 + dir=/tmp/install [2020-10-01T00:49:44.902Z] #49 3.909 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:49:44.902Z] #49 3.909 + bin=shfmt [2020-10-01T00:49:44.902Z] #49 3.909 + shift [2020-10-01T00:49:44.902Z] #49 3.909 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-10-01T00:49:44.902Z] #49 3.909 + . /tmp/install/shfmt.installer [2020-10-01T00:49:44.902Z] #49 3.909 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:49:44.902Z] #49 3.909 + install_shfmt [2020-10-01T00:49:44.902Z] #49 3.909 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-10-01T00:49:44.902Z] #49 3.909 + git clone https://github.com/mvdan/sh.git /tmp/tmp.xZkMbMbAOe/src/github.com/mvdan/sh [2020-10-01T00:49:44.902Z] #49 3.917 Cloning into '/tmp/tmp.xZkMbMbAOe/src/github.com/mvdan/sh'... [2020-10-01T00:49:44.902Z] #49 9.433 + cd /tmp/tmp.xZkMbMbAOe/src/github.com/mvdan/sh [2020-10-01T00:49:44.902Z] #49 9.434 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-10-01T00:49:44.902Z] #49 9.521 + GO111MODULE=on [2020-10-01T00:49:44.902Z] #49 9.522 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-10-01T00:49:44.902Z] #49 10.65 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:49:44.902Z] #49 10.69 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:49:44.902Z] #49 10.88 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:49:44.902Z] #49 10.88 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:49:44.902Z] #49 10.91 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:49:45.127Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-10-01T00:49:45.167Z] #49 ... [2020-10-01T00:49:45.167Z] [2020-10-01T00:49:45.167Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:49:45.167Z] #40 4.754 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:49:45.167Z] #40 4.784 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:49:45.167Z] #40 4.784 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:49:45.167Z] #40 5.655 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:49:45.167Z] #40 7.343 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:49:45.167Z] #40 8.089 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:49:45.167Z] #40 ... [2020-10-01T00:49:45.167Z] [2020-10-01T00:49:45.167Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:49:45.167Z] #30 4.069 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-10-01T00:49:45.167Z] #30 4.072 Cloning into '.'... [2020-10-01T00:49:45.198Z] #65 DONE 0.8s [2020-10-01T00:49:45.198Z] [2020-10-01T00:49:45.198Z] #66 exporting to oci image format [2020-10-01T00:49:45.198Z] #66 exporting layers [2020-10-01T00:49:45.420Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2020-10-01T00:49:45.431Z] #30 ... [2020-10-01T00:49:45.431Z] [2020-10-01T00:49:45.431Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:49:45.695Z] #62 11.55 Checking out files: 60% (1155/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-10-01T00:49:45.695Z] #62 12.37 + cd /tmp/tmp.BV1MnVX2qO/src/github.com/docker/libnetwork [2020-10-01T00:49:45.756Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-10-01T00:49:45.958Z] #62 12.38 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-10-01T00:49:46.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T00:49:46.224Z] #62 12.68 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-10-01T00:49:47.830Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-10-01T00:49:48.465Z] ok github.com/docker/docker/volume/local 0.042s coverage: 73.0% of statements [2020-10-01T00:49:49.100Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-10-01T00:49:49.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T00:49:49.545Z] #62 ... [2020-10-01T00:49:49.545Z] [2020-10-01T00:49:49.545Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-10-01T00:49:49.545Z] #25 27.88 0 added, 0 removed; done. [2020-10-01T00:49:49.545Z] #25 27.88 Running hooks in /etc/ca-certificates/update.d... [2020-10-01T00:49:49.545Z] #25 27.88 done. [2020-10-01T00:49:49.545Z] #25 DONE 32.2s [2020-10-01T00:49:49.545Z] [2020-10-01T00:49:49.545Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T00:49:49.545Z] #26 DONE 0.3s [2020-10-01T00:49:49.545Z] [2020-10-01T00:49:49.545Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:49:49.736Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-10-01T00:49:50.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T00:49:51.474Z] #27 1.665 /download-frozen-image-v2.sh: line 208: type: go: not found [2020-10-01T00:49:52.423Z] #27 2.588 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-01T00:49:52.423Z] #27 2.950 [2020-10-01T00:49:52.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T00:49:53.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T00:49:54.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T00:49:55.379Z] #27 3.271 0.0% ### 4.9% ###### 9.0% ######## 12.5% ########### 15.7% ############# 19.0% ################# 24.1% #################### 28.3% ###################### 31.9% ########################## 36.4% ############################# 40.7% ################################# 46.4% #################################### 50.2% ######################################## 55.6% ############################################ 61.6% ############################################### 66.2% ################################################## 70.7% ###################################################### 75.6% ######################################################## 78.0% ########################################################## 81.9% ############################################################## 86.9% ################################################################ 88.9% ###################################################################### 97.9% ######################################################################## 100.0% [2020-10-01T00:49:55.379Z] #27 ... [2020-10-01T00:49:55.379Z] [2020-10-01T00:49:55.379Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:49:55.379Z] #49 11.88 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:49:55.379Z] #49 12.78 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:49:55.379Z] #49 14.74 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:49:55.379Z] #49 16.15 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-10-01T00:49:55.379Z] #49 16.18 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-10-01T00:49:55.379Z] #49 16.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-10-01T00:49:55.379Z] #49 16.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-10-01T00:49:55.379Z] #49 17.52 runtime/cgo [2020-10-01T00:49:55.379Z] #49 17.55 runtime [2020-10-01T00:49:55.642Z] #49 ... [2020-10-01T00:49:55.642Z] [2020-10-01T00:49:55.642Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:49:55.642Z] #38 13.65 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-10-01T00:49:55.642Z] #38 14.72 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-10-01T00:49:55.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T00:49:55.906Z] #38 ... [2020-10-01T00:49:55.906Z] [2020-10-01T00:49:55.906Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:49:55.906Z] #27 6.147 [2020-10-01T00:49:56.433Z] #27 6.459 0.2% ########################## 36.5% ################################################# 68.9% [2020-10-01T00:49:56.433Z] #27 ... [2020-10-01T00:49:56.433Z] [2020-10-01T00:49:56.433Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:49:56.433Z] #53 12.78 Fetched 8211 kB in 9s (951 kB/s) [2020-10-01T00:49:56.433Z] #53 12.78 Reading package lists... [2020-10-01T00:49:56.433Z] #53 17.22 Reading package lists... [2020-10-01T00:49:56.433Z] #53 21.73 Building dependency tree... [2020-10-01T00:49:56.433Z] #53 ... [2020-10-01T00:49:56.433Z] [2020-10-01T00:49:56.433Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:49:56.433Z] #27 6.459 0.2% ########################## 36.5% ################################################# 68.9% ######################################################################## 100.0% [2020-10-01T00:49:57.011Z] #27 7.227 [2020-10-01T00:49:57.011Z] #27 7.515 0.2% [2020-10-01T00:49:57.011Z] #27 ... [2020-10-01T00:49:57.011Z] [2020-10-01T00:49:57.011Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:49:57.011Z] #34 13.58 Fetched 8211 kB in 9s (882 kB/s) [2020-10-01T00:49:57.011Z] #34 13.58 Reading package lists... [2020-10-01T00:49:57.011Z] #34 18.35 Reading package lists... [2020-10-01T00:49:57.275Z] #34 22.76 Building dependency tree... [2020-10-01T00:49:57.275Z] #34 ... [2020-10-01T00:49:57.275Z] [2020-10-01T00:49:57.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:49:57.275Z] #11 13.67 Fetched 8211 kB in 10s (848 kB/s) [2020-10-01T00:49:57.275Z] #11 13.67 Reading package lists... [2020-10-01T00:49:57.275Z] #11 19.50 Reading package lists... [2020-10-01T00:49:57.275Z] #11 ... [2020-10-01T00:49:57.275Z] [2020-10-01T00:49:57.275Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:49:57.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T00:49:57.806Z] #27 7.515 0.2% ########### 16.1% #################### 29.0% ################################ 44.5% ######################################################### 80.4% ######################################################################## 100.0% [2020-10-01T00:49:57.806Z] #27 ... [2020-10-01T00:49:57.806Z] [2020-10-01T00:49:57.806Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:49:57.806Z] #45 14.12 go: finding github.com/fatih/color v1.9.0 [2020-10-01T00:49:57.806Z] #45 14.14 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:49:57.806Z] #45 14.15 go: finding github.com/pkg/errors v0.9.1 [2020-10-01T00:49:57.806Z] #45 14.17 go: finding github.com/spf13/pflag v1.0.3 [2020-10-01T00:49:57.806Z] #45 14.55 go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:49:57.806Z] #45 14.79 go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:49:57.806Z] #45 14.99 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:49:57.806Z] #45 15.23 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:49:57.806Z] #45 15.30 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:49:57.806Z] #45 15.30 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:49:57.806Z] #45 15.34 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:49:57.806Z] #45 ... [2020-10-01T00:49:57.806Z] [2020-10-01T00:49:57.806Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:49:57.806Z] #40 14.37 Fetched 8211 kB in 10s (833 kB/s) [2020-10-01T00:49:57.806Z] #40 14.37 Reading package lists... [2020-10-01T00:49:58.069Z] #40 20.79 Reading package lists... [2020-10-01T00:49:58.069Z] #40 ... [2020-10-01T00:49:58.069Z] [2020-10-01T00:49:58.069Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:49:58.069Z] #53 23.82 The following additional packages will be installed: [2020-10-01T00:49:58.069Z] #53 23.83 libbtrfs0 [2020-10-01T00:49:58.069Z] #53 23.94 The following NEW packages will be installed: [2020-10-01T00:49:58.069Z] #53 23.94 libbtrfs-dev libbtrfs0 [2020-10-01T00:49:58.069Z] #53 24.38 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:49:58.069Z] #53 24.38 Need to get 119 kB of archives. [2020-10-01T00:49:58.069Z] #53 24.38 After this operation, 387 kB of additional disk space will be used. [2020-10-01T00:49:58.069Z] #53 24.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-10-01T00:49:58.069Z] #53 24.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-10-01T00:49:58.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T00:49:59.999Z] #53 26.54 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:50:00.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T00:50:00.969Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:50:00.969Z] Using test binary docker [2020-10-01T00:50:00.969Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-01T00:50:00.969Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:50:00.969Z] INFO: Waiting for daemon to start... [2020-10-01T00:50:00.969Z] Starting dockerd [2020-10-01T00:50:01.398Z] #53 27.65 Fetched 119 kB in 0s (451 kB/s) [2020-10-01T00:50:02.363Z] #53 ... [2020-10-01T00:50:02.363Z] [2020-10-01T00:50:02.363Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:02.363Z] #27 8.534 [2020-10-01T00:50:02.363Z] #27 8.859 0.0% 1.2% #### 6.4% ####### 10.5% ########## 14.2% ############# 18.6% ################# 24.7% ##################### 29.6% ######################### 35.5% ############################## 42.3% ################################# 46.1% ################################### 49.8% ######################################### 57.9% ################################################ 67.6% #################################################### 72.7% ###################################################### 75.9% ####################################################### 77.0% ######################################################### 80.5% ############################################################ 83.7% ############################################################### 88.2% ################################################################## 91.8% ####################################################################### 99.1% ######################################################################## 100.0% [2020-10-01T00:50:02.363Z] #27 11.72 [2020-10-01T00:50:03.505Z] . [2020-10-01T00:50:03.505Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:50:03.505Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:50:03.505Z] Error: No such image: emptyfs [2020-10-01T00:50:03.505Z] Running integration-test (iteration 1) [2020-10-01T00:50:03.505Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-10-01T00:50:05.807Z] #27 12.05 #=#=# 0.0% # 2.0% ### 4.6% ##### 7.1% ###### 8.4% ####### 10.7% ######### 13.1% ########## 14.5% ########### 15.3% ########### 16.0% ############ 17.5% ############# 18.5% ############## 20.1% ############### 21.7% ################ 22.9% ################# 24.5% ################## 25.2% ################## 26.4% ################### 27.3% #################### 28.4% ##################### 30.2% ###################### 30.9% ####################### 32.9% ######################## 34.7% ########################## 36.4% ########################## 37.1% ########################### 38.3% ############################ 38.9% ############################ 40.2% ### [2020-10-01T00:50:05.807Z] #27 ... [2020-10-01T00:50:05.807Z] [2020-10-01T00:50:05.807Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:05.807Z] #62 DONE 32.3s [2020-10-01T00:50:05.807Z] [2020-10-01T00:50:05.807Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:05.807Z] #27 12.05 #=#=# 0.0% # 2.0% ### 4.6% ##### 7.1% ###### 8.4% ####### 10.7% ######### 13.1% ########## 14.5% ########### 15.3% ########### 16.0% ############ 17.5% ############# 18.5% ############## 20.1% ############### 21.7% ################ 22.9% ################# 24.5% ################## 25.2% ################## 26.4% ################### 27.3% #################### 28.4% ##################### 30.2% ###################### 30.9% ####################### 32.9% ######################## 34.7% ########################## 36.4% ########################## 37.1% ########################### 38.3% ############################ 38.9% ############################ 40.2% ############################## 42.3% [2020-10-01T00:50:05.807Z] #27 ... [2020-10-01T00:50:05.807Z] [2020-10-01T00:50:05.807Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:50:05.807Z] #53 31.74 Selecting previously unselected package libbtrfs0. [2020-10-01T00:50:05.807Z] #53 31.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-10-01T00:50:05.807Z] #53 31.79 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-10-01T00:50:05.807Z] #53 32.25 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-01T00:50:06.071Z] #53 32.44 Selecting previously unselected package libbtrfs-dev. [2020-10-01T00:50:06.071Z] #53 32.44 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-10-01T00:50:06.071Z] #53 32.50 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:50:06.333Z] #53 32.96 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-01T00:50:06.333Z] #53 33.00 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:50:06.596Z] #53 33.12 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:50:08.341Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/rootless [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/volume [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-01T00:50:08.341Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === Skipped [2020-10-01T00:50:08.341Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-01T00:50:08.341Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-01T00:50:08.341Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-01T00:50:08.341Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-01T00:50:08.341Z] time="2020-10-01T00:48:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-01T00:50:08.341Z] time="2020-10-01T00:48:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-01T00:50:08.341Z] time="2020-10-01T00:48:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:50:08.341Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:50:08.341Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:50:08.341Z] [2020-10-01T00:50:08.341Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-01T00:50:08.342Z] time="2020-10-01T00:48:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-01T00:50:08.342Z] time="2020-10-01T00:48:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-01T00:50:08.342Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-01T00:50:08.342Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-01T00:50:08.342Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:50:08.342Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-01T00:50:08.342Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-01T00:50:08.342Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-01T00:50:08.342Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] [2020-10-01T00:50:08.342Z] DONE 2148 tests, 26 skipped in 190.076s Post stage [Pipeline] junit [2020-10-01T00:50:08.391Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:50:08.637Z] #53 ... [2020-10-01T00:50:08.637Z] [2020-10-01T00:50:08.637Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:50:08.637Z] #11 19.50 Reading package lists... [2020-10-01T00:50:08.637Z] #11 24.91 Building dependency tree... [2020-10-01T00:50:08.637Z] #11 27.18 The following additional packages will be installed: [2020-10-01T00:50:08.637Z] #11 27.19 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-10-01T00:50:08.637Z] #11 27.19 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-10-01T00:50:08.637Z] #11 27.20 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-01T00:50:08.637Z] #11 27.20 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-01T00:50:08.637Z] #11 27.20 Suggested packages: [2020-10-01T00:50:08.637Z] #11 27.20 gcc-8-locales seccomp wine64 [2020-10-01T00:50:08.637Z] #11 27.95 The following NEW packages will be installed: [2020-10-01T00:50:08.637Z] #11 27.96 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-10-01T00:50:08.637Z] #11 27.96 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-10-01T00:50:08.637Z] #11 27.96 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-10-01T00:50:08.637Z] #11 27.96 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-10-01T00:50:08.637Z] #11 27.96 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-10-01T00:50:08.637Z] #11 27.96 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-10-01T00:50:08.637Z] #11 28.38 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:50:08.637Z] #11 28.38 Need to get 73.3 MB of archives. [2020-10-01T00:50:08.637Z] #11 28.38 After this operation, 472 MB of additional disk space will be used. [2020-10-01T00:50:08.637Z] #11 28.38 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-10-01T00:50:08.637Z] #11 28.70 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-10-01T00:50:08.637Z] #11 29.10 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-10-01T00:50:08.637Z] #11 29.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-10-01T00:50:08.637Z] #11 29.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-10-01T00:50:08.637Z] #11 29.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-10-01T00:50:08.637Z] #11 30.36 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-10-01T00:50:08.637Z] #11 31.08 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-10-01T00:50:08.637Z] #11 31.09 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-10-01T00:50:08.637Z] #11 ... [2020-10-01T00:50:08.637Z] [2020-10-01T00:50:08.637Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:08.899Z] #27 12.05 #=#=# 0.0% # 2.0% ### 4.6% ##### 7.1% ###### 8.4% ####### 10.7% ######### 13.1% ########## 14.5% ########### 15.3% ########### 16.0% ############ 17.5% ############# 18.5% ############## 20.1% ############### 21.7% ################ 22.9% ################# 24.5% ################## 25.2% ################## 26.4% ################### 27.3% #################### 28.4% ##################### 30.2% ###################### 30.9% ####################### 32.9% ######################## 34.7% ########################## 36.4% ########################## 37.1% ########################### 38.3% ############################ 38.9% ############################ 40.2% ############################## 42.3% ############################### 43.6% ############################### 44.0% ############################### 44.3% ################################ 44.9% ################################# 45.9% ################################## 47.4% ################################## 48.5% ################################### 49.6% #################################### 50.9% ##################################### 51.8% ##################################### 52.4% ###################################### 53.3% ####################################### 55.2% ######################################### 57.1% ########################################## 59.2% ########################################### 60.9% ############################################ 62.3% ############################################## 64.0% ############################################### 65.4% ############################################### 65.4% ############################################### 66.6% ################################################ 67.5% [2020-10-01T00:50:08.899Z] #27 ... [2020-10-01T00:50:08.899Z] [2020-10-01T00:50:08.899Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:50:08.899Z] #34 25.36 The following additional packages will be installed: [2020-10-01T00:50:08.899Z] #34 25.37 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-10-01T00:50:08.899Z] #34 25.37 Suggested packages: [2020-10-01T00:50:08.899Z] #34 25.37 cmake-doc ninja-build lrzip [2020-10-01T00:50:08.899Z] #34 25.37 Recommended packages: [2020-10-01T00:50:08.899Z] #34 25.37 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-10-01T00:50:08.899Z] #34 26.14 The following NEW packages will be installed: [2020-10-01T00:50:08.899Z] #34 26.15 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-10-01T00:50:08.899Z] #34 26.15 vim-common xxd [2020-10-01T00:50:08.899Z] #34 26.53 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:50:08.899Z] #34 26.53 Need to get 14.2 MB of archives. [2020-10-01T00:50:08.899Z] #34 26.53 After this operation, 60.0 MB of additional disk space will be used. [2020-10-01T00:50:08.899Z] #34 26.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-10-01T00:50:08.899Z] #34 26.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-10-01T00:50:08.899Z] #34 26.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-10-01T00:50:08.899Z] #34 26.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-10-01T00:50:08.899Z] #34 28.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-10-01T00:50:08.899Z] #34 28.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-10-01T00:50:08.899Z] #34 28.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-10-01T00:50:08.900Z] #34 28.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-10-01T00:50:08.900Z] #34 28.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-10-01T00:50:08.900Z] #34 28.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-10-01T00:50:08.900Z] #34 31.77 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:50:08.900Z] #34 32.35 Fetched 14.2 MB in 3s (4890 kB/s) [2020-10-01T00:50:08.900Z] #34 32.68 Selecting previously unselected package xxd. [2020-10-01T00:50:08.900Z] #34 32.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-10-01T00:50:08.900Z] #34 32.72 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-10-01T00:50:08.900Z] #34 32.84 Unpacking xxd (2:8.1.0875-5) ... [2020-10-01T00:50:08.900Z] #34 33.21 Selecting previously unselected package vim-common. [2020-10-01T00:50:08.900Z] #34 33.21 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-01T00:50:08.900Z] #34 33.24 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-01T00:50:08.900Z] #34 ... [2020-10-01T00:50:08.900Z] [2020-10-01T00:50:08.900Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:08.900Z] #40 20.79 Reading package lists... [2020-10-01T00:50:08.900Z] #40 25.73 Building dependency tree... [2020-10-01T00:50:08.900Z] #40 27.93 The following additional packages will be installed: [2020-10-01T00:50:08.900Z] #40 27.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-10-01T00:50:08.900Z] #40 27.93 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-10-01T00:50:08.900Z] #40 27.95 Suggested packages: [2020-10-01T00:50:08.900Z] #40 27.95 manpages-dev python-setuptools [2020-10-01T00:50:08.900Z] #40 28.36 The following NEW packages will be installed: [2020-10-01T00:50:08.900Z] #40 28.36 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-10-01T00:50:08.900Z] #40 28.36 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-10-01T00:50:08.900Z] #40 28.36 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-10-01T00:50:08.900Z] #40 28.36 python-six zlib1g-dev [2020-10-01T00:50:08.900Z] #40 28.72 0 upgraded, 17 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:50:08.900Z] #40 28.72 Need to get 3798 kB of archives. [2020-10-01T00:50:08.900Z] #40 28.72 After this operation, 21.6 MB of additional disk space will be used. [2020-10-01T00:50:08.900Z] #40 28.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-10-01T00:50:08.900Z] #40 28.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-10-01T00:50:08.900Z] #40 28.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-10-01T00:50:08.900Z] #40 28.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-10-01T00:50:08.900Z] #40 28.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-10-01T00:50:08.900Z] #40 28.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-10-01T00:50:08.900Z] #40 28.84 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-10-01T00:50:08.900Z] #40 28.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-10-01T00:50:08.900Z] #40 28.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-10-01T00:50:08.900Z] #40 29.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-10-01T00:50:08.900Z] #40 29.08 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-10-01T00:50:08.900Z] #40 29.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-10-01T00:50:08.900Z] #40 29.37 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-10-01T00:50:08.900Z] #40 29.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-10-01T00:50:08.900Z] #40 29.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-10-01T00:50:08.900Z] #40 29.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-10-01T00:50:08.900Z] #40 29.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-10-01T00:50:08.900Z] #40 32.22 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:50:08.900Z] #40 32.62 Fetched 3798 kB in 2s (2486 kB/s) [2020-10-01T00:50:08.900Z] #40 32.85 Selecting previously unselected package libcap-dev:arm64. [2020-10-01T00:50:08.900Z] #40 32.85 (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-10-01T00:50:08.900Z] #40 33.03 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-10-01T00:50:08.900Z] #40 33.04 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-10-01T00:50:08.900Z] #40 33.37 Selecting previously unselected package libnet1:arm64. [2020-10-01T00:50:08.900Z] #40 33.37 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-10-01T00:50:08.900Z] #40 33.39 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-10-01T00:50:08.900Z] #40 33.58 Selecting previously unselected package libnet1-dev. [2020-10-01T00:50:08.900Z] #40 33.58 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-10-01T00:50:08.900Z] #40 33.59 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-01T00:50:08.942Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -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:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary test-integration [2020-10-01T00:50:09.234Z] [2020-10-01T00:50:09.234Z] Removing bundles/ [2020-10-01T00:50:09.234Z] [2020-10-01T00:50:09.234Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-01T00:50:09.234Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:50:09.234Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:50:09.478Z] #40 ... [2020-10-01T00:50:09.478Z] [2020-10-01T00:50:09.478Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:12.337Z] #27 12.05 #=#=# 0.0% # 2.0% ### 4.6% ##### 7.1% ###### 8.4% ####### 10.7% ######### 13.1% ########## 14.5% ########### 15.3% ########### 16.0% ############ 17.5% ############# 18.5% ############## 20.1% ############### 21.7% ################ 22.9% ################# 24.5% ################## 25.2% ################## 26.4% ################### 27.3% #################### 28.4% ##################### 30.2% ###################### 30.9% ####################### 32.9% ######################## 34.7% ########################## 36.4% ########################## 37.1% ########################### 38.3% ############################ 38.9% ############################ 40.2% ############################## 42.3% ############################### 43.6% ############################### 44.0% ############################### 44.3% ################################ 44.9% ################################# 45.9% ################################## 47.4% ################################## 48.5% ################################### 49.6% #################################### 50.9% ##################################### 51.8% ##################################### 52.4% ###################################### 53.3% ####################################### 55.2% ######################################### 57.1% ########################################## 59.2% ########################################### 60.9% ############################################ 62.3% ############################################## 64.0% ############################################### 65.4% ############################################### 65.4% ############################################### 66.6% ################################################ 67.5% ################################################# 69.1% ################################################## 70.5% ################################################## 70.5% ################################################### 72.0% #################################################### 73.2% ##################################################### 74.3% ##################################################### 74.4% ###################################################### 76.1% ####################################################### 77.7% ######################################################### 79.4% ######################################################### 80.1% ########################################################## 81.9% ########################################################## 81.9% ############################################################ 84.4% ############################################################ 84.4% ############################################################## 86.2% ############################################################## 87.1% ############################################################### 88.6% ################################################################ 89.9% ################################################################# 91.3% ################################################################## 93.0% ################################################################### 93.5% #################################################################### 95.2% #################################################################### 95.8% # [2020-10-01T00:50:12.337Z] #27 ... [2020-10-01T00:50:12.337Z] [2020-10-01T00:50:12.337Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:12.337Z] #32 28.80 internal/reflectlite [2020-10-01T00:50:12.337Z] #32 28.81 sync [2020-10-01T00:50:12.337Z] #32 30.61 sort [2020-10-01T00:50:12.337Z] #32 30.61 errors [2020-10-01T00:50:12.337Z] #32 30.76 strconv [2020-10-01T00:50:12.337Z] #32 30.77 internal/oserror [2020-10-01T00:50:12.337Z] #32 30.77 io [2020-10-01T00:50:12.337Z] #32 31.08 syscall [2020-10-01T00:50:12.337Z] #32 32.56 strings [2020-10-01T00:50:12.337Z] #32 32.58 bytes [2020-10-01T00:50:12.337Z] #32 35.02 reflect [2020-10-01T00:50:12.337Z] #32 35.65 bufio [2020-10-01T00:50:12.337Z] #32 35.90 path [2020-10-01T00:50:12.337Z] #32 36.58 text/tabwriter [2020-10-01T00:50:12.337Z] #32 38.28 internal/syscall/execenv [2020-10-01T00:50:12.337Z] #32 38.28 internal/syscall/unix [2020-10-01T00:50:12.337Z] #32 38.29 time [2020-10-01T00:50:12.337Z] #32 ... [2020-10-01T00:50:12.337Z] [2020-10-01T00:50:12.337Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:12.337Z] #43 28.93 sync [2020-10-01T00:50:12.337Z] #43 28.94 internal/reflectlite [2020-10-01T00:50:12.337Z] #43 30.12 github.com/LK4D4/vndr/godl/singleflight [2020-10-01T00:50:12.337Z] #43 30.12 math/rand [2020-10-01T00:50:12.337Z] #43 30.12 internal/singleflight [2020-10-01T00:50:12.337Z] #43 31.35 sort [2020-10-01T00:50:12.337Z] #43 31.36 strconv [2020-10-01T00:50:12.337Z] #43 31.42 io [2020-10-01T00:50:12.337Z] #43 31.43 syscall [2020-10-01T00:50:12.337Z] #43 33.84 bytes [2020-10-01T00:50:12.337Z] #43 34.16 strings [2020-10-01T00:50:12.337Z] #43 35.41 bufio [2020-10-01T00:50:12.337Z] #43 35.90 path [2020-10-01T00:50:12.337Z] #43 36.12 reflect [2020-10-01T00:50:12.337Z] #43 36.63 regexp/syntax [2020-10-01T00:50:12.337Z] #43 37.81 hash/crc32 [2020-10-01T00:50:12.337Z] #43 38.13 time [2020-10-01T00:50:12.337Z] #43 38.82 vendor/golang.org/x/net/dns/dnsmessage [2020-10-01T00:50:12.420Z] #66 exporting layers 26.9s done [2020-10-01T00:50:12.420Z] #66 exporting manifest sha256:34ca3f5a12f0664feb908eff3e3e7fc52429122bf54cbd9bad7299da29a2c66a done [2020-10-01T00:50:12.420Z] #66 exporting config sha256:867864a0c334176fc9547debaad1d08911f6719591d0374c3525d2251dbef316 done [2020-10-01T00:50:12.420Z] #66 sending tarball [2020-10-01T00:50:12.607Z] #43 ... [2020-10-01T00:50:12.607Z] [2020-10-01T00:50:12.607Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:12.871Z] #27 12.05 #=#=# 0.0% # 2.0% ### 4.6% ##### 7.1% ###### 8.4% ####### 10.7% ######### 13.1% ########## 14.5% ########### 15.3% ########### 16.0% ############ 17.5% ############# 18.5% ############## 20.1% ############### 21.7% ################ 22.9% ################# 24.5% ################## 25.2% ################## 26.4% ################### 27.3% #################### 28.4% ##################### 30.2% ###################### 30.9% ####################### 32.9% ######################## 34.7% ########################## 36.4% ########################## 37.1% ########################### 38.3% ############################ 38.9% ############################ 40.2% ############################## 42.3% ############################### 43.6% ############################### 44.0% ############################### 44.3% ################################ 44.9% ################################# 45.9% ################################## 47.4% ################################## 48.5% ################################### 49.6% #################################### 50.9% ##################################### 51.8% ##################################### 52.4% ###################################### 53.3% ####################################### 55.2% ######################################### 57.1% ########################################## 59.2% ########################################### 60.9% ############################################ 62.3% ############################################## 64.0% ############################################### 65.4% ############################################### 65.4% ############################################### 66.6% ################################################ 67.5% ################################################# 69.1% ################################################## 70.5% ################################################## 70.5% ################################################### 72.0% #################################################### 73.2% ##################################################### 74.3% ##################################################### 74.4% ###################################################### 76.1% ####################################################### 77.7% ######################################################### 79.4% ######################################################### 80.1% ########################################################## 81.9% ########################################################## 81.9% ############################################################ 84.4% ############################################################ 84.4% ############################################################## 86.2% ############################################################## 87.1% ############################################################### 88.6% ################################################################ 89.9% ################################################################# 91.3% ################################################################## 93.0% ################################################################### 93.5% #################################################################### 95.2% #################################################################### 95.8% ###################################################################### 97.7% ###################################################################### 97.7% ######################################################################## 100.0% [2020-10-01T00:50:12.871Z] #27 23.25 [2020-10-01T00:50:13.450Z] #27 23.65 /download-frozen-image-v2.sh: line 208: type: go: not found [2020-10-01T00:50:13.715Z] #27 ... [2020-10-01T00:50:13.715Z] [2020-10-01T00:50:13.715Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:50:13.715Z] #30 30.09 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-10-01T00:50:13.715Z] #30 30.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-10-01T00:50:13.978Z] #30 ... [2020-10-01T00:50:13.978Z] [2020-10-01T00:50:13.978Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-10-01T00:50:13.978Z] #53 DONE 40.4s [2020-10-01T00:50:13.978Z] [2020-10-01T00:50:13.978Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:13.978Z] #27 24.33 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-01T00:50:14.558Z] #27 24.79 [2020-10-01T00:50:14.825Z] #27 25.20 # 2.0% ######################################################################## 100.0% [2020-10-01T00:50:15.092Z] #27 25.32 [2020-10-01T00:50:15.356Z] #27 25.71 /download-frozen-image-v2.sh: line 208: type: go: not found [2020-10-01T00:50:15.622Z] #27 ... [2020-10-01T00:50:15.622Z] [2020-10-01T00:50:15.622Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:50:15.622Z] #45 DONE 42.3s [2020-10-01T00:50:15.722Z] Loaded image: buildpack-deps:buster [2020-10-01T00:50:15.722Z] Loaded image: busybox:latest [2020-10-01T00:50:15.889Z] [2020-10-01T00:50:15.889Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:15.889Z] #32 42.38 internal/poll [2020-10-01T00:50:15.981Z] Loaded image: busybox:glibc [2020-10-01T00:50:15.981Z] Loaded image: debian:buster [2020-10-01T00:50:15.981Z] Loaded image: hello-world:latest [2020-10-01T00:50:15.982Z] INFO: Testing against a local daemon [2020-10-01T00:50:15.982Z] === RUN TestCgroupNamespacesBuild [2020-10-01T00:50:16.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T00:50:17.297Z] #32 43.81 os [2020-10-01T00:50:17.882Z] #32 ... [2020-10-01T00:50:17.882Z] [2020-10-01T00:50:17.882Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:17.882Z] #49 34.46 bytes [2020-10-01T00:50:17.882Z] #49 34.48 syscall [2020-10-01T00:50:17.882Z] #49 34.48 strconv [2020-10-01T00:50:17.882Z] #49 34.48 strings [2020-10-01T00:50:17.882Z] #49 36.13 bufio [2020-10-01T00:50:17.882Z] #49 36.17 text/tabwriter [2020-10-01T00:50:17.882Z] #49 37.45 reflect [2020-10-01T00:50:17.882Z] #49 37.48 regexp/syntax [2020-10-01T00:50:17.882Z] #49 40.48 time [2020-10-01T00:50:17.882Z] #49 42.58 regexp [2020-10-01T00:50:18.147Z] #49 ... [2020-10-01T00:50:18.147Z] [2020-10-01T00:50:18.147Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:18.147Z] #27 26.55 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-01T00:50:18.147Z] #27 27.10 [2020-10-01T00:50:18.147Z] #27 27.43 #=#=# ######################################## 56.5% ######################################################################## 100.0% [2020-10-01T00:50:18.147Z] #27 27.75 [2020-10-01T00:50:18.147Z] #27 28.61 /download-frozen-image-v2.sh: line 208: type: go: not found [2020-10-01T00:50:18.411Z] #27 ... [2020-10-01T00:50:18.411Z] [2020-10-01T00:50:18.411Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:50:18.411Z] #11 34.94 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-10-01T00:50:18.411Z] #11 37.64 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-10-01T00:50:18.411Z] #11 37.65 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-10-01T00:50:18.411Z] #11 37.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-10-01T00:50:18.411Z] #11 37.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-10-01T00:50:18.411Z] #11 37.72 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-10-01T00:50:18.411Z] #11 37.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-10-01T00:50:18.411Z] #11 37.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-10-01T00:50:18.411Z] #11 37.81 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-10-01T00:50:18.411Z] #11 37.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-10-01T00:50:18.411Z] #11 37.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-10-01T00:50:18.411Z] #11 37.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-10-01T00:50:18.411Z] #11 37.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-10-01T00:50:18.411Z] #11 37.99 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-10-01T00:50:18.411Z] #11 37.99 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-10-01T00:50:18.411Z] #11 37.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-10-01T00:50:18.411Z] #11 39.80 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:50:18.411Z] #11 40.52 Fetched 73.3 MB in 10s (7363 kB/s) [2020-10-01T00:50:18.411Z] #11 40.70 Selecting previously unselected package binutils-mingw-w64-i686. [2020-10-01T00:50:18.411Z] #11 40.70 (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-10-01T00:50:18.411Z] #11 40.80 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-10-01T00:50:18.411Z] #11 40.81 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-01T00:50:18.411Z] #11 43.27 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-10-01T00:50:18.411Z] #11 43.28 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-10-01T00:50:18.411Z] #11 43.29 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-01T00:50:18.675Z] #11 ... [2020-10-01T00:50:18.675Z] [2020-10-01T00:50:18.675Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:18.675Z] #40 39.71 Selecting previously unselected package libnl-3-200:arm64. [2020-10-01T00:50:18.675Z] #40 39.71 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 40.25 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-10-01T00:50:18.675Z] #40 40.44 Selecting previously unselected package libnl-3-dev:arm64. [2020-10-01T00:50:18.675Z] #40 40.44 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 40.45 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-10-01T00:50:18.675Z] #40 41.25 Selecting previously unselected package libprotobuf-c1:arm64. [2020-10-01T00:50:18.675Z] #40 41.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 41.34 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-10-01T00:50:18.675Z] #40 41.44 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-10-01T00:50:18.675Z] #40 41.45 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 41.46 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-10-01T00:50:18.675Z] #40 42.31 Selecting previously unselected package zlib1g-dev:arm64. [2020-10-01T00:50:18.675Z] #40 42.32 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 42.34 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-10-01T00:50:18.675Z] #40 42.74 Selecting previously unselected package libprotobuf17:arm64. [2020-10-01T00:50:18.675Z] #40 42.74 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 42.75 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:18.675Z] #40 44.36 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-10-01T00:50:18.675Z] #40 44.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 44.37 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:18.675Z] #40 44.84 Selecting previously unselected package libprotobuf-dev:arm64. [2020-10-01T00:50:18.675Z] #40 44.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:18.675Z] #40 44.86 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:18.939Z] #40 ... [2020-10-01T00:50:18.939Z] [2020-10-01T00:50:18.939Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:50:18.939Z] #11 45.59 Selecting previously unselected package binutils-mingw-w64. [2020-10-01T00:50:18.939Z] #11 45.59 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-10-01T00:50:19.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T00:50:19.204Z] #11 45.60 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-01T00:50:19.270Z] --- PASS: TestCgroupNamespacesBuild (3.04s) [2020-10-01T00:50:19.270Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-01T00:50:19.468Z] #11 45.77 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-10-01T00:50:19.468Z] #11 45.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-10-01T00:50:19.468Z] #11 45.80 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-10-01T00:50:19.468Z] #11 46.01 Selecting previously unselected package dmsetup. [2020-10-01T00:50:19.468Z] #11 46.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-10-01T00:50:19.468Z] #11 46.03 Unpacking dmsetup (2:1.02.155-3) ... [2020-10-01T00:50:19.731Z] #11 46.19 Selecting previously unselected package mingw-w64-common. [2020-10-01T00:50:19.731Z] #11 46.20 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-10-01T00:50:19.731Z] #11 46.21 Unpacking mingw-w64-common (6.0.0-3) ... [2020-10-01T00:50:21.175Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.14s) [2020-10-01T00:50:21.175Z] === RUN TestBuildWithSession [2020-10-01T00:50:21.175Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T00:50:21.175Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:50:21.175Z] === RUN TestBuildSquashParent [2020-10-01T00:50:21.670Z] #11 ... [2020-10-01T00:50:21.670Z] [2020-10-01T00:50:21.670Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:50:21.670Z] #34 37.77 Selecting previously unselected package cmake-data. [2020-10-01T00:50:21.670Z] #34 37.77 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-10-01T00:50:21.670Z] #34 38.16 Unpacking cmake-data (3.13.4-1) ... [2020-10-01T00:50:21.670Z] #34 45.19 Selecting previously unselected package libicu63:arm64. [2020-10-01T00:50:21.670Z] #34 45.20 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-10-01T00:50:21.671Z] #34 45.23 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-10-01T00:50:21.671Z] #34 ... [2020-10-01T00:50:21.671Z] [2020-10-01T00:50:21.671Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-10-01T00:50:21.671Z] #27 29.27 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-01T00:50:21.671Z] #27 29.35 skipping existing 9a99313a2c50 [2020-10-01T00:50:21.671Z] #27 29.47 [2020-10-01T00:50:21.671Z] #27 29.89 /download-frozen-image-v2.sh: line 208: type: go: not found [2020-10-01T00:50:21.671Z] #27 30.68 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-01T00:50:21.671Z] #27 31.03 [2020-10-01T00:50:21.671Z] #27 31.23 ######################################################################## 100.0% [2020-10-01T00:50:21.671Z] #27 31.30 [2020-10-01T00:50:21.671Z] #27 31.37 Download of images into '/build' complete. [2020-10-01T00:50:21.671Z] #27 31.37 Use something like the following to load the result into a Docker daemon: [2020-10-01T00:50:21.671Z] #27 31.37 tar -cC '/build' . | docker load [2020-10-01T00:50:21.936Z] #27 DONE 32.2s [2020-10-01T00:50:21.936Z] [2020-10-01T00:50:21.936Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:21.936Z] #40 45.97 Selecting previously unselected package libprotoc17:arm64. [2020-10-01T00:50:21.936Z] #40 45.98 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:21.936Z] #40 46.00 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:21.936Z] #40 46.56 Selecting previously unselected package protobuf-c-compiler. [2020-10-01T00:50:21.936Z] #40 46.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-10-01T00:50:21.936Z] #40 46.59 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-01T00:50:21.936Z] #40 46.77 Selecting previously unselected package protobuf-compiler. [2020-10-01T00:50:21.936Z] #40 46.77 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:21.936Z] #40 46.78 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-10-01T00:50:21.936Z] #40 46.94 Selecting previously unselected package python-pkg-resources. [2020-10-01T00:50:21.936Z] #40 46.94 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-10-01T00:50:21.936Z] #40 46.99 Unpacking python-pkg-resources (40.8.0-1) ... [2020-10-01T00:50:21.936Z] #40 47.19 Selecting previously unselected package python-six. [2020-10-01T00:50:21.936Z] #40 47.19 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-10-01T00:50:21.936Z] #40 47.20 Unpacking python-six (1.12.0-1) ... [2020-10-01T00:50:21.936Z] #40 47.31 Selecting previously unselected package python-protobuf. [2020-10-01T00:50:21.936Z] #40 47.31 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-10-01T00:50:21.936Z] #40 47.32 Unpacking python-protobuf (3.6.1.3-2) ... [2020-10-01T00:50:22.199Z] #40 48.65 Setting up python-pkg-resources (40.8.0-1) ... [2020-10-01T00:50:24.132Z] #40 ... [2020-10-01T00:50:24.132Z] [2020-10-01T00:50:24.132Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:50:24.132Z] #54 1.351 + RM_GOPATH=0 [2020-10-01T00:50:24.132Z] #54 1.351 + TMP_GOPATH= [2020-10-01T00:50:24.132Z] #54 1.351 + : /build [2020-10-01T00:50:24.132Z] #54 1.351 + '[' -z '' ']' [2020-10-01T00:50:24.132Z] #54 1.351 ++ mktemp -d [2020-10-01T00:50:24.132Z] #54 1.351 + export GOPATH=/tmp/tmp.4sKIFVSRL4 [2020-10-01T00:50:24.132Z] #54 1.351 + GOPATH=/tmp/tmp.4sKIFVSRL4 [2020-10-01T00:50:24.132Z] #54 1.351 + RM_GOPATH=1 [2020-10-01T00:50:24.132Z] #54 1.351 + case "$(go env GOARCH)" in [2020-10-01T00:50:24.132Z] #54 1.352 ++ go env GOARCH [2020-10-01T00:50:24.132Z] #54 1.367 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:50:24.132Z] #54 1.367 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:50:24.132Z] #54 1.368 ++ dirname /tmp/install/install.sh [2020-10-01T00:50:24.132Z] #54 1.392 + dir=/tmp/install [2020-10-01T00:50:24.132Z] #54 1.395 + bin=containerd [2020-10-01T00:50:24.132Z] #54 1.396 + shift [2020-10-01T00:50:24.132Z] #54 1.396 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-10-01T00:50:24.132Z] #54 1.397 + . /tmp/install/containerd.installer [2020-10-01T00:50:24.132Z] #54 1.398 ++ set -e [2020-10-01T00:50:24.132Z] #54 1.398 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:50:24.132Z] #54 1.404 + install_containerd [2020-10-01T00:50:24.132Z] #54 1.410 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-10-01T00:50:24.132Z] #54 1.420 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:50:24.132Z] #54 1.420 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4sKIFVSRL4/src/github.com/containerd/containerd [2020-10-01T00:50:24.132Z] #54 1.426 Cloning into '/tmp/tmp.4sKIFVSRL4/src/github.com/containerd/containerd'... [2020-10-01T00:50:24.132Z] #54 ... [2020-10-01T00:50:24.132Z] [2020-10-01T00:50:24.132Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:24.132Z] #40 50.61 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:24.132Z] #40 50.66 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-10-01T00:50:24.132Z] #40 50.69 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-10-01T00:50:24.132Z] #40 50.72 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-10-01T00:50:24.132Z] #40 50.75 Setting up python-six (1.12.0-1) ... [2020-10-01T00:50:26.059Z] #40 ... [2020-10-01T00:50:26.059Z] [2020-10-01T00:50:26.059Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:26.059Z] #43 42.61 regexp [2020-10-01T00:50:26.059Z] #43 46.10 context [2020-10-01T00:50:26.059Z] #43 46.12 os [2020-10-01T00:50:26.059Z] #43 47.65 github.com/LK4D4/vndr/versioned [2020-10-01T00:50:26.059Z] #43 49.02 internal/lazyregexp [2020-10-01T00:50:26.059Z] #43 49.05 os/exec [2020-10-01T00:50:26.059Z] #43 49.07 net [2020-10-01T00:50:26.059Z] #43 50.96 encoding/binary [2020-10-01T00:50:26.059Z] #43 50.98 go/scanner [2020-10-01T00:50:26.059Z] #43 51.53 net/url [2020-10-01T00:50:26.059Z] #43 52.48 go/ast [2020-10-01T00:50:26.152Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.091099206s with top 10 stages: buildssa: 1m36.647581011s, goimports: 22.955117695s, unconvert: 13.152580441s, gosec: 10.006167332s, golint: 6.24311672s, misspell: 5.069938302s, ineffassign: 4.647182748s, inspect: 3.665071945s, vrp: 3.521462706s, ctrlflow: 2.022739299s [2020-10-01T00:50:26.323Z] #43 ... [2020-10-01T00:50:26.323Z] [2020-10-01T00:50:26.323Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:26.323Z] #40 52.66 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-10-01T00:50:26.323Z] #40 52.67 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-10-01T00:50:26.323Z] #40 52.70 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:26.323Z] #40 52.72 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-10-01T00:50:26.323Z] #40 52.74 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:26.323Z] #40 52.75 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-10-01T00:50:26.323Z] #40 52.77 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-10-01T00:50:26.323Z] #40 52.79 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-10-01T00:50:26.323Z] #40 52.81 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-10-01T00:50:26.323Z] #40 52.83 Setting up python-protobuf (3.6.1.3-2) ... [2020-10-01T00:50:27.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T00:50:27.901Z] #66 sending tarball 15.6s done [2020-10-01T00:50:27.901Z] #66 DONE 42.5s [2020-10-01T00:50:27.901Z] [2020-10-01T00:50:27.901Z] #67 importing to docker [2020-10-01T00:50:28.886Z] #40 ... [2020-10-01T00:50:28.887Z] [2020-10-01T00:50:28.887Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:28.887Z] #32 45.15 internal/fmtsort [2020-10-01T00:50:28.887Z] #32 46.18 fmt [2020-10-01T00:50:28.887Z] #32 46.18 path/filepath [2020-10-01T00:50:28.887Z] #32 47.18 io/ioutil [2020-10-01T00:50:28.887Z] #32 48.63 flag [2020-10-01T00:50:28.887Z] #32 48.63 github.com/BurntSushi/toml [2020-10-01T00:50:28.887Z] #32 48.64 log [2020-10-01T00:50:28.887Z] #32 51.77 github.com/BurntSushi/toml/cmd/tomlv [2020-10-01T00:50:28.887Z] #32 ... [2020-10-01T00:50:28.887Z] [2020-10-01T00:50:28.887Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-10-01T00:50:28.887Z] #34 50.26 Selecting previously unselected package libxml2:arm64. [2020-10-01T00:50:28.887Z] #34 50.26 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 50.28 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-10-01T00:50:28.887Z] #34 50.75 Selecting previously unselected package libarchive13:arm64. [2020-10-01T00:50:28.887Z] #34 50.80 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 50.81 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-10-01T00:50:28.887Z] #34 51.48 Selecting previously unselected package libjsoncpp1:arm64. [2020-10-01T00:50:28.887Z] #34 51.49 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 51.50 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-10-01T00:50:28.887Z] #34 51.69 Selecting previously unselected package librhash0:arm64. [2020-10-01T00:50:28.887Z] #34 51.69 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 51.71 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-10-01T00:50:28.887Z] #34 51.95 Selecting previously unselected package libuv1:arm64. [2020-10-01T00:50:28.887Z] #34 51.98 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 52.00 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-10-01T00:50:28.887Z] #34 52.18 Selecting previously unselected package cmake. [2020-10-01T00:50:28.887Z] #34 52.19 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-10-01T00:50:28.887Z] #34 52.39 Unpacking cmake (3.13.4-1) ... [2020-10-01T00:50:28.887Z] #34 53.93 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-10-01T00:50:28.887Z] #34 53.97 Setting up xxd (2:8.1.0875-5) ... [2020-10-01T00:50:28.887Z] #34 54.00 Setting up libuv1:arm64 (1.24.1-1) ... [2020-10-01T00:50:28.887Z] #34 54.02 Setting up vim-common (2:8.1.0875-5) ... [2020-10-01T00:50:28.887Z] #34 54.08 Setting up librhash0:arm64 (1.3.8-1) ... [2020-10-01T00:50:28.887Z] #34 54.10 Setting up cmake-data (3.13.4-1) ... [2020-10-01T00:50:28.887Z] #34 54.17 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-10-01T00:50:28.887Z] #34 54.23 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-10-01T00:50:28.887Z] #34 54.26 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-10-01T00:50:28.887Z] #34 54.28 Setting up cmake (3.13.4-1) ... [2020-10-01T00:50:28.887Z] #34 54.30 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:50:28.887Z] #34 54.42 Processing triggers for mime-support (3.62) ... [2020-10-01T00:50:29.297Z] --- PASS: TestBuildSquashParent (7.05s) [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:50:29.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:50:29.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:50:29.297Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:50:29.297Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:50:29.866Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:50:29.866Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:50:30.289Z] #34 DONE 56.7s [2020-10-01T00:50:30.289Z] [2020-10-01T00:50:30.289Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:30.289Z] #32 DONE 56.7s [2020-10-01T00:50:30.289Z] [2020-10-01T00:50:30.289Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:30.555Z] #35 ... [2020-10-01T00:50:30.555Z] [2020-10-01T00:50:30.555Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:30.555Z] #49 46.97 path/filepath [2020-10-01T00:50:30.555Z] #49 47.05 mvdan.cc/sh/v3/fileutil [2020-10-01T00:50:30.555Z] #49 49.04 flag [2020-10-01T00:50:30.555Z] #49 49.04 go/token [2020-10-01T00:50:30.555Z] #49 49.05 encoding/binary [2020-10-01T00:50:30.555Z] #49 49.06 github.com/pkg/diff [2020-10-01T00:50:30.555Z] #49 50.53 go/scanner [2020-10-01T00:50:30.555Z] #49 51.14 mvdan.cc/editorconfig [2020-10-01T00:50:30.555Z] #49 51.55 mvdan.cc/sh/v3/syntax [2020-10-01T00:50:30.555Z] #49 52.27 go/ast [2020-10-01T00:50:30.555Z] #49 52.52 encoding/base64 [2020-10-01T00:50:30.555Z] #49 53.66 golang.org/x/sys/unix [2020-10-01T00:50:30.555Z] #49 53.68 encoding/json [2020-10-01T00:50:30.555Z] #49 ... [2020-10-01T00:50:30.555Z] [2020-10-01T00:50:30.555Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-10-01T00:50:30.555Z] #40 56.71 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-10-01T00:50:30.555Z] #40 57.01 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:50:31.786Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:50:31.786Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:50:32.360Z] #40 DONE 58.7s [2020-10-01T00:50:32.360Z] [2020-10-01T00:50:32.360Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:32.694Z] INFO [runner/unused/goanalysis] analyzers took 27.727987561s with top 10 stages: buildssa: 23.264640477s, U1000: 4.463347084s [2020-10-01T00:50:32.694Z] INFO [runner] Issues before processing: 2270, after processing: 0 [2020-10-01T00:50:32.694Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1690/1690, skip_dirs: 1690/1690, identifier_marker: 1585/1585, nolint: 0/64, autogenerated_exclude: 1585/1690, cgo: 1690/2270, filename_unadjuster: 1690/1690, exclude: 1585/1585, skip_files: 1690/1690, exclude-rules: 64/1585 [2020-10-01T00:50:32.694Z] INFO [runner] processing took 160.297713ms with stages: nolint: 62.777889ms, identifier_marker: 39.323372ms, autogenerated_exclude: 23.023783ms, path_prettifier: 14.288ms, filename_unadjuster: 8.404701ms, exclude-rules: 7.772602ms, skip_dirs: 3.797545ms, cgo: 903.848µs, max_same_issues: 1.785µs, source_code: 666ns, uniq_by_line: 661ns, skip_files: 605ns, diff: 604ns, exclude: 495ns, max_from_linter: 483ns, path_shortener: 377ns, max_per_file_from_linter: 297ns [2020-10-01T00:50:32.694Z] INFO [runner] linters took 1m36.163194468s with stages: goanalysis_metalinter: 1m17.39601858s, unused: 18.605840349s [2020-10-01T00:50:32.694Z] INFO File cache stats: 1441 entries of total size 6.8MiB [2020-10-01T00:50:32.954Z] INFO Memory: 1610 samples, avg is 244.8MB, max is 3163.6MB [2020-10-01T00:50:32.954Z] INFO Execution took 3m34.691548062s [2020-10-01T00:50:33.238Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-10-01T00:50:34.151Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary-daemon test-docker-py [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.47s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.57s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.07s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.01s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2020-10-01T00:50:34.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s) [2020-10-01T00:50:34.335Z] === RUN TestBuildMultiStageCopy [2020-10-01T00:50:34.335Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T00:50:34.407Z] [2020-10-01T00:50:34.662Z] Removing bundles/ [2020-10-01T00:50:34.663Z] [2020-10-01T00:50:34.663Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-10-01T00:50:34.663Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:50:34.663Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:50:34.841Z] #67 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-01T00:50:35.278Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/test/unit [2020-10-01T00:50:35.710Z] #41 ... [2020-10-01T00:50:35.710Z] [2020-10-01T00:50:35.710Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:50:35.710Z] #11 51.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-10-01T00:50:35.710Z] #11 51.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-10-01T00:50:35.710Z] #11 51.64 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-01T00:50:35.710Z] #11 59.56 Selecting previously unselected package gcc-mingw-w64-base. [2020-10-01T00:50:35.710Z] #11 59.57 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-10-01T00:50:35.710Z] #11 59.59 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:50:35.710Z] #11 60.33 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-10-01T00:50:35.710Z] #11 60.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-10-01T00:50:35.710Z] #11 60.33 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:50:35.710Z] #11 ... [2020-10-01T00:50:35.710Z] [2020-10-01T00:50:35.710Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:35.710Z] #35 3.291 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:50:35.710Z] #35 3.502 + RM_GOPATH=0 [2020-10-01T00:50:35.710Z] #35 3.502 + TMP_GOPATH= [2020-10-01T00:50:35.710Z] #35 3.502 + : /build [2020-10-01T00:50:35.710Z] #35 3.502 + '[' -z '' ']' [2020-10-01T00:50:35.710Z] #35 3.502 ++ mktemp -d [2020-10-01T00:50:35.710Z] #35 3.502 + export GOPATH=/tmp/tmp.4l4YordbW6 [2020-10-01T00:50:35.710Z] #35 3.502 + GOPATH=/tmp/tmp.4l4YordbW6 [2020-10-01T00:50:35.710Z] #35 3.502 + RM_GOPATH=1 [2020-10-01T00:50:35.710Z] #35 3.502 + case "$(go env GOARCH)" in [2020-10-01T00:50:35.710Z] #35 3.502 ++ go env GOARCH [2020-10-01T00:50:35.710Z] #35 3.502 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:50:35.710Z] #35 3.502 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:50:35.710Z] #35 3.502 ++ dirname /tmp/install/install.sh [2020-10-01T00:50:35.710Z] #35 3.502 + dir=/tmp/install [2020-10-01T00:50:35.710Z] #35 3.502 + bin=tini [2020-10-01T00:50:35.710Z] #35 3.502 + shift [2020-10-01T00:50:35.710Z] #35 3.502 + '[' '!' -f /tmp/install/tini.installer ']' [2020-10-01T00:50:35.710Z] #35 3.502 + . /tmp/install/tini.installer [2020-10-01T00:50:35.710Z] #35 3.502 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:50:35.710Z] #35 3.502 + install_tini [2020-10-01T00:50:35.710Z] #35 3.502 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-10-01T00:50:35.710Z] #35 3.502 + git clone https://github.com/krallin/tini.git /tmp/tmp.4l4YordbW6/tini [2020-10-01T00:50:35.710Z] #35 3.502 Cloning into '/tmp/tmp.4l4YordbW6/tini'... [2020-10-01T00:50:35.710Z] #35 4.416 + cd /tmp/tmp.4l4YordbW6/tini [2020-10-01T00:50:35.710Z] #35 4.416 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-10-01T00:50:35.710Z] #35 4.489 + cmake . [2020-10-01T00:50:35.710Z] #35 5.032 -- The C compiler identification is GNU 8.3.0 [2020-10-01T00:50:35.710Z] #35 5.067 -- Check for working C compiler: /usr/bin/cc [2020-10-01T00:50:35.710Z] #35 5.553 -- Check for working C compiler: /usr/bin/cc -- works [2020-10-01T00:50:35.710Z] #35 5.556 -- Detecting C compiler ABI info [2020-10-01T00:50:36.659Z] #35 6.325 -- Detecting C compiler ABI info - done [2020-10-01T00:50:36.659Z] #35 6.369 -- Detecting C compile features [2020-10-01T00:50:37.235Z] #35 ... [2020-10-01T00:50:37.236Z] [2020-10-01T00:50:37.236Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:37.236Z] #43 53.69 text/template/parse [2020-10-01T00:50:37.236Z] #43 54.15 encoding/json [2020-10-01T00:50:37.236Z] #43 61.09 go/parser [2020-10-01T00:50:37.236Z] #43 61.09 text/template [2020-10-01T00:50:37.236Z] #43 ... [2020-10-01T00:50:37.236Z] [2020-10-01T00:50:37.236Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:37.236Z] #41 3.610 Note: Building without setproctitle() and strlcpy() support. [2020-10-01T00:50:37.236Z] #41 3.610 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-01T00:50:37.236Z] #41 3.636 Note: Building without GnuTLS support [2020-10-01T00:50:37.236Z] #41 3.652 Makefile.config:39: Warn: you have no libnftables installed [2020-10-01T00:50:37.236Z] #41 3.653 Makefile.config:40: Warn: Building without nftables support [2020-10-01T00:50:37.624Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T00:50:38.185Z] ? github.com/docker/docker/api [no test files] [2020-10-01T00:50:38.186Z] #41 5.741 fatal: not a git repository (or any of the parent directories): .git [2020-10-01T00:50:38.186Z] #41 5.813 GEN .gitid [2020-10-01T00:50:38.186Z] #41 5.876 GEN criu/include/version.h [2020-10-01T00:50:38.186Z] #41 5.992 GEN include/common/asm [2020-10-01T00:50:38.193Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T00:50:39.131Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T00:50:39.584Z] #41 7.411 PBCC images/timens.pb-c.c [2020-10-01T00:50:39.584Z] #41 7.453 DEP images/timens.pb-c.d [2020-10-01T00:50:39.848Z] #41 7.516 PBCC images/fown.pb-c.c [2020-10-01T00:50:39.848Z] #41 7.537 PBCC images/google/protobuf/descriptor.pb-c.c [2020-10-01T00:50:39.848Z] #41 7.589 PBCC images/opts.pb-c.c [2020-10-01T00:50:39.848Z] #41 7.689 PBCC images/memfd.pb-c.c [2020-10-01T00:50:40.070Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T00:50:40.112Z] #41 7.773 DEP images/fown.pb-c.d [2020-10-01T00:50:40.112Z] #41 7.838 DEP images/google/protobuf/descriptor.pb-c.d [2020-10-01T00:50:40.112Z] #41 7.869 DEP images/opts.pb-c.d [2020-10-01T00:50:40.112Z] #41 7.933 DEP images/memfd.pb-c.d [2020-10-01T00:50:40.377Z] #41 8.020 PBCC images/sit.pb-c.c [2020-10-01T00:50:40.377Z] #41 8.118 DEP images/sit.pb-c.d [2020-10-01T00:50:40.377Z] #41 8.177 PBCC images/macvlan.pb-c.c [2020-10-01T00:50:40.377Z] #41 8.199 DEP images/macvlan.pb-c.d [2020-10-01T00:50:40.641Z] #41 8.253 PBCC images/autofs.pb-c.c [2020-10-01T00:50:40.641Z] #41 8.279 DEP images/autofs.pb-c.d [2020-10-01T00:50:40.641Z] #41 8.331 PBCC images/sysctl.pb-c.c [2020-10-01T00:50:40.641Z] #41 8.357 DEP images/sysctl.pb-c.d [2020-10-01T00:50:40.641Z] #41 8.405 PBCC images/time.pb-c.c [2020-10-01T00:50:40.905Z] #41 8.511 DEP images/time.pb-c.d [2020-10-01T00:50:40.905Z] #41 8.590 PBCC images/binfmt-misc.pb-c.c [2020-10-01T00:50:40.905Z] #41 8.628 DEP images/binfmt-misc.pb-c.d [2020-10-01T00:50:40.905Z] #41 8.673 PBCC images/seccomp.pb-c.c [2020-10-01T00:50:41.169Z] #41 8.727 DEP images/seccomp.pb-c.d [2020-10-01T00:50:41.169Z] #41 8.777 PBCC images/userns.pb-c.c [2020-10-01T00:50:41.169Z] #41 8.824 DEP images/userns.pb-c.d [2020-10-01T00:50:41.169Z] #41 8.878 PBCC images/cgroup.pb-c.c [2020-10-01T00:50:41.169Z] #41 8.909 DEP images/cgroup.pb-c.d [2020-10-01T00:50:41.169Z] #41 8.969 PBCC images/ext-file.pb-c.c [2020-10-01T00:50:41.169Z] #41 9.009 DEP images/ext-file.pb-c.d [2020-10-01T00:50:41.433Z] #41 9.121 PBCC images/rpc.pb-c.c [2020-10-01T00:50:41.433Z] #41 9.162 DEP images/rpc.pb-c.d [2020-10-01T00:50:41.433Z] #41 ... [2020-10-01T00:50:41.433Z] [2020-10-01T00:50:41.433Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy (7.22s) [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.21s) [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-10-01T00:50:41.449Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-10-01T00:50:41.449Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T00:50:41.696Z] #54 27.02 Checking out files: 58% (1914/3264) Checking out files: 59% (1926/3264) Checking out files: 60% (1959/3264) Checking out files: 61% (1992/3264) Checking out files: 62% (2024/3264) Checking out files: 63% (2057/3264) Checking out files: 64% (2089/3264) Checking out files: 65% (2122/3264) Checking out files: 66% (2155/3264) Checking out files: 67% (2187/3264) Checking out files: 68% (2220/3264) Checking out files: 69% (2253/3264) Checking out files: 70% (2285/3264) Checking out files: 71% (2318/3264) Checking out files: 72% (2351/3264) Checking out files: 73% (2383/3264) Checking out files: 74% (2416/3264) Checking out files: 75% (2448/3264) Checking out files: 76% (2481/3264) Checking out files: 77% (2514/3264) Checking out files: 78% (2546/3264) Checking out files: 79% (2579/3264) Checking out files: 80% (2612/3264) Checking out files: 81% (2644/3264) Checking out files: 82% (2677/3264) Checking out files: 83% (2710/3264) Checking out files: 84% (2742/3264) Checking out files: 85% (2775/3264) Checking out files: 86% (2808/3264) Checking out files: 87% (2840/3264) Checking out files: 88% (2873/3264) Checking out files: 89% (2905/3264) Checking out files: 90% (2938/3264) Checking out files: 91% (2971/3264) Checking out files: 92% (3003/3264) Checking out files: 93% (3036/3264) Checking out files: 94% (3069/3264) Checking out files: 95% (3101/3264) Checking out files: 96% (3134/3264) Checking out files: 97% (3167/3264) Checking out files: 98% (3199/3264) Checking out files: 99% (3232/3264) Checking out files: 100% (3264/3264) Checking out files: 100% (3264/3264), done. [2020-10-01T00:50:41.696Z] #54 27.89 + cd /tmp/tmp.4sKIFVSRL4/src/github.com/containerd/containerd [2020-10-01T00:50:41.696Z] #54 27.90 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-10-01T00:50:42.270Z] #54 ... [2020-10-01T00:50:42.270Z] [2020-10-01T00:50:42.270Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:42.270Z] #35 8.525 -- Detecting C compile features - done [2020-10-01T00:50:42.270Z] #35 8.544 -- Performing Test HAS_BUILTIN_FORTIFY [2020-10-01T00:50:42.270Z] #35 8.824 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-10-01T00:50:42.270Z] #35 8.920 -- Configuring done [2020-10-01T00:50:42.270Z] #35 8.942 -- Generating done [2020-10-01T00:50:42.270Z] #35 8.945 -- Build files have been written to: /tmp/tmp.4l4YordbW6/tini [2020-10-01T00:50:42.270Z] #35 8.960 + make tini-static [2020-10-01T00:50:42.270Z] #35 9.286 Scanning dependencies of target tini-static [2020-10-01T00:50:42.270Z] #35 9.382 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-10-01T00:50:42.270Z] #35 10.65 [100%] Linking C executable tini-static [2020-10-01T00:50:42.270Z] #35 11.14 [100%] Built target tini-static [2020-10-01T00:50:42.270Z] #35 11.22 + mkdir -p /build [2020-10-01T00:50:42.270Z] #35 11.23 + cp tini-static /build/docker-init [2020-10-01T00:50:42.270Z] #35 DONE 12.0s [2020-10-01T00:50:42.270Z] [2020-10-01T00:50:42.270Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:42.270Z] #41 9.226 PBCC images/siginfo.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.251 DEP images/siginfo.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.305 PBCC images/pagemap.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.379 DEP images/pagemap.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.433 PBCC images/rlimit.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.453 DEP images/rlimit.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.495 PBCC images/file-lock.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.534 DEP images/file-lock.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.566 PBCC images/tty.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.593 DEP images/tty.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.639 PBCC images/tun.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.677 PBCC images/netdev.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.709 DEP images/tun.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.746 DEP images/netdev.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.776 PBCC images/vma.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.809 DEP images/vma.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.844 PBCC images/creds.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.872 DEP images/creds.pb-c.d [2020-10-01T00:50:42.270Z] #41 9.929 PBCC images/utsns.pb-c.c [2020-10-01T00:50:42.270Z] #41 9.962 DEP images/utsns.pb-c.d [2020-10-01T00:50:42.270Z] #41 10.12 PBCC images/ipc-desc.pb-c.c [2020-10-01T00:50:42.532Z] #41 10.13 PBCC images/ipc-sem.pb-c.c [2020-10-01T00:50:42.532Z] #41 10.17 DEP images/ipc-desc.pb-c.d [2020-10-01T00:50:42.532Z] #41 10.23 DEP images/ipc-sem.pb-c.d [2020-10-01T00:50:42.532Z] #41 10.25 PBCC images/ipc-msg.pb-c.c [2020-10-01T00:50:42.532Z] #41 10.28 DEP images/ipc-msg.pb-c.d [2020-10-01T00:50:42.532Z] #41 10.34 PBCC images/ipc-shm.pb-c.c [2020-10-01T00:50:42.796Z] #41 10.35 DEP images/ipc-shm.pb-c.d [2020-10-01T00:50:42.796Z] #41 10.39 PBCC images/ipc-var.pb-c.c [2020-10-01T00:50:42.796Z] #41 10.41 DEP images/ipc-var.pb-c.d [2020-10-01T00:50:42.796Z] #41 10.46 PBCC images/sk-opts.pb-c.c [2020-10-01T00:50:42.796Z] #41 10.53 PBCC images/packet-sock.pb-c.c [2020-10-01T00:50:43.060Z] #41 10.67 DEP images/sk-opts.pb-c.d [2020-10-01T00:50:43.060Z] #41 10.72 DEP images/packet-sock.pb-c.d [2020-10-01T00:50:43.060Z] #41 10.78 PBCC images/sk-netlink.pb-c.c [2020-10-01T00:50:43.060Z] #41 10.82 DEP images/sk-netlink.pb-c.d [2020-10-01T00:50:43.060Z] #41 10.86 PBCC images/sk-inet.pb-c.c [2020-10-01T00:50:43.060Z] #41 10.91 DEP images/sk-inet.pb-c.d [2020-10-01T00:50:43.060Z] #41 10.95 PBCC images/sk-unix.pb-c.c [2020-10-01T00:50:43.324Z] #41 11.00 DEP images/sk-unix.pb-c.d [2020-10-01T00:50:43.324Z] #41 11.05 PBCC images/mm.pb-c.c [2020-10-01T00:50:43.588Z] #41 11.11 DEP images/mm.pb-c.d [2020-10-01T00:50:43.588Z] #41 11.19 PBCC images/timerfd.pb-c.c [2020-10-01T00:50:43.588Z] #41 11.28 DEP images/timerfd.pb-c.d [2020-10-01T00:50:43.588Z] #41 11.34 PBCC images/timer.pb-c.c [2020-10-01T00:50:43.588Z] #41 11.36 DEP images/timer.pb-c.d [2020-10-01T00:50:43.852Z] #41 11.41 PBCC images/sa.pb-c.c [2020-10-01T00:50:43.852Z] #41 11.46 DEP images/sa.pb-c.d [2020-10-01T00:50:43.852Z] #41 11.53 PBCC images/pipe-data.pb-c.c [2020-10-01T00:50:43.852Z] #41 11.55 DEP images/pipe-data.pb-c.d [2020-10-01T00:50:43.852Z] #41 11.61 PBCC images/mnt.pb-c.c [2020-10-01T00:50:44.116Z] #41 11.66 DEP images/mnt.pb-c.d [2020-10-01T00:50:44.116Z] #41 11.71 PBCC images/sk-packet.pb-c.c [2020-10-01T00:50:44.116Z] #41 11.74 DEP images/sk-packet.pb-c.d [2020-10-01T00:50:44.116Z] #41 11.80 PBCC images/tcp-stream.pb-c.c [2020-10-01T00:50:44.116Z] #41 11.83 DEP images/tcp-stream.pb-c.d [2020-10-01T00:50:44.116Z] #41 11.86 PBCC images/pipe.pb-c.c [2020-10-01T00:50:44.116Z] #41 11.89 DEP images/pipe.pb-c.d [2020-10-01T00:50:44.116Z] #41 11.91 PBCC images/pstree.pb-c.c [2020-10-01T00:50:44.116Z] #41 11.95 DEP images/pstree.pb-c.d [2020-10-01T00:50:44.116Z] #41 12.00 PBCC images/fs.pb-c.c [2020-10-01T00:50:44.116Z] #41 12.03 DEP images/fs.pb-c.d [2020-10-01T00:50:44.381Z] #41 12.05 PBCC images/signalfd.pb-c.c [2020-10-01T00:50:44.381Z] #41 12.08 DEP images/signalfd.pb-c.d [2020-10-01T00:50:44.381Z] #41 12.11 PBCC images/fh.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.18 PBCC images/fsnotify.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.24 DEP images/fh.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.27 DEP images/fsnotify.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.30 PBCC images/eventpoll.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.32 DEP images/eventpoll.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.34 PBCC images/eventfd.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.35 DEP images/eventfd.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.38 PBCC images/remap-file-path.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.40 DEP images/remap-file-path.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.45 PBCC images/fifo.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.46 DEP images/fifo.pb-c.d [2020-10-01T00:50:44.645Z] #41 12.49 PBCC images/ghost-file.pb-c.c [2020-10-01T00:50:44.645Z] #41 12.54 DEP images/ghost-file.pb-c.d [2020-10-01T00:50:44.910Z] #41 12.58 PBCC images/regfile.pb-c.c [2020-10-01T00:50:44.910Z] #41 12.61 DEP images/regfile.pb-c.d [2020-10-01T00:50:44.910Z] #41 12.68 PBCC images/ns.pb-c.c [2020-10-01T00:50:45.174Z] #41 ... [2020-10-01T00:50:45.174Z] [2020-10-01T00:50:45.174Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-10-01T00:50:45.174Z] #49 64.12 golang.org/x/crypto/ssh/terminal [2020-10-01T00:50:45.174Z] #49 66.56 mvdan.cc/sh/v3/cmd/shfmt [2020-10-01T00:50:45.174Z] #49 DONE 71.5s [2020-10-01T00:50:45.174Z] [2020-10-01T00:50:45.174Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:45.174Z] #41 12.70 DEP images/ns.pb-c.d [2020-10-01T00:50:45.174Z] #41 12.76 PBCC images/fdinfo.pb-c.c [2020-10-01T00:50:45.174Z] #41 12.86 DEP images/fdinfo.pb-c.d [2020-10-01T00:50:45.174Z] #41 12.91 PBCC images/core-aarch64.pb-c.c [2020-10-01T00:50:45.174Z] #41 12.95 PBCC images/core-arm.pb-c.c [2020-10-01T00:50:45.174Z] #41 12.98 PBCC images/core-ppc64.pb-c.c [2020-10-01T00:50:45.174Z] #41 13.01 PBCC images/core-s390.pb-c.c [2020-10-01T00:50:45.174Z] #41 13.04 PBCC images/core-x86.pb-c.c [2020-10-01T00:50:45.174Z] #41 13.08 PBCC images/core.pb-c.c [2020-10-01T00:50:45.438Z] #41 13.13 PBCC images/inventory.pb-c.c [2020-10-01T00:50:45.438Z] #41 13.21 DEP images/core-aarch64.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.28 DEP images/core-arm.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.30 DEP images/core-ppc64.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.35 DEP images/core-s390.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.40 DEP images/core-x86.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.45 DEP images/core.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.53 DEP images/inventory.pb-c.d [2020-10-01T00:50:45.702Z] #41 13.61 PBCC images/cpuinfo.pb-c.c [2020-10-01T00:50:45.966Z] #41 13.63 DEP images/cpuinfo.pb-c.d [2020-10-01T00:50:45.966Z] #41 13.71 PBCC images/stats.pb-c.c [2020-10-01T00:50:45.966Z] #41 13.75 DEP images/stats.pb-c.d [2020-10-01T00:50:46.723Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-10-01T00:50:46.723Z] === RUN TestBuildLabelWithTargets [2020-10-01T00:50:47.363Z] #41 15.14 make[1]: Nothing to be done for 'all'. [2020-10-01T00:50:47.627Z] #41 ... [2020-10-01T00:50:47.627Z] [2020-10-01T00:50:47.627Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:50:47.627Z] #43 64.24 encoding/xml [2020-10-01T00:50:47.627Z] #43 66.39 compress/gzip [2020-10-01T00:50:47.627Z] #43 67.25 math/big [2020-10-01T00:50:47.627Z] #43 67.75 go/doc [2020-10-01T00:50:47.627Z] #43 72.84 github.com/LK4D4/vndr/build [2020-10-01T00:50:47.627Z] #43 73.55 vendor/golang.org/x/text/unicode/norm [2020-10-01T00:50:48.577Z] #43 ... [2020-10-01T00:50:48.577Z] [2020-10-01T00:50:48.577Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:48.577Z] #41 16.40 CC images/stats.o [2020-10-01T00:50:49.528Z] #41 17.07 CC images/core.o [2020-10-01T00:50:50.107Z] #41 17.81 CC images/core-x86.o [2020-10-01T00:50:50.686Z] #41 18.46 CC images/core-arm.o [2020-10-01T00:50:51.264Z] #41 18.91 CC images/core-aarch64.o [2020-10-01T00:50:51.529Z] #41 19.30 CC images/core-ppc64.o [2020-10-01T00:50:52.107Z] #41 19.79 CC images/core-s390.o [2020-10-01T00:50:52.370Z] #41 ... [2020-10-01T00:50:52.370Z] [2020-10-01T00:50:52.370Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:50:52.370Z] #54 28.58 + export 'BUILDTAGS=netgo osusergo static_build' [2020-10-01T00:50:52.370Z] #54 28.58 + BUILDTAGS='netgo osusergo static_build' [2020-10-01T00:50:52.370Z] #54 28.58 + export EXTRA_FLAGS=-buildmode=pie [2020-10-01T00:50:52.370Z] #54 28.58 + EXTRA_FLAGS=-buildmode=pie [2020-10-01T00:50:52.370Z] #54 28.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-10-01T00:50:52.370Z] #54 28.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-10-01T00:50:52.370Z] #54 28.58 + '[' '' = dynamic ']' [2020-10-01T00:50:52.370Z] #54 28.58 + make [2020-10-01T00:50:52.370Z] #54 29.67 + bin/ctr [2020-10-01T00:50:52.635Z] #54 ... [2020-10-01T00:50:52.635Z] [2020-10-01T00:50:52.635Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:52.635Z] #41 20.31 CC images/cpuinfo.o [2020-10-01T00:50:52.899Z] #41 20.75 CC images/inventory.o [2020-10-01T00:50:53.162Z] #41 20.88 CC images/fdinfo.o [2020-10-01T00:50:53.427Z] #41 21.13 CC images/fown.o [2020-10-01T00:50:53.427Z] #41 21.25 CC images/ns.o [2020-10-01T00:50:53.691Z] #41 21.35 CC images/regfile.o [2020-10-01T00:50:53.955Z] #41 21.50 CC images/ghost-file.o [2020-10-01T00:50:54.221Z] #41 21.79 CC images/fifo.o [2020-10-01T00:50:54.221Z] #41 22.05 CC images/remap-file-path.o [2020-10-01T00:50:54.487Z] #41 22.23 CC images/eventfd.o [2020-10-01T00:50:54.751Z] #41 22.36 CC images/eventpoll.o [2020-10-01T00:50:54.751Z] #41 22.54 CC images/fh.o [2020-10-01T00:50:54.845Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-10-01T00:50:54.845Z] === RUN TestBuildWithEmptyLayers [2020-10-01T00:50:55.328Z] #41 23.06 CC images/fsnotify.o [2020-10-01T00:50:55.910Z] #41 23.75 CC images/signalfd.o [2020-10-01T00:50:56.488Z] #41 23.97 CC images/fs.o [2020-10-01T00:50:56.488Z] #41 24.23 CC images/pstree.o [2020-10-01T00:50:56.753Z] #41 ... [2020-10-01T00:50:56.753Z] [2020-10-01T00:50:56.753Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:50:56.753Z] #56 76.53 + for f in rootlesskit rootlesskit-docker-proxy [2020-10-01T00:50:56.753Z] #56 76.53 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-10-01T00:50:56.753Z] #56 DONE 83.2s [2020-10-01T00:50:56.753Z] [2020-10-01T00:50:56.753Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:56.753Z] #41 24.40 CC images/pipe.o [2020-10-01T00:50:56.753Z] #41 24.65 CC images/tcp-stream.o [2020-10-01T00:50:56.871Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2020-10-01T00:50:57.016Z] #41 ... [2020-10-01T00:50:57.016Z] [2020-10-01T00:50:57.016Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-10-01T00:50:57.016Z] #57 DONE 0.4s [2020-10-01T00:50:57.280Z] [2020-10-01T00:50:57.280Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-10-01T00:50:57.280Z] #58 DONE 0.2s [2020-10-01T00:50:57.280Z] [2020-10-01T00:50:57.280Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:57.280Z] #41 24.97 CC images/sk-packet.o [2020-10-01T00:50:57.383Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-10-01T00:50:57.383Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T00:50:57.543Z] #41 25.32 CC images/mnt.o [2020-10-01T00:50:57.807Z] #41 25.62 CC images/pipe-data.o [2020-10-01T00:50:58.072Z] #41 25.91 CC images/sa.o [2020-10-01T00:50:58.649Z] #41 26.15 CC images/timer.o [2020-10-01T00:50:58.913Z] #41 26.62 CC images/timerfd.o [2020-10-01T00:50:59.177Z] #41 26.79 CC images/mm.o [2020-10-01T00:50:59.442Z] #41 27.12 CC images/sk-opts.o [2020-10-01T00:50:59.442Z] #41 27.32 CC images/sk-unix.o [2020-10-01T00:50:59.707Z] #41 ... [2020-10-01T00:50:59.707Z] [2020-10-01T00:50:59.707Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:50:59.707Z] #11 76.16 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-10-01T00:50:59.707Z] #11 76.16 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-10-01T00:50:59.707Z] #11 76.17 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:50:59.707Z] #11 ... [2020-10-01T00:50:59.707Z] [2020-10-01T00:50:59.707Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:50:59.707Z] #41 27.59 CC images/sk-inet.o [2020-10-01T00:51:00.284Z] #41 28.03 CC images/tun.o [2020-10-01T00:51:00.284Z] #41 ... [2020-10-01T00:51:00.284Z] [2020-10-01T00:51:00.284Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:51:00.284Z] #43 76.74 net/http/internal [2020-10-01T00:51:00.284Z] #43 78.23 vendor/golang.org/x/net/idna [2020-10-01T00:51:00.284Z] #43 78.28 crypto/ecdsa [2020-10-01T00:51:00.284Z] #43 78.30 crypto/x509/pkix [2020-10-01T00:51:00.284Z] #43 78.70 vendor/golang.org/x/crypto/cryptobyte [2020-10-01T00:51:00.284Z] #43 81.12 net/textproto [2020-10-01T00:51:00.284Z] #43 81.12 vendor/golang.org/x/net/http/httpproxy [2020-10-01T00:51:00.284Z] #43 81.14 crypto/x509 [2020-10-01T00:51:00.284Z] #43 81.89 vendor/golang.org/x/net/http/httpguts [2020-10-01T00:51:00.284Z] #43 81.89 mime/multipart [2020-10-01T00:51:00.284Z] #43 83.58 crypto/tls [2020-10-01T00:51:00.549Z] #43 ... [2020-10-01T00:51:00.549Z] [2020-10-01T00:51:00.549Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:00.549Z] #41 28.28 CC images/sk-netlink.o [2020-10-01T00:51:00.813Z] #41 28.55 CC images/packet-sock.o [2020-10-01T00:51:01.392Z] #41 29.00 CC images/ipc-var.o [2020-10-01T00:51:01.392Z] #41 29.23 CC images/ipc-desc.o [2020-10-01T00:51:01.656Z] #41 29.39 CC images/ipc-shm.o [2020-10-01T00:51:01.657Z] #41 29.53 CC images/ipc-msg.o [2020-10-01T00:51:01.921Z] #41 29.77 CC images/ipc-sem.o [2020-10-01T00:51:02.185Z] #41 29.95 CC images/utsns.o [2020-10-01T00:51:02.464Z] #41 30.16 CC images/creds.o [2020-10-01T00:51:02.657Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-10-01T00:51:02.657Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T00:51:02.657Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2020-10-01T00:51:02.657Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T00:51:02.728Z] #41 30.41 CC images/vma.o [2020-10-01T00:51:02.728Z] #41 30.54 CC images/netdev.o [2020-10-01T00:51:02.993Z] #41 30.84 CC images/tty.o [2020-10-01T00:51:03.570Z] #41 31.43 CC images/file-lock.o [2020-10-01T00:51:03.834Z] #41 31.67 CC images/rlimit.o [2020-10-01T00:51:04.098Z] #41 31.83 CC images/pagemap.o [2020-10-01T00:51:04.362Z] #41 32.12 CC images/siginfo.o [2020-10-01T00:51:04.626Z] #41 32.47 CC images/rpc.o [2020-10-01T00:51:06.023Z] #41 33.59 CC images/ext-file.o [2020-10-01T00:51:06.287Z] #41 33.81 CC images/cgroup.o [2020-10-01T00:51:06.472Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:51:06.472Z] [2020-10-01T00:51:06.472Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:51:06.472Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:51:06.472Z] HOSTNAME=260f32950974 [2020-10-01T00:51:06.472Z] TESTDEBUG=0 [2020-10-01T00:51:06.472Z] DEST=bundles/test-integration [2020-10-01T00:51:06.472Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:51:06.472Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:51:06.472Z] container=docker [2020-10-01T00:51:06.472Z] HOME=/root [2020-10-01T00:51:06.472Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:51:06.472Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:51:06.472Z] VALIDATE_BRANCH=master [2020-10-01T00:51:06.472Z] TERM=xterm [2020-10-01T00:51:06.472Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:51:06.472Z] SHLVL=1 [2020-10-01T00:51:06.472Z] TIMEOUT=120m [2020-10-01T00:51:06.472Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:51:06.472Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:51:06.472Z] GO111MODULE=off [2020-10-01T00:51:06.472Z] DOCKER_EXPERIMENTAL=1 [2020-10-01T00:51:06.472Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:51:06.472Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:51:06.472Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:51:06.472Z] GOPATH=/go [2020-10-01T00:51:06.472Z] PKG_CONFIG=pkg-config [2020-10-01T00:51:06.472Z] _=/usr/bin/env [2020-10-01T00:51:06.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-01T00:51:06.551Z] #41 ... [2020-10-01T00:51:06.551Z] [2020-10-01T00:51:06.551Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-10-01T00:51:06.551Z] #11 88.96 Selecting previously unselected package libapparmor1:arm64. [2020-10-01T00:51:06.551Z] #11 88.96 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 88.99 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-10-01T00:51:06.551Z] #11 89.16 Selecting previously unselected package libapparmor-dev:arm64. [2020-10-01T00:51:06.551Z] #11 89.18 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.19 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-10-01T00:51:06.551Z] #11 89.37 Selecting previously unselected package libbtrfs0. [2020-10-01T00:51:06.551Z] #11 89.37 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.38 Unpacking libbtrfs0 (4.20.1-2) ... [2020-10-01T00:51:06.551Z] #11 89.48 Selecting previously unselected package libbtrfs-dev. [2020-10-01T00:51:06.551Z] #11 89.48 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.49 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:51:06.551Z] #11 89.64 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-10-01T00:51:06.551Z] #11 89.64 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.65 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-10-01T00:51:06.551Z] #11 89.74 Selecting previously unselected package libudev-dev:arm64. [2020-10-01T00:51:06.551Z] #11 89.75 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.77 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-10-01T00:51:06.551Z] #11 89.95 Selecting previously unselected package libsepol1-dev:arm64. [2020-10-01T00:51:06.551Z] #11 89.96 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 89.97 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-10-01T00:51:06.551Z] #11 90.54 Selecting previously unselected package libpcre16-3:arm64. [2020-10-01T00:51:06.551Z] #11 90.54 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 90.55 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 90.83 Selecting previously unselected package libpcre32-3:arm64. [2020-10-01T00:51:06.551Z] #11 90.84 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 90.85 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 91.16 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-10-01T00:51:06.551Z] #11 91.16 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 91.17 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 91.28 Selecting previously unselected package libpcre3-dev:arm64. [2020-10-01T00:51:06.551Z] #11 91.29 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 91.29 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 91.68 Selecting previously unselected package libselinux1-dev:arm64. [2020-10-01T00:51:06.551Z] #11 91.68 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 91.69 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-10-01T00:51:06.551Z] #11 91.92 Selecting previously unselected package libdevmapper-dev:arm64. [2020-10-01T00:51:06.551Z] #11 91.92 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 91.94 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-10-01T00:51:06.551Z] #11 92.04 Selecting previously unselected package libseccomp-dev:arm64. [2020-10-01T00:51:06.551Z] #11 92.05 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 92.07 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-10-01T00:51:06.551Z] #11 92.39 Selecting previously unselected package libsystemd-dev:arm64. [2020-10-01T00:51:06.551Z] #11 92.39 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-10-01T00:51:06.551Z] #11 92.40 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-10-01T00:51:06.551Z] #11 92.95 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 92.97 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-10-01T00:51:06.551Z] #11 92.98 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-10-01T00:51:06.551Z] #11 93.00 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-10-01T00:51:06.551Z] #11 93.01 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.551Z] #11 93.04 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-10-01T00:51:06.551Z] #11 93.05 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:51:06.814Z] #11 93.08 Setting up libbtrfs0 (4.20.1-2) ... [2020-10-01T00:51:06.815Z] #11 93.10 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.815Z] #11 93.11 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-10-01T00:51:06.815Z] #11 93.35 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-10-01T00:51:06.815Z] #11 93.36 Setting up libbtrfs-dev (4.20.1-2) ... [2020-10-01T00:51:06.815Z] #11 93.38 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-10-01T00:51:06.815Z] #11 93.40 Setting up mingw-w64-common (6.0.0-3) ... [2020-10-01T00:51:06.815Z] #11 93.41 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-10-01T00:51:06.815Z] #11 93.43 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-10-01T00:51:06.815Z] #11 93.44 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-10-01T00:51:06.815Z] #11 93.46 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:51:07.079Z] #11 93.48 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-10-01T00:51:07.079Z] #11 93.49 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-10-01T00:51:07.079Z] #11 93.50 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-10-01T00:51:07.079Z] #11 93.52 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-10-01T00:51:07.079Z] #11 93.53 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-10-01T00:51:07.079Z] #11 93.55 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-10-01T00:51:07.079Z] #11 93.57 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-10-01T00:51:07.079Z] #11 93.59 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-10-01T00:51:07.079Z] #11 93.61 Setting up dmsetup (2:1.02.155-3) ... [2020-10-01T00:51:07.079Z] #11 93.70 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-10-01T00:51:07.343Z] #11 93.72 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-10-01T00:51:07.343Z] #11 93.73 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:51:07.940Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s) [2020-10-01T00:51:07.940Z] === RUN TestBuildWithHugeFile [2020-10-01T00:51:08.299Z] #11 DONE 94.5s [2020-10-01T00:51:08.299Z] [2020-10-01T00:51:08.299Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-10-01T00:51:10.228Z] #12 DONE 1.9s [2020-10-01T00:51:10.228Z] [2020-10-01T00:51:10.228Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:51:10.228Z] #51 1.362 + RM_GOPATH=0 [2020-10-01T00:51:10.228Z] #51 1.362 + TMP_GOPATH= [2020-10-01T00:51:10.228Z] #51 1.362 + : /build [2020-10-01T00:51:10.228Z] #51 1.362 + '[' -z '' ']' [2020-10-01T00:51:10.228Z] #51 1.362 ++ mktemp -d [2020-10-01T00:51:10.228Z] #51 1.365 + export GOPATH=/tmp/tmp.mehMPbBqH2 [2020-10-01T00:51:10.228Z] #51 1.366 + GOPATH=/tmp/tmp.mehMPbBqH2 [2020-10-01T00:51:10.228Z] #51 1.366 + RM_GOPATH=1 [2020-10-01T00:51:10.228Z] #51 1.366 + case "$(go env GOARCH)" in [2020-10-01T00:51:10.228Z] #51 1.367 ++ go env GOARCH [2020-10-01T00:51:10.228Z] #51 1.399 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T00:51:10.228Z] #51 1.399 + GO_BUILDMODE=-buildmode=pie [2020-10-01T00:51:10.228Z] #51 1.406 ++ dirname /tmp/install/install.sh [2020-10-01T00:51:10.228Z] #51 1.412 + dir=/tmp/install [2020-10-01T00:51:10.228Z] #51 1.414 + bin=runc [2020-10-01T00:51:10.228Z] #51 1.415 + shift [2020-10-01T00:51:10.228Z] #51 1.415 + '[' '!' -f /tmp/install/runc.installer ']' [2020-10-01T00:51:10.228Z] #51 1.416 + . /tmp/install/runc.installer [2020-10-01T00:51:10.228Z] #51 1.421 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-01T00:51:10.228Z] #51 1.427 + install_runc [2020-10-01T00:51:10.228Z] #51 1.428 + grep -q '^3\.10\.0.*\.el7\.' [2020-10-01T00:51:10.228Z] #51 1.430 + uname -r [2020-10-01T00:51:10.228Z] #51 1.432 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-10-01T00:51:10.228Z] #51 1.432 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-10-01T00:51:10.228Z] #51 1.433 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-10-01T00:51:10.228Z] #51 1.433 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mehMPbBqH2/src/github.com/opencontainers/runc [2020-10-01T00:51:10.228Z] #51 1.437 Cloning into '/tmp/tmp.mehMPbBqH2/src/github.com/opencontainers/runc'... [2020-10-01T00:51:11.625Z] #51 ... [2020-10-01T00:51:11.625Z] [2020-10-01T00:51:11.625Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:51:11.625Z] #43 88.15 net/http/httptrace [2020-10-01T00:51:11.625Z] #43 88.40 net/http [2020-10-01T00:51:11.625Z] #43 96.21 github.com/LK4D4/vndr/godl [2020-10-01T00:51:11.625Z] #43 96.90 github.com/LK4D4/vndr [2020-10-01T00:51:11.889Z] #43 ... [2020-10-01T00:51:11.889Z] [2020-10-01T00:51:11.889Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:11.889Z] #41 34.58 CC images/userns.o [2020-10-01T00:51:11.889Z] #41 34.88 CC images/google/protobuf/descriptor.o [2020-10-01T00:51:11.889Z] #41 36.53 CC images/opts.o [2020-10-01T00:51:11.889Z] #41 36.73 CC images/seccomp.o [2020-10-01T00:51:11.889Z] #41 37.01 CC images/binfmt-misc.o [2020-10-01T00:51:11.889Z] #41 37.28 CC images/time.o [2020-10-01T00:51:11.889Z] #41 37.49 CC images/sysctl.o [2020-10-01T00:51:11.889Z] #41 37.81 CC images/autofs.o [2020-10-01T00:51:11.889Z] #41 38.06 CC images/macvlan.o [2020-10-01T00:51:11.889Z] #41 38.19 CC images/sit.o [2020-10-01T00:51:11.889Z] #41 38.45 CC images/memfd.o [2020-10-01T00:51:11.889Z] #41 38.80 CC images/timens.o [2020-10-01T00:51:11.889Z] #41 39.16 LINK images/built-in.o [2020-10-01T00:51:11.889Z] #41 39.29 GEN compel/include/asm [2020-10-01T00:51:11.889Z] #41 39.32 GEN compel/include/version.h [2020-10-01T00:51:11.889Z] #41 39.36 touch .config [2020-10-01T00:51:11.889Z] #41 39.43 GEN include/common/config.h [2020-10-01T00:51:11.889Z] #41 39.51 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-10-01T00:51:11.889Z] #41 39.53 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-10-01T00:51:11.889Z] #41 39.56 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-10-01T00:51:11.889Z] #41 ... [2020-10-01T00:51:11.889Z] [2020-10-01T00:51:11.889Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-10-01T00:51:11.889Z] #13 DONE 2.0s [2020-10-01T00:51:11.889Z] [2020-10-01T00:51:11.889Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:11.889Z] #41 39.57 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-10-01T00:51:11.889Z] #41 39.59 DEP compel/plugins/std/infect.d [2020-10-01T00:51:11.889Z] #41 ... [2020-10-01T00:51:11.889Z] [2020-10-01T00:51:11.889Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-10-01T00:51:13.131Z] 4612f6d0b889: Pull complete [2020-10-01T00:51:13.287Z] #14 1.277 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-10-01T00:51:14.238Z] #14 DONE 2.3s [2020-10-01T00:51:14.238Z] [2020-10-01T00:51:14.238Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-10-01T00:51:16.860Z] #15 DONE 2.5s [2020-10-01T00:51:16.860Z] [2020-10-01T00:51:16.860Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:51:18.712Z] #22 101.5 Checking out files: 24% (2714/10917) Checking out files: 25% (2730/10917) Checking out files: 26% (2839/10917) Checking out files: 27% (2948/10917) Checking out files: 28% (3057/10917) Checking out files: 29% (3166/10917) Checking out files: 30% (3276/10917) Checking out files: 31% (3385/10917) Checking out files: 32% (3494/10917) Checking out files: 33% (3603/10917) Checking out files: 34% (3712/10917) Checking out files: 35% (3821/10917) Checking out files: 36% (3931/10917) Checking out files: 37% (4040/10917) Checking out files: 38% (4149/10917) Checking out files: 38% (4257/10917) Checking out files: 39% (4258/10917) Checking out files: 40% (4367/10917) Checking out files: 41% (4476/10917) Checking out files: 42% (4586/10917) Checking out files: 43% (4695/10917) Checking out files: 44% (4804/10917) Checking out files: 45% (4913/10917) Checking out files: 46% (5022/10917) Checking out files: 47% (5131/10917) Checking out files: 48% (5241/10917) Checking out files: 49% (5350/10917) Checking out files: 50% (5459/10917) Checking out files: 51% (5568/10917) Checking out files: 52% (5677/10917) Checking out files: 53% (5787/10917) Checking out files: 54% (5896/10917) Checking out files: 55% (6005/10917) Checking out files: 56% (6114/10917) Checking out files: 57% (6223/10917) Checking out files: 58% (6332/10917) Checking out files: 59% (6442/10917) Checking out files: 60% (6551/10917) Checking out files: 61% (6660/10917) Checking out files: 62% (6769/10917) Checking out files: 62% (6820/10917) Checking out files: 63% (6878/10917) Checking out files: 64% (6987/10917) Checking out files: 65% (7097/10917) Checking out files: 66% (7206/10917) Checking out files: 67% (7315/10917) Checking out files: 68% (7424/10917) Checking out files: 69% (7533/10917) Checking out files: 70% (7642/10917) Checking out files: 71% (7752/10917) Checking out files: 72% (7861/10917) Checking out files: 73% (7970/10917) Checking out files: 74% (8079/10917) Checking out files: 75% (8188/10917) Checking out files: 76% (8297/10917) Checking out files: 77% (8407/10917) Checking out files: 78% (8516/10917) Checking out files: 79% (8625/10917) Checking out files: 80% (8734/10917) Checking out files: 81% (8843/10917) Checking out files: 82% (8952/10917) Checking out files: 83% (9062/10917) Checking out files: 84% (9171/10917) Checking out files: 85% (9280/10917) Checking out files: 86% (9389/10917) Checking out files: 86% (9392/10917) Checking out files: 87% (9498/10917) Checking out files: 88% (9607/10917) Checking out files: 89% (9717/10917) Checking out files: 90% (9826/10917) Checking out files: 91% (9935/10917) Checking out files: 92% (10044/10917) Checking out files: 93% (10153/10917) Checking out files: 94% (10262/10917) Checking out files: 95% (10372/10917) Checking out files: 96% (10481/10917) Checking out files: 97% (10590/10917) Checking out files: 98% (10699/10917) Checking out files: 99% (10808/10917) Checking out files: 100% (10917/10917) Checking out files: 100% (10917/10917), done. [2020-10-01T00:51:18.712Z] #22 105.2 + cd /tmp/tmp.APuHU66oLA/tmp/docker-ce [2020-10-01T00:51:18.712Z] #22 105.2 + git checkout -q v17.06.2-ce [2020-10-01T00:51:18.977Z] #22 ... [2020-10-01T00:51:18.977Z] [2020-10-01T00:51:18.977Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-10-01T00:51:18.977Z] #16 DONE 2.3s [2020-10-01T00:51:18.977Z] [2020-10-01T00:51:18.977Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:51:18.977Z] #43 DONE 105.5s [2020-10-01T00:51:18.977Z] [2020-10-01T00:51:18.977Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-10-01T00:51:18.977Z] #30 DONE 105.3s [2020-10-01T00:51:19.241Z] [2020-10-01T00:51:19.241Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:19.241Z] #41 39.88 DEP compel/plugins/std/string.d [2020-10-01T00:51:19.241Z] #41 40.01 DEP compel/plugins/std/log.d [2020-10-01T00:51:19.241Z] #41 40.16 DEP compel/plugins/std/fds.d [2020-10-01T00:51:19.241Z] #41 40.32 DEP compel/plugins/std/std.d [2020-10-01T00:51:19.241Z] #41 40.48 DEP compel/plugins/shmem/shmem.d [2020-10-01T00:51:19.241Z] #41 40.55 DEP compel/plugins/fds/fds.d [2020-10-01T00:51:19.241Z] #41 40.77 CC compel/plugins/std/std.o [2020-10-01T00:51:19.241Z] #41 41.14 CC compel/plugins/std/fds.o [2020-10-01T00:51:19.241Z] #41 41.43 CC compel/plugins/std/log.o [2020-10-01T00:51:19.241Z] #41 42.11 CC compel/plugins/std/string.o [2020-10-01T00:51:19.241Z] #41 42.90 CC compel/plugins/std/infect.o [2020-10-01T00:51:19.242Z] #41 43.17 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-10-01T00:51:19.242Z] #41 43.20 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-10-01T00:51:19.242Z] #41 43.31 AR compel/plugins/std.lib.a [2020-10-01T00:51:19.242Z] #41 43.43 CC compel/plugins/fds/fds.o [2020-10-01T00:51:19.242Z] #41 43.81 AR compel/plugins/fds.lib.a [2020-10-01T00:51:19.242Z] #41 43.87 HOSTDEP compel/src/lib/log-host.d [2020-10-01T00:51:19.242Z] #41 44.01 HOSTDEP compel/src/lib/handle-elf-host.d [2020-10-01T00:51:19.242Z] #41 44.18 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-10-01T00:51:19.242Z] #41 44.26 HOSTDEP compel/src/main-host.d [2020-10-01T00:51:19.242Z] #41 44.32 DEP compel/src/lib/ptrace.d [2020-10-01T00:51:19.242Z] #41 44.47 DEP compel/src/lib/infect.d [2020-10-01T00:51:19.242Z] #41 44.69 DEP compel/src/lib/infect-util.d [2020-10-01T00:51:19.242Z] #41 44.78 DEP compel/src/lib/infect-rpc.d [2020-10-01T00:51:19.242Z] #41 44.90 DEP compel/arch/aarch64/src/lib/infect.d [2020-10-01T00:51:19.242Z] #41 45.01 DEP compel/arch/aarch64/src/lib/cpu.d [2020-10-01T00:51:19.242Z] #41 45.07 DEP compel/src/lib/log.d [2020-10-01T00:51:19.242Z] #41 45.25 DEP compel/src/main.d [2020-10-01T00:51:19.242Z] #41 45.42 DEP compel/src/lib/handle-elf.d [2020-10-01T00:51:19.242Z] #41 45.56 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-10-01T00:51:19.242Z] #41 45.66 CC compel/src/lib/log.o [2020-10-01T00:51:19.242Z] #41 45.85 CC compel/arch/aarch64/src/lib/cpu.o [2020-10-01T00:51:19.242Z] #41 46.16 CC compel/arch/aarch64/src/lib/infect.o [2020-10-01T00:51:19.242Z] #41 46.64 CC compel/src/lib/infect-rpc.o [2020-10-01T00:51:19.505Z] #41 47.06 CC compel/src/lib/infect-util.o [2020-10-01T00:51:19.777Z] #41 47.55 CC compel/src/lib/infect.o [2020-10-01T00:51:21.715Z] #41 ... [2020-10-01T00:51:21.715Z] [2020-10-01T00:51:21.715Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-10-01T00:51:21.715Z] #17 DONE 2.3s [2020-10-01T00:51:21.715Z] [2020-10-01T00:51:21.715Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:51:23.645Z] #18 1.991 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-10-01T00:51:23.646Z] #18 2.014 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-10-01T00:51:23.646Z] #18 2.097 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-10-01T00:51:23.910Z] #18 2.469 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-10-01T00:51:24.488Z] #18 3.063 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB] [2020-10-01T00:51:25.440Z] #18 4.092 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-10-01T00:51:26.019Z] #18 ... [2020-10-01T00:51:26.019Z] [2020-10-01T00:51:26.019Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:51:26.019Z] #51 7.933 + cd /tmp/tmp.mehMPbBqH2/src/github.com/opencontainers/runc [2020-10-01T00:51:26.019Z] #51 7.933 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-10-01T00:51:26.019Z] #51 8.279 + '[' -z '' ']' [2020-10-01T00:51:26.019Z] #51 8.280 + target=static [2020-10-01T00:51:26.019Z] #51 8.280 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-10-01T00:51:26.019Z] #51 8.428 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-10-01T00:51:26.284Z] #51 ... [2020-10-01T00:51:26.284Z] [2020-10-01T00:51:26.284Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:26.284Z] #41 49.45 CC compel/src/lib/ptrace.o [2020-10-01T00:51:26.284Z] #41 49.94 AR compel/libcompel.a [2020-10-01T00:51:26.284Z] #41 50.11 HOSTCC compel/src/main-host.o [2020-10-01T00:51:26.284Z] #41 50.49 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-10-01T00:51:26.284Z] #41 50.73 HOSTCC compel/src/lib/handle-elf-host.o [2020-10-01T00:51:26.284Z] #41 50.99 HOSTCC compel/src/lib/log-host.o [2020-10-01T00:51:26.284Z] #41 51.16 HOSTLINK compel/compel-host-bin [2020-10-01T00:51:26.284Z] #41 51.33 DEP soccr/soccr.d [2020-10-01T00:51:26.284Z] #41 51.44 CC soccr/soccr.o [2020-10-01T00:51:26.284Z] #41 52.48 AR soccr/libsoccr.a [2020-10-01T00:51:26.284Z] #41 52.53 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-01T00:51:26.284Z] #41 52.84 DEP criu/arch/aarch64/sigframe.d [2020-10-01T00:51:26.284Z] #41 53.00 DEP criu/arch/aarch64/crtools.d [2020-10-01T00:51:26.284Z] #41 53.20 DEP criu/arch/aarch64/cpu.d [2020-10-01T00:51:26.284Z] #41 53.23 DEP criu/arch/aarch64/bitops.d [2020-10-01T00:51:26.284Z] #41 53.29 CC criu/arch/aarch64/bitops.o [2020-10-01T00:51:26.284Z] #41 53.33 CC criu/arch/aarch64/cpu.o [2020-10-01T00:51:26.284Z] #41 53.48 CC criu/arch/aarch64/crtools.o [2020-10-01T00:51:26.284Z] #41 54.01 CC criu/arch/aarch64/sigframe.o [2020-10-01T00:51:26.548Z] #41 54.25 LINK criu/arch/aarch64/crtools.built-in.o [2020-10-01T00:51:26.548Z] #41 54.30 DEP criu/pie/util-vdso.d [2020-10-01T00:51:26.548Z] #41 54.38 DEP criu/pie/util.d [2020-10-01T00:51:26.812Z] #41 54.49 CC criu/pie/util.o [2020-10-01T00:51:27.077Z] #41 54.69 CC criu/pie/util-vdso.o [2020-10-01T00:51:27.341Z] #41 55.22 AR criu/pie/pie.lib.a [2020-10-01T00:51:27.605Z] #41 55.27 DEP criu/pie/restorer.d [2020-10-01T00:51:27.871Z] #41 55.55 DEP criu/arch/aarch64/intraprocedure.d [2020-10-01T00:51:27.871Z] #41 55.57 DEP criu/arch/aarch64/restorer.d [2020-10-01T00:51:28.135Z] #41 55.82 DEP criu/arch/aarch64/vdso-pie.d [2020-10-01T00:51:28.135Z] #41 55.91 DEP criu/pie/parasite-vdso.d [2020-10-01T00:51:28.400Z] #41 56.09 DEP criu/pie/parasite.d [2020-10-01T00:51:28.665Z] #41 56.35 CC criu/pie/parasite.o [2020-10-01T00:51:28.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T00:51:28.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T00:51:29.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T00:51:30.062Z] #41 57.56 LINK criu/pie/parasite.built-in.o [2020-10-01T00:51:30.062Z] #41 57.56 GEN criu/pie/parasite-blob.h [2020-10-01T00:51:30.062Z] #41 57.75 CC criu/pie/parasite-vdso.o [2020-10-01T00:51:30.639Z] #41 58.30 CC criu/arch/aarch64/vdso-pie.o [2020-10-01T00:51:30.902Z] #41 58.56 CC criu/arch/aarch64/restorer.o [2020-10-01T00:51:31.166Z] #41 58.82 CC criu/arch/aarch64/intraprocedure.o [2020-10-01T00:51:31.166Z] #41 58.85 CC criu/pie/restorer.o [2020-10-01T00:51:32.565Z] #41 ... [2020-10-01T00:51:32.565Z] [2020-10-01T00:51:32.565Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:51:32.565Z] #22 108.8 + mkdir -p /tmp/tmp.APuHU66oLA/src/github.com/docker [2020-10-01T00:51:32.565Z] #22 108.8 + mv components/cli /tmp/tmp.APuHU66oLA/src/github.com/docker/cli [2020-10-01T00:51:32.565Z] #22 108.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-10-01T00:51:32.565Z] #22 ... [2020-10-01T00:51:32.565Z] [2020-10-01T00:51:32.565Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:51:32.565Z] #18 5.964 Fetched 8211 kB in 4s (1868 kB/s) [2020-10-01T00:51:32.565Z] #18 5.964 Reading package lists... [2020-10-01T00:51:32.565Z] #18 8.024 Reading package lists... [2020-10-01T00:51:32.565Z] #18 10.18 Building dependency tree... [2020-10-01T00:51:32.565Z] #18 11.16 libcap2-bin is already the newest version (1:2.25-2). [2020-10-01T00:51:32.565Z] #18 11.16 The following additional packages will be installed: [2020-10-01T00:51:32.565Z] #18 11.16 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-10-01T00:51:32.565Z] #18 11.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-10-01T00:51:32.565Z] #18 11.16 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-10-01T00:51:32.565Z] #18 11.16 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-10-01T00:51:32.565Z] #18 11.16 python3.7 python3.7-minimal vim-runtime xxd [2020-10-01T00:51:32.565Z] #18 11.17 Suggested packages: [2020-10-01T00:51:32.565Z] #18 11.17 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-10-01T00:51:32.565Z] #18 11.17 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-10-01T00:51:32.565Z] #18 11.17 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-10-01T00:51:32.565Z] #18 11.17 Recommended packages: [2020-10-01T00:51:32.565Z] #18 11.17 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-10-01T00:51:32.565Z] #18 11.17 python3-keyrings.alt python3-xdg unzip [2020-10-01T00:51:33.518Z] #18 ... [2020-10-01T00:51:33.518Z] [2020-10-01T00:51:33.518Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:33.518Z] #41 60.98 LINK criu/pie/restorer.built-in.o [2020-10-01T00:51:33.518Z] #41 61.00 GEN criu/pie/restorer-blob.h [2020-10-01T00:51:33.518Z] #41 61.12 DEP criu/vdso.d [2020-10-01T00:51:33.518Z] #41 61.27 DEP criu/uts_ns.d [2020-10-01T00:51:33.518Z] #41 61.36 DEP criu/util.d [2020-10-01T00:51:33.782Z] #41 61.52 DEP criu/uffd.d [2020-10-01T00:51:34.047Z] #41 61.75 DEP criu/tun.d [2020-10-01T00:51:34.047Z] #41 61.87 DEP criu/tty.d [2020-10-01T00:51:34.312Z] #41 61.99 DEP criu/timerfd.d [2020-10-01T00:51:34.577Z] #41 62.21 DEP criu/timens.d [2020-10-01T00:51:34.577Z] #41 62.29 DEP criu/sysfs_parse.d [2020-10-01T00:51:34.577Z] #41 62.40 DEP criu/sysctl.d [2020-10-01T00:51:34.841Z] #41 62.52 DEP criu/string.d [2020-10-01T00:51:34.841Z] #41 62.55 DEP criu/stats.d [2020-10-01T00:51:34.841Z] #41 62.63 DEP criu/sockets.d [2020-10-01T00:51:34.841Z] #41 62.73 DEP criu/sk-unix.d [2020-10-01T00:51:35.106Z] #41 62.84 DEP criu/sk-tcp.d [2020-10-01T00:51:35.372Z] #41 63.06 DEP criu/sk-queue.d [2020-10-01T00:51:35.372Z] #41 63.20 DEP criu/sk-packet.d [2020-10-01T00:51:35.636Z] #41 63.46 DEP criu/sk-netlink.d [2020-10-01T00:51:35.900Z] #41 63.72 DEP criu/sk-inet.d [2020-10-01T00:51:36.164Z] #41 63.93 DEP criu/signalfd.d [2020-10-01T00:51:36.164Z] #41 64.02 DEP criu/sigframe.d [2020-10-01T00:51:36.428Z] #41 64.12 DEP criu/shmem.d [2020-10-01T00:51:36.692Z] #41 64.29 DEP criu/servicefd.d [2020-10-01T00:51:36.692Z] #41 64.44 DEP criu/seize.d [2020-10-01T00:51:36.956Z] #41 64.62 DEP criu/seccomp.d [2020-10-01T00:51:36.956Z] #41 64.76 DEP criu/rst-malloc.d [2020-10-01T00:51:37.220Z] #41 64.89 DEP criu/rbtree.d [2020-10-01T00:51:37.220Z] #41 64.92 DEP criu/pstree.d [2020-10-01T00:51:37.485Z] #41 65.13 DEP criu/protobuf.d [2020-10-01T00:51:37.485Z] #41 65.31 GEN criu/protobuf-desc-gen.h [2020-10-01T00:51:38.881Z] #41 66.77 DEP criu/protobuf-desc.d [2020-10-01T00:51:39.145Z] #41 ... [2020-10-01T00:51:39.145Z] [2020-10-01T00:51:39.145Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-10-01T00:51:39.145Z] #38 125.6 + dpkg --print-architecture [2020-10-01T00:51:40.097Z] #38 DONE 126.5s [2020-10-01T00:51:40.097Z] [2020-10-01T00:51:40.097Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:51:40.097Z] #18 12.12 The following NEW packages will be installed: [2020-10-01T00:51:40.097Z] #18 12.12 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-10-01T00:51:40.097Z] #18 12.12 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-10-01T00:51:40.097Z] #18 12.13 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-10-01T00:51:40.097Z] #18 12.13 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-10-01T00:51:40.097Z] #18 12.13 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-10-01T00:51:40.097Z] #18 12.13 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-10-01T00:51:40.097Z] #18 12.13 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-10-01T00:51:40.097Z] #18 12.13 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-10-01T00:51:40.097Z] #18 12.13 xz-utils zip [2020-10-01T00:51:40.097Z] #18 12.51 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2020-10-01T00:51:40.097Z] #18 12.51 Need to get 27.6 MB of archives. [2020-10-01T00:51:40.097Z] #18 12.51 After this operation, 114 MB of additional disk space will be used. [2020-10-01T00:51:40.097Z] #18 12.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-10-01T00:51:40.097Z] #18 12.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-10-01T00:51:40.097Z] #18 12.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-10-01T00:51:40.097Z] #18 12.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-10-01T00:51:40.097Z] #18 12.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-10-01T00:51:40.097Z] #18 12.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-10-01T00:51:40.097Z] #18 13.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-10-01T00:51:40.097Z] #18 13.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-10-01T00:51:40.097Z] #18 13.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-10-01T00:51:40.097Z] #18 13.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-10-01T00:51:40.097Z] #18 13.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-10-01T00:51:40.097Z] #18 13.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-10-01T00:51:40.097Z] #18 13.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-10-01T00:51:40.097Z] #18 13.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-10-01T00:51:40.097Z] #18 13.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-10-01T00:51:40.097Z] #18 13.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-10-01T00:51:40.097Z] #18 13.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-10-01T00:51:40.097Z] #18 13.14 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-10-01T00:51:40.097Z] #18 13.14 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-10-01T00:51:40.097Z] #18 13.16 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-10-01T00:51:40.097Z] #18 13.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-10-01T00:51:40.097Z] #18 13.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-10-01T00:51:40.097Z] #18 13.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-10-01T00:51:40.097Z] #18 13.29 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-10-01T00:51:40.097Z] #18 13.30 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-10-01T00:51:40.097Z] #18 13.30 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-10-01T00:51:40.097Z] #18 13.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-10-01T00:51:40.097Z] #18 13.31 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-10-01T00:51:40.097Z] #18 13.31 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-10-01T00:51:40.097Z] #18 13.89 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-10-01T00:51:40.097Z] #18 13.90 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-10-01T00:51:40.097Z] #18 13.90 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-10-01T00:51:40.097Z] #18 13.90 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-10-01T00:51:40.097Z] #18 13.90 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-10-01T00:51:40.097Z] #18 13.91 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-10-01T00:51:40.097Z] #18 13.96 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-10-01T00:51:40.097Z] #18 13.97 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-10-01T00:51:40.097Z] #18 13.97 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-10-01T00:51:40.097Z] #18 13.97 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-10-01T00:51:40.097Z] #18 13.98 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-10-01T00:51:40.097Z] #18 13.99 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-10-01T00:51:40.097Z] #18 14.02 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-10-01T00:51:40.097Z] #18 14.04 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-10-01T00:51:40.097Z] #18 14.07 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-10-01T00:51:40.097Z] #18 14.07 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-10-01T00:51:40.097Z] #18 14.35 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-10-01T00:51:40.097Z] #18 14.40 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-10-01T00:51:40.097Z] #18 14.41 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-10-01T00:51:40.097Z] #18 15.04 debconf: delaying package configuration, since apt-utils is not installed [2020-10-01T00:51:40.097Z] #18 15.11 Fetched 27.6 MB in 2s (12.2 MB/s) [2020-10-01T00:51:40.097Z] #18 15.17 Selecting previously unselected package pigz. [2020-10-01T00:51:40.097Z] #18 15.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 ... 23405 files and directories currently installed.) [2020-10-01T00:51:40.097Z] #18 15.22 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-10-01T00:51:40.097Z] #18 15.23 Unpacking pigz (2.4-1) ... [2020-10-01T00:51:40.097Z] #18 15.31 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-10-01T00:51:40.097Z] #18 15.32 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-10-01T00:51:40.097Z] #18 15.33 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-10-01T00:51:40.097Z] #18 15.74 Selecting previously unselected package python3.7-minimal. [2020-10-01T00:51:40.097Z] #18 15.74 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-10-01T00:51:40.097Z] #18 15.75 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-01T00:51:40.097Z] #18 16.45 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-10-01T00:51:40.097Z] #18 16.49 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-10-01T00:51:40.097Z] #18 18.46 Selecting previously unselected package python3-minimal. [2020-10-01T00:51:40.097Z] #18 18.46 (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-10-01T00:51:40.097Z] #18 18.50 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-10-01T00:51:40.097Z] #18 18.64 Unpacking python3-minimal (3.7.3-1) ... [2020-10-01T00:51:40.361Z] #18 18.96 Selecting previously unselected package libmpdec2:arm64. [2020-10-01T00:51:40.361Z] #18 18.96 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-10-01T00:51:40.361Z] #18 18.97 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-10-01T00:51:40.361Z] #18 19.08 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-10-01T00:51:40.361Z] #18 19.09 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-10-01T00:51:40.361Z] #18 19.10 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-10-01T00:51:41.313Z] #18 20.03 Selecting previously unselected package python3.7. [2020-10-01T00:51:41.313Z] #18 20.04 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-10-01T00:51:41.313Z] #18 20.06 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-10-01T00:51:41.891Z] #18 20.42 Selecting previously unselected package libpython3-stdlib:arm64. [2020-10-01T00:51:41.891Z] #18 20.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-10-01T00:51:41.891Z] #18 20.44 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-10-01T00:51:41.891Z] #18 20.55 Setting up python3-minimal (3.7.3-1) ... [2020-10-01T00:51:42.842Z] #18 21.49 Selecting previously unselected package python3. [2020-10-01T00:51:42.842Z] #18 21.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 ... 24066 files and directories currently installed.) [2020-10-01T00:51:42.842Z] #18 21.55 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-10-01T00:51:42.842Z] #18 21.56 Unpacking python3 (3.7.3-1) ... [2020-10-01T00:51:42.842Z] #18 21.68 Selecting previously unselected package libip4tc0:arm64. [2020-10-01T00:51:43.106Z] #18 21.69 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-10-01T00:51:43.106Z] #18 21.70 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-10-01T00:51:43.106Z] #18 21.79 Selecting previously unselected package libip6tc0:arm64. [2020-10-01T00:51:43.106Z] #18 21.79 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-10-01T00:51:43.106Z] #18 21.80 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-10-01T00:51:43.106Z] #18 21.89 Selecting previously unselected package libiptc0:arm64. [2020-10-01T00:51:43.369Z] #18 21.89 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-10-01T00:51:43.369Z] #18 21.90 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-10-01T00:51:43.369Z] #18 21.99 Selecting previously unselected package libnfnetlink0:arm64. [2020-10-01T00:51:43.369Z] #18 21.99 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-10-01T00:51:43.369Z] #18 22.00 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-10-01T00:51:43.369Z] #18 22.07 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-10-01T00:51:43.369Z] #18 22.07 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-10-01T00:51:43.369Z] #18 22.08 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-10-01T00:51:43.633Z] #18 22.17 Selecting previously unselected package libnftnl11:arm64. [2020-10-01T00:51:43.633Z] #18 22.17 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-10-01T00:51:43.633Z] #18 22.19 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-10-01T00:51:43.633Z] #18 22.26 Selecting previously unselected package iptables. [2020-10-01T00:51:43.633Z] #18 22.26 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-10-01T00:51:43.633Z] #18 22.27 Unpacking iptables (1.8.2-4) ... [2020-10-01T00:51:43.897Z] #18 22.57 Selecting previously unselected package xxd. [2020-10-01T00:51:43.897Z] #18 22.57 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-10-01T00:51:43.897Z] #18 22.59 Unpacking xxd (2:8.1.0875-5) ... [2020-10-01T00:51:43.897Z] #18 22.74 Selecting previously unselected package vim-common. [2020-10-01T00:51:43.897Z] #18 22.75 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-10-01T00:51:44.162Z] #18 22.79 Unpacking vim-common (2:8.1.0875-5) ... [2020-10-01T00:51:44.426Z] #18 23.01 Selecting previously unselected package bash-completion. [2020-10-01T00:51:44.426Z] #18 23.01 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-10-01T00:51:44.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T00:51:44.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T00:51:45.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T00:51:46.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T00:51:46.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T00:51:46.987Z] #18 25.72 Unpacking bash-completion (1:2.8-6) ... [2020-10-01T00:51:47.564Z] #18 26.22 Selecting previously unselected package bzip2. [2020-10-01T00:51:47.564Z] #18 26.23 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-10-01T00:51:47.564Z] #18 26.24 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-01T00:51:47.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T00:51:47.828Z] #18 26.36 Selecting previously unselected package xz-utils. [2020-10-01T00:51:47.828Z] #18 26.36 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-10-01T00:51:47.828Z] #18 26.38 Unpacking xz-utils (5.2.4-1) ... [2020-10-01T00:51:47.828Z] #18 26.62 Selecting previously unselected package apparmor. [2020-10-01T00:51:48.092Z] #18 26.62 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-10-01T00:51:48.092Z] #18 26.72 Unpacking apparmor (2.13.2-10) ... [2020-10-01T00:51:48.620Z] #18 27.16 Selecting previously unselected package aufs-tools. [2020-10-01T00:51:48.620Z] #18 27.17 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-10-01T00:51:48.620Z] #18 27.18 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-10-01T00:51:48.620Z] #18 27.29 Selecting previously unselected package libonig5:arm64. [2020-10-01T00:51:48.620Z] #18 27.30 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-10-01T00:51:48.620Z] #18 27.31 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-10-01T00:51:48.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T00:51:48.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T00:51:48.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T00:51:48.963Z] #18 27.46 Selecting previously unselected package libjq1:arm64. [2020-10-01T00:51:48.963Z] #18 27.47 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-10-01T00:51:48.963Z] #18 27.48 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-10-01T00:51:48.963Z] #18 27.60 Selecting previously unselected package jq. [2020-10-01T00:51:48.963Z] #18 27.61 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-10-01T00:51:48.963Z] #18 27.62 Unpacking jq (1.5+dfsg-2+b1) ... [2020-10-01T00:51:49.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T00:51:49.326Z] #18 27.73 Selecting previously unselected package libaio1:arm64. [2020-10-01T00:51:49.327Z] #18 27.74 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-10-01T00:51:49.327Z] #18 27.74 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-10-01T00:51:49.327Z] #18 27.91 Selecting previously unselected package libgpm2:arm64. [2020-10-01T00:51:49.327Z] #18 27.91 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-10-01T00:51:49.327Z] #18 27.91 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-10-01T00:51:49.327Z] #18 28.01 Selecting previously unselected package libicu63:arm64. [2020-10-01T00:51:49.327Z] #18 ... [2020-10-01T00:51:49.327Z] [2020-10-01T00:51:49.327Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:49.327Z] #41 66.95 DEP criu/proc_parse.d [2020-10-01T00:51:49.327Z] #41 67.09 DEP criu/plugin.d [2020-10-01T00:51:49.327Z] #41 67.14 DEP criu/pipes.d [2020-10-01T00:51:49.327Z] #41 67.22 DEP criu/pie-util.d [2020-10-01T00:51:49.327Z] #41 67.27 DEP criu/pie-util-vdso.d [2020-10-01T00:51:49.327Z] #41 67.35 DEP criu/path.d [2020-10-01T00:51:49.327Z] #41 67.50 DEP criu/parasite-syscall.d [2020-10-01T00:51:49.327Z] #41 67.73 DEP criu/pagemap.d [2020-10-01T00:51:49.327Z] #41 67.97 DEP criu/pagemap-cache.d [2020-10-01T00:51:49.327Z] #41 68.14 DEP criu/page-xfer.d [2020-10-01T00:51:49.327Z] #41 68.27 DEP criu/page-pipe.d [2020-10-01T00:51:49.327Z] #41 68.35 DEP criu/netfilter.d [2020-10-01T00:51:49.327Z] #41 68.50 DEP criu/net.d [2020-10-01T00:51:49.327Z] #41 68.81 DEP criu/namespaces.d [2020-10-01T00:51:49.327Z] #41 68.95 DEP criu/mount.d [2020-10-01T00:51:49.327Z] #41 69.02 DEP criu/memfd.d [2020-10-01T00:51:49.327Z] #41 69.10 DEP criu/mem.d [2020-10-01T00:51:49.327Z] #41 69.19 DEP criu/lsm.d [2020-10-01T00:51:49.327Z] #41 69.32 DEP criu/log.d [2020-10-01T00:51:49.327Z] #41 69.44 DEP criu/libnetlink.d [2020-10-01T00:51:49.327Z] #41 69.56 DEP criu/kerndat.d [2020-10-01T00:51:49.327Z] #41 69.75 DEP criu/kcmp-ids.d [2020-10-01T00:51:49.327Z] #41 69.84 DEP criu/irmap.d [2020-10-01T00:51:49.327Z] #41 69.98 DEP criu/ipc_ns.d [2020-10-01T00:51:49.327Z] #41 70.14 DEP criu/image.d [2020-10-01T00:51:49.327Z] #41 70.31 DEP criu/image-desc.d [2020-10-01T00:51:49.327Z] #41 70.39 DEP criu/fsnotify.d [2020-10-01T00:51:49.327Z] #41 70.49 DEP criu/filesystems.d [2020-10-01T00:51:49.327Z] #41 70.64 DEP criu/files.d [2020-10-01T00:51:49.327Z] #41 70.81 DEP criu/files-reg.d [2020-10-01T00:51:49.327Z] #41 70.98 DEP criu/files-ext.d [2020-10-01T00:51:49.327Z] #41 71.07 DEP criu/file-lock.d [2020-10-01T00:51:49.327Z] #41 71.18 DEP criu/file-ids.d [2020-10-01T00:51:49.327Z] #41 71.34 DEP criu/fifo.d [2020-10-01T00:51:49.327Z] #41 71.46 DEP criu/fdstore.d [2020-10-01T00:51:49.327Z] #41 71.54 DEP criu/fault-injection.d [2020-10-01T00:51:49.327Z] #41 71.57 DEP criu/external.d [2020-10-01T00:51:49.327Z] #41 71.68 DEP criu/eventpoll.d [2020-10-01T00:51:49.327Z] #41 71.82 DEP criu/eventfd.d [2020-10-01T00:51:49.327Z] #41 71.91 DEP criu/crtools.d [2020-10-01T00:51:49.327Z] #41 72.02 DEP criu/cr-service.d [2020-10-01T00:51:49.327Z] #41 72.21 DEP criu/cr-restore.d [2020-10-01T00:51:49.327Z] #41 72.37 DEP criu/cr-errno.d [2020-10-01T00:51:49.327Z] #41 72.38 DEP criu/cr-dump.d [2020-10-01T00:51:49.327Z] #41 72.57 DEP criu/cr-dedup.d [2020-10-01T00:51:49.327Z] #41 72.78 DEP criu/cr-check.d [2020-10-01T00:51:49.327Z] #41 72.97 DEP criu/config.d [2020-10-01T00:51:49.327Z] #41 73.18 DEP criu/clone-noasan.d [2020-10-01T00:51:49.327Z] #41 73.26 DEP criu/cgroup.d [2020-10-01T00:51:49.327Z] #41 73.37 DEP criu/cgroup-props.d [2020-10-01T00:51:49.327Z] #41 73.48 DEP criu/bitmap.d [2020-10-01T00:51:49.327Z] #41 73.51 DEP criu/bfd.d [2020-10-01T00:51:49.327Z] #41 73.60 DEP criu/autofs.d [2020-10-01T00:51:49.327Z] #41 73.79 DEP criu/aio.d [2020-10-01T00:51:49.327Z] #41 73.98 DEP criu/action-scripts.d [2020-10-01T00:51:49.327Z] #41 74.21 CC criu/action-scripts.o [2020-10-01T00:51:49.327Z] #41 74.66 CC criu/aio.o [2020-10-01T00:51:49.327Z] #41 75.21 CC criu/autofs.o [2020-10-01T00:51:49.327Z] #41 76.21 CC criu/bfd.o [2020-10-01T00:51:49.327Z] #41 76.76 CC criu/bitmap.o [2020-10-01T00:51:49.327Z] #41 76.92 CC criu/cgroup-props.o [2020-10-01T00:51:49.327Z] #41 ... [2020-10-01T00:51:49.327Z] [2020-10-01T00:51:49.327Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:51:49.327Z] #18 28.01 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-10-01T00:51:49.327Z] #18 28.01 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-10-01T00:51:50.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T00:51:50.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T00:51:51.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T00:51:52.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T00:51:52.734Z] #18 31.07 Selecting previously unselected package libnet1:arm64. [2020-10-01T00:51:52.734Z] #18 31.08 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-10-01T00:51:52.734Z] #18 31.08 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-10-01T00:51:52.734Z] #18 31.22 Selecting previously unselected package libnl-3-200:arm64. [2020-10-01T00:51:52.734Z] #18 31.22 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-10-01T00:51:52.734Z] #18 31.23 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-10-01T00:51:52.734Z] #18 31.33 Selecting previously unselected package libprotobuf-c1:arm64. [2020-10-01T00:51:52.734Z] #18 31.34 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-10-01T00:51:52.734Z] #18 31.35 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-10-01T00:51:52.734Z] #18 31.45 Selecting previously unselected package libreadline5:arm64. [2020-10-01T00:51:52.734Z] #18 31.46 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-10-01T00:51:52.734Z] #18 31.47 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-10-01T00:51:52.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T00:51:53.015Z] #18 31.60 Selecting previously unselected package net-tools. [2020-10-01T00:51:53.015Z] #18 31.64 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-10-01T00:51:53.015Z] #18 31.65 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-01T00:51:53.285Z] #18 31.82 Selecting previously unselected package python-pip-whl. [2020-10-01T00:51:53.285Z] #18 31.83 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-10-01T00:51:53.285Z] #18 31.83 Unpacking python-pip-whl (18.1-5) ... [2020-10-01T00:51:53.550Z] #18 32.28 Selecting previously unselected package python3-lib2to3. [2020-10-01T00:51:53.550Z] #18 32.28 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-10-01T00:51:53.550Z] #18 32.29 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-10-01T00:51:53.550Z] #18 32.40 Selecting previously unselected package python3-distutils. [2020-10-01T00:51:53.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T00:51:53.815Z] #18 32.40 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-10-01T00:51:53.815Z] #18 32.41 Unpacking python3-distutils (3.7.3-1) ... [2020-10-01T00:51:54.098Z] #18 32.58 Selecting previously unselected package python3-pip. [2020-10-01T00:51:54.098Z] #18 32.59 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-10-01T00:51:54.098Z] #18 32.60 Unpacking python3-pip (18.1-5) ... [2020-10-01T00:51:54.098Z] #18 32.76 Selecting previously unselected package python3-pkg-resources. [2020-10-01T00:51:54.098Z] #18 32.77 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-10-01T00:51:54.098Z] #18 32.78 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-10-01T00:51:54.370Z] #18 32.94 Selecting previously unselected package python3-setuptools. [2020-10-01T00:51:54.370Z] #18 32.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-10-01T00:51:54.370Z] #18 32.95 Unpacking python3-setuptools (40.8.0-1) ... [2020-10-01T00:51:54.634Z] #18 33.28 Selecting previously unselected package python3-wheel. [2020-10-01T00:51:54.634Z] #18 33.29 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-10-01T00:51:54.634Z] #18 33.31 Unpacking python3-wheel (0.32.3-2) ... [2020-10-01T00:51:54.634Z] #18 33.43 Selecting previously unselected package sudo. [2020-10-01T00:51:54.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T00:51:54.924Z] #18 33.44 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-10-01T00:51:54.924Z] #18 33.45 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-10-01T00:51:55.200Z] #18 33.85 Selecting previously unselected package thin-provisioning-tools. [2020-10-01T00:51:55.200Z] #18 33.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-10-01T00:51:55.200Z] #18 33.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-10-01T00:51:55.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T00:51:55.473Z] #18 34.17 Selecting previously unselected package uidmap. [2020-10-01T00:51:55.473Z] #18 34.17 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-10-01T00:51:55.473Z] #18 34.19 Unpacking uidmap (1:4.5-1.1) ... [2020-10-01T00:51:55.736Z] #18 34.31 Selecting previously unselected package vim-runtime. [2020-10-01T00:51:55.736Z] #18 34.31 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-10-01T00:51:55.736Z] #18 34.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-10-01T00:51:55.736Z] #18 34.39 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-10-01T00:51:55.736Z] #18 34.41 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-10-01T00:51:55.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T00:51:56.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T00:51:57.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T00:51:58.305Z] #18 36.90 Selecting previously unselected package vim. [2020-10-01T00:51:58.305Z] #18 36.90 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-10-01T00:51:58.305Z] #18 36.92 Unpacking vim (2:8.1.0875-5) ... [2020-10-01T00:51:58.607Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:51:58.607Z] Using test binary docker [2020-10-01T00:51:58.607Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-01T00:51:58.607Z] +++ /etc/init.d/apparmor start [2020-10-01T00:51:58.882Z] #18 37.43 Selecting previously unselected package xfsprogs. [2020-10-01T00:51:58.882Z] #18 37.43 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-10-01T00:51:58.882Z] #18 37.44 Unpacking xfsprogs (4.20.0-1) ... [2020-10-01T00:51:58.900Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:51:58.900Z] INFO: Waiting for daemon to start... [2020-10-01T00:51:58.900Z] Starting dockerd [2020-10-01T00:51:58.900Z] +++ 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-10-01T00:51:59.145Z] #18 37.82 Selecting previously unselected package zip. [2020-10-01T00:51:59.145Z] #18 37.82 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-10-01T00:51:59.145Z] #18 37.83 Unpacking zip (3.0-11+b1) ... [2020-10-01T00:51:59.409Z] #18 38.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-10-01T00:51:59.409Z] #18 38.07 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-10-01T00:51:59.409Z] #18 38.09 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-10-01T00:51:59.409Z] #18 38.10 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-10-01T00:51:59.409Z] #18 38.12 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-10-01T00:51:59.409Z] #18 38.13 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-10-01T00:51:59.409Z] #18 38.15 Setting up uidmap (1:4.5-1.1) ... [2020-10-01T00:51:59.409Z] #18 38.16 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-10-01T00:51:59.409Z] #18 38.18 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-10-01T00:51:59.409Z] #18 38.19 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-10-01T00:51:59.409Z] #18 38.21 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-10-01T00:51:59.409Z] #18 38.22 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-10-01T00:51:59.409Z] #18 38.24 Setting up xxd (2:8.1.0875-5) ... [2020-10-01T00:51:59.409Z] #18 38.25 Setting up zip (3.0-11+b1) ... [2020-10-01T00:51:59.673Z] #18 38.27 Setting up vim-common (2:8.1.0875-5) ... [2020-10-01T00:51:59.673Z] #18 38.31 Setting up bash-completion (1:2.8-6) ... [2020-10-01T00:51:59.937Z] #18 ... [2020-10-01T00:51:59.937Z] [2020-10-01T00:51:59.937Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:51:59.937Z] #41 77.51 CC criu/cgroup.o [2020-10-01T00:51:59.937Z] #41 79.60 CC criu/clone-noasan.o [2020-10-01T00:51:59.937Z] #41 79.83 CC criu/config.o [2020-10-01T00:51:59.937Z] #41 81.19 CC criu/cr-check.o [2020-10-01T00:51:59.937Z] #41 83.15 CC criu/cr-dedup.o [2020-10-01T00:51:59.937Z] #41 83.54 CC criu/cr-dump.o [2020-10-01T00:51:59.937Z] #41 85.87 CC criu/cr-errno.o [2020-10-01T00:51:59.937Z] #41 85.98 CC criu/cr-restore.o [2020-10-01T00:52:00.974Z] . [2020-10-01T00:52:00.974Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:52:00.974Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:52:00.974Z] Error: No such image: emptyfs [2020-10-01T00:52:00.974Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:52:00.974Z] ++++ docker load [2020-10-01T00:52:00.974Z] Running integration-test (iteration 1) [2020-10-01T00:52:00.974Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-10-01T00:52:00.974Z] ++ 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-10-01T00:52:00.974Z] ++ set -e [2020-10-01T00:52:00.974Z] ++ '[' -n 0 ']' [2020-10-01T00:52:00.974Z] ++ set -x [2020-10-01T00:52:00.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=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-10-01T00:52:01.864Z] #41 89.26 CC criu/cr-service.o [2020-10-01T00:52:02.815Z] #41 ... [2020-10-01T00:52:02.815Z] [2020-10-01T00:52:02.815Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:52:02.815Z] #18 41.41 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-10-01T00:52:02.815Z] #18 41.43 Setting up xz-utils (5.2.4-1) ... [2020-10-01T00:52:02.815Z] #18 41.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-10-01T00:52:02.815Z] #18 41.50 Setting up sudo (1.8.27-1+deb10u2) ... [2020-10-01T00:52:02.815Z] #18 41.64 invoke-rc.d: could not determine current runlevel [2020-10-01T00:52:02.815Z] #18 41.65 invoke-rc.d: policy-rc.d denied execution of start. [2020-10-01T00:52:02.815Z] #18 41.68 Setting up pigz (2.4-1) ... [2020-10-01T00:52:03.078Z] #18 41.70 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-10-01T00:52:03.078Z] #18 41.74 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-10-01T00:52:03.078Z] #18 41.77 Setting up python-pip-whl (18.1-5) ... [2020-10-01T00:52:03.078Z] #18 41.78 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-10-01T00:52:03.078Z] #18 41.80 Setting up vim-runtime (2:8.1.0875-5) ... [2020-10-01T00:52:03.658Z] #18 42.26 Setting up libaio1:arm64 (0.3.112-3) ... [2020-10-01T00:52:03.658Z] #18 42.30 Setting up libonig5:arm64 (6.9.1-1) ... [2020-10-01T00:52:03.658Z] #18 42.32 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-10-01T00:52:03.658Z] #18 42.36 Setting up vim (2:8.1.0875-5) ... [2020-10-01T00:52:03.658Z] #18 42.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-10-01T00:52:03.658Z] #18 42.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-10-01T00:52:03.658Z] #18 42.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-10-01T00:52:03.658Z] #18 42.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-10-01T00:52:03.658Z] #18 42.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-10-01T00:52:03.658Z] #18 42.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-10-01T00:52:03.658Z] #18 42.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-10-01T00:52:03.922Z] #18 42.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-10-01T00:52:03.922Z] #18 42.53 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-10-01T00:52:03.922Z] #18 42.55 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-10-01T00:52:03.922Z] #18 42.58 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-10-01T00:52:03.922Z] #18 42.62 Setting up jq (1.5+dfsg-2+b1) ... [2020-10-01T00:52:03.922Z] #18 42.67 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-10-01T00:52:03.922Z] #18 42.70 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-10-01T00:52:04.189Z] --- PASS: TestBuildWithHugeFile (51.82s) [2020-10-01T00:52:04.189Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T00:52:04.189Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:52:04.189Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:52:04.189Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:52:04.189Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:52:04.189Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:52:04.189Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:52:04.189Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:52:04.189Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:52:04.189Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:52:04.189Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2020-10-01T00:52:04.189Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2020-10-01T00:52:04.189Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-10-01T00:52:04.189Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-10-01T00:52:04.189Z] === RUN TestBuildPreserveOwnership [2020-10-01T00:52:04.189Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-01T00:52:05.128Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-01T00:52:05.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T00:52:06.484Z] #18 45.01 Setting up iptables (1.8.2-4) ... [2020-10-01T00:52:06.484Z] #18 45.05 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.11 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.12 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.13 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-10-01T00:52:06.484Z] #18 45.14 Setting up python3 (3.7.3-1) ... [2020-10-01T00:52:07.434Z] #18 45.82 Setting up python3-wheel (0.32.3-2) ... [2020-10-01T00:52:08.390Z] #18 ... [2020-10-01T00:52:08.390Z] [2020-10-01T00:52:08.390Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-10-01T00:52:08.390Z] #51 57.36 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-10-01T00:52:08.390Z] #51 59.22 + mkdir -p /build [2020-10-01T00:52:08.390Z] #51 59.23 + cp runc /build/runc [2020-10-01T00:52:08.390Z] #51 DONE 60.3s [2020-10-01T00:52:08.390Z] [2020-10-01T00:52:08.390Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:52:08.390Z] #18 46.95 Setting up apparmor (2.13.2-10) ... [2020-10-01T00:52:08.390Z] #18 ... [2020-10-01T00:52:08.390Z] [2020-10-01T00:52:08.390Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:08.390Z] #41 90.47 CC criu/crtools.o [2020-10-01T00:52:08.390Z] #41 90.99 CC criu/eventfd.o [2020-10-01T00:52:08.390Z] #41 91.27 CC criu/eventpoll.o [2020-10-01T00:52:08.390Z] #41 91.88 CC criu/external.o [2020-10-01T00:52:08.390Z] #41 92.19 CC criu/fault-injection.o [2020-10-01T00:52:08.390Z] #41 92.32 CC criu/fdstore.o [2020-10-01T00:52:08.390Z] #41 92.67 CC criu/fifo.o [2020-10-01T00:52:08.390Z] #41 92.97 CC criu/file-ids.o [2020-10-01T00:52:08.390Z] #41 93.21 CC criu/file-lock.o [2020-10-01T00:52:08.390Z] #41 93.87 CC criu/files-ext.o [2020-10-01T00:52:08.390Z] #41 94.15 CC criu/files-reg.o [2020-10-01T00:52:08.390Z] #41 95.83 CC criu/files.o [2020-10-01T00:52:09.324Z] --- PASS: TestBuildPreserveOwnership (9.83s) [2020-10-01T00:52:09.324Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.82s) [2020-10-01T00:52:09.324Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-10-01T00:52:09.324Z] === RUN TestBuildPlatformInvalid [2020-10-01T00:52:09.324Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-10-01T00:52:09.324Z] PASS [2020-10-01T00:52:09.324Z] [2020-10-01T00:52:09.324Z] === Skipped [2020-10-01T00:52:09.324Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-10-01T00:52:09.324Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:52:09.324Z] [2020-10-01T00:52:09.324Z] [2020-10-01T00:52:09.324Z] DONE 32 tests, 1 skipped in 125.919s [2020-10-01T00:52:09.324Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-10-01T00:52:09.324Z] INFO: Testing against a local daemon [2020-10-01T00:52:09.324Z] === RUN TestConfigInspect [2020-10-01T00:52:09.324Z] --- SKIP: TestConfigInspect (0.03s) [2020-10-01T00:52:09.324Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.324Z] === RUN TestConfigList [2020-10-01T00:52:09.324Z] --- SKIP: TestConfigList (0.01s) [2020-10-01T00:52:09.324Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.324Z] === RUN TestConfigsCreateAndDelete [2020-10-01T00:52:09.467Z] Loaded image: buildpack-deps:buster [2020-10-01T00:52:09.467Z] Loaded image: busybox:latest [2020-10-01T00:52:09.467Z] Loaded image: busybox:glibc [2020-10-01T00:52:09.467Z] Loaded image: debian:buster [2020-10-01T00:52:09.584Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-10-01T00:52:09.584Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.584Z] === RUN TestConfigsUpdate [2020-10-01T00:52:09.584Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-10-01T00:52:09.584Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.584Z] === RUN TestTemplatedConfig [2020-10-01T00:52:09.584Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-10-01T00:52:09.584Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.584Z] === RUN TestConfigCreateResolve [2020-10-01T00:52:09.584Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-10-01T00:52:09.584Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:09.584Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T00:52:09.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T00:52:09.760Z] Loaded image: hello-world:latest [2020-10-01T00:52:09.760Z] INFO: Testing against a local daemon [2020-10-01T00:52:09.760Z] === RUN TestCgroupNamespacesBuild [2020-10-01T00:52:09.788Z] #41 97.48 CC criu/filesystems.o [2020-10-01T00:52:09.788Z] #41 ... [2020-10-01T00:52:09.788Z] [2020-10-01T00:52:09.788Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-10-01T00:52:09.788Z] #18 48.52 Setting up xfsprogs (4.20.0-1) ... [2020-10-01T00:52:10.051Z] #18 48.56 Setting up python3-lib2to3 (3.7.3-1) ... [2020-10-01T00:52:10.314Z] #18 48.91 Setting up python3-pkg-resources (40.8.0-1) ... [2020-10-01T00:52:10.892Z] #18 49.59 Setting up python3-distutils (3.7.3-1) ... [2020-10-01T00:52:10.963Z] --- PASS: TestConfigDaemonLibtrustID (1.53s) [2020-10-01T00:52:10.963Z] PASS [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === Skipped [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2020-10-01T00:52:10.963Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-10-01T00:52:10.963Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-10-01T00:52:10.963Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-10-01T00:52:10.963Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-10-01T00:52:10.963Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-10-01T00:52:10.963Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] [2020-10-01T00:52:10.963Z] DONE 7 tests, 6 skipped in 1.738s [2020-10-01T00:52:10.963Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-10-01T00:52:11.058Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:52:11.058Z] [2020-10-01T00:52:11.058Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-10-01T00:52:11.058Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-10-01T00:52:11.058Z] Using test binary docker [2020-10-01T00:52:11.058Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-01T00:52:11.058Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:52:11.058Z] INFO: Waiting for daemon to start... [2020-10-01T00:52:11.058Z] Starting dockerd [2020-10-01T00:52:11.058Z] . [2020-10-01T00:52:11.058Z] INFO: Building docker-sdk-python3:4.3.0... [2020-10-01T00:52:11.222Z] INFO: Testing against a local daemon [2020-10-01T00:52:11.222Z] === RUN TestCheckpoint [2020-10-01T00:52:11.222Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T00:52:11.222Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:52:11.222Z] === RUN TestContainerInvalidJSON [2020-10-01T00:52:11.222Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:52:11.222Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:52:11.222Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:52:11.222Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:52:11.222Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:52:11.222Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:52:11.222Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:52:11.222Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:52:11.222Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:52:11.222Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-10-01T00:52:11.222Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-01T00:52:11.222Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-10-01T00:52:11.222Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T00:52:11.222Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T00:52:11.222Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-10-01T00:52:11.222Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T00:52:11.222Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-10-01T00:52:11.222Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T00:52:11.222Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-10-01T00:52:11.222Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T00:52:11.469Z] #18 50.01 Setting up python3-setuptools (40.8.0-1) ... [2020-10-01T00:52:11.481Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-10-01T00:52:11.481Z] === RUN TestCopyFromContainer [2020-10-01T00:52:11.833Z] --- PASS: TestCgroupNamespacesBuild (2.08s) [2020-10-01T00:52:11.833Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-01T00:52:12.046Z] #18 50.81 Setting up python3-pip (18.1-5) ... [2020-10-01T00:52:12.994Z] #18 51.64 Processing triggers for libc-bin (2.28-10) ... [2020-10-01T00:52:12.994Z] #18 51.69 Processing triggers for mime-support (3.62) ... [2020-10-01T00:52:13.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T00:52:13.905Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s) [2020-10-01T00:52:13.905Z] === RUN TestBuildWithSession [2020-10-01T00:52:13.905Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T00:52:13.905Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:52:13.905Z] === RUN TestBuildSquashParent [2020-10-01T00:52:13.943Z] #18 DONE 52.3s [2020-10-01T00:52:13.943Z] [2020-10-01T00:52:13.943Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-10-01T00:52:14.893Z] #19 1.211 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-10-01T00:52:14.893Z] #19 1.215 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-10-01T00:52:14.893Z] #19 1.224 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-10-01T00:52:15.156Z] #19 DONE 1.5s [2020-10-01T00:52:15.156Z] [2020-10-01T00:52:15.156Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer// [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer//bar/root [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/quux [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-01T00:52:15.674Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer (4.41s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-10-01T00:52:15.674Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-10-01T00:52:15.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T00:52:15.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:52:15.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:52:15.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:52:15.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:52:15.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:52:15.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:52:15.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T00:52:15.935Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:52:15.935Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:52:15.935Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:52:15.935Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T00:52:15.935Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T00:52:15.935Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-10-01T00:52:15.935Z] === RUN TestCreateWithInvalidEnv [2020-10-01T00:52:15.935Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T00:52:15.935Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T00:52:15.935Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T00:52:15.935Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T00:52:15.935Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T00:52:15.935Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T00:52:15.935Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T00:52:15.935Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T00:52:15.935Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T00:52:15.935Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-01T00:52:15.935Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-01T00:52:15.935Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T00:52:15.935Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-01T00:52:15.935Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T00:52:17.315Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2020-10-01T00:52:17.315Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s) [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:52:18.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:52:18.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:52:18.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:52:18.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:52:18.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:52:18.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:52:18.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:52:18.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:52:18.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:52:18.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:52:18.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-10-01T00:52:18.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-01T00:52:18.256Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T00:52:18.515Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2020-10-01T00:52:18.515Z] === RUN TestCreateDifferentPlatform [2020-10-01T00:52:18.515Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T00:52:18.515Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T00:52:18.515Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-10-01T00:52:18.515Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-01T00:52:18.515Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T00:52:18.515Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T00:52:18.775Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-10-01T00:52:18.775Z] === RUN TestContainerStartOnDaemonRestart [2020-10-01T00:52:18.775Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-10-01T00:52:18.775Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-10-01T00:52:18.775Z] === RUN TestDaemonRestartIpcMode [2020-10-01T00:52:18.775Z] === PAUSE TestDaemonRestartIpcMode [2020-10-01T00:52:18.775Z] === RUN TestDaemonHostGatewayIP [2020-10-01T00:52:18.775Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-10-01T00:52:18.775Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:52:18.775Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T00:52:18.775Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-10-01T00:52:18.775Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-10-01T00:52:18.775Z] === RUN TestDiff [2020-10-01T00:52:19.035Z] --- PASS: TestDiff (0.41s) [2020-10-01T00:52:19.035Z] === RUN TestExecWithCloseStdin [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/types/strslice 0.029s coverage: 90.0% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/types/filters 0.019s coverage: 92.2% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/server/router/swarm 0.022s coverage: 5.7% of statements [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/api/types/versions 0.012s coverage: 75.0% of statements [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-01T00:52:19.234Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/builder/dockerignore 0.004s coverage: 96.8% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/cli/debug 0.022s coverage: 100.0% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/builder/remotecontext/git 3.500s coverage: 86.3% of statements [2020-10-01T00:52:19.234Z] ok github.com/docker/docker/builder/remotecontext 0.473s coverage: 13.6% of statements [2020-10-01T00:52:19.381Z] #20 3.964 Collecting yamllint==1.16.0 [2020-10-01T00:52:19.604Z] --- PASS: TestExecWithCloseStdin (0.45s) [2020-10-01T00:52:19.604Z] === RUN TestExec [2020-10-01T00:52:19.863Z] --- PASS: TestExec (0.44s) [2020-10-01T00:52:19.863Z] === RUN TestExecUser [2020-10-01T00:52:19.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T00:52:20.329Z] #20 ... [2020-10-01T00:52:20.329Z] [2020-10-01T00:52:20.329Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:20.329Z] #41 98.08 CC criu/fsnotify.o [2020-10-01T00:52:20.329Z] #41 98.94 CC criu/image-desc.o [2020-10-01T00:52:20.329Z] #41 99.04 CC criu/image.o [2020-10-01T00:52:20.329Z] #41 99.75 CC criu/ipc_ns.o [2020-10-01T00:52:20.329Z] #41 100.7 CC criu/irmap.o [2020-10-01T00:52:20.329Z] #41 101.2 CC criu/kcmp-ids.o [2020-10-01T00:52:20.329Z] #41 101.4 CC criu/kerndat.o [2020-10-01T00:52:20.329Z] #41 102.3 CC criu/libnetlink.o [2020-10-01T00:52:20.329Z] #41 102.5 CC criu/log.o [2020-10-01T00:52:20.329Z] #41 102.9 CC criu/lsm.o [2020-10-01T00:52:20.329Z] #41 103.3 CC criu/mem.o [2020-10-01T00:52:20.329Z] #41 104.6 CC criu/memfd.o [2020-10-01T00:52:20.329Z] #41 105.1 CC criu/mount.o [2020-10-01T00:52:20.329Z] #41 107.9 CC criu/namespaces.o [2020-10-01T00:52:20.433Z] --- PASS: TestExecUser (0.44s) [2020-10-01T00:52:20.433Z] === RUN TestExportContainerAndImportImage [2020-10-01T00:52:20.763Z] ok github.com/docker/docker/builder/dockerfile 1.341s coverage: 48.0% of statements [2020-10-01T00:52:20.763Z] ? github.com/docker/docker/cli [no test files] [2020-10-01T00:52:20.763Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-01T00:52:20.811Z] --- PASS: TestBuildSquashParent (6.52s) [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:52:20.811Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:52:20.811Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:52:20.811Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:52:20.811Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:52:21.007Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2020-10-01T00:52:21.007Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T00:52:21.729Z] #41 109.3 CC criu/net.o [2020-10-01T00:52:22.678Z] #41 ... [2020-10-01T00:52:22.678Z] [2020-10-01T00:52:22.678Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:52:22.678Z] #47 169.0 + cd /tmp/tmp.S1lCeCTV1k/src/github.com/golangci/golangci-lint/ [2020-10-01T00:52:22.678Z] #47 169.0 + git checkout -q v1.23.8 [2020-10-01T00:52:22.885Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:52:22.885Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:52:22.942Z] #47 169.4 ++ git describe --tags [2020-10-01T00:52:22.942Z] #47 169.4 + version=v1.23.8 [2020-10-01T00:52:22.942Z] #47 169.4 ++ git rev-parse --short HEAD [2020-10-01T00:52:22.942Z] #47 169.4 + commit=76a82c6 [2020-10-01T00:52:22.942Z] #47 169.4 ++ git show -s --format=%cd [2020-10-01T00:52:22.942Z] #47 169.4 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-10-01T00:52:22.942Z] #47 169.4 + 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-10-01T00:52:23.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T00:52:24.321Z] --- PASS: TestExportContainerAfterDaemonRestart (3.33s) [2020-10-01T00:52:24.321Z] === RUN TestHealthCheckWorkdir [2020-10-01T00:52:24.890Z] --- PASS: TestHealthCheckWorkdir (0.58s) [2020-10-01T00:52:24.890Z] === RUN TestHealthKillContainer [2020-10-01T00:52:24.960Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:52:25.252Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:52:26.390Z] ok github.com/docker/docker/client 0.551s coverage: 75.4% of statements [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.49s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.49s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.48s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.31s) [2020-10-01T00:52:27.380Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s) [2020-10-01T00:52:27.380Z] === RUN TestBuildMultiStageCopy [2020-10-01T00:52:27.380Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T00:52:27.425Z] --- PASS: TestHealthKillContainer (2.47s) [2020-10-01T00:52:27.425Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T00:52:27.685Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2020-10-01T00:52:27.685Z] === RUN TestIpcModeNone [2020-10-01T00:52:28.253Z] --- PASS: TestIpcModeNone (0.45s) [2020-10-01T00:52:28.253Z] === RUN TestIpcModePrivate [2020-10-01T00:52:28.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T00:52:28.512Z] --- PASS: TestIpcModePrivate (0.46s) [2020-10-01T00:52:28.512Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-10-01T00:52:28.512Z] === RUN TestIpcModeShareable [2020-10-01T00:52:28.512Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-10-01T00:52:28.512Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:52:28.512Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-01T00:52:29.553Z] #47 ... [2020-10-01T00:52:29.554Z] [2020-10-01T00:52:29.554Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-10-01T00:52:29.554Z] #20 9.332 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-10-01T00:52:29.554Z] #20 9.432 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-10-01T00:52:29.554Z] #20 9.468 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-10-01T00:52:29.554Z] #20 9.529 Collecting pyyaml (from yamllint==1.16.0) [2020-10-01T00:52:29.554Z] #20 9.670 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-10-01T00:52:29.554Z] #20 10.86 Building wheels for collected packages: pyyaml [2020-10-01T00:52:29.554Z] #20 10.86 Running setup.py bdist_wheel for pyyaml: started [2020-10-01T00:52:29.554Z] #20 11.80 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-10-01T00:52:29.554Z] #20 11.80 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-10-01T00:52:29.554Z] #20 11.87 Successfully built pyyaml [2020-10-01T00:52:29.554Z] #20 11.89 Installing collected packages: pathspec, pyyaml, yamllint [2020-10-01T00:52:29.554Z] #20 12.18 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-10-01T00:52:29.554Z] #20 DONE 13.9s [2020-10-01T00:52:29.554Z] [2020-10-01T00:52:29.554Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:29.554Z] #41 111.5 CC criu/netfilter.o [2020-10-01T00:52:29.554Z] #41 111.8 CC criu/page-pipe.o [2020-10-01T00:52:29.554Z] #41 112.4 CC criu/page-xfer.o [2020-10-01T00:52:29.554Z] #41 113.8 CC criu/pagemap-cache.o [2020-10-01T00:52:29.554Z] #41 114.1 CC criu/pagemap.o [2020-10-01T00:52:29.554Z] #41 114.8 CC criu/parasite-syscall.o [2020-10-01T00:52:29.554Z] #41 115.5 CC criu/path.o [2020-10-01T00:52:29.554Z] #41 115.8 CC criu/pie-util-vdso.o [2020-10-01T00:52:29.554Z] #41 116.2 CC criu/pie-util.o [2020-10-01T00:52:29.554Z] #41 116.4 CC criu/pipes.o [2020-10-01T00:52:29.554Z] #41 117.0 CC criu/plugin.o [2020-10-01T00:52:29.554Z] #41 117.4 CC criu/proc_parse.o [2020-10-01T00:52:29.892Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2020-10-01T00:52:29.892Z] === RUN TestAPIIpcModeHost [2020-10-01T00:52:29.892Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-10-01T00:52:29.892Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:52:29.892Z] === RUN TestDaemonIpcModeShareable [2020-10-01T00:52:29.892Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-10-01T00:52:29.892Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:52:29.892Z] === RUN TestDaemonIpcModePrivate [2020-10-01T00:52:30.118Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T00:52:30.413Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T00:52:31.048Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T00:52:31.478Z] #41 119.4 CC criu/protobuf-desc.o [2020-10-01T00:52:31.683Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T00:52:31.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy (4.94s) [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) [2020-10-01T00:52:32.319Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-10-01T00:52:32.319Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T00:52:32.428Z] #41 120.2 CC criu/protobuf.o [2020-10-01T00:52:32.428Z] --- PASS: TestDaemonIpcModePrivate (2.17s) [2020-10-01T00:52:32.428Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-10-01T00:52:32.428Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-01T00:52:32.428Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-10-01T00:52:32.428Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:52:32.428Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-01T00:52:32.428Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-10-01T00:52:32.428Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:52:32.428Z] === RUN TestIpcModeOlderClient [2020-10-01T00:52:32.428Z] === PAUSE TestIpcModeOlderClient [2020-10-01T00:52:32.428Z] === RUN TestKillContainerInvalidSignal [2020-10-01T00:52:32.689Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2020-10-01T00:52:32.689Z] === RUN TestKillContainer [2020-10-01T00:52:32.689Z] === RUN TestKillContainer/no_signal [2020-10-01T00:52:32.691Z] #41 120.5 CC criu/pstree.o [2020-10-01T00:52:32.948Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T00:52:33.209Z] === RUN TestKillContainer/killing_signal [2020-10-01T00:52:33.640Z] #41 121.4 CC criu/rbtree.o [2020-10-01T00:52:33.779Z] --- PASS: TestKillContainer (1.23s) [2020-10-01T00:52:33.779Z] --- PASS: TestKillContainer/no_signal (0.39s) [2020-10-01T00:52:33.779Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2020-10-01T00:52:33.779Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2020-10-01T00:52:33.779Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T00:52:33.779Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-01T00:52:33.833Z] --- PASS: TestBuildMultiStageParentConfig (1.49s) [2020-10-01T00:52:33.833Z] === RUN TestBuildLabelWithTargets [2020-10-01T00:52:33.904Z] #41 121.7 CC criu/rst-malloc.o [2020-10-01T00:52:34.168Z] #41 121.9 CC criu/seccomp.o [2020-10-01T00:52:34.349Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-01T00:52:34.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2020-10-01T00:52:34.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2020-10-01T00:52:34.609Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2020-10-01T00:52:34.609Z] === RUN TestKillStoppedContainer [2020-10-01T00:52:34.609Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-10-01T00:52:34.609Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T00:52:34.609Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-10-01T00:52:34.609Z] === RUN TestKillDifferentUserContainer [2020-10-01T00:52:34.744Z] #41 122.5 CC criu/seize.o [2020-10-01T00:52:35.178Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2020-10-01T00:52:35.178Z] === RUN TestInspectOomKilledTrue [2020-10-01T00:52:35.178Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-01T00:52:35.178Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:52:35.178Z] === RUN TestInspectOomKilledFalse [2020-10-01T00:52:35.178Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-01T00:52:35.178Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:52:35.178Z] === RUN TestLinksEtcHostsContentMatch [2020-10-01T00:52:35.178Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-10-01T00:52:35.178Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-10-01T00:52:35.178Z] === RUN TestLinksContainerNames [2020-10-01T00:52:35.320Z] #41 ... [2020-10-01T00:52:35.320Z] [2020-10-01T00:52:35.320Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:52:35.320Z] #54 131.5 + bin/containerd [2020-10-01T00:52:35.584Z] #54 ... [2020-10-01T00:52:35.584Z] [2020-10-01T00:52:35.584Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:35.584Z] #41 123.3 CC criu/servicefd.o [2020-10-01T00:52:35.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T00:52:36.116Z] --- PASS: TestLinksContainerNames (0.80s) [2020-10-01T00:52:36.116Z] === RUN TestLogsFollowTailEmpty [2020-10-01T00:52:36.159Z] #41 123.8 CC criu/shmem.o [2020-10-01T00:52:36.375Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2020-10-01T00:52:36.376Z] === RUN TestContainerNetworkMountsNoChown [2020-10-01T00:52:36.573Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-10-01T00:52:36.573Z] === RUN TestBuildWithEmptyLayers [2020-10-01T00:52:36.635Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/default [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/default [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/private [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/private [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rprivate [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/slave [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/slave [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rslave [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/shared [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/shared [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rshared [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/default [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/rshared [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/shared [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/rslave [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/slave [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/rprivate [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/private [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:52:36.635Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-01T00:52:36.635Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-01T00:52:36.635Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-01T00:52:36.895Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:52:37.105Z] #41 124.6 CC criu/sigframe.o [2020-10-01T00:52:37.105Z] #41 124.7 CC criu/signalfd.o [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:52:37.155Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-10-01T00:52:37.155Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-10-01T00:52:37.155Z] === RUN TestContainerBindMountNonRecursive [2020-10-01T00:52:37.155Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-10-01T00:52:37.155Z] 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-10-01T00:52:37.155Z] === RUN TestNetworkNat [2020-10-01T00:52:37.208Z] --- PASS: TestBuildWithEmptyLayers (0.97s) [2020-10-01T00:52:37.208Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T00:52:37.368Z] #41 ... [2020-10-01T00:52:37.368Z] [2020-10-01T00:52:37.368Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:52:37.368Z] #22 182.6 + return [2020-10-01T00:52:37.368Z] #22 DONE 183.8s [2020-10-01T00:52:37.368Z] [2020-10-01T00:52:37.368Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:37.368Z] #41 125.0 CC criu/sk-inet.o [2020-10-01T00:52:37.724Z] --- PASS: TestNetworkNat (0.47s) [2020-10-01T00:52:37.725Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T00:52:37.984Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2020-10-01T00:52:37.984Z] === RUN TestNetworkLoopbackNat [2020-10-01T00:52:38.763Z] #41 126.2 CC criu/sk-netlink.o [2020-10-01T00:52:38.763Z] #41 126.5 CC criu/sk-packet.o [2020-10-01T00:52:39.258Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:52:39.258Z] Using test binary docker [2020-10-01T00:52:39.339Z] #41 127.1 CC criu/sk-queue.o [2020-10-01T00:52:39.518Z] +++ /etc/init.d/apparmor start [2020-10-01T00:52:39.518Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:52:39.518Z] INFO: Waiting for daemon to start... [2020-10-01T00:52:39.518Z] Starting dockerd [2020-10-01T00:52:39.518Z] +++ 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-10-01T00:52:39.915Z] #41 127.6 CC criu/sk-tcp.o [2020-10-01T00:52:39.944Z] --- PASS: TestBuildMultiStageOnBuild (2.89s) [2020-10-01T00:52:39.944Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T00:52:40.491Z] #41 ... [2020-10-01T00:52:40.491Z] [2020-10-01T00:52:40.491Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-10-01T00:52:40.491Z] #23 DONE 1.0s [2020-10-01T00:52:40.491Z] [2020-10-01T00:52:40.491Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:40.491Z] #41 128.1 CC criu/sk-unix.o [2020-10-01T00:52:40.518Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2020-10-01T00:52:40.518Z] === RUN TestPause [2020-10-01T00:52:40.518Z] --- SKIP: TestPause (0.00s) [2020-10-01T00:52:40.518Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:52:40.518Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T00:52:40.518Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:52:40.518Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:52:40.518Z] === RUN TestPauseStopPausedContainer [2020-10-01T00:52:40.518Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-10-01T00:52:40.518Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:52:40.518Z] === RUN TestPsFilter [2020-10-01T00:52:40.518Z] --- PASS: TestPsFilter (0.10s) [2020-10-01T00:52:40.518Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T00:52:41.086Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2020-10-01T00:52:41.086Z] === RUN TestRemoveContainerWithVolume [2020-10-01T00:52:41.346Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2020-10-01T00:52:41.346Z] === RUN TestRemoveContainerRunning [2020-10-01T00:52:41.454Z] --- PASS: TestBuildUncleanTarFilenames (1.26s) [2020-10-01T00:52:41.454Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T00:52:41.915Z] --- PASS: TestRemoveContainerRunning (0.40s) [2020-10-01T00:52:41.915Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T00:52:42.055Z] . [2020-10-01T00:52:42.055Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:52:42.055Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:52:42.055Z] Error: No such image: emptyfs [2020-10-01T00:52:42.055Z] ++++ docker load [2020-10-01T00:52:42.055Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:52:42.176Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2020-10-01T00:52:42.176Z] === RUN TestRemoveInvalidContainer [2020-10-01T00:52:42.176Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-10-01T00:52:42.176Z] === RUN TestRenameLinkedContainer [2020-10-01T00:52:42.315Z] Running integration-test (iteration 1) [2020-10-01T00:52:42.315Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-10-01T00:52:42.315Z] ++ 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-10-01T00:52:42.315Z] ++ set -e [2020-10-01T00:52:42.315Z] ++ '[' -n 0 ']' [2020-10-01T00:52:42.315Z] ++ set -x [2020-10-01T00:52:42.315Z] ++ env -i DEST=/go/src/github.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-10-01T00:52:42.419Z] #41 129.7 CC criu/sockets.o [2020-10-01T00:52:42.682Z] #41 130.5 CC criu/stats.o [2020-10-01T00:52:43.088Z] sha256:81fc806eecb4cdaac29148821c2edb1e364ac9fba2f101b4920e128a5f3b57c9 [2020-10-01T00:52:43.088Z] INFO: Starting docker-py tests... [2020-10-01T00:52:43.088Z] ============================= test session starts ============================== [2020-10-01T00:52:43.088Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-10-01T00:52:43.088Z] rootdir: /src, inifile: pytest.ini [2020-10-01T00:52:43.088Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-10-01T00:52:43.088Z] collected 389 items / 1 deselected / 388 selected [2020-10-01T00:52:43.088Z] [2020-10-01T00:52:43.258Z] #41 130.7 CC criu/string.o [2020-10-01T00:52:43.258Z] #41 130.9 CC criu/sysctl.o [2020-10-01T00:52:43.834Z] #41 131.5 CC criu/sysfs_parse.o [2020-10-01T00:52:44.085Z] --- PASS: TestRenameLinkedContainer (1.58s) [2020-10-01T00:52:44.085Z] === RUN TestRenameStoppedContainer [2020-10-01T00:52:44.085Z] --- PASS: TestRenameStoppedContainer (0.38s) [2020-10-01T00:52:44.085Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T00:52:44.096Z] #41 131.9 CC criu/timens.o [2020-10-01T00:52:44.191Z] --- PASS: TestBuildMultiStageLayerLeak (3.00s) [2020-10-01T00:52:44.191Z] === RUN TestBuildWithHugeFile [2020-10-01T00:52:44.672Z] #41 132.2 CC criu/timerfd.o [2020-10-01T00:52:44.936Z] #41 132.6 CC criu/tty.o [2020-10-01T00:52:45.043Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2020-10-01T00:52:45.043Z] === RUN TestRenameInvalidName [2020-10-01T00:52:45.303Z] --- PASS: TestRenameInvalidName (0.44s) [2020-10-01T00:52:45.303Z] === RUN TestRenameAnonymousContainer [2020-10-01T00:52:46.863Z] #41 134.4 CC criu/tun.o [2020-10-01T00:52:47.126Z] #41 135.0 CC criu/uffd.o [2020-10-01T00:52:47.210Z] --- PASS: TestRenameAnonymousContainer (1.50s) [2020-10-01T00:52:47.210Z] === RUN TestRenameContainerWithSameName [2020-10-01T00:52:47.210Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2020-10-01T00:52:47.210Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T00:52:48.147Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2020-10-01T00:52:48.147Z] === RUN TestResize [2020-10-01T00:52:48.407Z] --- PASS: TestResize (0.39s) [2020-10-01T00:52:48.407Z] === RUN TestResizeWithInvalidSize [2020-10-01T00:52:48.520Z] #41 136.1 CC criu/util.o [2020-10-01T00:52:48.974Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2020-10-01T00:52:48.974Z] === RUN TestResizeWhenContainerNotStarted [2020-10-01T00:52:49.234Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2020-10-01T00:52:49.234Z] === RUN TestDaemonRestartKillContainers [2020-10-01T00:52:49.234Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-10-01T00:52:49.234Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-10-01T00:52:49.234Z] === RUN TestCgroupNamespacesRun [2020-10-01T00:52:49.468Z] #41 137.2 CC criu/uts_ns.o [2020-10-01T00:52:49.734Z] #41 137.4 CC criu/vdso.o [2020-10-01T00:52:50.321Z] #41 137.8 LINK criu/built-in.o [2020-10-01T00:52:50.321Z] #41 138.0 LINK criu/criu [2020-10-01T00:52:50.585Z] #41 ... [2020-10-01T00:52:50.585Z] [2020-10-01T00:52:50.585Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:52:50.585Z] #28 ... [2020-10-01T00:52:50.585Z] [2020-10-01T00:52:50.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:50.585Z] #41 138.4 DEP lib/c/criu.d [2020-10-01T00:52:50.848Z] #41 138.4 CC images/rpc.pb-c.o [2020-10-01T00:52:51.112Z] #41 ... [2020-10-01T00:52:51.112Z] [2020-10-01T00:52:51.112Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-10-01T00:52:51.112Z] #28 DONE 10.6s [2020-10-01T00:52:51.112Z] [2020-10-01T00:52:51.112Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-10-01T00:52:51.771Z] --- PASS: TestCgroupNamespacesRun (2.13s) [2020-10-01T00:52:51.771Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-01T00:52:52.062Z] #31 DONE 0.9s [2020-10-01T00:52:52.062Z] [2020-10-01T00:52:52.062Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-10-01T00:52:52.062Z] #33 DONE 0.1s [2020-10-01T00:52:52.062Z] [2020-10-01T00:52:52.062Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-10-01T00:52:52.062Z] #36 DONE 0.1s [2020-10-01T00:52:52.062Z] [2020-10-01T00:52:52.062Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:52.062Z] #41 139.2 CC lib/c/criu.o [2020-10-01T00:52:52.638Z] #41 140.3 LINK lib/c/built-in.o [2020-10-01T00:52:52.638Z] #41 140.3 LINK lib/c/libcriu.so [2020-10-01T00:52:52.638Z] #41 140.4 LINK lib/c/libcriu.a [2020-10-01T00:52:52.901Z] #41 140.6 GEN magic.py [2020-10-01T00:52:52.901Z] #41 ... [2020-10-01T00:52:52.901Z] [2020-10-01T00:52:52.901Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-10-01T00:52:52.901Z] #39 DONE 0.8s [2020-10-01T00:52:53.164Z] [2020-10-01T00:52:53.164Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-10-01T00:52:53.164Z] #41 140.8 Note: Building without setproctitle() and strlcpy() support. [2020-10-01T00:52:53.165Z] #41 140.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-10-01T00:52:53.165Z] #41 140.8 Note: Building without GnuTLS support [2020-10-01T00:52:53.165Z] #41 140.8 Makefile.config:39: Warn: you have no libnftables installed [2020-10-01T00:52:53.165Z] #41 140.8 Makefile.config:40: Warn: Building without nftables support [2020-10-01T00:52:53.676Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.12s) [2020-10-01T00:52:53.676Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-01T00:52:53.745Z] #41 141.6 fatal: not a git repository (or any of the parent directories): .git [2020-10-01T00:52:54.693Z] #41 142.5 make[1]: Nothing to be done for 'all'. [2020-10-01T00:52:55.584Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) [2020-10-01T00:52:55.584Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-01T00:52:55.642Z] #41 143.3 make[1]: 'images/built-in.o' is up to date. [2020-10-01T00:52:55.642Z] #41 143.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-10-01T00:52:55.905Z] #41 143.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-10-01T00:52:55.905Z] #41 143.5 make[1]: 'compel/libcompel.a' is up to date. [2020-10-01T00:52:55.905Z] #41 143.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-10-01T00:52:55.905Z] #41 143.6 make[1]: Nothing to be done for 'all'. [2020-10-01T00:52:55.905Z] #41 143.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-10-01T00:52:56.186Z] #41 143.9 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.186Z] #41 143.9 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.186Z] #41 144.0 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.448Z] #41 144.1 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.448Z] #41 144.2 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.448Z] #41 144.2 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.448Z] #41 144.3 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.715Z] #41 144.4 make[2]: Nothing to be done for 'all'. [2020-10-01T00:52:56.715Z] #41 144.4 INSTALL criu/criu [2020-10-01T00:52:56.978Z] #41 DONE 144.7s [2020-10-01T00:52:56.978Z] [2020-10-01T00:52:56.978Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:52:58.121Z] --- PASS: TestCgroupNamespacesRunHostMode (2.13s) [2020-10-01T00:52:58.121Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-01T00:52:58.905Z] #47 ... [2020-10-01T00:52:58.905Z] [2020-10-01T00:52:58.905Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-10-01T00:52:58.905Z] #42 DONE 0.1s [2020-10-01T00:52:58.905Z] [2020-10-01T00:52:58.905Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-10-01T00:52:59.168Z] #44 DONE 0.6s [2020-10-01T00:52:59.168Z] [2020-10-01T00:52:59.168Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:52:59.432Z] #54 ... [2020-10-01T00:52:59.432Z] [2020-10-01T00:52:59.432Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-10-01T00:52:59.432Z] #46 DONE 0.2s [2020-10-01T00:52:59.432Z] [2020-10-01T00:52:59.432Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:53:00.028Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2020-10-01T00:53:00.028Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-01T00:53:00.248Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-10-01T00:53:01.065Z] tests/integration/api_client_test.py ..... [ 7%] [2020-10-01T00:53:01.934Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.08s) [2020-10-01T00:53:01.934Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-01T00:53:02.554Z] tests/integration/api_config_test.py ..... [ 8%] [2020-10-01T00:53:03.840Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-10-01T00:53:03.840Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-01T00:53:05.748Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.15s) [2020-10-01T00:53:05.748Z] === RUN TestKernelTCPMemory [2020-10-01T00:53:05.865Z] ok github.com/docker/docker/cmd/dockerd 0.152s coverage: 29.1% of statements [2020-10-01T00:53:06.007Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-10-01T00:53:06.007Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:06.007Z] === RUN TestNISDomainname [2020-10-01T00:53:06.007Z] --- SKIP: TestNISDomainname (0.01s) [2020-10-01T00:53:06.007Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-10-01T00:53:06.007Z] === RUN TestHostnameDnsResolution [2020-10-01T00:53:06.575Z] --- PASS: TestHostnameDnsResolution (0.66s) [2020-10-01T00:53:06.575Z] === RUN TestStats [2020-10-01T00:53:06.575Z] --- SKIP: TestStats (0.00s) [2020-10-01T00:53:06.575Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:06.575Z] === RUN TestStopContainerWithTimeout [2020-10-01T00:53:06.575Z] === RUN TestStopContainerWithTimeout/0 [2020-10-01T00:53:06.575Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-01T00:53:06.575Z] === RUN TestStopContainerWithTimeout/1 [2020-10-01T00:53:06.575Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-01T00:53:06.575Z] === RUN TestStopContainerWithTimeout/3 [2020-10-01T00:53:06.575Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-01T00:53:06.575Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-01T00:53:06.575Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-01T00:53:06.575Z] === CONT TestStopContainerWithTimeout/0 [2020-10-01T00:53:06.575Z] === CONT TestStopContainerWithTimeout/3 [2020-10-01T00:53:07.144Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-01T00:53:07.985Z] ok github.com/docker/docker/container 0.186s coverage: 34.7% of statements [2020-10-01T00:53:07.985Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-01T00:53:07.985Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-01T00:53:07.985Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-01T00:53:07.985Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-01T00:53:08.629Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.032s coverage: 65.3% of statements [2020-10-01T00:53:09.681Z] === CONT TestStopContainerWithTimeout/1 [2020-10-01T00:53:10.618Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-10-01T00:53:10.618Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2020-10-01T00:53:10.618Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2020-10-01T00:53:10.618Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2020-10-01T00:53:10.618Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2020-10-01T00:53:10.618Z] === RUN TestDeleteDevicemapper [2020-10-01T00:53:10.618Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-01T00:53:10.618Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:53:10.618Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T00:53:11.365Z] --- PASS: TestBuildWithHugeFile (25.54s) [2020-10-01T00:53:11.365Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T00:53:11.365Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:53:11.365Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:53:11.365Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:53:11.365Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:53:11.365Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:53:11.365Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:53:11.365Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:53:11.365Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:53:11.365Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:53:11.365Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-10-01T00:53:11.365Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2020-10-01T00:53:11.365Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-10-01T00:53:11.365Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-10-01T00:53:11.365Z] === RUN TestBuildPreserveOwnership [2020-10-01T00:53:11.365Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-01T00:53:11.692Z] #54 ... [2020-10-01T00:53:11.692Z] [2020-10-01T00:53:11.692Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:53:11.692Z] #47 DONE 217.7s [2020-10-01T00:53:11.692Z] [2020-10-01T00:53:11.692Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:53:12.030Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.38s) [2020-10-01T00:53:12.030Z] === RUN TestUpdateMemory [2020-10-01T00:53:12.030Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-01T00:53:12.030Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:12.030Z] === RUN TestUpdateCPUQuota [2020-10-01T00:53:12.030Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-10-01T00:53:12.030Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:12.030Z] === RUN TestUpdatePidsLimit [2020-10-01T00:53:12.030Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-10-01T00:53:12.030Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:12.030Z] === RUN TestUpdateRestartPolicy [2020-10-01T00:53:14.243Z] #54 ... [2020-10-01T00:53:14.243Z] [2020-10-01T00:53:14.243Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-10-01T00:53:14.251Z] ok github.com/docker/docker/daemon/cluster/convert 0.015s coverage: 35.9% of statements [2020-10-01T00:53:14.504Z] #48 DONE 0.5s [2020-10-01T00:53:14.504Z] [2020-10-01T00:53:14.504Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-10-01T00:53:14.767Z] #50 DONE 0.3s [2020-10-01T00:53:14.767Z] [2020-10-01T00:53:14.767Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-10-01T00:53:14.891Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-01T00:53:15.306Z] ok github.com/docker/docker/daemon/cluster 0.133s coverage: 0.5% of statements [2020-10-01T00:53:15.338Z] #52 DONE 0.5s [2020-10-01T00:53:15.338Z] [2020-10-01T00:53:15.338Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-10-01T00:53:16.406Z] --- PASS: TestBuildPreserveOwnership (6.49s) [2020-10-01T00:53:16.406Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.22s) [2020-10-01T00:53:16.406Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.26s) [2020-10-01T00:53:16.406Z] === RUN TestBuildPlatformInvalid [2020-10-01T00:53:16.699Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-10-01T00:53:16.699Z] PASS [2020-10-01T00:53:16.699Z] [2020-10-01T00:53:16.699Z] === Skipped [2020-10-01T00:53:16.699Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-10-01T00:53:16.699Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:53:16.699Z] [2020-10-01T00:53:16.699Z] [2020-10-01T00:53:16.699Z] DONE 32 tests, 1 skipped in 75.634s [2020-10-01T00:53:16.699Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-10-01T00:53:16.699Z] ++ 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-10-01T00:53:16.699Z] ++ set -e [2020-10-01T00:53:16.699Z] ++ '[' -n 0 ']' [2020-10-01T00:53:16.699Z] ++ set -x [2020-10-01T00:53:16.699Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:53:16.699Z] INFO: Testing against a local daemon [2020-10-01T00:53:16.699Z] === RUN TestConfigInspect [2020-10-01T00:53:19.550Z] #54 185.5 + bin/containerd-stress [2020-10-01T00:53:19.805Z] ok github.com/docker/docker/daemon/discovery 0.019s coverage: 30.0% of statements [2020-10-01T00:53:21.070Z] Loaded image: buildpack-deps:buster [2020-10-01T00:53:21.070Z] Loaded image: busybox:latest [2020-10-01T00:53:21.070Z] Loaded image: busybox:glibc [2020-10-01T00:53:21.070Z] Loaded image: debian:buster [2020-10-01T00:53:21.070Z] Loaded image: hello-world:latest [2020-10-01T00:53:21.070Z] INFO: Testing against a local daemon [2020-10-01T00:53:21.070Z] === RUN TestCgroupNamespacesBuild [2020-10-01T00:53:21.162Z] --- PASS: TestConfigInspect (3.84s) [2020-10-01T00:53:21.162Z] === RUN TestConfigList [2020-10-01T00:53:21.914Z] ok github.com/docker/docker/daemon/events 0.078s coverage: 50.0% of statements [2020-10-01T00:53:22.854Z] #54 188.6 + bin/containerd-shim [2020-10-01T00:53:22.966Z] ok github.com/docker/docker/daemon/config 0.065s coverage: 81.8% of statements [2020-10-01T00:53:23.610Z] --- PASS: TestCgroupNamespacesBuild (2.40s) [2020-10-01T00:53:23.610Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-01T00:53:24.241Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2020-10-01T00:53:24.241Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T00:53:24.241Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2020-10-01T00:53:24.241Z] === RUN TestWaitNonBlocked [2020-10-01T00:53:24.241Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:53:24.241Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:53:24.241Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:53:24.241Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:53:24.241Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:53:24.241Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:53:24.241Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-10-01T00:53:24.241Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2020-10-01T00:53:24.241Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s) [2020-10-01T00:53:24.241Z] === RUN TestWaitBlocked [2020-10-01T00:53:24.241Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:53:24.241Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:53:24.241Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:53:24.241Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:53:24.241Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:53:24.241Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:53:24.499Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-10-01T00:53:24.688Z] --- PASS: TestConfigList (3.63s) [2020-10-01T00:53:24.688Z] === RUN TestConfigsCreateAndDelete [2020-10-01T00:53:24.810Z] --- PASS: TestWaitBlocked (0.01s) [2020-10-01T00:53:24.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2020-10-01T00:53:24.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2020-10-01T00:53:24.810Z] === CONT TestDaemonRestartIpcMode [2020-10-01T00:53:24.810Z] === CONT TestIpcModeOlderClient [2020-10-01T00:53:24.810Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-10-01T00:53:24.858Z] c3aff4450246: Pull complete [2020-10-01T00:53:24.858Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-10-01T00:53:24.858Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T00:53:24.858Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T00:53:24.858Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-10-01T00:53:24.858Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-10-01T00:53:24.858Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-10-01T00:53:24.858Z] INFO: Docker version of control daemon [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Client: Docker Engine - Enterprise [2020-10-01T00:53:24.858Z] Version: 19.03.12 [2020-10-01T00:53:24.858Z] API version: 1.40 [2020-10-01T00:53:24.858Z] Go version: go1.13.13 [2020-10-01T00:53:24.858Z] Git commit: 4306744 [2020-10-01T00:53:24.858Z] Built: 08/05/2020 19:27:53 [2020-10-01T00:53:24.858Z] OS/Arch: windows/amd64 [2020-10-01T00:53:24.858Z] Experimental: false [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Server: Docker Engine - Enterprise [2020-10-01T00:53:24.858Z] Engine: [2020-10-01T00:53:24.858Z] Version: 19.03.12 [2020-10-01T00:53:24.858Z] API version: 1.40 (minimum version 1.24) [2020-10-01T00:53:24.858Z] Go version: go1.13.13 [2020-10-01T00:53:24.858Z] Git commit: f295753ffd [2020-10-01T00:53:24.858Z] Built: 08/05/2020 19:26:41 [2020-10-01T00:53:24.858Z] OS/Arch: windows/amd64 [2020-10-01T00:53:24.858Z] Experimental: true [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] INFO: Docker info of control daemon [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Client: [2020-10-01T00:53:24.858Z] Debug Mode: false [2020-10-01T00:53:24.858Z] Plugins: [2020-10-01T00:53:24.858Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Server: [2020-10-01T00:53:24.858Z] Containers: 0 [2020-10-01T00:53:24.858Z] Running: 0 [2020-10-01T00:53:24.858Z] Paused: 0 [2020-10-01T00:53:24.858Z] Stopped: 0 [2020-10-01T00:53:24.858Z] Images: 1 [2020-10-01T00:53:24.858Z] Server Version: 19.03.12 [2020-10-01T00:53:24.858Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-10-01T00:53:24.858Z] Windows: [2020-10-01T00:53:24.858Z] LCOW: [2020-10-01T00:53:24.858Z] Logging Driver: json-file [2020-10-01T00:53:24.858Z] Plugins: [2020-10-01T00:53:24.858Z] Volume: local [2020-10-01T00:53:24.858Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-01T00:53:24.858Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-01T00:53:24.858Z] Swarm: inactive [2020-10-01T00:53:24.858Z] Default Isolation: process [2020-10-01T00:53:24.858Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-01T00:53:24.858Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-01T00:53:24.858Z] OSType: windows [2020-10-01T00:53:24.858Z] Architecture: x86_64 [2020-10-01T00:53:24.858Z] CPUs: 4 [2020-10-01T00:53:24.858Z] Total Memory: 32GiB [2020-10-01T00:53:24.858Z] Name: azwin-2-d2dd10 [2020-10-01T00:53:24.858Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-10-01T00:53:24.858Z] Docker Root Dir: D:\docker [2020-10-01T00:53:24.858Z] Debug Mode: false [2020-10-01T00:53:24.858Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:53:24.858Z] Labels: [2020-10-01T00:53:24.858Z] Experimental: true [2020-10-01T00:53:24.858Z] Insecure Registries: [2020-10-01T00:53:24.858Z] 10.0.0.4:5000 [2020-10-01T00:53:24.858Z] 127.0.0.0/8 [2020-10-01T00:53:24.858Z] Registry Mirrors: [2020-10-01T00:53:24.858Z] http://10.0.0.4:5000/ [2020-10-01T00:53:24.858Z] Live Restore Enabled: false [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] INFO: Commit hash is ef553e14a4 [2020-10-01T00:53:24.858Z] INFO: Nuke-Everything... [2020-10-01T00:53:24.858Z] INFO: Container count on control daemon to delete is 0 [2020-10-01T00:53:24.858Z] INFO: Nuking d:\CI [2020-10-01T00:53:24.858Z] INFO: Zapped successfully [2020-10-01T00:53:24.858Z] INFO: Location for testing is d:\CI\PR-41513\4 [2020-10-01T00:53:24.858Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] INFO: Building the image from Dockerfile.windows at 10/01/2020 00:53:16... [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Sending build context to Docker daemon 56.23MB [2020-10-01T00:53:24.858Z] [2020-10-01T00:53:24.858Z] Step 1/10 : FROM microsoft/windowsservercore [2020-10-01T00:53:24.858Z] ---> 715aaeac112d [2020-10-01T00:53:24.858Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-10-01T00:53:24.858Z] ---> Running in e549edfa3efe [2020-10-01T00:53:24.858Z] Removing intermediate container e549edfa3efe [2020-10-01T00:53:24.858Z] ---> 912a5fd2722c [2020-10-01T00:53:24.858Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-10-01T00:53:24.858Z] ---> Running in 4a7effff8330 [2020-10-01T00:53:24.858Z] Removing intermediate container 4a7effff8330 [2020-10-01T00:53:24.858Z] ---> 5323f21282bd [2020-10-01T00:53:24.858Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-10-01T00:53:24.858Z] ---> Running in 15e4f85539b7 [2020-10-01T00:53:24.858Z] Removing intermediate container 15e4f85539b7 [2020-10-01T00:53:24.858Z] ---> 9f8d034dcaa4 [2020-10-01T00:53:24.858Z] 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-10-01T00:53:24.858Z] ---> Running in 219b2c3da12e [2020-10-01T00:53:24.858Z] Removing intermediate container 219b2c3da12e [2020-10-01T00:53:24.858Z] ---> 0614ad204135 [2020-10-01T00:53:24.859Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-10-01T00:53:24.859Z] ---> Running in 9e5b5190e1d7 [2020-10-01T00:53:25.514Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.99s) [2020-10-01T00:53:25.514Z] === RUN TestBuildWithSession [2020-10-01T00:53:25.514Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T00:53:25.514Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:53:25.514Z] === RUN TestBuildSquashParent [2020-10-01T00:53:27.426Z] --- PASS: TestConfigsCreateAndDelete (3.16s) [2020-10-01T00:53:27.426Z] === RUN TestConfigsUpdate [2020-10-01T00:53:28.057Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-10-01T00:53:28.158Z] #54 194.3 + bin/containerd-shim-runc-v1 [2020-10-01T00:53:28.704Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 14.1% of statements [2020-10-01T00:53:29.000Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.421s coverage: 57.1% of statements [2020-10-01T00:53:29.003Z] --- PASS: TestDaemonRestartIpcMode (4.15s) [2020-10-01T00:53:29.003Z] PASS [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === Skipped [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-10-01T00:53:29.003Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-10-01T00:53:29.003Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-10-01T00:53:29.003Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-10-01T00:53:29.003Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-10-01T00:53:29.003Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-10-01T00:53:29.003Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-10-01T00:53:29.003Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-10-01T00:53:29.003Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-10-01T00:53:29.003Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-01T00:53:29.003Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-01T00:53:29.003Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-10-01T00:53:29.003Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-10-01T00:53:29.003Z] 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-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-10-01T00:53:29.003Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:53:29.003Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-10-01T00:53:29.003Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-10-01T00:53:29.003Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-10-01T00:53:29.003Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-10-01T00:53:29.003Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-10-01T00:53:29.003Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-01T00:53:29.003Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-10-01T00:53:29.003Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-10-01T00:53:29.003Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-10-01T00:53:29.003Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] [2020-10-01T00:53:29.003Z] DONE 173 tests, 24 skipped in 77.980s [2020-10-01T00:53:29.003Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-10-01T00:53:29.262Z] INFO: Testing against a local daemon [2020-10-01T00:53:29.262Z] === RUN TestCommitInheritsEnv [2020-10-01T00:53:30.956Z] --- PASS: TestConfigsUpdate (3.65s) [2020-10-01T00:53:30.956Z] === RUN TestTemplatedConfig [2020-10-01T00:53:31.168Z] --- PASS: TestCommitInheritsEnv (1.93s) [2020-10-01T00:53:31.168Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T00:53:31.168Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-01T00:53:31.168Z] === RUN TestImagesFilterMultiReference [2020-10-01T00:53:31.168Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-10-01T00:53:31.168Z] === RUN TestImagePullPlatformInvalid [2020-10-01T00:53:31.168Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-10-01T00:53:31.168Z] === RUN TestRemoveImageOrphaning [2020-10-01T00:53:31.675Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-10-01T00:53:31.760Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.8% of statements [2020-10-01T00:53:31.952Z] [2020-10-01T00:53:31.952Z] SUCCESS: Specified value was saved. [2020-10-01T00:53:32.373Z] #54 198.1 + bin/containerd-shim-runc-v2 [2020-10-01T00:53:32.936Z] INFO: Downloading git... [2020-10-01T00:53:33.073Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-10-01T00:53:33.073Z] === RUN TestRemoveImageGarbageCollector [2020-10-01T00:53:33.073Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-01T00:53:33.073Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-10-01T00:53:33.073Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T00:53:33.073Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-10-01T00:53:33.073Z] === RUN TestTagInvalidReference [2020-10-01T00:53:33.333Z] --- PASS: TestTagInvalidReference (0.02s) [2020-10-01T00:53:33.333Z] === RUN TestTagValidPrefixedRepo [2020-10-01T00:53:33.333Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-10-01T00:53:33.333Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T00:53:33.333Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-10-01T00:53:33.333Z] === RUN TestTagOfficialNames [2020-10-01T00:53:33.333Z] --- PASS: TestTagOfficialNames (0.05s) [2020-10-01T00:53:33.333Z] === RUN TestTagMatchesDigest [2020-10-01T00:53:33.333Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-10-01T00:53:33.333Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-01T00:53:33.757Z] #54 199.6 + binaries [2020-10-01T00:53:33.757Z] #54 199.6 + install -D bin/containerd /build/containerd [2020-10-01T00:53:33.757Z] #54 199.7 + install -D bin/containerd-shim /build/containerd-shim [2020-10-01T00:53:33.757Z] #54 199.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-10-01T00:53:33.757Z] #54 199.7 + install -D bin/ctr /build/ctr [2020-10-01T00:53:33.848Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.931s coverage: 69.2% of statements [2020-10-01T00:53:33.848Z] ok github.com/docker/docker/daemon 12.284s coverage: 17.2% of statements [2020-10-01T00:53:33.848Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-01T00:53:33.848Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-01T00:53:33.848Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-01T00:53:33.848Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-01T00:53:34.476Z] INFO: Downloading go... [2020-10-01T00:53:35.392Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.567s coverage: 45.9% of statements [2020-10-01T00:53:35.392Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-01T00:53:35.415Z] --- PASS: TestTemplatedConfig (3.57s) [2020-10-01T00:53:35.415Z] === RUN TestConfigCreateResolve [2020-10-01T00:53:35.499Z] --- PASS: TestBuildSquashParent (9.12s) [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:53:35.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:53:35.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:53:35.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:53:35.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:53:35.499Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:53:35.499Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:53:35.500Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:53:35.500Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:53:35.500Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:53:35.500Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:53:36.036Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.219s coverage: 49.5% of statements [2020-10-01T00:53:36.660Z] INFO: Downloading compiler 1 of 3... [2020-10-01T00:53:36.660Z] INFO: Downloading compiler 2 of 3... [2020-10-01T00:53:37.410Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:53:37.633Z] INFO: Downloading compiler 3 of 3... [2020-10-01T00:53:37.671Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:53:37.963Z] #54 DONE 204.0s [2020-10-01T00:53:38.096Z] INFO: Extracting git... [2020-10-01T00:53:38.139Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.721s coverage: 76.1% of statements [2020-10-01T00:53:38.436Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.0% of statements [2020-10-01T00:53:38.939Z] --- PASS: TestConfigCreateResolve (3.66s) [2020-10-01T00:53:38.939Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T00:53:38.939Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-10-01T00:53:38.939Z] PASS [2020-10-01T00:53:38.939Z] [2020-10-01T00:53:38.939Z] DONE 7 tests in 22.124s [2020-10-01T00:53:38.939Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-10-01T00:53:38.939Z] ++ 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-10-01T00:53:38.939Z] ++ set -e [2020-10-01T00:53:38.939Z] ++ '[' -n 0 ']' [2020-10-01T00:53:38.939Z] ++ set -x [2020-10-01T00:53:38.939Z] ++ env -i DEST=/go/src/github.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-10-01T00:53:38.939Z] INFO: Testing against a local daemon [2020-10-01T00:53:38.939Z] === RUN TestCheckpoint [2020-10-01T00:53:38.939Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T00:53:38.939Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:53:38.939Z] === RUN TestContainerInvalidJSON [2020-10-01T00:53:38.939Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:53:38.939Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:53:38.939Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:53:38.939Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:53:38.939Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:53:38.939Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:53:38.939Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:53:38.939Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:53:38.939Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:53:38.939Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-10-01T00:53:38.939Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-01T00:53:38.939Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-01T00:53:38.939Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T00:53:38.939Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T00:53:38.939Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-10-01T00:53:38.939Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T00:53:39.083Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.033s coverage: 3.0% of statements [2020-10-01T00:53:39.232Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-10-01T00:53:39.232Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T00:53:39.232Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-10-01T00:53:39.232Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T00:53:39.350Z] [2020-10-01T00:53:39.350Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-10-01T00:53:39.524Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-10-01T00:53:39.524Z] === RUN TestCopyFromContainer [2020-10-01T00:53:40.135Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-10-01T00:53:40.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:53:40.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:53:41.653Z] === RUN TestCopyFromContainer// [2020-10-01T00:53:41.653Z] === RUN TestCopyFromContainer//bar/root [2020-10-01T00:53:41.653Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-01T00:53:41.653Z] === RUN TestCopyFromContainer/bar/quux [2020-10-01T00:53:41.893Z] #55 DONE 2.3s [2020-10-01T00:53:41.893Z] [2020-10-01T00:53:41.893Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-10-01T00:53:41.893Z] #59 DONE 0.5s [2020-10-01T00:53:41.893Z] [2020-10-01T00:53:41.893Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-10-01T00:53:41.945Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-01T00:53:41.945Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-01T00:53:41.945Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-01T00:53:42.237Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-01T00:53:42.237Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-01T00:53:42.237Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-01T00:53:42.249Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.304s coverage: 52.1% of statements [2020-10-01T00:53:42.249Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-01T00:53:42.249Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-01T00:53:42.249Z] ok github.com/docker/docker/daemon/logger 0.265s coverage: 41.0% of statements [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer (2.95s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-10-01T00:53:42.530Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-10-01T00:53:42.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T00:53:42.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:53:42.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:53:42.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:53:42.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:53:42.530Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:53:42.530Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:53:42.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:53:42.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:53:42.530Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:53:42.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T00:53:42.530Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T00:53:42.530Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-10-01T00:53:42.530Z] === RUN TestCreateWithInvalidEnv [2020-10-01T00:53:42.530Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T00:53:42.530Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T00:53:42.530Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T00:53:42.530Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T00:53:42.530Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T00:53:42.530Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T00:53:42.530Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T00:53:42.530Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T00:53:42.530Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T00:53:42.530Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-01T00:53:42.530Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-01T00:53:42.530Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T00:53:42.530Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-01T00:53:42.530Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T00:53:43.276Z] #61 DONE 1.1s [2020-10-01T00:53:43.276Z] [2020-10-01T00:53:43.276Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-10-01T00:53:43.276Z] #63 DONE 0.1s [2020-10-01T00:53:43.276Z] [2020-10-01T00:53:43.276Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-10-01T00:53:43.276Z] #64 DONE 0.0s [2020-10-01T00:53:43.276Z] [2020-10-01T00:53:43.276Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.23s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.07s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.17s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.10s) [2020-10-01T00:53:44.264Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.92s) [2020-10-01T00:53:44.264Z] === RUN TestBuildMultiStageCopy [2020-10-01T00:53:44.264Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T00:53:44.343Z] ok github.com/docker/docker/daemon/logger/gelf 0.043s coverage: 67.0% of statements [2020-10-01T00:53:44.639Z] ok github.com/docker/docker/daemon/logger/awslogs 0.471s coverage: 77.4% of statements [2020-10-01T00:53:44.936Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-10-01T00:53:45.190Z] #65 DONE 1.7s [2020-10-01T00:53:45.190Z] [2020-10-01T00:53:45.190Z] #66 exporting to image [2020-10-01T00:53:45.190Z] #66 exporting layers [2020-10-01T00:53:45.233Z] ok github.com/docker/docker/daemon/images 0.087s coverage: 4.8% of statements [2020-10-01T00:53:45.233Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-01T00:53:45.233Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-01T00:53:45.233Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-01T00:53:45.233Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-01T00:53:45.265Z] --- PASS: TestCreateWithCustomMaskedPaths (2.37s) [2020-10-01T00:53:45.265Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T00:53:45.877Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.035s coverage: 87.2% of statements [2020-10-01T00:53:46.170Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T00:53:46.739Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T00:53:47.306Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T00:53:47.339Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.56s) [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:53:47.339Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:53:47.339Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:53:47.339Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:53:47.339Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:53:47.339Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:53:47.339Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:53:47.339Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:53:47.339Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:53:47.339Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:53:47.339Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:53:47.339Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:53:47.412Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.022s coverage: 61.6% of statements [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-10-01T00:53:47.632Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-10-01T00:53:47.632Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T00:53:47.875Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T00:53:48.266Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s) [2020-10-01T00:53:48.266Z] === RUN TestCreateDifferentPlatform [2020-10-01T00:53:48.266Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T00:53:48.266Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T00:53:48.266Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-10-01T00:53:48.266Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-01T00:53:48.266Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T00:53:48.266Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T00:53:48.266Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-10-01T00:53:48.266Z] === RUN TestContainerStartOnDaemonRestart [2020-10-01T00:53:48.266Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-01T00:53:48.266Z] === RUN TestDaemonRestartIpcMode [2020-10-01T00:53:48.266Z] === PAUSE TestDaemonRestartIpcMode [2020-10-01T00:53:48.266Z] === RUN TestDaemonHostGatewayIP [2020-10-01T00:53:48.266Z] === PAUSE TestDaemonHostGatewayIP [2020-10-01T00:53:48.266Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T00:53:48.266Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-01T00:53:48.266Z] === RUN TestDiff [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy (4.54s) [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.43s) [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-10-01T00:53:48.443Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-10-01T00:53:48.443Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T00:53:48.471Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 75.2% of statements [2020-10-01T00:53:48.471Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-01T00:53:48.471Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 37.7% of statements [2020-10-01T00:53:49.116Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 33.3% of statements [2020-10-01T00:53:49.304Z] --- PASS: TestDiff (0.82s) [2020-10-01T00:53:49.304Z] === RUN TestExecWithCloseStdin [2020-10-01T00:53:49.402Z] #66 exporting layers 3.9s done [2020-10-01T00:53:49.402Z] #66 writing image sha256:5c65037fc70f3e05d593ab20d5492ddc8000a9508ec323fe80eee621988d84e4 done [2020-10-01T00:53:49.402Z] #66 naming to docker.io/library/docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe done [2020-10-01T00:53:49.402Z] #66 DONE 3.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-01T00:53:49.747Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/test/unit [2020-10-01T00:53:49.823Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2020-10-01T00:53:49.824Z] === RUN TestBuildLabelWithTargets [2020-10-01T00:53:50.169Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2020-10-01T00:53:50.341Z] --- PASS: TestExecWithCloseStdin (0.94s) [2020-10-01T00:53:50.341Z] === RUN TestExec [2020-10-01T00:53:50.975Z] --- PASS: TestExec (0.87s) [2020-10-01T00:53:50.975Z] === RUN TestExecUser [2020-10-01T00:53:51.231Z] ok github.com/docker/docker/daemon/logger/syslog 0.033s coverage: 46.8% of statements [2020-10-01T00:53:51.731Z] --- PASS: TestBuildLabelWithTargets (2.17s) [2020-10-01T00:53:51.731Z] === RUN TestBuildWithEmptyLayers [2020-10-01T00:53:52.012Z] --- PASS: TestExecUser (0.86s) [2020-10-01T00:53:52.012Z] === RUN TestExportContainerAndImportImage [2020-10-01T00:53:52.766Z] ok github.com/docker/docker/daemon/network 0.030s coverage: 63.8% of statements [2020-10-01T00:53:52.941Z] INFO: Expanding go... [2020-10-01T00:53:53.049Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2020-10-01T00:53:53.049Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T00:53:53.112Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2020-10-01T00:53:53.112Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T00:53:53.408Z] ok github.com/docker/docker/daemon/logger/splunk 2.468s coverage: 82.5% of statements [2020-10-01T00:53:53.408Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-01T00:53:53.408Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-01T00:53:54.563Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-10-01T00:53:54.563Z] === RUN TestHealthCheckWorkdir [2020-10-01T00:53:54.935Z] ok github.com/docker/docker/distribution/metadata 0.158s coverage: 48.2% of statements [2020-10-01T00:53:55.044Z] ? github.com/docker/docker/api [no test files] [2020-10-01T00:53:55.604Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2020-10-01T00:53:55.604Z] === RUN TestHealthKillContainer [2020-10-01T00:53:55.988Z] ok github.com/docker/docker/distribution 0.472s coverage: 21.9% of statements [2020-10-01T00:53:55.988Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-01T00:53:55.988Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2020-10-01T00:53:56.406Z] --- PASS: TestBuildMultiStageOnBuild (2.84s) [2020-10-01T00:53:56.406Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T00:53:57.787Z] --- PASS: TestBuildUncleanTarFilenames (1.83s) [2020-10-01T00:53:57.787Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T00:53:58.752Z] ok github.com/docker/docker/image 0.033s coverage: 86.4% of statements [2020-10-01T00:53:58.753Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2020-10-01T00:53:59.050Z] ok github.com/docker/docker/distribution/xfer 1.702s coverage: 85.1% of statements [2020-10-01T00:53:59.050Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-01T00:53:59.050Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-01T00:53:59.050Z] ok github.com/docker/docker/image/v1 0.021s coverage: 25.0% of statements [2020-10-01T00:53:59.050Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-01T00:53:59.125Z] --- PASS: TestHealthKillContainer (2.91s) [2020-10-01T00:53:59.125Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T00:53:59.418Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2020-10-01T00:53:59.418Z] === RUN TestIpcModeNone [2020-10-01T00:54:00.104Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2020-10-01T00:54:00.454Z] --- PASS: TestIpcModeNone (0.90s) [2020-10-01T00:54:00.454Z] === RUN TestIpcModePrivate [2020-10-01T00:54:01.080Z] --- PASS: TestBuildMultiStageLayerLeak (3.19s) [2020-10-01T00:54:01.081Z] === RUN TestBuildWithHugeFile [2020-10-01T00:54:01.491Z] --- PASS: TestIpcModePrivate (0.95s) [2020-10-01T00:54:01.491Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-10-01T00:54:01.491Z] === RUN TestIpcModeShareable [2020-10-01T00:54:02.126Z] --- PASS: TestIpcModeShareable (0.93s) [2020-10-01T00:54:02.126Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-10-01T00:54:02.126Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-01T00:54:02.201Z] ok github.com/docker/docker/pkg/aaparser 0.024s coverage: 50.0% of statements [2020-10-01T00:54:02.497Z] ok github.com/docker/docker/oci 0.029s coverage: 8.2% of statements [2020-10-01T00:54:04.072Z] ok github.com/docker/docker/opts 0.116s coverage: 67.1% of statements [2020-10-01T00:54:05.128Z] ok github.com/docker/docker/pkg/authorization 0.549s coverage: 68.3% of statements [2020-10-01T00:54:05.128Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2020-10-01T00:54:05.278Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:54:05.278Z] Using test binary docker [2020-10-01T00:54:05.278Z] +++ /etc/init.d/apparmor start [2020-10-01T00:54:05.278Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:54:05.278Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:54:05.278Z] Using test binary docker [2020-10-01T00:54:05.278Z] INFO: Waiting for daemon to start... [2020-10-01T00:54:05.278Z] Starting dockerd [2020-10-01T00:54:05.278Z] +++ 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-10-01T00:54:05.278Z] +++ /etc/init.d/apparmor start [2020-10-01T00:54:05.278Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:54:05.278Z] INFO: Waiting for daemon to start... [2020-10-01T00:54:05.278Z] Starting dockerd [2020-10-01T00:54:05.278Z] +++ 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-10-01T00:54:05.704Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.79s) [2020-10-01T00:54:05.704Z] === RUN TestAPIIpcModeHost [2020-10-01T00:54:05.704Z] --- PASS: TestAPIIpcModeHost (0.61s) [2020-10-01T00:54:05.704Z] === RUN TestDaemonIpcModeShareable [2020-10-01T00:54:05.770Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2020-10-01T00:54:06.823Z] ok github.com/docker/docker/pkg/archive 1.168s coverage: 76.8% of statements [2020-10-01T00:54:06.823Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-10-01T00:54:07.195Z] .. [2020-10-01T00:54:07.195Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:54:07.195Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:54:07.195Z] Error: No such image: emptyfs [2020-10-01T00:54:07.195Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:54:07.195Z] ++++ docker load [2020-10-01T00:54:07.295Z] ok github.com/docker/docker/api/server 0.033s coverage: 9.0% of statements [2020-10-01T00:54:07.454Z] [2020-10-01T00:54:07.454Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:54:07.454Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:54:07.454Z] Error: No such image: emptyfs [2020-10-01T00:54:07.454Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:54:07.454Z] ++++ docker load [2020-10-01T00:54:07.467Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-10-01T00:54:07.713Z] Running integration-test (iteration 1) [2020-10-01T00:54:07.713Z] 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-10-01T00:54:07.713Z] ++ 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-10-01T00:54:07.713Z] ++ set -e [2020-10-01T00:54:07.713Z] ++ '[' -n 0 ']' [2020-10-01T00:54:07.713Z] ++ set -x [2020-10-01T00:54:07.713Z] ++ env -i DEST=/go/src/github.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-10-01T00:54:07.763Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2020-10-01T00:54:07.777Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2020-10-01T00:54:07.777Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-10-01T00:54:07.777Z] === RUN TestDaemonIpcModePrivate [2020-10-01T00:54:07.973Z] Running integration-test (iteration 1) [2020-10-01T00:54:07.973Z] 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-10-01T00:54:07.973Z] ++ 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-10-01T00:54:07.973Z] ++ set -e [2020-10-01T00:54:07.973Z] ++ '[' -n 0 ']' [2020-10-01T00:54:07.973Z] ++ set -x [2020-10-01T00:54:07.973Z] ++ env -i DEST=/go/src/github.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-10-01T00:54:08.813Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-10-01T00:54:09.289Z] --- PASS: TestDaemonIpcModePrivate (1.66s) [2020-10-01T00:54:09.289Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-10-01T00:54:09.289Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-01T00:54:09.467Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-10-01T00:54:09.763Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-10-01T00:54:10.800Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2020-10-01T00:54:10.801Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-10-01T00:54:10.801Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-01T00:54:10.816Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2020-10-01T00:54:11.114Z] ok github.com/docker/docker/pkg/chrootarchive 3.888s coverage: 43.2% of statements [2020-10-01T00:54:11.114Z] ok github.com/docker/docker/layer 7.574s coverage: 68.8% of statements [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-01T00:54:11.114Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-01T00:54:12.170Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-10-01T00:54:12.170Z] ok github.com/docker/docker/pkg/fsutils 0.399s coverage: 85.1% of statements [2020-10-01T00:54:12.469Z] ok github.com/docker/docker/pkg/discovery/kv 3.109s coverage: 84.1% of statements [2020-10-01T00:54:12.768Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2020-10-01T00:54:12.871Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s) [2020-10-01T00:54:12.871Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-10-01T00:54:12.871Z] === RUN TestIpcModeOlderClient [2020-10-01T00:54:12.871Z] === PAUSE TestIpcModeOlderClient [2020-10-01T00:54:12.871Z] === RUN TestKillContainerInvalidSignal [2020-10-01T00:54:13.507Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2020-10-01T00:54:13.507Z] === RUN TestKillContainer [2020-10-01T00:54:13.507Z] === RUN TestKillContainer/no_signal [2020-10-01T00:54:13.821Z] ok github.com/docker/docker/pkg/jsonmessage 0.042s coverage: 91.7% of statements [2020-10-01T00:54:14.074Z] INFO: Expanding compiler 1 of 3... [2020-10-01T00:54:14.120Z] ok github.com/docker/docker/pkg/longpath 0.034s coverage: 100.0% of statements [2020-10-01T00:54:14.142Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T00:54:14.767Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2020-10-01T00:54:14.767Z] ok github.com/docker/docker/pkg/idtools 0.676s coverage: 70.1% of statements [2020-10-01T00:54:14.777Z] === RUN TestKillContainer/killing_signal [2020-10-01T00:54:15.066Z] ok github.com/docker/docker/pkg/ioutils 1.303s coverage: 69.3% of statements [2020-10-01T00:54:15.067Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-01T00:54:15.067Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-01T00:54:15.067Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-01T00:54:15.067Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-01T00:54:15.067Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2020-10-01T00:54:15.618Z] INFO: Expanding compiler 2 of 3... [2020-10-01T00:54:15.717Z] ok github.com/docker/docker/pkg/parsers/kernel 0.027s coverage: 60.0% of statements [2020-10-01T00:54:15.814Z] --- PASS: TestKillContainer (2.56s) [2020-10-01T00:54:15.814Z] --- PASS: TestKillContainer/no_signal (0.84s) [2020-10-01T00:54:15.814Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2020-10-01T00:54:15.814Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-10-01T00:54:15.814Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T00:54:15.814Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-01T00:54:16.015Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.039s coverage: 86.7% of statements [2020-10-01T00:54:16.311Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2020-10-01T00:54:16.311Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-01T00:54:16.311Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-01T00:54:16.852Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-01T00:54:16.958Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2020-10-01T00:54:17.890Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.72s) [2020-10-01T00:54:17.890Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2020-10-01T00:54:17.890Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-10-01T00:54:17.890Z] === RUN TestKillStoppedContainer [2020-10-01T00:54:17.890Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-10-01T00:54:17.890Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T00:54:17.890Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-10-01T00:54:17.890Z] === RUN TestKillDifferentUserContainer [2020-10-01T00:54:18.005Z] ok github.com/docker/docker/pkg/pools 0.060s coverage: 88.2% of statements [2020-10-01T00:54:18.005Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2020-10-01T00:54:18.005Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-10-01T00:54:18.646Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2020-10-01T00:54:18.927Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2020-10-01T00:54:18.928Z] === RUN TestInspectOomKilledTrue [2020-10-01T00:54:18.928Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-01T00:54:18.928Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:54:18.928Z] === RUN TestInspectOomKilledFalse [2020-10-01T00:54:18.928Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-01T00:54:18.928Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:54:18.928Z] === RUN TestLinksEtcHostsContentMatch [2020-10-01T00:54:19.220Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s) [2020-10-01T00:54:19.220Z] === RUN TestLinksContainerNames [2020-10-01T00:54:19.691Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2020-10-01T00:54:19.691Z] ok github.com/docker/docker/pkg/pubsub 1.125s coverage: 73.9% of statements [2020-10-01T00:54:20.336Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-10-01T00:54:20.336Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-10-01T00:54:20.631Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2020-10-01T00:54:20.731Z] --- PASS: TestLinksContainerNames (1.60s) [2020-10-01T00:54:20.731Z] === RUN TestLogsFollowTailEmpty [2020-10-01T00:54:21.433Z] INFO: Expanding compiler 3 of 3... [2020-10-01T00:54:21.433Z] INFO: Removing downloaded files... [2020-10-01T00:54:21.433Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-10-01T00:54:21.433Z] INFO: Configuring git core.autocrlf... [2020-10-01T00:54:21.768Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2020-10-01T00:54:21.768Z] === RUN TestContainerNetworkMountsNoChown [2020-10-01T00:54:22.161Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2020-10-01T00:54:22.161Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.8% of statements [2020-10-01T00:54:22.161Z] ok github.com/docker/docker/pkg/signal 2.937s coverage: 61.0% of statements [2020-10-01T00:54:22.403Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/default [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/default [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/private [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/private [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rprivate [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/slave [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/slave [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rslave [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/shared [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/shared [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rshared [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/default [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/rslave [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/slave [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/rprivate [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/private [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/rshared [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/shared [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-01T00:54:22.403Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:54:22.403Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:54:22.403Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-01T00:54:22.695Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-01T00:54:22.696Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:54:22.802Z] testing: warning: no tests to run [2020-10-01T00:54:22.802Z] coverage: [no statements] [2020-10-01T00:54:22.802Z] ok github.com/docker/docker/pkg/term/windows 0.010s coverage: [no statements] [no tests to run] [2020-10-01T00:54:22.802Z] ok github.com/docker/docker/pkg/tailfile 0.104s coverage: 88.6% of statements [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-01T00:54:22.988Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-01T00:54:23.281Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-10-01T00:54:23.281Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-10-01T00:54:23.281Z] === RUN TestContainerBindMountNonRecursive [2020-10-01T00:54:23.447Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-10-01T00:54:23.447Z] ok github.com/docker/docker/pkg/tarsum 0.141s coverage: 89.3% of statements [2020-10-01T00:54:23.743Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-10-01T00:54:24.039Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2020-10-01T00:54:24.448Z] ..........................xx.................... [ 29%] [2020-10-01T00:54:26.016Z] --- PASS: TestContainerBindMountNonRecursive (2.34s) [2020-10-01T00:54:26.016Z] === RUN TestNetworkNat [2020-10-01T00:54:26.127Z] ok github.com/docker/docker/profiles/seccomp 0.029s coverage: 72.6% of statements [2020-10-01T00:54:26.127Z] ok github.com/docker/docker/plugin/v2 0.026s coverage: 14.5% of statements [2020-10-01T00:54:26.651Z] --- PASS: TestNetworkNat (0.89s) [2020-10-01T00:54:26.651Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T00:54:27.179Z] ok github.com/docker/docker/reference 0.027s coverage: 84.4% of statements [2020-10-01T00:54:27.688Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-10-01T00:54:27.689Z] === RUN TestNetworkLoopbackNat [2020-10-01T00:54:28.228Z] ok github.com/docker/docker/plugin 0.586s coverage: 23.1% of statements [2020-10-01T00:54:28.873Z] ok github.com/docker/docker/registry/resumable 0.043s coverage: 100.0% of statements [2020-10-01T00:54:29.170Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements [2020-10-01T00:54:29.813Z] ok github.com/docker/docker/testutil 0.013s coverage: 62.5% of statements [2020-10-01T00:54:30.110Z] ok github.com/docker/docker/registry 0.273s coverage: 56.3% of statements [2020-10-01T00:54:31.220Z] --- PASS: TestNetworkLoopbackNat (3.19s) [2020-10-01T00:54:31.220Z] === RUN TestPause [2020-10-01T00:54:31.511Z] --- PASS: TestPause (0.84s) [2020-10-01T00:54:31.511Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T00:54:31.511Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:54:31.511Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:54:31.511Z] === RUN TestPauseStopPausedContainer [2020-10-01T00:54:31.639Z] ok github.com/docker/docker/runconfig 0.021s coverage: 66.1% of statements [2020-10-01T00:54:32.541Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2020-10-01T00:54:32.541Z] === RUN TestPsFilter [2020-10-01T00:54:32.541Z] --- PASS: TestPsFilter (0.32s) [2020-10-01T00:54:32.541Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T00:54:33.177Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2020-10-01T00:54:33.572Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-10-01T00:54:33.572Z] === RUN TestRemoveContainerWithVolume [2020-10-01T00:54:34.202Z] --- PASS: TestRemoveContainerWithVolume (0.81s) [2020-10-01T00:54:34.202Z] === RUN TestRemoveContainerRunning [2020-10-01T00:54:34.706Z] ok github.com/docker/docker/volume/mounts 0.058s coverage: 67.0% of statements [2020-10-01T00:54:35.000Z] ok github.com/docker/docker/volume/local 0.061s coverage: 73.0% of statements [2020-10-01T00:54:35.234Z] --- PASS: TestRemoveContainerRunning (0.93s) [2020-10-01T00:54:35.234Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T00:54:36.042Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-10-01T00:54:36.265Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2020-10-01T00:54:36.265Z] === RUN TestRemoveInvalidContainer [2020-10-01T00:54:36.265Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-10-01T00:54:36.265Z] === RUN TestRenameLinkedContainer [2020-10-01T00:54:39.777Z] --- PASS: TestRenameLinkedContainer (3.43s) [2020-10-01T00:54:39.777Z] === RUN TestRenameStoppedContainer [2020-10-01T00:54:40.176Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-10-01T00:54:40.412Z] --- PASS: TestRenameStoppedContainer (0.85s) [2020-10-01T00:54:40.412Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T00:54:41.929Z] --- PASS: TestRenameRunningContainerAndReuse (1.68s) [2020-10-01T00:54:41.929Z] === RUN TestRenameInvalidName [2020-10-01T00:54:42.960Z] --- PASS: TestRenameInvalidName (0.85s) [2020-10-01T00:54:42.960Z] === RUN TestRenameAnonymousContainer [2020-10-01T00:54:47.593Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-10-01T00:54:48.520Z] --- PASS: TestRenameAnonymousContainer (4.78s) [2020-10-01T00:54:48.520Z] === RUN TestRenameContainerWithSameName [2020-10-01T00:54:48.520Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2020-10-01T00:54:48.520Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T00:54:50.582Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2020-10-01T00:54:50.582Z] === RUN TestResize [2020-10-01T00:54:51.213Z] --- PASS: TestResize (0.90s) [2020-10-01T00:54:51.213Z] === RUN TestResizeWithInvalidSize [2020-10-01T00:54:51.388Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/rootless [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/volume [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-01T00:54:51.388Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === Skipped [2020-10-01T00:54:51.388Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-01T00:54:51.388Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-01T00:54:51.388Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-01T00:54:51.388Z] time="2020-10-01T00:53:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-01T00:54:51.388Z] time="2020-10-01T00:53:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-01T00:54:51.388Z] time="2020-10-01T00:53:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-01T00:54:51.388Z] time="2020-10-01T00:53:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-01T00:54:51.388Z] time="2020-10-01T00:53:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-01T00:54:51.388Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-01T00:54:51.388Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-01T00:54:51.388Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:54:51.388Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-01T00:54:51.388Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-01T00:54:51.388Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-01T00:54:51.388Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] [2020-10-01T00:54:51.388Z] DONE 2148 tests, 26 skipped in 254.649s Post stage [Pipeline] junit [2020-10-01T00:54:52.070Z] Recording test results [2020-10-01T00:54:52.244Z] --- PASS: TestResizeWithInvalidSize (0.89s) [2020-10-01T00:54:52.244Z] === RUN TestResizeWhenContainerNotStarted [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:54:52.790Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -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:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary test-integration [2020-10-01T00:54:52.875Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:52.875Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:52.875Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:52.875Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:54:52.875Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T00:54:53.085Z] [2020-10-01T00:54:53.085Z] Removing bundles/ [2020-10-01T00:54:53.085Z] [2020-10-01T00:54:53.085Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-01T00:54:53.085Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:54:53.085Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:54:53.702Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-10-01T00:54:54.658Z] Loaded image: buildpack-deps:buster [2020-10-01T00:54:54.658Z] Loaded image: buildpack-deps:buster [2020-10-01T00:54:54.658Z] Loaded image: busybox:latest [2020-10-01T00:54:54.658Z] Loaded image: busybox:latest [2020-10-01T00:54:54.658Z] Loaded image: busybox:glibc [2020-10-01T00:54:54.658Z] Loaded image: debian:buster [2020-10-01T00:54:54.658Z] Loaded image: busybox:glibc [2020-10-01T00:54:54.658Z] Loaded image: debian:buster [2020-10-01T00:54:54.658Z] Loaded image: hello-world:latest [2020-10-01T00:54:54.658Z] INFO: Testing against a local daemon [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-10-01T00:54:54.658Z] Loaded image: hello-world:latest [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-10-01T00:54:54.658Z] INFO: Testing against a local daemon [2020-10-01T00:54:54.658Z] === RUN TestDockerDaemonSuite [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-10-01T00:54:54.658Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-10-01T00:54:54.658Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-10-01T00:54:54.658Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-10-01T00:54:54.917Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-10-01T00:54:55.019Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:55.359Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:56.864Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:54:56.864Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:54:58.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:54:58.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:55:00.485Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:55:00.485Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:55:03.038Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-10-01T00:55:03.333Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:55:03.333Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/server/httputils 0.021s coverage: 14.7% of statements [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/server/middleware 0.039s coverage: 37.7% of statements [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/server/router/swarm 0.028s coverage: 5.7% of statements [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-01T00:55:03.708Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-01T00:55:03.708Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-10-01T00:55:03.976Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-10-01T00:55:04.284Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2020-10-01T00:55:05.232Z] ok github.com/docker/docker/builder/remotecontext 0.355s coverage: 13.6% of statements [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.31s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.49s) [2020-10-01T00:55:06.060Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s) [2020-10-01T00:55:06.061Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.32s) [2020-10-01T00:55:06.061Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.72s) [2020-10-01T00:55:06.061Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.06s) [2020-10-01T00:55:06.061Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2020-10-01T00:55:06.061Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-10-01T00:55:06.061Z] === RUN TestCgroupNamespacesRun [2020-10-01T00:55:06.177Z] ok github.com/docker/docker/builder/dockerfile 0.833s coverage: 48.0% of statements [2020-10-01T00:55:06.177Z] ok github.com/docker/docker/builder/remotecontext/git 3.512s coverage: 86.3% of statements [2020-10-01T00:55:06.177Z] ? github.com/docker/docker/cli [no test files] [2020-10-01T00:55:06.177Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-01T00:55:06.511Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-10-01T00:55:07.596Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2020-10-01T00:55:07.596Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-01T00:55:08.418Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-10-01T00:55:08.988Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-10-01T00:55:09.135Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2020-10-01T00:55:09.135Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-01T00:55:09.556Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-10-01T00:55:09.883Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-10-01T00:55:10.517Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-10-01T00:55:10.818Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2020-10-01T00:55:10.818Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-01T00:55:11.087Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-10-01T00:55:11.348Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-10-01T00:55:12.447Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2020-10-01T00:55:12.447Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-01T00:55:12.781Z] ok github.com/docker/docker/client 0.239s coverage: 75.4% of statements [2020-10-01T00:55:13.255Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-10-01T00:55:14.193Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-10-01T00:55:14.664Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2020-10-01T00:55:14.664Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-01T00:55:15.131Z] === RUN TestDockerSuite/TestAttachDetach [2020-10-01T00:55:15.779Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.61s) [2020-10-01T00:55:15.779Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-01T00:55:16.068Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-10-01T00:55:16.328Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-10-01T00:55:16.881Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-10-01T00:55:16.881Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-01T00:55:17.266Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-10-01T00:55:18.204Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-10-01T00:55:18.495Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2020-10-01T00:55:18.495Z] === RUN TestKernelTCPMemory [2020-10-01T00:55:19.056Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-10-01T00:55:19.581Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-10-01T00:55:19.652Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-10-01T00:55:19.652Z] === RUN TestNISDomainname [2020-10-01T00:55:20.149Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-10-01T00:55:20.290Z] --- PASS: TestNISDomainname (0.97s) [2020-10-01T00:55:20.290Z] === RUN TestHostnameDnsResolution [2020-10-01T00:55:20.546Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-10-01T00:55:21.087Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-10-01T00:55:21.876Z] --- PASS: TestHostnameDnsResolution (1.73s) [2020-10-01T00:55:21.876Z] === RUN TestStats [2020-10-01T00:55:22.466Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-10-01T00:55:22.726Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-10-01T00:55:24.633Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-10-01T00:55:24.759Z] --- PASS: TestStats (2.91s) [2020-10-01T00:55:24.759Z] === RUN TestStopContainerWithTimeout [2020-10-01T00:55:24.759Z] === RUN TestStopContainerWithTimeout/0 [2020-10-01T00:55:24.759Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-01T00:55:24.759Z] === RUN TestStopContainerWithTimeout/1 [2020-10-01T00:55:24.759Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-01T00:55:24.759Z] === RUN TestStopContainerWithTimeout/3 [2020-10-01T00:55:24.759Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-01T00:55:24.759Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-01T00:55:24.759Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-01T00:55:24.759Z] === CONT TestStopContainerWithTimeout/0 [2020-10-01T00:55:24.759Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-01T00:55:24.809Z] --- PASS: TestImportExtremelyLargeImageWorks (102.49s) [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === Skipped [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-01T00:55:24.809Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] DONE 12 tests, 1 skipped in 106.792s [2020-10-01T00:55:24.809Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.809Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.809Z] === RUN TestNetworkCreateDelete [2020-10-01T00:55:24.809Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-10-01T00:55:24.809Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T00:55:24.809Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-10-01T00:55:24.809Z] === RUN TestDaemonDNSFallback [2020-10-01T00:55:24.809Z] --- PASS: TestDaemonDNSFallback (7.28s) [2020-10-01T00:55:24.809Z] === RUN TestInspectNetwork [2020-10-01T00:55:24.809Z] --- SKIP: TestInspectNetwork (0.00s) [2020-10-01T00:55:24.809Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T00:55:24.809Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-10-01T00:55:24.809Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestNetworkInvalidJSON [2020-10-01T00:55:24.809Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T00:55:24.809Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T00:55:24.809Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:55:24.809Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:55:24.809Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:55:24.809Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:55:24.809Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T00:55:24.809Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:55:24.809Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:55:24.809Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-10-01T00:55:24.809Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-01T00:55:24.809Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-01T00:55:24.809Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-01T00:55:24.809Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T00:55:24.809Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-10-01T00:55:24.809Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T00:55:24.809Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2020-10-01T00:55:24.809Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T00:55:24.809Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T00:55:24.809Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T00:55:24.809Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T00:55:24.809Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T00:55:24.809Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T00:55:24.809Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:236: FLAKY_TEST [2020-10-01T00:55:24.809Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T00:55:24.809Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T00:55:24.809Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === Skipped [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-10-01T00:55:24.809Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-10-01T00:55:24.809Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-10-01T00:55:24.809Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2020-10-01T00:55:24.809Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:236: FLAKY_TEST [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-10-01T00:55:24.809Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-01T00:55:24.809Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] DONE 19 tests, 12 skipped in 7.970s [2020-10-01T00:55:24.809Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.809Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.809Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-01T00:55:24.809Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T00:55:24.809Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:55:24.809Z] === RUN TestDockerNetworkIpvlan [2020-10-01T00:55:24.809Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-01T00:55:24.809Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === Skipped [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T00:55:24.809Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-01T00:55:24.809Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] DONE 2 tests, 2 skipped in 0.129s [2020-10-01T00:55:24.809Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.809Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.809Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-01T00:55:24.809Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-10-01T00:55:24.809Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] === RUN TestDockerNetworkMacvlan [2020-10-01T00:55:24.809Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-10-01T00:55:24.809Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === Skipped [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-10-01T00:55:24.809Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-10-01T00:55:24.809Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] DONE 2 tests, 2 skipped in 0.114s [2020-10-01T00:55:24.809Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.809Z] testing: warning: no tests to run [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] DONE 0 tests in 0.023s [2020-10-01T00:55:24.809Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.809Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginAllowRequest [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginTLS [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginDenyRequest [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginDenyResponse [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginAllowEventStream [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginErrorResponse [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginErrorRequest [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginHeader [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginV2Disable [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-01T00:55:24.809Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] PASS [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === Skipped [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.809Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-10-01T00:55:24.809Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.809Z] [2020-10-01T00:55:24.810Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-10-01T00:55:24.810Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.810Z] [2020-10-01T00:55:24.810Z] [2020-10-01T00:55:24.810Z] DONE 17 tests, 17 skipped in 0.410s [2020-10-01T00:55:24.810Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.810Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.810Z] === RUN TestPluginInvalidJSON [2020-10-01T00:55:24.810Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:55:24.810Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:55:24.810Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:55:24.810Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-01T00:55:24.810Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-01T00:55:24.810Z] === RUN TestPluginInstall [2020-10-01T00:55:24.810Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-01T00:55:24.810Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.810Z] PASS [2020-10-01T00:55:24.810Z] [2020-10-01T00:55:24.810Z] === Skipped [2020-10-01T00:55:24.810Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-10-01T00:55:24.810Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-10-01T00:55:24.810Z] [2020-10-01T00:55:24.810Z] [2020-10-01T00:55:24.810Z] DONE 3 tests, 1 skipped in 0.145s [2020-10-01T00:55:24.810Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-01T00:55:24.810Z] INFO: Testing against a local daemon [2020-10-01T00:55:24.810Z] === RUN TestExternalGraphDriver [2020-10-01T00:55:24.810Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-10-01T00:55:24.810Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-10-01T00:55:24.810Z] === RUN TestGraphdriverPluginV2 [2020-10-01T00:55:25.571Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-10-01T00:55:25.831Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-10-01T00:55:26.263Z] === CONT TestStopContainerWithTimeout/3 [2020-10-01T00:55:26.769Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-10-01T00:55:26.769Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-10-01T00:55:27.105Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-10-01T00:55:27.830Z] === CONT TestStopContainerWithTimeout/1 [2020-10-01T00:55:28.152Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-10-01T00:55:28.411Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-10-01T00:55:28.996Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-10-01T00:55:30.039Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-10-01T00:55:30.039Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2020-10-01T00:55:30.039Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-10-01T00:55:30.039Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2020-10-01T00:55:30.039Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-10-01T00:55:30.039Z] === RUN TestDeleteDevicemapper [2020-10-01T00:55:30.039Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-01T00:55:30.039Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:55:30.039Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T00:55:31.388Z] --- PASS: TestGraphdriverPluginV2 (6.08s) [2020-10-01T00:55:31.388Z] PASS [2020-10-01T00:55:31.388Z] [2020-10-01T00:55:31.388Z] === Skipped [2020-10-01T00:55:31.388Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-10-01T00:55:31.388Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-10-01T00:55:31.388Z] [2020-10-01T00:55:31.388Z] [2020-10-01T00:55:31.388Z] DONE 2 tests, 1 skipped in 6.264s [2020-10-01T00:55:31.388Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-01T00:55:31.388Z] INFO: Testing against a local daemon [2020-10-01T00:55:31.388Z] === RUN TestContinueAfterPluginCrash [2020-10-01T00:55:31.388Z] === PAUSE TestContinueAfterPluginCrash [2020-10-01T00:55:31.388Z] === RUN TestReadPluginNoRead [2020-10-01T00:55:31.388Z] === PAUSE TestReadPluginNoRead [2020-10-01T00:55:31.388Z] === RUN TestDaemonStartWithLogOpt [2020-10-01T00:55:31.388Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-01T00:55:31.388Z] === CONT TestContinueAfterPluginCrash [2020-10-01T00:55:31.388Z] === CONT TestDaemonStartWithLogOpt [2020-10-01T00:55:32.333Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-10-01T00:55:33.698Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.50s) [2020-10-01T00:55:33.698Z] === RUN TestUpdateMemory [2020-10-01T00:55:33.698Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-01T00:55:33.698Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:55:33.698Z] === RUN TestUpdateCPUQuota [2020-10-01T00:55:34.401Z] --- PASS: TestUpdateCPUQuota (1.11s) [2020-10-01T00:55:34.401Z] === RUN TestUpdatePidsLimit [2020-10-01T00:55:34.401Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-01T00:55:34.692Z] === RUN TestUpdatePidsLimit/no_change [2020-10-01T00:55:34.983Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-01T00:55:35.614Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-01T00:55:35.905Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-01T00:55:36.196Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-01T00:55:36.527Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-10-01T00:55:36.827Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit (3.61s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2020-10-01T00:55:37.860Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-10-01T00:55:37.860Z] === RUN TestUpdateRestartPolicy [2020-10-01T00:55:38.432Z] --- PASS: TestBuildWithHugeFile (97.53s) [2020-10-01T00:55:38.432Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T00:55:38.432Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:55:38.432Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:55:38.432Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:55:38.432Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:55:38.432Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:55:38.432Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:55:38.693Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:55:38.693Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:55:38.693Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-10-01T00:55:38.693Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:55:38.953Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-10-01T00:55:38.953Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-10-01T00:55:38.953Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2020-10-01T00:55:38.953Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2020-10-01T00:55:38.953Z] === RUN TestBuildPreserveOwnership [2020-10-01T00:55:38.953Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-01T00:55:39.392Z] ok github.com/docker/docker/cmd/dockerd 0.100s coverage: 29.1% of statements [2020-10-01T00:55:39.392Z] ok github.com/docker/docker/container 0.143s coverage: 34.4% of statements [2020-10-01T00:55:39.392Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-01T00:55:39.392Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-01T00:55:39.392Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-01T00:55:39.392Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-01T00:55:40.332Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-10-01T00:55:41.386Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2020-10-01T00:55:41.393Z] ......................... [ 67%] [2020-10-01T00:55:42.344Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-01T00:55:42.604Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-10-01T00:55:42.782Z] ok github.com/docker/docker/daemon/cluster/convert 0.064s coverage: 35.9% of statements [2020-10-01T00:55:43.172Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-10-01T00:55:43.430Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-10-01T00:55:43.999Z] --- PASS: TestBuildPreserveOwnership (5.07s) [2020-10-01T00:55:43.999Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.50s) [2020-10-01T00:55:43.999Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.57s) [2020-10-01T00:55:43.999Z] === RUN TestBuildPlatformInvalid [2020-10-01T00:55:44.259Z] --- PASS: TestBuildPlatformInvalid (0.25s) [2020-10-01T00:55:44.259Z] PASS [2020-10-01T00:55:44.259Z] [2020-10-01T00:55:44.259Z] === Skipped [2020-10-01T00:55:44.259Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-10-01T00:55:44.259Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:55:44.259Z] [2020-10-01T00:55:44.259Z] [2020-10-01T00:55:44.259Z] DONE 32 tests, 1 skipped in 182.084s [2020-10-01T00:55:44.259Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-10-01T00:55:44.259Z] ++ 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-10-01T00:55:44.259Z] ++ set -e [2020-10-01T00:55:44.259Z] ++ '[' -n 0 ']' [2020-10-01T00:55:44.259Z] ++ set -x [2020-10-01T00:55:44.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:55:44.518Z] INFO: Testing against a local daemon [2020-10-01T00:55:44.518Z] === RUN TestConfigInspect [2020-10-01T00:55:45.087Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-10-01T00:55:45.340Z] ok github.com/docker/docker/daemon/cluster 0.097s coverage: 0.5% of statements [2020-10-01T00:55:45.346Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-10-01T00:55:46.291Z] --- PASS: TestDaemonStartWithLogOpt (13.22s) [2020-10-01T00:55:46.291Z] === CONT TestReadPluginNoRead [2020-10-01T00:55:47.252Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-10-01T00:55:47.824Z] --- PASS: TestConfigInspect (3.18s) [2020-10-01T00:55:47.824Z] === RUN TestConfigList [2020-10-01T00:55:47.824Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-10-01T00:55:47.900Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2020-10-01T00:55:48.083Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-10-01T00:55:48.195Z] === RUN TestReadPluginNoRead/default [2020-10-01T00:55:48.195Z] --- PASS: TestContinueAfterPluginCrash (16.83s) [2020-10-01T00:55:48.849Z] ok github.com/docker/docker/daemon/config 0.095s coverage: 81.8% of statements [2020-10-01T00:55:49.022Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-10-01T00:55:49.424Z] ok github.com/docker/docker/daemon/events 0.086s coverage: 50.0% of statements [2020-10-01T00:55:49.591Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-10-01T00:55:49.591Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-10-01T00:55:50.100Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-01T00:55:50.546Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-10-01T00:55:50.546Z] --- PASS: TestConfigList (2.95s) [2020-10-01T00:55:50.546Z] === RUN TestConfigsCreateAndDelete [2020-10-01T00:55:50.815Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-10-01T00:55:51.925Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-10-01T00:55:52.494Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-10-01T00:55:52.634Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-01T00:55:53.061Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-10-01T00:55:53.226Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2020-10-01T00:55:53.226Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T00:55:53.226Z] --- PASS: TestUpdateRestartWithAutoRemove (0.91s) [2020-10-01T00:55:53.226Z] === RUN TestWaitNonBlocked [2020-10-01T00:55:53.226Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:55:53.226Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:55:53.226Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:55:53.226Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:55:53.226Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:55:53.226Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:55:53.226Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-10-01T00:55:53.226Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2020-10-01T00:55:53.226Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2020-10-01T00:55:53.226Z] === RUN TestWaitBlocked [2020-10-01T00:55:53.226Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:55:53.226Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:55:53.226Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:55:53.226Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:55:53.226Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:55:53.226Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:55:53.320Z] --- PASS: TestConfigsCreateAndDelete (2.68s) [2020-10-01T00:55:53.321Z] === RUN TestConfigsUpdate [2020-10-01T00:55:53.579Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-10-01T00:55:54.118Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-10-01T00:55:54.257Z] --- PASS: TestWaitBlocked (0.01s) [2020-10-01T00:55:54.257Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.18s) [2020-10-01T00:55:54.257Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.27s) [2020-10-01T00:55:54.257Z] === CONT TestContainerStartOnDaemonRestart [2020-10-01T00:55:54.257Z] === CONT TestContainerKillOnDaemonStart [2020-10-01T00:55:54.380Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.489s coverage: 14.1% of statements [2020-10-01T00:55:54.540Z] --- PASS: TestReadPluginNoRead (10.21s) [2020-10-01T00:55:54.540Z] --- PASS: TestReadPluginNoRead/default (2.23s) [2020-10-01T00:55:54.540Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.24s) [2020-10-01T00:55:54.540Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.20s) [2020-10-01T00:55:54.540Z] read_test.go:92: [d7489dfc1bf06] daemon is not started [2020-10-01T00:55:54.540Z] PASS [2020-10-01T00:55:54.540Z] [2020-10-01T00:55:54.540Z] DONE 6 tests in 23.570s [2020-10-01T00:55:54.540Z] 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-10-01T00:55:54.540Z] testing: warning: no tests to run [2020-10-01T00:55:54.540Z] PASS [2020-10-01T00:55:54.540Z] [2020-10-01T00:55:54.540Z] DONE 0 tests in 0.038s [2020-10-01T00:55:54.540Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-01T00:55:54.799Z] INFO: Testing against a local daemon [2020-10-01T00:55:54.799Z] === RUN TestPluginWithDevMounts [2020-10-01T00:55:54.799Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-01T00:55:54.799Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-10-01T00:55:54.799Z] PASS [2020-10-01T00:55:54.799Z] [2020-10-01T00:55:54.799Z] === Skipped [2020-10-01T00:55:54.799Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-10-01T00:55:54.799Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-10-01T00:55:54.799Z] [2020-10-01T00:55:54.799Z] [2020-10-01T00:55:54.799Z] DONE 1 tests, 1 skipped in 0.131s [2020-10-01T00:55:54.799Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-01T00:55:54.799Z] INFO: Testing against a local daemon [2020-10-01T00:55:54.799Z] === RUN TestSecretInspect [2020-10-01T00:55:54.799Z] --- SKIP: TestSecretInspect (0.02s) [2020-10-01T00:55:54.799Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:54.799Z] === RUN TestSecretList [2020-10-01T00:55:54.799Z] --- SKIP: TestSecretList (0.02s) [2020-10-01T00:55:54.799Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:54.799Z] === RUN TestSecretsCreateAndDelete [2020-10-01T00:55:54.799Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-10-01T00:55:54.799Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:54.799Z] === RUN TestSecretsUpdate [2020-10-01T00:55:54.799Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-10-01T00:55:54.799Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:54.799Z] === RUN TestTemplatedSecret [2020-10-01T00:55:54.799Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-10-01T00:55:54.799Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:54.799Z] === RUN TestSecretCreateResolve [2020-10-01T00:55:54.954Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-10-01T00:55:55.059Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-10-01T00:55:55.059Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] PASS [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === Skipped [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-10-01T00:55:55.059Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-10-01T00:55:55.059Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-10-01T00:55:55.059Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-10-01T00:55:55.059Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-10-01T00:55:55.059Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-10-01T00:55:55.059Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] [2020-10-01T00:55:55.059Z] DONE 6 tests, 6 skipped in 0.177s [2020-10-01T00:55:55.059Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-10-01T00:55:55.059Z] INFO: Testing against a local daemon [2020-10-01T00:55:55.059Z] === RUN TestServiceCreateInit [2020-10-01T00:55:55.059Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T00:55:55.059Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T00:55:55.059Z] --- PASS: TestServiceCreateInit (0.02s) [2020-10-01T00:55:55.059Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T00:55:55.059Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T00:55:55.059Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-10-01T00:55:55.059Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceConflict [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-10-01T00:55:55.059Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-10-01T00:55:55.059Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-10-01T00:55:55.059Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-10-01T00:55:55.059Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-10-01T00:55:55.059Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceSysctls [2020-10-01T00:55:55.059Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-10-01T00:55:55.059Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.059Z] === RUN TestCreateServiceCapabilities [2020-10-01T00:55:55.320Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-10-01T00:55:55.320Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestInspect [2020-10-01T00:55:55.320Z] --- SKIP: TestInspect (0.01s) [2020-10-01T00:55:55.320Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestCreateJob [2020-10-01T00:55:55.320Z] --- SKIP: TestCreateJob (0.01s) [2020-10-01T00:55:55.320Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestReplicatedJob [2020-10-01T00:55:55.320Z] --- SKIP: TestReplicatedJob (0.01s) [2020-10-01T00:55:55.320Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestUpdateReplicatedJob [2020-10-01T00:55:55.320Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-10-01T00:55:55.320Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestServiceListWithStatuses [2020-10-01T00:55:55.320Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-01T00:55:55.320Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T00:55:55.320Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T00:55:55.320Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-10-01T00:55:55.320Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestDockerNetworkReConnect [2020-10-01T00:55:55.320Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-10-01T00:55:55.320Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:55.320Z] === RUN TestServicePlugin [2020-10-01T00:55:55.324Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.667s coverage: 56.2% of statements [2020-10-01T00:55:55.523Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-10-01T00:55:56.090Z] --- PASS: TestConfigsUpdate (2.62s) [2020-10-01T00:55:56.090Z] === RUN TestTemplatedConfig [2020-10-01T00:55:57.027Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-10-01T00:55:57.804Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s) [2020-10-01T00:55:57.804Z] === CONT TestIpcModeOlderClient [2020-10-01T00:55:57.804Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-10-01T00:55:57.804Z] === CONT TestDaemonHostGatewayIP [2020-10-01T00:55:57.873Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-10-01T00:55:58.610Z] --- SKIP: TestServicePlugin (3.44s) [2020-10-01T00:55:58.610Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.610Z] === RUN TestServiceUpdateLabel [2020-10-01T00:55:58.610Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-10-01T00:55:58.610Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.610Z] === RUN TestServiceUpdateSecrets [2020-10-01T00:55:58.610Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-10-01T00:55:58.610Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.610Z] === RUN TestServiceUpdateConfigs [2020-10-01T00:55:58.869Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2020-10-01T00:55:58.869Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.869Z] === RUN TestServiceUpdateNetwork [2020-10-01T00:55:58.869Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-10-01T00:55:58.869Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.869Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T00:55:58.869Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-10-01T00:55:58.869Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.869Z] PASS [2020-10-01T00:55:58.869Z] [2020-10-01T00:55:58.869Z] === Skipped [2020-10-01T00:55:58.869Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T00:55:58.869Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T00:55:58.869Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.869Z] [2020-10-01T00:55:58.869Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T00:55:58.869Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T00:55:58.869Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.869Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-10-01T00:55:58.870Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-10-01T00:55:58.870Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-10-01T00:55:58.870Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-10-01T00:55:58.870Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-10-01T00:55:58.870Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-10-01T00:55:58.870Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-10-01T00:55:58.870Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-10-01T00:55:58.870Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-10-01T00:55:58.870Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-10-01T00:55:58.870Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-10-01T00:55:58.870Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-10-01T00:55:58.870Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-01T00:55:58.870Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-10-01T00:55:58.870Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-10-01T00:55:58.870Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s) [2020-10-01T00:55:58.870Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-10-01T00:55:58.870Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-10-01T00:55:58.870Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2020-10-01T00:55:58.870Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-10-01T00:55:58.870Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-10-01T00:55:58.870Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] DONE 24 tests, 23 skipped in 3.856s [2020-10-01T00:55:58.870Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-10-01T00:55:58.870Z] INFO: Testing against a local daemon [2020-10-01T00:55:58.870Z] === RUN TestSessionCreate [2020-10-01T00:55:58.870Z] --- PASS: TestSessionCreate (0.03s) [2020-10-01T00:55:58.870Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T00:55:58.870Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-10-01T00:55:58.870Z] PASS [2020-10-01T00:55:58.870Z] [2020-10-01T00:55:58.870Z] DONE 2 tests in 0.139s [2020-10-01T00:55:58.870Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-10-01T00:55:58.935Z] --- PASS: TestTemplatedConfig (3.11s) [2020-10-01T00:55:58.935Z] === RUN TestConfigCreateResolve [2020-10-01T00:55:59.129Z] INFO: Testing against a local daemon [2020-10-01T00:55:59.129Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T00:55:59.129Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T00:55:59.129Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T00:55:59.129Z] === RUN TestEventsExecDie [2020-10-01T00:55:59.697Z] --- PASS: TestEventsExecDie (0.49s) [2020-10-01T00:55:59.697Z] === RUN TestEventsBackwardsCompatible [2020-10-01T00:55:59.697Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-10-01T00:55:59.697Z] === RUN TestInfoBinaryCommits [2020-10-01T00:55:59.697Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-10-01T00:55:59.697Z] === RUN TestInfoAPIVersioned [2020-10-01T00:55:59.697Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-01T00:55:59.697Z] === RUN TestInfoDiscoveryBackend [2020-10-01T00:55:59.795Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.602s coverage: 73.1% of statements [2020-10-01T00:56:00.056Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.059s coverage: 45.9% of statements [2020-10-01T00:56:00.841Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-10-01T00:56:01.076Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2020-10-01T00:56:01.076Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-01T00:56:01.099Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-10-01T00:56:01.329Z] --- PASS: TestDaemonHostGatewayIP (3.27s) [2020-10-01T00:56:01.329Z] === CONT TestDaemonRestartIpcMode [2020-10-01T00:56:01.358Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-10-01T00:56:01.450Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.977s coverage: 49.5% of statements [2020-10-01T00:56:01.926Z] --- PASS: TestConfigCreateResolve (2.75s) [2020-10-01T00:56:01.926Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T00:56:01.926Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-10-01T00:56:02.495Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-10-01T00:56:02.495Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2020-10-01T00:56:02.495Z] PASS [2020-10-01T00:56:02.495Z] [2020-10-01T00:56:02.495Z] DONE 7 tests in 18.051s [2020-10-01T00:56:02.495Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-10-01T00:56:02.495Z] ++ 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-10-01T00:56:02.495Z] ++ set -e [2020-10-01T00:56:02.495Z] ++ '[' -n 0 ']' [2020-10-01T00:56:02.495Z] ++ set -x [2020-10-01T00:56:02.495Z] ++ env -i DEST=/go/src/github.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-10-01T00:56:02.495Z] INFO: Testing against a local daemon [2020-10-01T00:56:02.495Z] === RUN TestCheckpoint [2020-10-01T00:56:02.495Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T00:56:02.495Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:56:02.495Z] === RUN TestContainerInvalidJSON [2020-10-01T00:56:02.495Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:56:02.495Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:56:02.495Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:56:02.495Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:56:02.495Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:56:02.495Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:56:02.495Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:56:02.495Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:56:02.495Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:56:02.495Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-10-01T00:56:02.495Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-01T00:56:02.495Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T00:56:02.495Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.02s) [2020-10-01T00:56:02.495Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T00:56:02.754Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-10-01T00:56:02.754Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T00:56:02.754Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-10-01T00:56:02.754Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T00:56:02.754Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-10-01T00:56:02.754Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T00:56:02.754Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-10-01T00:56:02.840Z] ok github.com/docker/docker/daemon 12.341s coverage: 17.3% of statements [2020-10-01T00:56:02.840Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-01T00:56:02.840Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-01T00:56:02.840Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-01T00:56:02.840Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-01T00:56:02.840Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-01T00:56:02.840Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.591s coverage: 76.1% of statements [2020-10-01T00:56:03.014Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-10-01T00:56:03.014Z] === RUN TestCopyFromContainer [2020-10-01T00:56:03.416Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.0% of statements [2020-10-01T00:56:04.393Z] === RUN TestCopyFromContainer// [2020-10-01T00:56:04.653Z] === RUN TestCopyFromContainer//bar/root [2020-10-01T00:56:04.653Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-10-01T00:56:04.653Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-01T00:56:04.809Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2020-10-01T00:56:04.809Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.040s coverage: 3.0% of statements [2020-10-01T00:56:04.845Z] --- PASS: TestDaemonRestartIpcMode (3.71s) [2020-10-01T00:56:04.912Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-10-01T00:56:04.912Z] === RUN TestCopyFromContainer/bar/quux [2020-10-01T00:56:05.173Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-01T00:56:05.173Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-01T00:56:05.267Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2020-10-01T00:56:05.267Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-01T00:56:05.267Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-10-01T00:56:05.267Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:56:05.267Z] === RUN TestInfoAPI [2020-10-01T00:56:05.267Z] --- PASS: TestInfoAPI (0.04s) [2020-10-01T00:56:05.267Z] === RUN TestInfoAPIWarnings [2020-10-01T00:56:05.432Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-01T00:56:05.432Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-01T00:56:05.692Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-01T00:56:05.692Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer (3.09s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer// (0.15s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer//bar/root/ (0.18s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.17s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2020-10-01T00:56:05.951Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2020-10-01T00:56:05.951Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T00:56:05.951Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:56:05.951Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:56:05.951Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:56:05.951Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:56:05.951Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:56:05.951Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:56:05.951Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:56:05.951Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:56:05.951Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:56:05.951Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-01T00:56:05.951Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T00:56:05.951Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T00:56:05.951Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-10-01T00:56:05.951Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T00:56:05.951Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-10-01T00:56:05.951Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-10-01T00:56:05.951Z] === RUN TestCreateWithInvalidEnv [2020-10-01T00:56:05.951Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T00:56:05.951Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T00:56:05.951Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T00:56:05.951Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T00:56:05.951Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T00:56:05.951Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T00:56:05.951Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T00:56:05.951Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T00:56:06.203Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 4.8% of statements [2020-10-01T00:56:06.210Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T00:56:06.210Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-01T00:56:06.210Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-01T00:56:06.210Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-01T00:56:06.210Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-10-01T00:56:06.210Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T00:56:06.210Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-10-01T00:56:06.210Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T00:56:06.910Z] --- PASS: TestContainerKillOnDaemonStart (12.49s) [2020-10-01T00:56:06.910Z] PASS [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === Skipped [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-10-01T00:56:06.910Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-01T00:56:06.910Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-01T00:56:06.910Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:56:06.910Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-10-01T00:56:06.910Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-10-01T00:56:06.910Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] [2020-10-01T00:56:06.910Z] DONE 192 tests, 6 skipped in 147.730s [2020-10-01T00:56:06.910Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-10-01T00:56:06.910Z] ++ 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-10-01T00:56:06.910Z] ++ set -e [2020-10-01T00:56:06.910Z] ++ '[' -n 0 ']' [2020-10-01T00:56:06.910Z] ++ set -x [2020-10-01T00:56:06.910Z] ++ env -i DEST=/go/src/github.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-10-01T00:56:06.910Z] INFO: Testing against a local daemon [2020-10-01T00:56:06.910Z] === RUN TestCommitInheritsEnv [2020-10-01T00:56:07.147Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-10-01T00:56:07.152Z] ok github.com/docker/docker/daemon/logger 0.237s coverage: 41.0% of statements [2020-10-01T00:56:07.152Z] ok github.com/docker/docker/daemon/logger/awslogs 0.255s coverage: 77.8% of statements [2020-10-01T00:56:07.203Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-10-01T00:56:07.203Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T00:56:07.203Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-01T00:56:07.203Z] === RUN TestImagesFilterMultiReference [2020-10-01T00:56:07.203Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-10-01T00:56:07.203Z] === RUN TestImagePullPlatformInvalid [2020-10-01T00:56:07.203Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-10-01T00:56:07.203Z] === RUN TestRemoveImageOrphaning [2020-10-01T00:56:07.834Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-10-01T00:56:07.834Z] === RUN TestRemoveImageGarbageCollector [2020-10-01T00:56:07.834Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-01T00:56:07.834Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:56:07.834Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T00:56:07.834Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-10-01T00:56:07.834Z] === RUN TestTagInvalidReference [2020-10-01T00:56:07.834Z] --- PASS: TestTagInvalidReference (0.01s) [2020-10-01T00:56:07.834Z] === RUN TestTagValidPrefixedRepo [2020-10-01T00:56:07.834Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-10-01T00:56:07.834Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T00:56:08.084Z] --- PASS: TestCreateWithCustomMaskedPaths (2.03s) [2020-10-01T00:56:08.084Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T00:56:08.099Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.210s coverage: 57.7% of statements [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-01T00:56:08.100Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-01T00:56:08.100Z] ok github.com/docker/docker/daemon/logger/gelf 0.025s coverage: 67.0% of statements [2020-10-01T00:56:08.131Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-10-01T00:56:08.132Z] === RUN TestTagOfficialNames [2020-10-01T00:56:08.132Z] --- PASS: TestTagOfficialNames (0.03s) [2020-10-01T00:56:08.132Z] === RUN TestTagMatchesDigest [2020-10-01T00:56:08.132Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-10-01T00:56:08.132Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-01T00:56:08.362Z] ok github.com/docker/docker/daemon/logger/journald 0.058s coverage: 23.9% of statements [2020-10-01T00:56:08.937Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.025s coverage: 61.6% of statements [2020-10-01T00:56:08.938Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.021s coverage: 87.2% of statements [2020-10-01T00:56:09.885Z] ok github.com/docker/docker/daemon/logger/local 0.040s coverage: 75.2% of statements [2020-10-01T00:56:09.885Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-01T00:56:10.004Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.98s) [2020-10-01T00:56:10.004Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T00:56:10.264Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:56:10.264Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:56:10.264Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:56:10.264Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:56:10.264Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:56:10.264Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:56:10.264Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:56:10.264Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:56:10.264Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:56:10.264Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:56:10.264Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:56:10.264Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:56:10.264Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:56:10.264Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:56:10.264Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-10-01T00:56:10.264Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-01T00:56:10.264Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T00:56:10.460Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.096s coverage: 33.3% of statements [2020-10-01T00:56:10.722Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 37.7% of statements [2020-10-01T00:56:10.832Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-10-01T00:56:11.091Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-10-01T00:56:11.091Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-10-01T00:56:11.091Z] === RUN TestCreateDifferentPlatform [2020-10-01T00:56:11.091Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T00:56:11.091Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T00:56:11.091Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-10-01T00:56:11.091Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-10-01T00:56:11.091Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T00:56:11.091Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T00:56:11.091Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-10-01T00:56:11.091Z] === RUN TestContainerStartOnDaemonRestart [2020-10-01T00:56:11.091Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-01T00:56:11.091Z] === RUN TestDaemonRestartIpcMode [2020-10-01T00:56:11.091Z] === PAUSE TestDaemonRestartIpcMode [2020-10-01T00:56:11.091Z] === RUN TestDaemonHostGatewayIP [2020-10-01T00:56:11.091Z] === PAUSE TestDaemonHostGatewayIP [2020-10-01T00:56:11.091Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T00:56:11.091Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-01T00:56:11.091Z] === RUN TestDiff [2020-10-01T00:56:11.298Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2020-10-01T00:56:11.874Z] ok github.com/docker/docker/daemon/logger/syslog 0.050s coverage: 46.8% of statements [2020-10-01T00:56:12.027Z] --- PASS: TestDiff (0.76s) [2020-10-01T00:56:12.027Z] === RUN TestExecWithCloseStdin [2020-10-01T00:56:12.027Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-10-01T00:56:12.451Z] ok github.com/docker/docker/daemon/network 0.014s coverage: 63.8% of statements [2020-10-01T00:56:12.964Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-10-01T00:56:12.964Z] === RUN TestExec [2020-10-01T00:56:12.964Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-10-01T00:56:13.025Z] ok github.com/docker/docker/daemon/logger/splunk 1.894s coverage: 82.5% of statements [2020-10-01T00:56:13.025Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-01T00:56:13.025Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-01T00:56:13.532Z] --- PASS: TestExec (0.82s) [2020-10-01T00:56:13.532Z] === RUN TestExecUser [2020-10-01T00:56:13.532Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-10-01T00:56:13.532Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-10-01T00:56:13.599Z] ok github.com/docker/docker/distribution/metadata 0.078s coverage: 48.2% of statements [2020-10-01T00:56:14.471Z] --- PASS: TestExecUser (0.91s) [2020-10-01T00:56:14.471Z] === RUN TestExportContainerAndImportImage [2020-10-01T00:56:14.993Z] ok github.com/docker/docker/distribution 0.279s coverage: 21.9% of statements [2020-10-01T00:56:14.993Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-01T00:56:15.255Z] ok github.com/docker/docker/errdefs 0.011s coverage: 49.4% of statements [2020-10-01T00:56:15.830Z] ok github.com/docker/docker/image 0.049s coverage: 86.4% of statements [2020-10-01T00:56:15.849Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2020-10-01T00:56:15.849Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T00:56:15.849Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-10-01T00:56:16.092Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2020-10-01T00:56:16.108Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-10-01T00:56:16.356Z] ok github.com/docker/docker/distribution/xfer 1.726s coverage: 85.1% of statements [2020-10-01T00:56:16.356Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-01T00:56:16.356Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-01T00:56:16.618Z] ok github.com/docker/docker/image/v1 0.053s coverage: 25.0% of statements [2020-10-01T00:56:16.618Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-01T00:56:16.881Z] ok github.com/docker/docker/libcontainerd/queue 0.038s coverage: 100.0% of statements [2020-10-01T00:56:17.485Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2020-10-01T00:56:17.485Z] === RUN TestHealthCheckWorkdir [2020-10-01T00:56:17.744Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-10-01T00:56:17.828Z] ok github.com/docker/docker/oci 0.039s coverage: 8.2% of statements [2020-10-01T00:56:17.946Z] Removing intermediate container 9e5b5190e1d7 [2020-10-01T00:56:17.946Z] ---> d8adb743a0f9 [2020-10-01T00:56:17.946Z] 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-10-01T00:56:17.946Z] ---> Running in b58bdb00ab5a [2020-10-01T00:56:18.004Z] --- PASS: TestHealthCheckWorkdir (0.82s) [2020-10-01T00:56:18.004Z] === RUN TestHealthKillContainer [2020-10-01T00:56:18.091Z] ok github.com/docker/docker/pkg/aaparser 0.011s coverage: 50.0% of statements [2020-10-01T00:56:18.942Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-10-01T00:56:19.041Z] ok github.com/docker/docker/opts 0.105s coverage: 67.1% of statements [2020-10-01T00:56:19.201Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-10-01T00:56:20.138Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-10-01T00:56:20.435Z] ok github.com/docker/docker/pkg/authorization 0.333s coverage: 68.3% of statements [2020-10-01T00:56:20.435Z] ok github.com/docker/docker/pkg/broadcaster 0.011s coverage: 100.0% of statements [2020-10-01T00:56:20.435Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2020-10-01T00:56:20.706Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-10-01T00:56:20.706Z] --- PASS: TestHealthKillContainer (2.69s) [2020-10-01T00:56:20.706Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T00:56:21.383Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-10-01T00:56:21.383Z] ok github.com/docker/docker/pkg/archive 1.225s coverage: 76.8% of statements [2020-10-01T00:56:21.645Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s) [2020-10-01T00:56:21.645Z] === RUN TestIpcModeNone [2020-10-01T00:56:21.645Z] === RUN TestDockerSuite/TestBuildAddScript [2020-10-01T00:56:21.711Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-10-01T00:56:21.958Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2020-10-01T00:56:22.172Z] go: finding gotest.tools v0.5.3 [2020-10-01T00:56:22.172Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-10-01T00:56:22.172Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-10-01T00:56:22.222Z] ok github.com/docker/docker/pkg/discovery/file 0.019s coverage: 92.9% of statements [2020-10-01T00:56:22.583Z] --- PASS: TestIpcModeNone (0.89s) [2020-10-01T00:56:22.583Z] === RUN TestIpcModePrivate [2020-10-01T00:56:22.598Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-10-01T00:56:22.633Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-10-01T00:56:22.797Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-10-01T00:56:23.152Z] --- PASS: TestIpcModePrivate (0.79s) [2020-10-01T00:56:23.152Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:99, shared: false, mustBeShared: false [2020-10-01T00:56:23.152Z] === RUN TestIpcModeShareable [2020-10-01T00:56:23.374Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-10-01T00:56:23.395Z] --- PASS: TestInfoAPIWarnings (17.34s) [2020-10-01T00:56:23.395Z] === RUN TestInfoDebug [2020-10-01T00:56:23.395Z] --- PASS: TestInfoDebug (1.52s) [2020-10-01T00:56:23.395Z] === RUN TestInfoInsecureRegistries [2020-10-01T00:56:23.604Z] go: downloading github.com/fatih/color v1.9.0 [2020-10-01T00:56:23.604Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-10-01T00:56:23.604Z] go: downloading github.com/pkg/errors v0.9.1 [2020-10-01T00:56:23.604Z] go: extracting github.com/fatih/color v1.9.0 [2020-10-01T00:56:23.604Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-10-01T00:56:23.604Z] go: extracting github.com/pkg/errors v0.9.1 [2020-10-01T00:56:23.604Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:56:23.604Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:56:23.604Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:56:23.604Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:56:23.604Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:56:23.721Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-10-01T00:56:23.951Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-10-01T00:56:23.981Z] --- PASS: TestIpcModeShareable (0.85s) [2020-10-01T00:56:23.981Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-10-01T00:56:23.981Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-01T00:56:24.069Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:56:24.069Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:56:24.069Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:56:24.069Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:56:24.069Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:56:24.069Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:56:24.069Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:56:24.069Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:56:24.069Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:56:24.069Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:56:24.240Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-10-01T00:56:24.807Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-10-01T00:56:24.895Z] ok github.com/docker/docker/pkg/chrootarchive 3.474s coverage: 43.2% of statements [2020-10-01T00:56:24.895Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-10-01T00:56:25.041Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:56:25.300Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-10-01T00:56:25.300Z] === RUN TestInfoRegistryMirrors [2020-10-01T00:56:25.469Z] ok github.com/docker/docker/pkg/fileutils 0.023s coverage: 89.5% of statements [2020-10-01T00:56:25.502Z] go: finding github.com/fatih/color v1.9.0 [2020-10-01T00:56:25.502Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-01T00:56:25.502Z] go: finding github.com/pkg/errors v0.9.1 [2020-10-01T00:56:25.502Z] go: finding github.com/spf13/pflag v1.0.3 [2020-10-01T00:56:25.502Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-10-01T00:56:25.502Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-10-01T00:56:25.730Z] ok github.com/docker/docker/pkg/fsutils 0.292s coverage: 85.1% of statements [2020-10-01T00:56:25.969Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-10-01T00:56:25.969Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-01T00:56:25.969Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-10-01T00:56:25.969Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-10-01T00:56:25.969Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-10-01T00:56:25.992Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2020-10-01T00:56:26.253Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements [2020-10-01T00:56:26.677Z] --- PASS: TestInfoRegistryMirrors (1.54s) [2020-10-01T00:56:26.677Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T00:56:26.677Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2020-10-01T00:56:26.677Z] === RUN TestPingCacheHeaders [2020-10-01T00:56:26.677Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-10-01T00:56:26.677Z] === RUN TestPingGet [2020-10-01T00:56:26.677Z] --- PASS: TestPingGet (0.01s) [2020-10-01T00:56:26.677Z] === RUN TestPingHead [2020-10-01T00:56:26.677Z] --- PASS: TestPingHead (0.02s) [2020-10-01T00:56:26.677Z] === RUN TestVersion [2020-10-01T00:56:26.677Z] --- PASS: TestVersion (0.02s) [2020-10-01T00:56:26.677Z] PASS [2020-10-01T00:56:26.677Z] [2020-10-01T00:56:26.677Z] === Skipped [2020-10-01T00:56:26.677Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T00:56:26.677Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T00:56:26.677Z] [2020-10-01T00:56:26.677Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-10-01T00:56:26.677Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-10-01T00:56:26.677Z] [2020-10-01T00:56:26.677Z] [2020-10-01T00:56:26.677Z] DONE 18 tests, 2 skipped in 27.802s [2020-10-01T00:56:26.677Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-01T00:56:26.732Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.35s) [2020-10-01T00:56:26.732Z] === RUN TestAPIIpcModeHost [2020-10-01T00:56:26.937Z] INFO: Testing against a local daemon [2020-10-01T00:56:26.937Z] === RUN TestVolumesCreateAndList [2020-10-01T00:56:26.937Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-10-01T00:56:26.937Z] === RUN TestVolumesRemove [2020-10-01T00:56:26.937Z] --- PASS: TestVolumesRemove (0.06s) [2020-10-01T00:56:26.937Z] === RUN TestVolumesInspect [2020-10-01T00:56:26.937Z] --- PASS: TestVolumesInspect (0.02s) [2020-10-01T00:56:26.937Z] === RUN TestVolumesInvalidJSON [2020-10-01T00:56:26.937Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T00:56:26.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T00:56:26.937Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T00:56:26.937Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-10-01T00:56:26.937Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T00:56:26.937Z] PASS [2020-10-01T00:56:26.937Z] [2020-10-01T00:56:26.937Z] DONE 5 tests in 0.223s [2020-10-01T00:56:26.937Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T00:56:27.196Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11905 is not a child of this shell [2020-10-01T00:56:27.197Z] warning: PID 11905 from bundles/test-integration/docker.pid had a nonzero exit code [2020-10-01T00:56:27.197Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T00:56:27.197Z] [2020-10-01T00:56:27.197Z] Unloading profiles will leave already running processes permanently [2020-10-01T00:56:27.197Z] unconfined, which can lead to unexpected situations. [2020-10-01T00:56:27.197Z] [2020-10-01T00:56:27.197Z] To set a process to complain mode, use the command line tool [2020-10-01T00:56:27.197Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T00:56:27.197Z] Removing test suite binaries [2020-10-01T00:56:27.197Z] exiting test-integration [2020-10-01T00:56:27.197Z] ++ exit 0 [2020-10-01T00:56:27.201Z] ok github.com/docker/docker/layer 8.080s coverage: 68.8% of statements [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-01T00:56:27.201Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-01T00:56:27.201Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-10-01T00:56:27.314Z] --- PASS: TestAPIIpcModeHost (0.80s) [2020-10-01T00:56:27.314Z] === RUN TestDaemonIpcModeShareable [2020-10-01T00:56:27.463Z] ok github.com/docker/docker/pkg/ioutils 0.591s coverage: 69.3% of statements [2020-10-01T00:56:27.463Z] ok github.com/docker/docker/pkg/idtools 0.753s coverage: 70.1% of statements [2020-10-01T00:56:27.463Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-01T00:56:27.726Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2020-10-01T00:56:27.726Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-01T00:56:27.726Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-01T00:56:27.726Z] ok github.com/docker/docker/pkg/namesgenerator 0.033s coverage: 85.7% of statements [2020-10-01T00:56:27.726Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-01T00:56:27.988Z] ok github.com/docker/docker/pkg/parsers 0.026s coverage: 97.0% of statements [2020-10-01T00:56:28.134Z] [2020-10-01T00:56:28.251Z] ok github.com/docker/docker/pkg/parsers/kernel 0.030s coverage: 60.0% of statements [2020-10-01T00:56:28.514Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2020-10-01T00:56:28.514Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.032s coverage: 86.7% of statements [2020-10-01T00:56:28.514Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-01T00:56:28.514Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-01T00:56:28.690Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-10-01T00:56:28.949Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2020-10-01T00:56:28.950Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2020-10-01T00:56:28.950Z] === RUN TestDaemonIpcModePrivate [2020-10-01T00:56:29.091Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2020-10-01T00:56:29.664Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-10-01T00:56:29.664Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2020-10-01T00:56:29.664Z] ok github.com/docker/docker/pkg/pools 0.022s coverage: 88.2% of statements [2020-10-01T00:56:29.910Z] INFO: Build done for gotestsum... Post stage [Pipeline] junit [2020-10-01T00:56:30.055Z] Recording test results [2020-10-01T00:56:30.328Z] --- PASS: TestDaemonIpcModePrivate (1.42s) [2020-10-01T00:56:30.328Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2020-10-01T00:56:30.328Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-01T00:56:30.500Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:56:30.500Z] [2020-10-01T00:56:30.500Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:56:30.500Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:56:30.500Z] HOSTNAME=af41ebca5928 [2020-10-01T00:56:30.500Z] TESTDEBUG=0 [2020-10-01T00:56:30.500Z] DEST=bundles/test-integration [2020-10-01T00:56:30.500Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:56:30.500Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:56:30.500Z] container=docker [2020-10-01T00:56:30.500Z] HOME=/root [2020-10-01T00:56:30.500Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:56:30.500Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:56:30.500Z] VALIDATE_BRANCH=master [2020-10-01T00:56:30.500Z] TERM=xterm [2020-10-01T00:56:30.500Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:56:30.500Z] SHLVL=1 [2020-10-01T00:56:30.501Z] TIMEOUT=120m [2020-10-01T00:56:30.501Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:56:30.501Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:56:30.501Z] GO111MODULE=off [2020-10-01T00:56:30.501Z] DOCKER_EXPERIMENTAL=1 [2020-10-01T00:56:30.501Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:56:30.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:56:30.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:56:30.501Z] GOPATH=/go [2020-10-01T00:56:30.501Z] PKG_CONFIG=pkg-config [2020-10-01T00:56:30.501Z] _=/usr/bin/env [2020-10-01T00:56:30.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2020-10-01T00:56:30.611Z] ok github.com/docker/docker/pkg/reexec 0.018s coverage: 82.4% of statements Post stage [Pipeline] sh [2020-10-01T00:56:30.911Z] + echo Ensuring container killed. [2020-10-01T00:56:30.911Z] Ensuring container killed. [2020-10-01T00:56:30.911Z] + docker rm -vf docker-pr4 [2020-10-01T00:56:30.911Z] Error: No such container: docker-pr4 [2020-10-01T00:56:30.911Z] + true [Pipeline] sh [2020-10-01T00:56:31.186Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-10-01T00:56:31.186Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 73.9% of statements [2020-10-01T00:56:31.195Z] + echo Chowning /workspace to jenkins user [2020-10-01T00:56:31.195Z] Chowning /workspace to jenkins user [2020-10-01T00:56:31.195Z] + id -u [2020-10-01T00:56:31.195Z] + id -g [2020-10-01T00:56:31.195Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/workspace busybox chown -R 1000:1000 /workspace [2020-10-01T00:56:31.265Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-10-01T00:56:31.761Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-10-01T00:56:31.761Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2020-10-01T00:56:32.202Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2020-10-01T00:56:32.202Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2020-10-01T00:56:32.202Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-01T00:56:32.336Z] ok github.com/docker/docker/pkg/symlink 0.021s coverage: 87.7% of statements [Pipeline] catchError [Pipeline] { [2020-10-01T00:56:32.598Z] ok github.com/docker/docker/pkg/sysinfo 0.019s coverage: 54.2% of statements [Pipeline] sh [2020-10-01T00:56:32.875Z] + bundleName=amd64-rootless [2020-10-01T00:56:32.875Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-10-01T00:56:32.875Z] Creating amd64-rootless-bundles.tar.gz [2020-10-01T00:56:32.875Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-01T00:56:32.875Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-10-01T00:56:32.887Z] Archiving artifacts [2020-10-01T00:56:33.156Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-10-01T00:56:33.173Z] ok github.com/docker/docker/pkg/system 0.039s coverage: 36.9% of statements [Pipeline] sh [2020-10-01T00:56:33.436Z] ok github.com/docker/docker/pkg/signal 2.788s coverage: 61.0% of statements [2020-10-01T00:56:33.477Z] + make clean [2020-10-01T00:56:33.585Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-10-01T00:56:33.585Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s) [2020-10-01T00:56:33.585Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2020-10-01T00:56:33.585Z] === RUN TestIpcModeOlderClient [2020-10-01T00:56:33.585Z] === PAUSE TestIpcModeOlderClient [2020-10-01T00:56:33.585Z] === RUN TestKillContainerInvalidSignal [2020-10-01T00:56:33.699Z] ok github.com/docker/docker/pkg/tailfile 0.149s coverage: 88.6% of statements [2020-10-01T00:56:33.737Z] docker volume rm -f docker-dev-cache [2020-10-01T00:56:33.737Z] docker-dev-cache [Pipeline] deleteDir [2020-10-01T00:56:33.962Z] testing: warning: no tests to run [2020-10-01T00:56:33.962Z] coverage: [no statements] [2020-10-01T00:56:33.962Z] ok github.com/docker/docker/pkg/term/windows 0.018s coverage: [no statements] [no tests to run] [2020-10-01T00:56:34.224Z] ok github.com/docker/docker/pkg/tarsum 0.137s coverage: 89.3% of statements [2020-10-01T00:56:34.224Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-10-01T00:56:34.224Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-01T00:56:34.522Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2020-10-01T00:56:34.522Z] === RUN TestKillContainer [2020-10-01T00:56:34.522Z] === RUN TestKillContainer/no_signal [2020-10-01T00:56:34.800Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2020-10-01T00:56:35.460Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T00:56:35.460Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-10-01T00:56:35.747Z] ok github.com/docker/docker/plugin/v2 0.017s coverage: 14.5% of statements [2020-10-01T00:56:36.010Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 75.3% of statements [2020-10-01T00:56:36.029Z] === RUN TestKillContainer/killing_signal [2020-10-01T00:56:36.273Z] ok github.com/docker/docker/reference 0.024s coverage: 84.4% of statements [2020-10-01T00:56:36.966Z] --- PASS: TestKillContainer (2.30s) [2020-10-01T00:56:36.966Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-10-01T00:56:36.966Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2020-10-01T00:56:36.966Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2020-10-01T00:56:36.966Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T00:56:36.966Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-01T00:56:36.966Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-10-01T00:56:37.221Z] ok github.com/docker/docker/plugin 0.574s coverage: 23.1% of statements [2020-10-01T00:56:37.431Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-10-01T00:56:37.484Z] ok github.com/docker/docker/registry/resumable 0.038s coverage: 100.0% of statements [2020-10-01T00:56:37.534Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-10-01T00:56:37.535Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-01T00:56:38.068Z] ok github.com/docker/docker/restartmanager 0.020s coverage: 45.3% of statements [2020-10-01T00:56:38.103Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-10-01T00:56:38.331Z] ok github.com/docker/docker/registry 0.240s coverage: 56.3% of statements [2020-10-01T00:56:38.362Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2020-10-01T00:56:38.362Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-10-01T00:56:38.362Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-10-01T00:56:38.362Z] === RUN TestKillStoppedContainer [2020-10-01T00:56:38.362Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-10-01T00:56:38.362Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T00:56:38.362Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-10-01T00:56:38.362Z] === RUN TestKillDifferentUserContainer [2020-10-01T00:56:38.362Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-10-01T00:56:38.362Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-10-01T00:56:38.594Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2020-10-01T00:56:38.857Z] ok github.com/docker/docker/runconfig 0.034s coverage: 66.1% of statements [2020-10-01T00:56:38.930Z] === RUN TestDockerSuite/TestBuildAddTar [2020-10-01T00:56:39.190Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2020-10-01T00:56:39.190Z] === RUN TestInspectOomKilledTrue [2020-10-01T00:56:39.190Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-10-01T00:56:39.190Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:56:39.190Z] === RUN TestInspectOomKilledFalse [2020-10-01T00:56:39.190Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-01T00:56:39.190Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:56:39.190Z] === RUN TestLinksEtcHostsContentMatch [2020-10-01T00:56:39.759Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2020-10-01T00:56:39.759Z] === RUN TestLinksContainerNames [2020-10-01T00:56:39.944Z] tests/integration/client_test.py ..... [ 75%] [2020-10-01T00:56:39.944Z] tests/integration/context_api_test.py ... [ 76%] [2020-10-01T00:56:39.944Z] tests/integration/errors_test.py . [ 76%] [2020-10-01T00:56:40.329Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-10-01T00:56:40.778Z] ok github.com/docker/docker/volume/drivers 0.029s coverage: 36.1% of statements [2020-10-01T00:56:41.268Z] --- PASS: TestLinksContainerNames (1.49s) [2020-10-01T00:56:41.268Z] === RUN TestLogsFollowTailEmpty [2020-10-01T00:56:41.726Z] ok github.com/docker/docker/volume/local 0.043s coverage: 73.0% of statements [2020-10-01T00:56:41.726Z] ok github.com/docker/docker/volume/mounts 0.066s coverage: 67.0% of statements [2020-10-01T00:56:42.205Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-10-01T00:56:42.205Z] --- PASS: TestLogsFollowTailEmpty (0.81s) [2020-10-01T00:56:42.205Z] === RUN TestContainerNetworkMountsNoChown [2020-10-01T00:56:42.299Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2020-10-01T00:56:42.773Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/default [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/default [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/private [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/private [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rprivate [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/slave [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/slave [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rslave [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/shared [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/shared [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rshared [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-01T00:56:42.773Z] === CONT TestMountDaemonRoot/default [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:56:42.773Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-01T00:56:42.773Z] === CONT TestMountDaemonRoot/rshared [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:56:42.773Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:56:42.773Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:56:42.773Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-01T00:56:42.773Z] === CONT TestMountDaemonRoot/shared [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:56:42.774Z] === CONT TestMountDaemonRoot/rslave [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:56:42.774Z] === CONT TestMountDaemonRoot/slave [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:56:42.774Z] === CONT TestMountDaemonRoot/rprivate [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:56:42.774Z] === CONT TestMountDaemonRoot/private [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-01T00:56:42.774Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:56:42.774Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:56:42.774Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-01T00:56:43.033Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-01T00:56:43.298Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T00:56:43.558Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-01T00:56:43.558Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-01T00:56:43.558Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-10-01T00:56:43.558Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-10-01T00:56:43.558Z] === RUN TestContainerBindMountNonRecursive [2020-10-01T00:56:43.817Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-10-01T00:56:45.748Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-10-01T00:56:45.748Z] --- PASS: TestContainerBindMountNonRecursive (2.31s) [2020-10-01T00:56:45.748Z] === RUN TestNetworkNat [2020-10-01T00:56:46.688Z] --- PASS: TestNetworkNat (0.84s) [2020-10-01T00:56:46.688Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T00:56:46.948Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-10-01T00:56:47.516Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-10-01T00:56:47.516Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2020-10-01T00:56:47.516Z] === RUN TestNetworkLoopbackNat [2020-10-01T00:56:47.616Z] Removing intermediate container b58bdb00ab5a [2020-10-01T00:56:47.616Z] ---> 53f005912563 [2020-10-01T00:56:47.616Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-10-01T00:56:47.616Z] ---> Running in b826efcf2c02 [2020-10-01T00:56:47.616Z] Removing intermediate container b826efcf2c02 [2020-10-01T00:56:47.616Z] ---> fc07ce29a622 [2020-10-01T00:56:47.616Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-10-01T00:56:47.616Z] ---> Running in 1daae3ddf029 [2020-10-01T00:56:47.616Z] Removing intermediate container 1daae3ddf029 [2020-10-01T00:56:47.616Z] ---> d3452132079f [2020-10-01T00:56:47.616Z] Step 10/10 : COPY . . [2020-10-01T00:56:48.087Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-10-01T00:56:49.025Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-10-01T00:56:49.025Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-10-01T00:56:50.406Z] --- PASS: TestNetworkLoopbackNat (3.03s) [2020-10-01T00:56:50.406Z] === RUN TestPause [2020-10-01T00:56:50.666Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-10-01T00:56:51.234Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-10-01T00:56:51.234Z] --- PASS: TestPause (0.77s) [2020-10-01T00:56:51.234Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T00:56:51.234Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:56:51.234Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:56:51.234Z] === RUN TestPauseStopPausedContainer [2020-10-01T00:56:52.171Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2020-10-01T00:56:52.171Z] === RUN TestPsFilter [2020-10-01T00:56:52.171Z] --- PASS: TestPsFilter (0.13s) [2020-10-01T00:56:52.171Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T00:56:52.429Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-10-01T00:56:52.690Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.58s) [2020-10-01T00:56:52.690Z] === RUN TestRemoveContainerWithVolume [2020-10-01T00:56:53.258Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2020-10-01T00:56:53.258Z] === RUN TestRemoveContainerRunning [2020-10-01T00:56:53.828Z] --- PASS: TestRemoveContainerRunning (0.70s) [2020-10-01T00:56:53.828Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T00:56:54.396Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2020-10-01T00:56:54.396Z] === RUN TestRemoveInvalidContainer [2020-10-01T00:56:54.396Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-10-01T00:56:54.396Z] === RUN TestRenameLinkedContainer [2020-10-01T00:56:54.655Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-10-01T00:56:57.191Z] --- PASS: TestRenameLinkedContainer (2.58s) [2020-10-01T00:56:57.191Z] === RUN TestRenameStoppedContainer [2020-10-01T00:56:57.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T00:56:57.759Z] === RUN TestDockerSuite/TestBuildBlankName [2020-10-01T00:56:57.759Z] --- PASS: TestRenameStoppedContainer (0.61s) [2020-10-01T00:56:57.759Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T00:56:58.018Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-10-01T00:56:58.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T00:56:58.955Z] --- PASS: TestRenameRunningContainerAndReuse (1.22s) [2020-10-01T00:56:58.955Z] === RUN TestRenameInvalidName [2020-10-01T00:56:59.524Z] --- PASS: TestRenameInvalidName (0.61s) [2020-10-01T00:56:59.524Z] === RUN TestRenameAnonymousContainer [2020-10-01T00:56:59.784Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-10-01T00:57:01.162Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-10-01T00:57:01.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-10-01T00:57:01.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T00:57:01.731Z] --- PASS: TestRenameAnonymousContainer (2.37s) [2020-10-01T00:57:01.731Z] === RUN TestRenameContainerWithSameName [2020-10-01T00:57:02.669Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-10-01T00:57:02.669Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2020-10-01T00:57:02.669Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T00:57:04.049Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2020-10-01T00:57:04.049Z] === RUN TestResize [2020-10-01T00:57:04.258Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/rootless [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/volume [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-01T00:57:04.258Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === Skipped [2020-10-01T00:57:04.258Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-01T00:57:04.258Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-01T00:57:04.258Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-01T00:57:04.258Z] time="2020-10-01T00:55:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-01T00:57:04.258Z] time="2020-10-01T00:55:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-01T00:57:04.258Z] time="2020-10-01T00:55:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-01T00:57:04.258Z] time="2020-10-01T00:55:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-01T00:57:04.258Z] time="2020-10-01T00:55:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-01T00:57:04.258Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-01T00:57:04.258Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-01T00:57:04.258Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T00:57:04.258Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-01T00:57:04.258Z] graphtest_unix.go:73: No driver to put! [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-01T00:57:04.258Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-01T00:57:04.258Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] [2020-10-01T00:57:04.258Z] DONE 2148 tests, 26 skipped in 190.417s Post stage [Pipeline] junit [2020-10-01T00:57:04.536Z] Recording test results [2020-10-01T00:57:04.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-10-01T00:57:04.995Z] --- PASS: TestResize (0.94s) [2020-10-01T00:57:04.995Z] === RUN TestResizeWithInvalidSize [2020-10-01T00:57:05.934Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-10-01T00:57:05.934Z] === RUN TestResizeWhenContainerNotStarted [2020-10-01T00:57:06.505Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:06.505Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:06.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:06.505Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T00:57:06.505Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-01T00:57:06.938Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -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:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh dynbinary test-integration [2020-10-01T00:57:07.074Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-10-01T00:57:07.510Z] [2020-10-01T00:57:07.772Z] Removing bundles/ [2020-10-01T00:57:07.772Z] [2020-10-01T00:57:07.772Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-10-01T00:57:07.772Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:57:07.772Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:57:08.455Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-10-01T00:57:09.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:09.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:10.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-10-01T00:57:11.035Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-10-01T00:57:11.296Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T00:57:11.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-10-01T00:57:11.814Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T00:57:13.721Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T00:57:13.980Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T00:57:15.889Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-10-01T00:57:16.830Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T00:57:17.089Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T00:57:17.629Z] ---> 54e14d62cbd8 [2020-10-01T00:57:17.629Z] Successfully built 54e14d62cbd8 [2020-10-01T00:57:17.629Z] Successfully tagged docker:latest [2020-10-01T00:57:17.629Z] INFO: Image build ended at 10/01/2020 00:57:14. Duration:00:03:58.4152252 [2020-10-01T00:57:17.629Z] [2020-10-01T00:57:17.629Z] [2020-10-01T00:57:17.629Z] INFO: Building the test binaries at 10/01/2020 00:57:14... [2020-10-01T00:57:19.827Z] INFO: make.ps1 starting at 10/01/2020 00:57:19 [2020-10-01T00:57:19.827Z] INFO: Git commit (ef553e14a4) assumed from DOCKER_GITCOMMIT environment variable [2020-10-01T00:57:19.827Z] INFO: Invoking autogen... [2020-10-01T00:57:21.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T00:57:21.282Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T00:57:21.369Z] INFO: Building daemon... [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.99s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.36s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.78s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.77s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.00s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.15s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.49s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.14s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.20s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.29s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.49s) [2020-10-01T00:57:24.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.25s) [2020-10-01T00:57:24.572Z] === RUN TestCgroupNamespacesRun [2020-10-01T00:57:26.485Z] --- PASS: TestCgroupNamespacesRun (1.89s) [2020-10-01T00:57:26.485Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-01T00:57:27.434Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-10-01T00:57:28.373Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2020-10-01T00:57:28.373Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-01T00:57:28.723Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T00:57:28.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T00:57:28.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T00:57:28.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-10-01T00:57:29.388Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-10-01T00:57:29.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T00:57:29.882Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-10-01T00:57:29.882Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-10-01T00:57:29.882Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-01T00:57:30.062Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T00:57:30.304Z] --- PASS: TestImportExtremelyLargeImageWorks (81.38s) [2020-10-01T00:57:30.304Z] PASS [2020-10-01T00:57:30.304Z] [2020-10-01T00:57:30.304Z] === Skipped [2020-10-01T00:57:30.304Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-01T00:57:30.304Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:57:30.304Z] [2020-10-01T00:57:30.304Z] [2020-10-01T00:57:30.304Z] DONE 12 tests, 1 skipped in 82.817s [2020-10-01T00:57:30.304Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-10-01T00:57:30.304Z] ++ 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-10-01T00:57:30.304Z] ++ set -e [2020-10-01T00:57:30.304Z] ++ '[' -n 0 ']' [2020-10-01T00:57:30.304Z] ++ set -x [2020-10-01T00:57:30.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:57:30.304Z] INFO: Testing against a local daemon [2020-10-01T00:57:30.304Z] === RUN TestNetworkCreateDelete [2020-10-01T00:57:30.304Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-10-01T00:57:30.304Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T00:57:30.304Z] --- PASS: TestDockerNetworkDeletePreferID (0.32s) [2020-10-01T00:57:30.304Z] === RUN TestDaemonDNSFallback [2020-10-01T00:57:30.823Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-10-01T00:57:31.763Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-10-01T00:57:31.763Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-01T00:57:32.023Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-10-01T00:57:32.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T00:57:32.367Z] --- PASS: TestDaemonDNSFallback (2.42s) [2020-10-01T00:57:32.367Z] === RUN TestInspectNetwork [2020-10-01T00:57:33.404Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2020-10-01T00:57:33.404Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-01T00:57:34.786Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-10-01T00:57:35.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-10-01T00:57:35.305Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2020-10-01T00:57:35.306Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-01T00:57:35.565Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-10-01T00:57:35.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T00:57:36.133Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2020-10-01T00:57:36.134Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-01T00:57:37.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-10-01T00:57:37.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T00:57:37.959Z] === RUN TestInspectNetwork/full_network_id [2020-10-01T00:57:37.959Z] === RUN TestInspectNetwork/partial_network_id [2020-10-01T00:57:37.959Z] === RUN TestInspectNetwork/network_name [2020-10-01T00:57:37.959Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-01T00:57:38.011Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2020-10-01T00:57:38.011Z] === RUN TestKernelTCPMemory [2020-10-01T00:57:38.580Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-10-01T00:57:38.840Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-10-01T00:57:38.840Z] === RUN TestNISDomainname [2020-10-01T00:57:39.099Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-10-01T00:57:39.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T00:57:39.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T00:57:40.037Z] --- PASS: TestNISDomainname (1.03s) [2020-10-01T00:57:40.037Z] === RUN TestHostnameDnsResolution [2020-10-01T00:57:41.418Z] --- PASS: TestHostnameDnsResolution (1.28s) [2020-10-01T00:57:41.418Z] === RUN TestStats [2020-10-01T00:57:42.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T00:57:43.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T00:57:43.325Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-10-01T00:57:43.515Z] --- PASS: TestInspectNetwork (11.12s) [2020-10-01T00:57:43.515Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-01T00:57:43.515Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-01T00:57:43.515Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-01T00:57:43.515Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-01T00:57:43.515Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T00:57:43.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-10-01T00:57:43.844Z] --- PASS: TestStats (2.78s) [2020-10-01T00:57:43.844Z] === RUN TestStopContainerWithTimeout [2020-10-01T00:57:43.844Z] === RUN TestStopContainerWithTimeout/0 [2020-10-01T00:57:43.844Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-01T00:57:43.844Z] === RUN TestStopContainerWithTimeout/1 [2020-10-01T00:57:43.844Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-01T00:57:43.844Z] === RUN TestStopContainerWithTimeout/3 [2020-10-01T00:57:43.844Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-01T00:57:43.844Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-01T00:57:43.844Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-01T00:57:43.844Z] === CONT TestStopContainerWithTimeout/0 [2020-10-01T00:57:43.844Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-01T00:57:44.785Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-10-01T00:57:45.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-10-01T00:57:45.047Z] === CONT TestStopContainerWithTimeout/3 [2020-10-01T00:57:45.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T00:57:45.236Z] ......... [ 86%] [2020-10-01T00:57:46.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T00:57:46.239Z] --- PASS: TestRunContainerWithBridgeNone (2.49s) [2020-10-01T00:57:46.239Z] === RUN TestNetworkInvalidJSON [2020-10-01T00:57:46.239Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T00:57:46.239Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T00:57:46.239Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:57:46.239Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:57:46.239Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:57:46.239Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:57:46.239Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T00:57:46.239Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T00:57:46.239Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T00:57:46.239Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-10-01T00:57:46.239Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-01T00:57:46.239Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-01T00:57:46.239Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-01T00:57:46.239Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T00:57:46.428Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-10-01T00:57:46.529Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-10-01T00:57:46.529Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T00:57:46.997Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-10-01T00:57:46.997Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-10-01T00:57:46.997Z] === CONT TestStopContainerWithTimeout/1 [2020-10-01T00:57:47.560Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-10-01T00:57:47.560Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T00:57:47.565Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-10-01T00:57:47.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T00:57:48.592Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-10-01T00:57:48.592Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T00:57:48.943Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-10-01T00:57:48.943Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2020-10-01T00:57:48.943Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2020-10-01T00:57:48.943Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2020-10-01T00:57:48.943Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2020-10-01T00:57:48.943Z] === RUN TestDeleteDevicemapper [2020-10-01T00:57:48.943Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-01T00:57:48.943Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:57:48.943Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T00:57:49.281Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:57:49.281Z] Using test binary docker [2020-10-01T00:57:49.281Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-01T00:57:49.281Z] +++ /etc/init.d/apparmor start [2020-10-01T00:57:49.281Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:57:49.281Z] INFO: Waiting for daemon to start... [2020-10-01T00:57:49.281Z] Starting dockerd [2020-10-01T00:57:49.281Z] +++ 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-10-01T00:57:49.623Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-10-01T00:57:49.623Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T00:57:50.654Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2020-10-01T00:57:50.654Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T00:57:51.358Z] . [2020-10-01T00:57:51.358Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:57:51.358Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:57:51.358Z] Error: No such image: emptyfs [2020-10-01T00:57:51.358Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:57:51.358Z] ++++ docker load [2020-10-01T00:57:51.656Z] Running integration-test (iteration 1) [2020-10-01T00:57:51.656Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-10-01T00:57:51.656Z] ++ 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-10-01T00:57:51.656Z] ++ set -e [2020-10-01T00:57:51.656Z] ++ '[' -n 0 ']' [2020-10-01T00:57:51.656Z] ++ set -x [2020-10-01T00:57:51.656Z] ++ env -i DEST=/go/src/github.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-10-01T00:57:51.684Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-10-01T00:57:51.685Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T00:57:52.237Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.10s) [2020-10-01T00:57:52.237Z] === RUN TestUpdateMemory [2020-10-01T00:57:52.237Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-01T00:57:52.237Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:57:52.237Z] === RUN TestUpdateCPUQuota [2020-10-01T00:57:52.840Z] tests/integration/models_images_test.py ............... [ 89%] [2020-10-01T00:57:53.614Z] --- PASS: TestUpdateCPUQuota (1.46s) [2020-10-01T00:57:53.614Z] === RUN TestUpdatePidsLimit [2020-10-01T00:57:53.615Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-01T00:57:53.615Z] === RUN TestUpdatePidsLimit/no_change [2020-10-01T00:57:53.874Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-10-01T00:57:54.135Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-01T00:57:54.279Z] tests/integration/models_networks_test.py .... [ 90%] [2020-10-01T00:57:54.705Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-01T00:57:54.965Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-01T00:57:55.198Z] --- PASS: TestServiceWithPredefinedNetwork (3.16s) [2020-10-01T00:57:55.198Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T00:57:55.198Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T00:57:55.198Z] service_test.go:236: FLAKY_TEST [2020-10-01T00:57:55.198Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T00:57:55.534Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-01T00:57:55.792Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-10-01T00:57:55.793Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-01T00:57:56.361Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-10-01T00:57:56.931Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit (3.75s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/update_lower (0.50s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2020-10-01T00:57:57.190Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2020-10-01T00:57:57.190Z] === RUN TestUpdateRestartPolicy [2020-10-01T00:57:57.761Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-10-01T00:57:59.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-10-01T00:58:00.813Z] tests/integration/models_nodes_test.py . [ 91%] [2020-10-01T00:58:00.813Z] tests/integration/models_resources_test.py . [ 91%] [2020-10-01T00:58:01.046Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-10-01T00:58:02.424Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-10-01T00:58:02.995Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-10-01T00:58:03.934Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-10-01T00:58:04.871Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-10-01T00:58:05.443Z] === RUN TestDockerSuite/TestBuildCmd [2020-10-01T00:58:05.702Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-10-01T00:58:05.702Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-10-01T00:58:05.702Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-10-01T00:58:05.702Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-10-01T00:58:05.961Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-10-01T00:58:06.223Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-10-01T00:58:06.223Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-10-01T00:58:06.566Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-10-01T00:58:07.069Z] Loaded image: buildpack-deps:buster [2020-10-01T00:58:07.069Z] Loaded image: busybox:latest [2020-10-01T00:58:07.069Z] Loaded image: busybox:glibc [2020-10-01T00:58:07.069Z] Loaded image: debian:buster [2020-10-01T00:58:07.069Z] Loaded image: hello-world:latest [2020-10-01T00:58:07.069Z] INFO: Testing against a local daemon [2020-10-01T00:58:07.069Z] === RUN TestCgroupNamespacesBuild [2020-10-01T00:58:07.069Z] --- PASS: TestCgroupNamespacesBuild (1.35s) [2020-10-01T00:58:07.069Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-01T00:58:07.160Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-10-01T00:58:07.706Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s) [2020-10-01T00:58:07.706Z] === RUN TestBuildWithSession [2020-10-01T00:58:07.706Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T00:58:07.706Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:58:07.706Z] === RUN TestBuildSquashParent [2020-10-01T00:58:09.064Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-10-01T00:58:09.632Z] --- PASS: TestUpdateRestartPolicy (12.47s) [2020-10-01T00:58:09.632Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T00:58:09.820Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-10-01T00:58:09.820Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-10-01T00:58:10.202Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-10-01T00:58:10.202Z] === RUN TestWaitNonBlocked [2020-10-01T00:58:10.202Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:58:10.202Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:58:10.202Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:58:10.202Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:58:10.461Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T00:58:10.461Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T00:58:11.840Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-10-01T00:58:11.841Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2020-10-01T00:58:11.841Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.20s) [2020-10-01T00:58:11.841Z] === RUN TestWaitBlocked [2020-10-01T00:58:11.841Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:58:11.841Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:58:11.841Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:58:11.841Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:58:11.841Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T00:58:11.841Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T00:58:12.100Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-10-01T00:58:12.176Z] --- PASS: TestBuildSquashParent (4.58s) [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:58:12.176Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:58:12.176Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:58:12.176Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T00:58:12.176Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T00:58:12.176Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T00:58:12.176Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T00:58:13.038Z] --- PASS: TestWaitBlocked (0.02s) [2020-10-01T00:58:13.038Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2020-10-01T00:58:13.038Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2020-10-01T00:58:13.038Z] === CONT TestContainerStartOnDaemonRestart [2020-10-01T00:58:13.038Z] === CONT TestContainerKillOnDaemonStart [2020-10-01T00:58:13.297Z] === RUN TestDockerSuite/TestBuildContChar [2020-10-01T00:58:13.457Z] tests/integration/regression_test.py ...... [ 98%] [2020-10-01T00:58:13.557Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-10-01T00:58:13.714Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-10-01T00:58:13.714Z] tests/integration/credentials/utils_test.py . [100%] [2020-10-01T00:58:13.714Z] [2020-10-01T00:58:13.714Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-10-01T00:58:13.714Z] =========================== short test summary info ============================ [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-10-01T00:58:13.714Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-10-01T00:58:13.714Z] Not supported on most drivers [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-10-01T00:58:13.714Z] Output of docker top depends on host distro, and is not formalized. [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-10-01T00:58:13.714Z] Output of docker top depends on host distro, and is not formalized. [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-10-01T00:58:13.714Z] Can fail if eth0 has multiple IP addresses [2020-10-01T00:58:13.714Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-10-01T00:58:13.714Z] This doesn't seem to be taken into account by the engine [2020-10-01T00:58:13.714Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-10-01T00:58:13.714Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-10-01T00:58:13.714Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 331.70 seconds == [2020-10-01T00:58:13.970Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-10-01T00:58:14.266Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T00:58:14.560Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T00:58:15.533Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-10-01T00:58:15.533Z] [2020-10-01T00:58:15.533Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-10-01T00:58:16.105Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-10-01T00:58:16.105Z] HOSTNAME=4594d92e5f1d [2020-10-01T00:58:16.105Z] TESTDEBUG=0 [2020-10-01T00:58:16.105Z] DEST=bundles/test-integration [2020-10-01T00:58:16.105Z] PWD=/go/src/github.com/docker/docker [2020-10-01T00:58:16.105Z] DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe [2020-10-01T00:58:16.105Z] container=docker [2020-10-01T00:58:16.105Z] HOME=/root [2020-10-01T00:58:16.105Z] GOLANG_VERSION=1.13.15 [2020-10-01T00:58:16.105Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-10-01T00:58:16.105Z] VALIDATE_BRANCH=master [2020-10-01T00:58:16.105Z] TERM=xterm [2020-10-01T00:58:16.105Z] DOCKER_PKG=github.com/docker/docker [2020-10-01T00:58:16.105Z] SHLVL=1 [2020-10-01T00:58:16.105Z] TIMEOUT=120m [2020-10-01T00:58:16.105Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-10-01T00:58:16.105Z] DOCKER_GRAPHDRIVER=overlay2 [2020-10-01T00:58:16.105Z] GO111MODULE=off [2020-10-01T00:58:16.105Z] DOCKER_EXPERIMENTAL=1 [2020-10-01T00:58:16.105Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-10-01T00:58:16.105Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-10-01T00:58:16.105Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-10-01T00:58:16.105Z] GOPATH=/go [2020-10-01T00:58:16.105Z] PKG_CONFIG=pkg-config [2020-10-01T00:58:16.105Z] _=/usr/bin/env [2020-10-01T00:58:16.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.11s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.26s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.69s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.73s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s) [2020-10-01T00:58:16.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.00s) [2020-10-01T00:58:16.665Z] === RUN TestBuildMultiStageCopy [2020-10-01T00:58:16.665Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T00:58:17.005Z] --- PASS: TestContainerStartOnDaemonRestart (3.78s) [2020-10-01T00:58:17.005Z] === CONT TestDaemonHostGatewayIP [2020-10-01T00:58:17.005Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-10-01T00:58:17.005Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-10-01T00:58:17.645Z] --- PASS: TestServiceWithDataPathPortInit (20.63s) [2020-10-01T00:58:17.646Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T00:58:17.705Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T00:58:17.941Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-10-01T00:58:18.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T00:58:18.203Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-10-01T00:58:18.319Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T00:58:18.462Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-10-01T00:58:18.617Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T00:58:19.030Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy (2.67s) [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.43s) [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.29s) [2020-10-01T00:58:19.252Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s) [2020-10-01T00:58:19.252Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T00:58:19.598Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-10-01T00:58:19.858Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-10-01T00:58:19.888Z] --- PASS: TestBuildMultiStageParentConfig (0.78s) [2020-10-01T00:58:19.888Z] === RUN TestBuildLabelWithTargets [2020-10-01T00:58:20.118Z] --- PASS: TestDaemonHostGatewayIP (3.42s) [2020-10-01T00:58:20.118Z] === CONT TestDaemonRestartIpcMode [2020-10-01T00:58:21.405Z] --- PASS: TestBuildLabelWithTargets (1.24s) [2020-10-01T00:58:21.405Z] === RUN TestBuildWithEmptyLayers [2020-10-01T00:58:21.699Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-10-01T00:58:21.699Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T00:58:22.660Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-10-01T00:58:23.229Z] --- PASS: TestDaemonRestartIpcMode (3.22s) [2020-10-01T00:58:23.229Z] === CONT TestIpcModeOlderClient [2020-10-01T00:58:23.229Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-10-01T00:58:23.780Z] --- PASS: TestBuildMultiStageOnBuild (1.68s) [2020-10-01T00:58:23.780Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T00:58:24.418Z] --- PASS: TestBuildUncleanTarFilenames (0.86s) [2020-10-01T00:58:24.418Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T00:58:25.936Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2020-10-01T00:58:25.936Z] === RUN TestBuildWithHugeFile [2020-10-01T00:58:26.154Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T00:58:26.154Z] [2020-10-01T00:58:26.154Z] Unloading profiles will leave already running processes permanently [2020-10-01T00:58:26.154Z] unconfined, which can lead to unexpected situations. [2020-10-01T00:58:26.154Z] [2020-10-01T00:58:26.154Z] To set a process to complain mode, use the command line tool [2020-10-01T00:58:26.154Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T00:58:26.154Z] [2020-10-01T00:58:26.159Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.99s) [2020-10-01T00:58:26.159Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qnwuf526o66z5xj6krafnkz5r Created:2020-10-01 00:58:16.700196839 +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[7ee1d16b5bdf3e7727469d8571824bc664c2d7029b9496cbf2daa1f074005ebd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qspnn6grftic8zna66wv5jo3f EndpointID:ab3671c4763d1387a5a1d00ee7774618390f9462abfd2ef0b1465c423dc723d8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:57f8919efd107fe5ad679c83bf4193303efc6162021ae3fafbd91f47da127d75 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:6d883236965a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qspnn6grftic8zna66wv5jo3f EndpointID:ab3671c4763d1387a5a1d00ee7774618390f9462abfd2ef0b1465c423dc723d8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-01T00:58:26.159Z] PASS [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] === Skipped [2020-10-01T00:58:26.159Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T00:58:26.159Z] service_test.go:236: FLAKY_TEST [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] DONE 23 tests, 1 skipped in 55.809s [2020-10-01T00:58:26.159Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-01T00:58:26.159Z] ++ 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-10-01T00:58:26.159Z] ++ set -e [2020-10-01T00:58:26.159Z] ++ '[' -n 0 ']' [2020-10-01T00:58:26.159Z] ++ set -x [2020-10-01T00:58:26.159Z] ++ env -i DEST=/go/src/github.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-10-01T00:58:26.159Z] INFO: Testing against a local daemon [2020-10-01T00:58:26.159Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-01T00:58:26.159Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T00:58:26.159Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:58:26.159Z] === RUN TestDockerNetworkIpvlan [2020-10-01T00:58:26.159Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-01T00:58:26.159Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:58:26.159Z] PASS [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] === Skipped [2020-10-01T00:58:26.159Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T00:58:26.159Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-01T00:58:26.159Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] [2020-10-01T00:58:26.159Z] DONE 2 tests, 2 skipped in 0.194s [2020-10-01T00:58:26.159Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-01T00:58:26.159Z] ++ 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-10-01T00:58:26.159Z] ++ set -e [2020-10-01T00:58:26.159Z] ++ '[' -n 0 ']' [2020-10-01T00:58:26.159Z] ++ set -x [2020-10-01T00:58:26.159Z] ++ env -i DEST=/go/src/github.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-10-01T00:58:26.159Z] INFO: Testing against a local daemon [2020-10-01T00:58:26.159Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-01T00:58:26.518Z] --- PASS: TestContainerKillOnDaemonStart (13.17s) [2020-10-01T00:58:26.518Z] PASS [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === Skipped [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-10-01T00:58:26.518Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-10-01T00:58:26.518Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-01T00:58:26.518Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T00:58:26.518Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-01T00:58:26.518Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-10-01T00:58:26.518Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] [2020-10-01T00:58:26.518Z] DONE 192 tests, 6 skipped in 143.574s [2020-10-01T00:58:26.518Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-10-01T00:58:26.518Z] ++ 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-10-01T00:58:26.518Z] ++ set -e [2020-10-01T00:58:26.518Z] ++ '[' -n 0 ']' [2020-10-01T00:58:26.518Z] ++ set -x [2020-10-01T00:58:26.518Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:58:26.518Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-10-01T00:58:26.518Z] INFO: Testing against a local daemon [2020-10-01T00:58:26.518Z] === RUN TestCommitInheritsEnv Post stage [Pipeline] junit [2020-10-01T00:58:26.727Z] Recording test results [2020-10-01T00:58:26.779Z] --- PASS: TestCommitInheritsEnv (0.47s) [2020-10-01T00:58:26.779Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T00:58:26.779Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-01T00:58:26.779Z] === RUN TestImagesFilterMultiReference [2020-10-01T00:58:26.779Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-10-01T00:58:26.779Z] === RUN TestImagePullPlatformInvalid [2020-10-01T00:58:26.779Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-10-01T00:58:26.779Z] === RUN TestRemoveImageOrphaning [Pipeline] sh [2020-10-01T00:58:27.192Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2020-10-01T00:58:27.192Z] === RUN TestDockerNetworkMacvlan [2020-10-01T00:58:27.211Z] + echo Ensuring container killed. [2020-10-01T00:58:27.211Z] Ensuring container killed. [2020-10-01T00:58:27.211Z] + docker rm -vf docker-pr4 [2020-10-01T00:58:27.211Z] Error: No such container: docker-pr4 [2020-10-01T00:58:27.211Z] + true [Pipeline] sh [2020-10-01T00:58:27.349Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-10-01T00:58:27.349Z] === RUN TestRemoveImageGarbageCollector [2020-10-01T00:58:27.526Z] + echo Chowning /workspace to jenkins user [2020-10-01T00:58:27.526Z] Chowning /workspace to jenkins user [2020-10-01T00:58:27.526Z] + id -u [2020-10-01T00:58:27.526Z] + id -g [2020-10-01T00:58:27.526Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/workspace busybox chown -R 1000:1000 /workspace [2020-10-01T00:58:27.823Z] === RUN TestDockerNetworkMacvlan/Subinterface [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T00:58:28.782Z] + bundleName=docker-py [2020-10-01T00:58:28.782Z] + echo Creating docker-py-bundles.tar.gz [2020-10-01T00:58:28.782Z] Creating docker-py-bundles.tar.gz [2020-10-01T00:58:28.782Z] + 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-10-01T00:58:28.791Z] Archiving artifacts [2020-10-01T00:58:28.854Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-01T00:58:29.013Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-10-01T00:58:29.256Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-10-01T00:58:29.368Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh binary-daemon [2020-10-01T00:58:29.624Z] [2020-10-01T00:58:29.825Z] --- PASS: TestRemoveImageGarbageCollector (2.35s) [2020-10-01T00:58:29.825Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T00:58:29.825Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-10-01T00:58:29.825Z] === RUN TestTagInvalidReference [2020-10-01T00:58:29.825Z] --- PASS: TestTagInvalidReference (0.02s) [2020-10-01T00:58:29.825Z] === RUN TestTagValidPrefixedRepo [2020-10-01T00:58:29.825Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-10-01T00:58:29.825Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T00:58:29.825Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-10-01T00:58:29.825Z] === RUN TestTagOfficialNames [2020-10-01T00:58:29.880Z] Removing bundles/ [2020-10-01T00:58:29.880Z] [2020-10-01T00:58:29.880Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-10-01T00:58:29.880Z] Building: bundles/binary-daemon/dockerd-dev [2020-10-01T00:58:29.880Z] GOOS="" GOARCH="" GOARM="" [2020-10-01T00:58:29.885Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-01T00:58:30.085Z] --- PASS: TestTagOfficialNames (0.08s) [2020-10-01T00:58:30.085Z] === RUN TestTagMatchesDigest [2020-10-01T00:58:30.085Z] --- PASS: TestTagMatchesDigest (0.07s) [2020-10-01T00:58:30.085Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-01T00:58:30.085Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-10-01T00:58:30.085Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-10-01T00:58:30.655Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-10-01T00:58:33.394Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-01T00:58:33.517Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-10-01T00:58:33.517Z] [2020-10-01T00:58:33.517Z] ________ ____ __. [2020-10-01T00:58:33.517Z] \_____ \ | |/ _| [2020-10-01T00:58:33.517Z] / | \| < [2020-10-01T00:58:33.517Z] / | \ | \ [2020-10-01T00:58:33.517Z] \_______ /____|__ \ [2020-10-01T00:58:33.517Z] \/ \/ [2020-10-01T00:58:33.517Z] [2020-10-01T00:58:33.517Z] INFO: make.ps1 ended at 10/01/2020 00:58:29 [2020-10-01T00:58:33.517Z] INFO: Binaries build ended at 10/01/2020 00:58:31. Duration:00:01:16.5869585 [2020-10-01T00:58:33.977Z] INFO: Copying the built daemon binary to d:\CI\PR-41513\4\binary\dockerd-ef553e14a4.exe... [2020-10-01T00:58:34.442Z] INFO: Copying the built client binary to d:\CI\PR-41513\4\binary\docker-ef553e14a4.exe... [2020-10-01T00:58:34.442Z] INFO: Copying dockerversion from the container... [2020-10-01T00:58:34.850Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-10-01T00:58:34.850Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-10-01T00:58:34.904Z] INFO: Copying the golang package from the container to d:\CI\PR-41513\4\installer\go.zip... [2020-10-01T00:58:37.387Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-10-01T00:58:37.837Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-01T00:58:38.325Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-10-01T00:58:38.656Z] INFO: Extracting go.zip to d:\CI\PR-41513\4\go [2020-10-01T00:58:40.233Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-10-01T00:58:40.233Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-10-01T00:58:40.233Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-10-01T00:58:40.233Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-10-01T00:58:40.233Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-10-01T00:58:40.233Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-10-01T00:58:43.536Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-10-01T00:58:44.106Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-10-01T00:58:44.729Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-01T00:58:46.016Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan (19.30s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.35s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.60s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.28s) [2020-10-01T00:58:46.233Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2020-10-01T00:58:46.233Z] PASS [2020-10-01T00:58:46.233Z] [2020-10-01T00:58:46.233Z] DONE 8 tests in 20.861s [2020-10-01T00:58:46.233Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-01T00:58:46.233Z] ++ 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-10-01T00:58:46.233Z] ++ set -e [2020-10-01T00:58:46.233Z] ++ '[' -n 0 ']' [2020-10-01T00:58:46.233Z] ++ set -x [2020-10-01T00:58:46.233Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:58:46.233Z] testing: warning: no tests to run [2020-10-01T00:58:46.233Z] PASS [2020-10-01T00:58:46.233Z] [2020-10-01T00:58:46.233Z] DONE 0 tests in 0.056s [2020-10-01T00:58:46.535Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-01T00:58:46.535Z] ++ 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-10-01T00:58:46.535Z] ++ set -e [2020-10-01T00:58:46.535Z] ++ '[' -n 0 ']' [2020-10-01T00:58:46.535Z] ++ set -x [2020-10-01T00:58:46.535Z] ++ env -i DEST=/go/src/github.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-10-01T00:58:46.535Z] INFO: Testing against a local daemon [2020-10-01T00:58:46.535Z] === RUN TestAuthZPluginAllowRequest [2020-10-01T00:58:47.919Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-10-01T00:58:48.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T00:58:48.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T00:58:48.599Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2020-10-01T00:58:48.599Z] === RUN TestAuthZPluginTLS [2020-10-01T00:58:48.599Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-10-01T00:58:48.599Z] === RUN TestAuthZPluginDenyRequest [2020-10-01T00:58:49.230Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-10-01T00:58:49.230Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-01T00:58:49.296Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-10-01T00:58:49.862Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-10-01T00:58:49.862Z] === RUN TestAuthZPluginDenyResponse [2020-10-01T00:58:50.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T00:58:50.494Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-10-01T00:58:50.494Z] === RUN TestAuthZPluginAllowEventStream [2020-10-01T00:58:50.673Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-10-01T00:58:50.931Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-10-01T00:58:51.997Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2020-10-01T00:58:51.997Z] === RUN TestAuthZPluginErrorResponse [2020-10-01T00:58:52.629Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-10-01T00:58:52.629Z] === RUN TestAuthZPluginErrorRequest [2020-10-01T00:58:53.263Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-10-01T00:58:53.263Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-01T00:58:53.554Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-10-01T00:58:53.554Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-01T00:58:55.126Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-10-01T00:58:55.617Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2020-10-01T00:58:55.617Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-01T00:58:56.062Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-10-01T00:58:56.062Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-10-01T00:58:56.630Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-10-01T00:58:57.199Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-10-01T00:58:58.344Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2020-10-01T00:58:58.344Z] === RUN TestAuthZPluginHeader [2020-10-01T00:58:58.635Z] --- PASS: TestAuthZPluginHeader (0.80s) [2020-10-01T00:58:58.635Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-01T00:58:58.635Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T00:58:58.635Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:58:58.635Z] === RUN TestAuthZPluginV2Disable [2020-10-01T00:58:58.635Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-01T00:58:58.635Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:58:58.635Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-01T00:58:58.635Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T00:58:58.635Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:58:58.635Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-01T00:58:58.635Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T00:58:58.635Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:58:58.635Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-01T00:59:01.438Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-10-01T00:59:02.007Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-10-01T00:59:02.266Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-10-01T00:59:03.644Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-10-01T00:59:03.644Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-10-01T00:59:03.829Z] INFO: Extraction ended at 10/01/2020 00:59:02. Duration:00:00:24.2186634 [2020-10-01T00:59:03.829Z] INFO: Updating the golang and path environment variables [2020-10-01T00:59:03.829Z] INFO: GOPATH=d:\gopath [2020-10-01T00:59:03.829Z] INFO: go version go1.13.15 windows/amd64 [2020-10-01T00:59:03.829Z] INFO: Running the daemon under test in debug mode [2020-10-01T00:59:03.829Z] INFO: Starting a daemon under test... [2020-10-01T00:59:03.829Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41513\4\daemon --pidfile d:\CI\PR-41513\4\docker.pid -D [2020-10-01T00:59:03.829Z] INFO: Process started successfully. [2020-10-01T00:59:03.829Z] INFO: Start tailing logs of the daemon under tests [2020-10-01T00:59:03.829Z] INFO: Waiting for the daemon under test to start... [2020-10-01T00:59:03.903Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-10-01T00:59:05.825Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-10-01T00:59:07.204Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-10-01T00:59:07.772Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-10-01T00:59:07.772Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-10-01T00:59:08.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T00:59:08.710Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-10-01T00:59:08.970Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-10-01T00:59:09.231Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-10-01T00:59:10.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T00:59:10.609Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-10-01T00:59:11.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T00:59:11.988Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-10-01T00:59:11.988Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-10-01T00:59:12.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T00:59:13.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T00:59:13.897Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-10-01T00:59:15.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T00:59:17.298Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) [2020-10-01T00:59:17.298Z] PASS [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] === Skipped [2020-10-01T00:59:17.298Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T00:59:17.298Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-01T00:59:17.298Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T00:59:17.298Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T00:59:17.298Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] [2020-10-01T00:59:17.298Z] DONE 17 tests, 4 skipped in 29.014s [2020-10-01T00:59:17.298Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-01T00:59:17.298Z] ++ 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-10-01T00:59:17.298Z] ++ set -e [2020-10-01T00:59:17.298Z] ++ '[' -n 0 ']' [2020-10-01T00:59:17.298Z] ++ set -x [2020-10-01T00:59:17.298Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:17.298Z] INFO: Testing against a local daemon [2020-10-01T00:59:17.298Z] === RUN TestPluginInvalidJSON [2020-10-01T00:59:17.298Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:59:17.298Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:59:17.298Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T00:59:17.298Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-10-01T00:59:17.298Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-10-01T00:59:17.298Z] === RUN TestPluginInstall [2020-10-01T00:59:17.298Z] === RUN TestPluginInstall/no_auth [2020-10-01T00:59:18.089Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-10-01T00:59:18.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T00:59:19.027Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-10-01T00:59:20.022Z] time="2020-10-01T00:59:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:20.022Z] time="2020-10-01T00:59:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d98a2a68622d5f8a00003a06c30b7d38098a1ea61e9979dfe74ccc57e396f38e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:20.022Z] time="2020-10-01T00:59:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:20.022Z] time="2020-10-01T00:59:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d98a2a68622d5f8a00003a06c30b7d38098a1ea61e9979dfe74ccc57e396f38e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:20.022Z] === RUN TestPluginInstall/with_htpasswd [2020-10-01T00:59:20.313Z] time="2020-10-01T00:59:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:20.313Z] time="2020-10-01T00:59:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e46769bd0b334d82cdc82f98f7f2835f658d0556462bbc0445fa392ed7e7d66d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:20.313Z] time="2020-10-01T00:59:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:20.313Z] time="2020-10-01T00:59:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e46769bd0b334d82cdc82f98f7f2835f658d0556462bbc0445fa392ed7e7d66d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:20.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T00:59:20.604Z] === RUN TestPluginInstall/with_insecure [2020-10-01T00:59:21.636Z] time="2020-10-01T00:59:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:21.636Z] time="2020-10-01T00:59:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0aa002a6887c17f01fab00f478b76a066c5668681b33f8684fe673387ac3206b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:21.636Z] time="2020-10-01T00:59:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T00:59:21.636Z] time="2020-10-01T00:59:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0aa002a6887c17f01fab00f478b76a066c5668681b33f8684fe673387ac3206b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T00:59:21.926Z] --- PASS: TestPluginInstall (6.11s) [2020-10-01T00:59:21.926Z] --- PASS: TestPluginInstall/no_auth (4.02s) [2020-10-01T00:59:21.926Z] --- PASS: TestPluginInstall/with_htpasswd (0.79s) [2020-10-01T00:59:21.926Z] --- PASS: TestPluginInstall/with_insecure (1.31s) [2020-10-01T00:59:21.926Z] plugin_test.go:157: [d711025f8e7e9] daemon is not started [2020-10-01T00:59:21.926Z] PASS [2020-10-01T00:59:21.926Z] [2020-10-01T00:59:21.926Z] DONE 6 tests in 6.591s [2020-10-01T00:59:21.926Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-01T00:59:21.926Z] ++ 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-10-01T00:59:21.926Z] ++ set -e [2020-10-01T00:59:21.926Z] ++ '[' -n 0 ']' [2020-10-01T00:59:21.926Z] ++ set -x [2020-10-01T00:59:21.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T00:59:22.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T00:59:22.317Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-10-01T00:59:22.557Z] INFO: Testing against a local daemon [2020-10-01T00:59:22.557Z] === RUN TestExternalGraphDriver [2020-10-01T00:59:22.848Z] === RUN TestExternalGraphDriver/json [2020-10-01T00:59:22.908Z] --- PASS: TestBuildWithHugeFile (54.71s) [2020-10-01T00:59:22.908Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T00:59:22.908Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:59:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:59:22.908Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:59:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:59:22.908Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:59:22.908Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:59:22.908Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T00:59:22.908Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T00:59:22.908Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T00:59:22.908Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-10-01T00:59:22.908Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-10-01T00:59:22.908Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2020-10-01T00:59:22.908Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2020-10-01T00:59:22.908Z] === RUN TestBuildPreserveOwnership [2020-10-01T00:59:22.908Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-01T00:59:23.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T00:59:23.253Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-10-01T00:59:23.512Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-10-01T00:59:23.542Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-01T00:59:24.912Z] === RUN TestExternalGraphDriver/spec [2020-10-01T00:59:24.945Z] .....INFO: Daemon under test started and replied! [2020-10-01T00:59:24.945Z] INFO: Docker version of the daemon under test [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] Client: [2020-10-01T00:59:24.945Z] Version: 17.06.2-ce [2020-10-01T00:59:24.945Z] API version: 1.30 [2020-10-01T00:59:24.945Z] Go version: go1.8.3 [2020-10-01T00:59:24.945Z] Git commit: cec0b72 [2020-10-01T00:59:24.945Z] Built: Tue Sep 5 19:57:19 2017 [2020-10-01T00:59:24.945Z] OS/Arch: windows/amd64 [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] Server: [2020-10-01T00:59:24.945Z] Version: 0.0.0-dev [2020-10-01T00:59:24.945Z] API version: 1.41 (minimum version 1.24) [2020-10-01T00:59:24.945Z] Go version: go1.13.15 [2020-10-01T00:59:24.945Z] Git commit: ef553e14a4 [2020-10-01T00:59:24.945Z] Built: 10/01/2020 00:57:19 [2020-10-01T00:59:24.945Z] OS/Arch: windows/amd64 [2020-10-01T00:59:24.945Z] Experimental: false [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] INFO: Docker info of the daemon under test [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] Containers: 0 [2020-10-01T00:59:24.945Z] Running: 0 [2020-10-01T00:59:24.945Z] Paused: 0 [2020-10-01T00:59:24.945Z] Stopped: 0 [2020-10-01T00:59:24.945Z] Images: 0 [2020-10-01T00:59:24.945Z] Server Version: 0.0.0-dev [2020-10-01T00:59:24.945Z] Storage Driver: windowsfilter [2020-10-01T00:59:24.945Z] Windows: [2020-10-01T00:59:24.945Z] Logging Driver: json-file [2020-10-01T00:59:24.945Z] Plugins: [2020-10-01T00:59:24.945Z] Volume: local [2020-10-01T00:59:24.945Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-01T00:59:24.945Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-01T00:59:24.945Z] Swarm: inactive [2020-10-01T00:59:24.945Z] Default Isolation: process [2020-10-01T00:59:24.945Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-01T00:59:24.945Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-01T00:59:24.945Z] OSType: windows [2020-10-01T00:59:24.945Z] Architecture: x86_64 [2020-10-01T00:59:24.945Z] CPUs: 4 [2020-10-01T00:59:24.945Z] Total Memory: 32GiB [2020-10-01T00:59:24.945Z] Name: azwin-2-d2dd10 [2020-10-01T00:59:24.945Z] ID: UXY2:3ICS:LBAM:PWQB:AGVY:2ZOU:J5QT:UWQX:F26T:TLZ6:SLPZ:P27N [2020-10-01T00:59:24.945Z] Docker Root Dir: D:\CI\PR-41513\4\daemon [2020-10-01T00:59:24.945Z] Debug Mode (client): false [2020-10-01T00:59:24.945Z] Debug Mode (server): true [2020-10-01T00:59:24.945Z] File Descriptors: -1 [2020-10-01T00:59:24.945Z] Goroutines: 17 [2020-10-01T00:59:24.945Z] System Time: 2020-10-01T00:59:22.3780092Z [2020-10-01T00:59:24.945Z] EventsListeners: 0 [2020-10-01T00:59:24.945Z] Registry: https://index.docker.io/v1/ [2020-10-01T00:59:24.945Z] Labels: [2020-10-01T00:59:24.945Z] Experimental: false [2020-10-01T00:59:24.945Z] Insecure Registries: [2020-10-01T00:59:24.945Z] 127.0.0.0/8 [2020-10-01T00:59:24.945Z] Live Restore Enabled: false [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] INFO: Docker images of the daemon under test [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-10-01T00:59:24.945Z] [2020-10-01T00:59:24.945Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-10-01T00:59:24.945Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-10-01T00:59:24.945Z] ltsc2019: Pulling from windows/servercore [2020-10-01T00:59:24.945Z] 4612f6d0b889: Pulling fs layer [2020-10-01T00:59:24.945Z] c3aff4450246: Pulling fs layer [2020-10-01T00:59:25.058Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2020-10-01T00:59:25.058Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.50s) [2020-10-01T00:59:25.058Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.27s) [2020-10-01T00:59:25.058Z] === RUN TestBuildPlatformInvalid [2020-10-01T00:59:25.058Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-10-01T00:59:25.058Z] PASS [2020-10-01T00:59:25.058Z] [2020-10-01T00:59:25.058Z] === Skipped [2020-10-01T00:59:25.058Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-10-01T00:59:25.058Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:59:25.058Z] [2020-10-01T00:59:25.058Z] [2020-10-01T00:59:25.058Z] DONE 32 tests, 1 skipped in 93.331s [2020-10-01T00:59:25.058Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-10-01T00:59:25.058Z] ++ 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-10-01T00:59:25.058Z] ++ set -e [2020-10-01T00:59:25.058Z] ++ '[' -n 0 ']' [2020-10-01T00:59:25.058Z] ++ set -x [2020-10-01T00:59:25.058Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:25.058Z] INFO: Testing against a local daemon [2020-10-01T00:59:25.058Z] === RUN TestConfigInspect [2020-10-01T00:59:25.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T00:59:26.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T00:59:26.807Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-10-01T00:59:26.807Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-10-01T00:59:26.975Z] === RUN TestExternalGraphDriver/pull [2020-10-01T00:59:27.130Z] --- PASS: TestConfigInspect (1.93s) [2020-10-01T00:59:27.130Z] === RUN TestConfigList [2020-10-01T00:59:28.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T00:59:29.213Z] --- PASS: TestConfigList (1.95s) [2020-10-01T00:59:29.213Z] === RUN TestConfigsCreateAndDelete [2020-10-01T00:59:29.658Z] c3aff4450246: Verifying Checksum [2020-10-01T00:59:29.658Z] c3aff4450246: Download complete [2020-10-01T00:59:29.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T00:59:30.102Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-10-01T00:59:30.484Z] --- PASS: TestExternalGraphDriver (7.32s) [2020-10-01T00:59:30.484Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2020-10-01T00:59:30.484Z] --- PASS: TestExternalGraphDriver/spec (1.98s) [2020-10-01T00:59:30.484Z] --- PASS: TestExternalGraphDriver/pull (3.11s) [2020-10-01T00:59:30.484Z] === RUN TestGraphdriverPluginV2 [2020-10-01T00:59:30.484Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-10-01T00:59:30.484Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:30.484Z] PASS [2020-10-01T00:59:30.484Z] [2020-10-01T00:59:30.484Z] === Skipped [2020-10-01T00:59:30.484Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-10-01T00:59:30.484Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T00:59:30.484Z] [2020-10-01T00:59:30.484Z] [2020-10-01T00:59:30.484Z] DONE 5 tests, 1 skipped in 7.978s [2020-10-01T00:59:30.484Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-01T00:59:30.484Z] ++ 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-10-01T00:59:30.484Z] ++ set -e [2020-10-01T00:59:30.484Z] ++ '[' -n 0 ']' [2020-10-01T00:59:30.484Z] ++ set -x [2020-10-01T00:59:30.484Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:30.484Z] INFO: Testing against a local daemon [2020-10-01T00:59:30.484Z] === RUN TestContinueAfterPluginCrash [2020-10-01T00:59:30.484Z] === PAUSE TestContinueAfterPluginCrash [2020-10-01T00:59:30.484Z] === RUN TestReadPluginNoRead [2020-10-01T00:59:30.484Z] === PAUSE TestReadPluginNoRead [2020-10-01T00:59:30.484Z] === RUN TestDaemonStartWithLogOpt [2020-10-01T00:59:30.484Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-01T00:59:30.484Z] === CONT TestContinueAfterPluginCrash [2020-10-01T00:59:30.484Z] === CONT TestDaemonStartWithLogOpt [2020-10-01T00:59:31.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T00:59:31.298Z] --- PASS: TestConfigsCreateAndDelete (1.90s) [2020-10-01T00:59:31.298Z] === RUN TestConfigsUpdate [2020-10-01T00:59:32.009Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-10-01T00:59:32.579Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-10-01T00:59:32.627Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-10-01T00:59:32.627Z] Using test binary docker [2020-10-01T00:59:32.627Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-10-01T00:59:32.627Z] +++ /etc/init.d/apparmor start [2020-10-01T00:59:32.627Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-10-01T00:59:32.627Z] INFO: Waiting for daemon to start... [2020-10-01T00:59:32.627Z] Starting dockerd [2020-10-01T00:59:32.627Z] +++ 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-10-01T00:59:32.816Z] --- PASS: TestConfigsUpdate (1.89s) [2020-10-01T00:59:32.817Z] === RUN TestTemplatedConfig [2020-10-01T00:59:33.147Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-10-01T00:59:33.715Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-10-01T00:59:34.026Z] --- PASS: TestDaemonStartWithLogOpt (3.94s) [2020-10-01T00:59:34.026Z] === CONT TestReadPluginNoRead [2020-10-01T00:59:35.554Z] --- PASS: TestTemplatedConfig (2.48s) [2020-10-01T00:59:35.554Z] === RUN TestConfigCreateResolve [2020-10-01T00:59:35.620Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-10-01T00:59:35.620Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-10-01T00:59:36.754Z] === RUN TestReadPluginNoRead/default [2020-10-01T00:59:37.071Z] --- PASS: TestConfigCreateResolve (1.90s) [2020-10-01T00:59:37.071Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T00:59:37.526Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-10-01T00:59:37.726Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-10-01T00:59:37.726Z] PASS [2020-10-01T00:59:37.726Z] [2020-10-01T00:59:37.726Z] DONE 7 tests in 12.679s [2020-10-01T00:59:37.726Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-10-01T00:59:37.726Z] ++ 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-10-01T00:59:37.726Z] ++ set -e [2020-10-01T00:59:37.726Z] ++ '[' -n 0 ']' [2020-10-01T00:59:37.726Z] ++ set -x [2020-10-01T00:59:37.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-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-10-01T00:59:37.727Z] INFO: Testing against a local daemon [2020-10-01T00:59:37.727Z] === RUN TestCheckpoint [2020-10-01T00:59:37.727Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T00:59:37.727Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T00:59:37.727Z] === RUN TestContainerInvalidJSON [2020-10-01T00:59:37.727Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:59:37.727Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:59:37.727Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:59:37.727Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:59:37.727Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:59:37.727Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:59:37.727Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T00:59:37.727Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T00:59:37.727Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T00:59:37.727Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-01T00:59:37.727Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-01T00:59:37.727Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T00:59:37.727Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-01T00:59:37.727Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T00:59:38.020Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-10-01T00:59:38.020Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T00:59:38.020Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-10-01T00:59:38.020Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T00:59:38.020Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-10-01T00:59:38.020Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T00:59:38.020Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-10-01T00:59:38.020Z] === RUN TestCopyFromContainer [2020-10-01T00:59:38.095Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-10-01T00:59:38.354Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-10-01T00:59:38.354Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-10-01T00:59:38.818Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-01T00:59:39.109Z] --- PASS: TestContinueAfterPluginCrash (9.02s) [2020-10-01T00:59:39.540Z] === RUN TestCopyFromContainer// [2020-10-01T00:59:39.540Z] === RUN TestCopyFromContainer//bar/root [2020-10-01T00:59:39.540Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-01T00:59:39.540Z] === RUN TestCopyFromContainer/bar/quux [2020-10-01T00:59:39.540Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-01T00:59:39.834Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-01T00:59:39.835Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-01T00:59:39.835Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-01T00:59:39.835Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-01T00:59:40.130Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer (1.96s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-10-01T00:59:40.130Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-10-01T00:59:40.130Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T00:59:40.130Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:59:40.130Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:59:40.130Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:59:40.130Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:59:40.130Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:59:40.130Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:59:40.130Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T00:59:40.130Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T00:59:40.130Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T00:59:40.130Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T00:59:40.130Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T00:59:40.130Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-10-01T00:59:40.130Z] === RUN TestCreateWithInvalidEnv [2020-10-01T00:59:40.130Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T00:59:40.130Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T00:59:40.130Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T00:59:40.130Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T00:59:40.130Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T00:59:40.130Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T00:59:40.130Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T00:59:40.130Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T00:59:40.130Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T00:59:40.130Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-01T00:59:40.130Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-01T00:59:40.130Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T00:59:40.130Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-10-01T00:59:40.130Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T00:59:40.763Z] . [2020-10-01T00:59:40.763Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-10-01T00:59:40.763Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-10-01T00:59:40.763Z] Error: No such image: emptyfs [2020-10-01T00:59:40.763Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-10-01T00:59:40.763Z] ++++ docker load [2020-10-01T00:59:40.893Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-10-01T00:59:41.024Z] Running integration-test (iteration 1) [2020-10-01T00:59:41.024Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-10-01T00:59:41.024Z] ++ 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-10-01T00:59:41.024Z] ++ set -e [2020-10-01T00:59:41.024Z] ++ '[' -n 0 ']' [2020-10-01T00:59:41.024Z] ++ set -x [2020-10-01T00:59:41.024Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:41.172Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-01T00:59:41.655Z] --- PASS: TestCreateWithCustomMaskedPaths (1.46s) [2020-10-01T00:59:41.655Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T00:59:42.270Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-10-01T00:59:42.677Z] --- PASS: TestReadPluginNoRead (8.46s) [2020-10-01T00:59:42.677Z] --- PASS: TestReadPluginNoRead/default (1.99s) [2020-10-01T00:59:42.677Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.94s) [2020-10-01T00:59:42.677Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.78s) [2020-10-01T00:59:42.677Z] read_test.go:92: [df2ff2176a031] daemon is not started [2020-10-01T00:59:42.677Z] PASS [2020-10-01T00:59:42.677Z] [2020-10-01T00:59:42.677Z] DONE 6 tests in 12.583s [2020-10-01T00:59:42.677Z] 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-10-01T00:59:42.677Z] ++ 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-10-01T00:59:42.677Z] ++ set -e [2020-10-01T00:59:42.677Z] ++ '[' -n 0 ']' [2020-10-01T00:59:42.677Z] ++ set -x [2020-10-01T00:59:42.677Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:42.677Z] testing: warning: no tests to run [2020-10-01T00:59:42.677Z] PASS [2020-10-01T00:59:42.677Z] [2020-10-01T00:59:42.677Z] DONE 0 tests in 0.041s [2020-10-01T00:59:42.677Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-01T00:59:42.677Z] ++ 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-10-01T00:59:42.677Z] ++ set -e [2020-10-01T00:59:42.677Z] ++ '[' -n 0 ']' [2020-10-01T00:59:42.677Z] ++ set -x [2020-10-01T00:59:42.677Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:42.677Z] INFO: Testing against a local daemon [2020-10-01T00:59:42.677Z] === RUN TestPluginWithDevMounts [2020-10-01T00:59:42.677Z] === PAUSE TestPluginWithDevMounts [2020-10-01T00:59:42.677Z] === CONT TestPluginWithDevMounts [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:59:43.169Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:59:43.169Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:59:43.169Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:59:43.169Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:59:43.169Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:59:43.169Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:59:43.169Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T00:59:43.169Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T00:59:43.169Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T00:59:43.169Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T00:59:43.169Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-10-01T00:59:43.169Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-01T00:59:43.169Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T00:59:43.818Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s) [2020-10-01T00:59:43.818Z] === RUN TestCreateDifferentPlatform [2020-10-01T00:59:43.818Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T00:59:43.818Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T00:59:43.818Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-10-01T00:59:43.818Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-10-01T00:59:43.818Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T00:59:43.818Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T00:59:43.818Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-10-01T00:59:43.818Z] === RUN TestContainerStartOnDaemonRestart [2020-10-01T00:59:43.818Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-01T00:59:43.818Z] === RUN TestDaemonRestartIpcMode [2020-10-01T00:59:43.818Z] === PAUSE TestDaemonRestartIpcMode [2020-10-01T00:59:43.818Z] === RUN TestDaemonHostGatewayIP [2020-10-01T00:59:43.818Z] === PAUSE TestDaemonHostGatewayIP [2020-10-01T00:59:43.818Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T00:59:43.818Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-01T00:59:43.818Z] === RUN TestDiff [2020-10-01T00:59:44.177Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-10-01T00:59:44.456Z] --- PASS: TestDiff (0.52s) [2020-10-01T00:59:44.456Z] === RUN TestExecWithCloseStdin [2020-10-01T00:59:44.737Z] --- PASS: TestPluginWithDevMounts (1.89s) [2020-10-01T00:59:44.738Z] PASS [2020-10-01T00:59:44.738Z] [2020-10-01T00:59:44.738Z] DONE 1 tests in 1.990s [2020-10-01T00:59:44.738Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-10-01T00:59:44.738Z] ++ 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-10-01T00:59:44.738Z] ++ set -e [2020-10-01T00:59:44.738Z] ++ '[' -n 0 ']' [2020-10-01T00:59:44.738Z] ++ set -x [2020-10-01T00:59:44.738Z] ++ env -i DEST=/go/src/github.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-10-01T00:59:44.738Z] INFO: Testing against a local daemon [2020-10-01T00:59:44.738Z] === RUN TestSecretInspect [2020-10-01T00:59:45.090Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-10-01T00:59:45.090Z] === RUN TestExec [2020-10-01T00:59:45.383Z] --- PASS: TestExec (0.60s) [2020-10-01T00:59:45.383Z] === RUN TestExecUser [2020-10-01T00:59:46.019Z] --- PASS: TestExecUser (0.60s) [2020-10-01T00:59:46.019Z] === RUN TestExportContainerAndImportImage [2020-10-01T00:59:46.084Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-10-01T00:59:46.084Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-10-01T00:59:47.064Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2020-10-01T00:59:47.064Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T00:59:47.366Z] 4612f6d0b889: Verifying Checksum [2020-10-01T00:59:47.366Z] 4612f6d0b889: Download complete [2020-10-01T00:59:47.990Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-10-01T00:59:48.581Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2020-10-01T00:59:48.581Z] === RUN TestHealthCheckWorkdir [2020-10-01T00:59:49.186Z] --- PASS: TestSecretInspect (3.66s) [2020-10-01T00:59:49.186Z] === RUN TestSecretList [2020-10-01T00:59:49.215Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-10-01T00:59:49.215Z] === RUN TestHealthKillContainer [2020-10-01T00:59:49.899Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-10-01T00:59:51.267Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-10-01T00:59:51.267Z] Copying nested executables into bundles/binary-daemon [2020-10-01T00:59:51.267Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-10-01T00:59:51.908Z] --- PASS: TestSecretList (3.56s) [2020-10-01T00:59:51.908Z] === RUN TestSecretsCreateAndDelete [2020-10-01T00:59:51.946Z] --- PASS: TestHealthKillContainer (2.60s) [2020-10-01T00:59:51.946Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T00:59:52.155Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/make.sh cross [2020-10-01T00:59:52.241Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) [2020-10-01T00:59:52.241Z] === RUN TestIpcModeNone [2020-10-01T00:59:52.411Z] [2020-10-01T00:59:52.436Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-10-01T00:59:52.667Z] Removing bundles/ [2020-10-01T00:59:52.667Z] [2020-10-01T00:59:52.667Z] ---> Making bundle: cross (in bundles/cross) [2020-10-01T00:59:52.667Z] Cross building: bundles/cross/linux/amd64 [2020-10-01T00:59:52.667Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-10-01T00:59:52.667Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-10-01T00:59:52.879Z] --- PASS: TestIpcModeNone (0.60s) [2020-10-01T00:59:52.879Z] === RUN TestIpcModePrivate [2020-10-01T00:59:53.007Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-10-01T00:59:53.285Z] Loaded image: buildpack-deps:buster [2020-10-01T00:59:53.285Z] Loaded image: busybox:latest [2020-10-01T00:59:53.513Z] --- PASS: TestIpcModePrivate (0.60s) [2020-10-01T00:59:53.513Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-10-01T00:59:53.513Z] === RUN TestIpcModeShareable [2020-10-01T00:59:53.545Z] Loaded image: busybox:glibc [2020-10-01T00:59:54.116Z] Loaded image: debian:buster [2020-10-01T00:59:54.148Z] --- PASS: TestIpcModeShareable (0.60s) [2020-10-01T00:59:54.148Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-10-01T00:59:54.148Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-01T00:59:54.377Z] Loaded image: hello-world:latest [2020-10-01T00:59:54.638Z] INFO: Testing against a local daemon [2020-10-01T00:59:54.638Z] === RUN TestCgroupNamespacesBuild [2020-10-01T00:59:54.917Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-10-01T00:59:55.666Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.77s) [2020-10-01T00:59:55.666Z] === RUN TestAPIIpcModeHost [2020-10-01T00:59:56.315Z] --- PASS: TestAPIIpcModeHost (0.49s) [2020-10-01T00:59:56.315Z] === RUN TestDaemonIpcModeShareable [2020-10-01T00:59:56.351Z] --- PASS: TestSecretsCreateAndDelete (3.67s) [2020-10-01T00:59:56.351Z] === RUN TestSecretsUpdate [2020-10-01T00:59:56.828Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-10-01T00:59:57.087Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-10-01T00:59:57.828Z] --- PASS: TestDaemonIpcModeShareable (1.36s) [2020-10-01T00:59:57.828Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-10-01T00:59:57.828Z] === RUN TestDaemonIpcModePrivate [2020-10-01T00:59:57.940Z] --- PASS: TestCgroupNamespacesBuild (3.12s) [2020-10-01T00:59:57.940Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-10-01T00:59:58.869Z] --- PASS: TestDaemonIpcModePrivate (1.36s) [2020-10-01T00:59:58.869Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-10-01T00:59:58.869Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-01T00:59:59.855Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-10-01T00:59:59.855Z] === RUN TestBuildWithSession [2020-10-01T00:59:59.855Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T00:59:59.855Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T00:59:59.855Z] === RUN TestBuildSquashParent [2020-10-01T01:00:00.023Z] --- PASS: TestSecretsUpdate (3.72s) [2020-10-01T01:00:00.023Z] === RUN TestTemplatedSecret [2020-10-01T01:00:00.384Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.32s) [2020-10-01T01:00:00.384Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-10-01T01:00:00.384Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-01T01:00:01.285Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-10-01T01:00:01.901Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.36s) [2020-10-01T01:00:01.901Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-10-01T01:00:01.901Z] === RUN TestIpcModeOlderClient [2020-10-01T01:00:01.901Z] === PAUSE TestIpcModeOlderClient [2020-10-01T01:00:01.901Z] === RUN TestKillContainerInvalidSignal [2020-10-01T01:00:02.195Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2020-10-01T01:00:02.195Z] === RUN TestKillContainer [2020-10-01T01:00:02.195Z] === RUN TestKillContainer/no_signal [2020-10-01T01:00:02.830Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T01:00:03.123Z] === RUN TestKillContainer/killing_signal [2020-10-01T01:00:03.193Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-10-01T01:00:03.725Z] --- PASS: TestTemplatedSecret (3.69s) [2020-10-01T01:00:03.725Z] === RUN TestSecretCreateResolve [2020-10-01T01:00:03.768Z] --- PASS: TestKillContainer (1.60s) [2020-10-01T01:00:03.768Z] --- PASS: TestKillContainer/no_signal (0.53s) [2020-10-01T01:00:03.768Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-10-01T01:00:03.768Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2020-10-01T01:00:03.768Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T01:00:03.768Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-01T01:00:04.129Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-10-01T01:00:04.403Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-01T01:00:04.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.02s) [2020-10-01T01:00:04.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s) [2020-10-01T01:00:04.697Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s) [2020-10-01T01:00:04.697Z] === RUN TestKillStoppedContainer [2020-10-01T01:00:04.697Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-10-01T01:00:04.697Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T01:00:04.993Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-10-01T01:00:04.993Z] === RUN TestKillDifferentUserContainer [2020-10-01T01:00:05.066Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-10-01T01:00:05.287Z] --- PASS: TestKillDifferentUserContainer (0.50s) [2020-10-01T01:00:05.287Z] === RUN TestInspectOomKilledTrue [2020-10-01T01:00:06.329Z] --- PASS: TestInspectOomKilledTrue (0.87s) [2020-10-01T01:00:06.329Z] === RUN TestInspectOomKilledFalse [2020-10-01T01:00:06.444Z] --- PASS: TestBuildSquashParent (6.61s) [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:00:06.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:00:06.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:00:06.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:00:06.444Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:00:06.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:00:06.444Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:00:06.624Z] --- PASS: TestInspectOomKilledFalse (0.50s) [2020-10-01T01:00:06.624Z] === RUN TestLinksEtcHostsContentMatch [2020-10-01T01:00:07.264Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2020-10-01T01:00:07.264Z] === RUN TestLinksContainerNames [2020-10-01T01:00:07.324Z] --- PASS: TestSecretCreateResolve (3.66s) [2020-10-01T01:00:07.324Z] PASS [2020-10-01T01:00:07.324Z] [2020-10-01T01:00:07.324Z] DONE 6 tests in 22.102s [2020-10-01T01:00:07.324Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-10-01T01:00:07.324Z] ++ 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-10-01T01:00:07.324Z] ++ set -e [2020-10-01T01:00:07.324Z] ++ '[' -n 0 ']' [2020-10-01T01:00:07.324Z] ++ set -x [2020-10-01T01:00:07.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:00:07.324Z] INFO: Testing against a local daemon [2020-10-01T01:00:07.324Z] === RUN TestServiceCreateInit [2020-10-01T01:00:07.324Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T01:00:08.308Z] --- PASS: TestLinksContainerNames (1.03s) [2020-10-01T01:00:08.308Z] === RUN TestLogsFollowTailEmpty [2020-10-01T01:00:08.358Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-10-01T01:00:08.946Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2020-10-01T01:00:08.946Z] === RUN TestContainerNetworkMountsNoChown [2020-10-01T01:00:08.992Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:00:08.992Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:00:09.241Z] --- PASS: TestContainerNetworkMountsNoChown (0.49s) [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/default [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/default [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/private [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/private [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rprivate [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/slave [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/slave [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rslave [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/shared [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/shared [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rshared [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/default [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rslave [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rprivate [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/private [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/shared [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rshared [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/slave [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-01T01:00:09.241Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:00:09.241Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-01T01:00:09.241Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:00:09.535Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-10-01T01:00:09.535Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-10-01T01:00:09.536Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-10-01T01:00:09.536Z] === RUN TestContainerBindMountNonRecursive [2020-10-01T01:00:11.051Z] --- PASS: TestContainerBindMountNonRecursive (1.44s) [2020-10-01T01:00:11.051Z] === RUN TestNetworkNat [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.92s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.04s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.12s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.32s) [2020-10-01T01:00:11.540Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s) [2020-10-01T01:00:11.540Z] === RUN TestBuildMultiStageCopy [2020-10-01T01:00:11.540Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T01:00:11.687Z] --- PASS: TestNetworkNat (0.57s) [2020-10-01T01:00:11.687Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T01:00:11.980Z] --- PASS: TestNetworkLocalhostTCPNat (0.52s) [2020-10-01T01:00:11.980Z] === RUN TestNetworkLoopbackNat [2020-10-01T01:00:12.943Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T01:00:13.456Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T01:00:13.635Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-10-01T01:00:13.635Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-10-01T01:00:13.719Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T01:00:14.291Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T01:00:14.725Z] --- PASS: TestNetworkLoopbackNat (2.73s) [2020-10-01T01:00:14.725Z] === RUN TestPause [2020-10-01T01:00:14.862Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T01:00:15.362Z] --- PASS: TestPause (0.54s) [2020-10-01T01:00:15.362Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T01:00:15.362Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T01:00:15.362Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T01:00:15.362Z] === RUN TestPauseStopPausedContainer [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy (4.30s) [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.26s) [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-10-01T01:00:15.433Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-10-01T01:00:15.433Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T01:00:16.000Z] --- PASS: TestPauseStopPausedContainer (0.55s) [2020-10-01T01:00:16.000Z] === RUN TestPsFilter [2020-10-01T01:00:16.000Z] --- PASS: TestPsFilter (0.15s) [2020-10-01T01:00:16.000Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T01:00:16.171Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-10-01T01:00:16.641Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s) [2020-10-01T01:00:16.641Z] === RUN TestRemoveContainerWithVolume [2020-10-01T01:00:16.817Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-10-01T01:00:16.817Z] === RUN TestBuildLabelWithTargets [2020-10-01T01:00:17.281Z] --- PASS: TestRemoveContainerWithVolume (0.52s) [2020-10-01T01:00:17.281Z] === RUN TestRemoveContainerRunning [2020-10-01T01:00:17.534Z] --- PASS: TestServiceCreateInit (10.65s) [2020-10-01T01:00:17.534Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.35s) [2020-10-01T01:00:17.534Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s) [2020-10-01T01:00:17.534Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T01:00:17.575Z] --- PASS: TestRemoveContainerRunning (0.56s) [2020-10-01T01:00:17.575Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T01:00:18.082Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-10-01T01:00:18.223Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s) [2020-10-01T01:00:18.223Z] === RUN TestRemoveInvalidContainer [2020-10-01T01:00:18.223Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-10-01T01:00:18.223Z] === RUN TestRenameLinkedContainer [2020-10-01T01:00:18.343Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-10-01T01:00:18.913Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-10-01T01:00:19.365Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-10-01T01:00:19.365Z] === RUN TestBuildWithEmptyLayers [2020-10-01T01:00:19.851Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-10-01T01:00:19.851Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-10-01T01:00:19.938Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-10-01T01:00:19.938Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T01:00:20.110Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-10-01T01:00:20.301Z] --- PASS: TestRenameLinkedContainer (2.01s) [2020-10-01T01:00:20.301Z] === RUN TestRenameStoppedContainer [2020-10-01T01:00:20.370Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-10-01T01:00:20.938Z] --- PASS: TestRenameStoppedContainer (0.54s) [2020-10-01T01:00:20.938Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T01:00:21.976Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s) [2020-10-01T01:00:21.976Z] === RUN TestRenameInvalidName [2020-10-01T01:00:22.271Z] --- PASS: TestRenameInvalidName (0.53s) [2020-10-01T01:00:22.271Z] === RUN TestRenameAnonymousContainer [2020-10-01T01:00:22.919Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-10-01T01:00:23.238Z] --- PASS: TestBuildMultiStageOnBuild (2.66s) [2020-10-01T01:00:23.238Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T01:00:23.857Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-10-01T01:00:24.181Z] --- PASS: TestBuildUncleanTarFilenames (1.38s) [2020-10-01T01:00:24.181Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T01:00:24.350Z] --- PASS: TestRenameAnonymousContainer (1.87s) [2020-10-01T01:00:24.350Z] === RUN TestRenameContainerWithSameName [2020-10-01T01:00:24.642Z] --- PASS: TestRenameContainerWithSameName (0.48s) [2020-10-01T01:00:24.642Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T01:00:24.794Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-10-01T01:00:25.684Z] --- PASS: TestRenameContainerWithLinkedContainer (1.02s) [2020-10-01T01:00:25.684Z] === RUN TestResize [2020-10-01T01:00:25.732Z] === RUN TestDockerSuite/TestBuildEnv [2020-10-01T01:00:26.332Z] --- PASS: TestResize (0.55s) [2020-10-01T01:00:26.332Z] === RUN TestResizeWithInvalidSize [2020-10-01T01:00:26.725Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s) [2020-10-01T01:00:26.725Z] === RUN TestBuildWithHugeFile [2020-10-01T01:00:26.967Z] --- PASS: TestResizeWithInvalidSize (0.55s) [2020-10-01T01:00:26.967Z] === RUN TestResizeWhenContainerNotStarted [2020-10-01T01:00:27.112Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-10-01T01:00:27.264Z] --- PASS: TestResizeWhenContainerNotStarted (0.49s) [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:27.264Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:27.264Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:27.264Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:00:27.264Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:00:27.264Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:00:27.264Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:27.680Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-10-01T01:00:28.619Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-10-01T01:00:29.189Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-10-01T01:00:29.356Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:29.759Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-10-01T01:00:30.006Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:00:30.304Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:00:30.605Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:00:30.904Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:00:31.547Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:00:31.843Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:00:32.300Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-10-01T01:00:32.300Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-10-01T01:00:33.368Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.85s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.62s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.40s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.46s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.26s) [2020-10-01T01:00:35.450Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.10s) [2020-10-01T01:00:35.450Z] === RUN TestCgroupNamespacesRun [2020-10-01T01:00:36.493Z] --- PASS: TestCgroupNamespacesRun (1.33s) [2020-10-01T01:00:36.493Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-01T01:00:36.494Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite (349.49s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.13s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.60s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.52s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:1454: [d7747a74623f7] daemon is not started [2020-10-01T01:00:37.434Z] check_test.go:309: [d88b769620dfb] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.36s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.79s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d29bd911ce341] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.64s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.96s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.65s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.74s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.95s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.60s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.58s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.23s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d5379d6598832] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d455297b4f190] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.42s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d530e74af9273] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.49s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.28s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-10-01T01:00:37.434Z] check_test.go:309: [df8ef85f77905] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.15s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.99s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.63s) [2020-10-01T01:00:37.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-10-01T01:00:37.434Z] check_test.go:309: [df6b45310e8d9] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.89s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.20s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.69s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d5fc4b508781f] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.09s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d315056b50a5e] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.20s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_plugins_test.go:79: [d019f46078c88] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.93s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_plugins_test.go:169: [d17eee351ce0a] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.41s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d3a99c2708e57] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.77s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.75s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.78s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.71s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.87s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.59s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.62s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.19s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d206241b487f8] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.53s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (16.37s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.38s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.16s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.62s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.02s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.55s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d7bbeb141df84] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.55s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.23s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.50s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.02s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.08s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.66s) [2020-10-01T01:00:37.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-10-01T01:00:37.434Z] check_test.go:309: [d51b7d77d111d] daemon is not started [2020-10-01T01:00:37.434Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-10-01T01:00:37.434Z] check_test.go:309: [d4477df0af467] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.08s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d0dafbdc0d458] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.75s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.35s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.02s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.86s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.52s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.92s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.44s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.51s) [2020-10-01T01:00:37.434Z] check_test.go:309: [dc0dfa05d4df6] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.10s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.70s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.88s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d860b42ddae1f] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.60s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from config [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from config [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from config [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from config [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from config [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode private set from cli [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from cli [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode host set from cli [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from cli [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from cli [2020-10-01T01:00:37.434Z] check_test.go:309: [d3da6945c505f] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2020-10-01T01:00:37.434Z] check_test.go:309: [dffad3c2efd3b] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.54s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d7b1e81521bc1] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.79s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.11s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-10-01T01:00:37.434Z] check_test.go:309: [dbcb873b21a8d] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.44s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.79s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.49s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d62ef70f9e6cd] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d4170d03991bc] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.41s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.32s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (5.69s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.57s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.08s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.36s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.60s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.41s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.74s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.09s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.02s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.85s) [2020-10-01T01:00:37.434Z] docker_cli_daemon_test.go:2549: [d4962e91c374b] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.76s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.81s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.72s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.64s) [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2020-10-01T01:00:37.434Z] check_test.go:309: [d061e439c8f1e] daemon is not started [2020-10-01T01:00:37.434Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.43s) [2020-10-01T01:00:37.434Z] === RUN TestDockerSwarmSuite [2020-10-01T01:00:37.434Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-10-01T01:00:38.017Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.32s) [2020-10-01T01:00:38.017Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-01T01:00:39.536Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s) [2020-10-01T01:00:39.536Z] === RUN TestCgroupNamespacesRunHostMode [2020-10-01T01:00:40.045Z] --- PASS: TestCreateServiceMultipleTimes (21.74s) [2020-10-01T01:00:40.045Z] === RUN TestCreateServiceConflict [2020-10-01T01:00:40.576Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s) [2020-10-01T01:00:40.576Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-01T01:00:40.726Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-10-01T01:00:42.089Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.37s) [2020-10-01T01:00:42.089Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-01T01:00:43.554Z] --- PASS: TestCreateServiceConflict (3.68s) [2020-10-01T01:00:43.554Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T01:00:43.609Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.37s) [2020-10-01T01:00:43.609Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-01T01:00:44.244Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-10-01T01:00:44.244Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-01T01:00:44.919Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-10-01T01:00:45.758Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.35s) [2020-10-01T01:00:45.758Z] === RUN TestKernelTCPMemory [2020-10-01T01:00:46.051Z] --- PASS: TestKernelTCPMemory (0.61s) [2020-10-01T01:00:46.051Z] === RUN TestNISDomainname [2020-10-01T01:00:46.695Z] --- PASS: TestNISDomainname (0.68s) [2020-10-01T01:00:46.695Z] === RUN TestHostnameDnsResolution [2020-10-01T01:00:47.064Z] --- PASS: TestCreateServiceMaxReplicas (3.87s) [2020-10-01T01:00:47.064Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T01:00:47.743Z] --- PASS: TestHostnameDnsResolution (0.84s) [2020-10-01T01:00:47.743Z] === RUN TestStats [2020-10-01T01:00:50.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-10-01T01:00:50.488Z] --- PASS: TestStats (2.52s) [2020-10-01T01:00:50.488Z] === RUN TestStopContainerWithTimeout [2020-10-01T01:00:50.488Z] === RUN TestStopContainerWithTimeout/0 [2020-10-01T01:00:50.488Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-01T01:00:50.489Z] === RUN TestStopContainerWithTimeout/1 [2020-10-01T01:00:50.489Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-01T01:00:50.489Z] === RUN TestStopContainerWithTimeout/3 [2020-10-01T01:00:50.489Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-01T01:00:50.489Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-01T01:00:50.489Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-01T01:00:50.489Z] === CONT TestStopContainerWithTimeout/0 [2020-10-01T01:00:50.489Z] === CONT TestStopContainerWithTimeout/1 [2020-10-01T01:00:50.489Z] === CONT TestStopContainerWithTimeout/3 [2020-10-01T01:00:50.489Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-01T01:00:53.226Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-10-01T01:00:53.226Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2020-10-01T01:00:53.226Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2020-10-01T01:00:53.226Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2020-10-01T01:00:53.226Z] --- PASS: TestStopContainerWithTimeout/3 (3.07s) [2020-10-01T01:00:53.226Z] === RUN TestDeleteDevicemapper [2020-10-01T01:00:53.226Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-01T01:00:53.226Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T01:00:53.226Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T01:00:55.305Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.96s) [2020-10-01T01:00:55.305Z] === RUN TestUpdateMemory [2020-10-01T01:00:55.942Z] --- PASS: TestUpdateMemory (0.68s) [2020-10-01T01:00:55.942Z] === RUN TestUpdateCPUQuota [2020-10-01T01:00:56.577Z] --- PASS: TestUpdateCPUQuota (0.84s) [2020-10-01T01:00:56.577Z] === RUN TestUpdatePidsLimit [2020-10-01T01:00:56.577Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-01T01:00:56.792Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-10-01T01:00:56.871Z] === RUN TestUpdatePidsLimit/no_change [2020-10-01T01:00:57.162Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-01T01:00:57.455Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-01T01:00:57.750Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-01T01:00:58.045Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-01T01:00:58.045Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-01T01:00:58.171Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit (2.31s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2020-10-01T01:00:59.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2020-10-01T01:00:59.086Z] === RUN TestUpdateRestartPolicy [2020-10-01T01:01:02.361Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-10-01T01:01:02.417Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.29s) [2020-10-01T01:01:02.417Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T01:01:03.301Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-10-01T01:01:05.141Z] --- PASS: TestCreateServiceSecretFileMode (3.13s) [2020-10-01T01:01:05.141Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T01:01:06.593Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-10-01T01:01:07.533Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-10-01T01:01:08.469Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-10-01T01:01:08.652Z] --- PASS: TestCreateServiceConfigFileMode (3.47s) [2020-10-01T01:01:08.652Z] === RUN TestCreateServiceSysctls [2020-10-01T01:01:08.729Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-10-01T01:01:10.109Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-10-01T01:01:10.109Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-10-01T01:01:10.677Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-10-01T01:01:11.760Z] --- PASS: TestUpdateRestartPolicy (11.22s) [2020-10-01T01:01:11.761Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T01:01:11.761Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2020-10-01T01:01:11.761Z] === RUN TestWaitNonBlocked [2020-10-01T01:01:11.761Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:01:11.761Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:01:11.761Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:01:11.761Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:01:11.761Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:01:11.761Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:01:11.761Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-10-01T01:01:11.761Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2020-10-01T01:01:11.761Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.83s) [2020-10-01T01:01:11.761Z] === RUN TestWaitBlocked [2020-10-01T01:01:11.761Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:01:11.761Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:01:11.761Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:01:11.761Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:01:11.761Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:01:11.761Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:01:12.400Z] --- PASS: TestWaitBlocked (0.03s) [2020-10-01T01:01:12.400Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2020-10-01T01:01:12.400Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2020-10-01T01:01:12.400Z] === CONT TestContainerStartOnDaemonRestart [2020-10-01T01:01:12.400Z] === CONT TestContainerKillOnDaemonStart [2020-10-01T01:01:12.400Z] === CONT TestIpcModeOlderClient [2020-10-01T01:01:12.400Z] === CONT TestDaemonHostGatewayIP [2020-10-01T01:01:12.697Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-10-01T01:01:12.697Z] === CONT TestDaemonRestartIpcMode [2020-10-01T01:01:13.095Z] --- PASS: TestCreateServiceSysctls (4.48s) [2020-10-01T01:01:13.095Z] === RUN TestCreateServiceCapabilities [2020-10-01T01:01:14.046Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-10-01T01:01:14.046Z] Copying nested executables into bundles/cross/linux/amd64 [2020-10-01T01:01:14.046Z] Cross building: bundles/cross/windows/amd64 [2020-10-01T01:01:14.046Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-10-01T01:01:14.046Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-10-01T01:01:16.258Z] --- PASS: TestContainerStartOnDaemonRestart (3.44s) [2020-10-01T01:01:16.258Z] --- PASS: TestDaemonHostGatewayIP (3.82s) [2020-10-01T01:01:16.549Z] --- PASS: TestDaemonRestartIpcMode (3.97s) [2020-10-01T01:01:16.604Z] --- PASS: TestCreateServiceCapabilities (3.53s) [2020-10-01T01:01:16.604Z] === RUN TestInspect [2020-10-01T01:01:20.659Z] === RUN TestDockerSuite/TestBuildExpose [2020-10-01T01:01:20.659Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-10-01T01:01:21.045Z] --- PASS: TestInspect (3.58s) [2020-10-01T01:01:21.046Z] === RUN TestCreateJob [2020-10-01T01:01:21.228Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-10-01T01:01:21.808Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-10-01T01:01:22.067Z] === RUN TestDockerSuite/TestBuildFails [2020-10-01T01:01:23.006Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-10-01T01:01:23.006Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-10-01T01:01:24.913Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-10-01T01:01:25.030Z] --- PASS: TestContainerKillOnDaemonStart (12.71s) [2020-10-01T01:01:25.030Z] PASS [2020-10-01T01:01:25.030Z] [2020-10-01T01:01:25.030Z] === Skipped [2020-10-01T01:01:25.030Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-10-01T01:01:25.030Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T01:01:25.030Z] [2020-10-01T01:01:25.030Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T01:01:25.030Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T01:01:25.030Z] [2020-10-01T01:01:25.030Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-10-01T01:01:25.030Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T01:01:25.030Z] [2020-10-01T01:01:25.030Z] [2020-10-01T01:01:25.030Z] DONE 192 tests, 3 skipped in 107.384s [2020-10-01T01:01:25.030Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-10-01T01:01:25.030Z] ++ 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-10-01T01:01:25.030Z] ++ set -e [2020-10-01T01:01:25.030Z] ++ '[' -n 0 ']' [2020-10-01T01:01:25.030Z] ++ set -x [2020-10-01T01:01:25.031Z] ++ env -i DEST=/go/src/github.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-10-01T01:01:25.325Z] INFO: Testing against a local daemon [2020-10-01T01:01:25.325Z] === RUN TestCommitInheritsEnv [2020-10-01T01:01:25.493Z] --- PASS: TestCreateJob (4.55s) [2020-10-01T01:01:25.493Z] === RUN TestReplicatedJob [2020-10-01T01:01:25.627Z] --- PASS: TestCommitInheritsEnv (0.33s) [2020-10-01T01:01:25.627Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T01:01:25.627Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-10-01T01:01:25.627Z] === RUN TestImagesFilterMultiReference [2020-10-01T01:01:25.627Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-10-01T01:01:25.627Z] === RUN TestImagePullPlatformInvalid [2020-10-01T01:01:25.627Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-10-01T01:01:25.627Z] === RUN TestRemoveImageOrphaning [2020-10-01T01:01:25.920Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2020-10-01T01:01:25.920Z] === RUN TestRemoveImageGarbageCollector [2020-10-01T01:01:25.920Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-01T01:01:25.920Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:01:25.920Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T01:01:25.920Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-10-01T01:01:25.920Z] === RUN TestTagInvalidReference [2020-10-01T01:01:25.920Z] --- PASS: TestTagInvalidReference (0.02s) [2020-10-01T01:01:25.920Z] === RUN TestTagValidPrefixedRepo [2020-10-01T01:01:26.214Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-10-01T01:01:26.214Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T01:01:26.214Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-10-01T01:01:26.214Z] === RUN TestTagOfficialNames [2020-10-01T01:01:26.214Z] --- PASS: TestTagOfficialNames (0.05s) [2020-10-01T01:01:26.214Z] === RUN TestTagMatchesDigest [2020-10-01T01:01:26.214Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-10-01T01:01:26.214Z] === CONT TestImportExtremelyLargeImageWorks [2020-10-01T01:01:26.822Z] === RUN TestDockerSuite/TestBuildForceRm [2020-10-01T01:01:28.202Z] === RUN TestDockerSuite/TestBuildFromGit [2020-10-01T01:01:29.582Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-10-01T01:01:29.841Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-10-01T01:01:30.778Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-10-01T01:01:30.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-10-01T01:01:30.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-10-01T01:01:32.380Z] --- PASS: TestReplicatedJob (7.29s) [2020-10-01T01:01:32.380Z] === RUN TestUpdateReplicatedJob [2020-10-01T01:01:32.683Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-10-01T01:01:34.063Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-10-01T01:01:34.632Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-10-01T01:01:36.539Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-10-01T01:01:36.881Z] --- PASS: TestUpdateReplicatedJob (4.55s) [2020-10-01T01:01:36.881Z] === RUN TestServiceListWithStatuses [2020-10-01T01:01:36.881Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-10-01T01:01:36.881Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:01:36.881Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T01:01:37.916Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-10-01T01:01:39.295Z] === RUN TestDockerSuite/TestBuildHistory [2020-10-01T01:01:43.488Z] === RUN TestDockerSuite/TestBuildIidFile [2020-10-01T01:01:43.488Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-10-01T01:01:43.747Z] === RUN TestDockerSuite/TestBuildInheritance [2020-10-01T01:01:44.315Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-10-01T01:01:45.268Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-10-01T01:01:45.268Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-10-01T01:01:45.345Z] --- PASS: TestDockerNetworkConnectAlias (8.15s) [2020-10-01T01:01:45.345Z] === RUN TestDockerNetworkReConnect [2020-10-01T01:01:46.648Z] === RUN TestDockerSuite/TestBuildLabel [2020-10-01T01:01:46.908Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-10-01T01:01:47.476Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-10-01T01:01:47.735Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-10-01T01:01:47.994Z] === RUN TestDockerSuite/TestBuildLabels [2020-10-01T01:01:48.225Z] --- PASS: TestBuildWithHugeFile (70.32s) [2020-10-01T01:01:48.225Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T01:01:48.225Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:01:48.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:01:48.225Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:01:48.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:01:48.225Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:01:48.225Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:01:48.225Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:01:48.225Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:01:48.225Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:01:48.225Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2020-10-01T01:01:48.225Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-10-01T01:01:48.225Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-10-01T01:01:48.225Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-10-01T01:01:48.225Z] === RUN TestBuildPreserveOwnership [2020-10-01T01:01:48.225Z] === RUN TestBuildPreserveOwnership/copy_from [2020-10-01T01:01:48.225Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-10-01T01:01:48.225Z] --- PASS: TestBuildPreserveOwnership (5.80s) [2020-10-01T01:01:48.225Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.74s) [2020-10-01T01:01:48.225Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.04s) [2020-10-01T01:01:48.225Z] === RUN TestBuildPlatformInvalid [2020-10-01T01:01:48.225Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-10-01T01:01:48.225Z] PASS [2020-10-01T01:01:48.225Z] [2020-10-01T01:01:48.225Z] === Skipped [2020-10-01T01:01:48.225Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-10-01T01:01:48.225Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T01:01:48.225Z] [2020-10-01T01:01:48.225Z] [2020-10-01T01:01:48.225Z] DONE 32 tests, 1 skipped in 122.445s [2020-10-01T01:01:48.225Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-10-01T01:01:48.225Z] ++ 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-10-01T01:01:48.225Z] ++ set -e [2020-10-01T01:01:48.225Z] ++ '[' -n 0 ']' [2020-10-01T01:01:48.225Z] ++ set -x [2020-10-01T01:01:48.225Z] ++ env -i DEST=/go/src/github.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-10-01T01:01:48.225Z] INFO: Testing against a local daemon [2020-10-01T01:01:48.225Z] === RUN TestConfigInspect [2020-10-01T01:01:48.225Z] --- PASS: TestConfigInspect (3.55s) [2020-10-01T01:01:48.225Z] === RUN TestConfigList [2020-10-01T01:01:48.562Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-10-01T01:01:49.942Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-10-01T01:01:49.942Z] --- PASS: TestImportExtremelyLargeImageWorks (199.83s) [2020-10-01T01:01:49.942Z] PASS [2020-10-01T01:01:49.942Z] [2020-10-01T01:01:49.942Z] DONE 12 tests in 203.922s [2020-10-01T01:01:49.942Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-10-01T01:01:49.942Z] ++ 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-10-01T01:01:49.942Z] ++ set -e [2020-10-01T01:01:49.942Z] ++ '[' -n 0 ']' [2020-10-01T01:01:49.942Z] ++ set -x [2020-10-01T01:01:49.942Z] ++ env -i DEST=/go/src/github.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-10-01T01:01:50.201Z] INFO: Testing against a local daemon [2020-10-01T01:01:50.201Z] === RUN TestNetworkCreateDelete [2020-10-01T01:01:50.201Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-10-01T01:01:50.201Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T01:01:50.769Z] --- PASS: TestConfigList (3.25s) [2020-10-01T01:01:50.769Z] === RUN TestConfigsCreateAndDelete [2020-10-01T01:01:50.769Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2020-10-01T01:01:50.769Z] === RUN TestDaemonDNSFallback [2020-10-01T01:01:50.902Z] --- PASS: TestDockerNetworkReConnect (6.14s) [2020-10-01T01:01:50.902Z] === RUN TestServicePlugin [2020-10-01T01:01:50.902Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-01T01:01:50.902Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:01:50.902Z] === RUN TestServiceUpdateLabel [2020-10-01T01:01:52.147Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-10-01T01:01:52.147Z] === RUN TestDockerSuite/TestBuildLastModified [2020-10-01T01:01:53.084Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-10-01T01:01:54.067Z] --- PASS: TestConfigsCreateAndDelete (3.23s) [2020-10-01T01:01:54.067Z] === RUN TestConfigsUpdate [2020-10-01T01:01:55.349Z] --- PASS: TestServiceUpdateLabel (3.64s) [2020-10-01T01:01:55.349Z] === RUN TestServiceUpdateSecrets [2020-10-01T01:01:56.375Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-10-01T01:01:57.367Z] --- PASS: TestConfigsUpdate (3.16s) [2020-10-01T01:01:57.367Z] === RUN TestTemplatedConfig [2020-10-01T01:01:57.754Z] --- PASS: TestDaemonDNSFallback (6.77s) [2020-10-01T01:01:57.754Z] === RUN TestInspectNetwork [2020-10-01T01:01:58.694Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-10-01T01:01:58.694Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-10-01T01:01:58.694Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-10-01T01:01:58.953Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-10-01T01:01:58.953Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-10-01T01:01:59.213Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-10-01T01:02:00.669Z] --- PASS: TestTemplatedConfig (3.37s) [2020-10-01T01:02:00.669Z] === RUN TestConfigCreateResolve [2020-10-01T01:02:01.121Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-10-01T01:02:01.380Z] === RUN TestInspectNetwork/full_network_id [2020-10-01T01:02:01.380Z] === RUN TestInspectNetwork/partial_network_id [2020-10-01T01:02:01.380Z] === RUN TestInspectNetwork/network_name [2020-10-01T01:02:01.380Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-01T01:02:02.317Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-10-01T01:02:03.970Z] --- PASS: TestConfigCreateResolve (3.17s) [2020-10-01T01:02:03.970Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T01:02:04.230Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2020-10-01T01:02:04.230Z] PASS [2020-10-01T01:02:04.230Z] [2020-10-01T01:02:04.230Z] DONE 7 tests in 20.545s [2020-10-01T01:02:04.230Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-10-01T01:02:04.230Z] ++ 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-10-01T01:02:04.230Z] ++ set -e [2020-10-01T01:02:04.230Z] ++ '[' -n 0 ']' [2020-10-01T01:02:04.230Z] ++ set -x [2020-10-01T01:02:04.230Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:02:04.230Z] INFO: Testing against a local daemon [2020-10-01T01:02:04.230Z] === RUN TestCheckpoint [2020-10-01T01:02:04.230Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T01:02:04.230Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T01:02:04.230Z] === RUN TestContainerInvalidJSON [2020-10-01T01:02:04.230Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:02:04.230Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:02:04.230Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:02:04.230Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:02:04.230Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:02:04.230Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:02:04.230Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:02:04.230Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:02:04.230Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:02:04.230Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-10-01T01:02:04.230Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-01T01:02:04.230Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-10-01T01:02:04.230Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T01:02:04.230Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T01:02:04.490Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-10-01T01:02:04.490Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T01:02:04.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-10-01T01:02:04.490Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T01:02:04.752Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2020-10-01T01:02:04.752Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T01:02:04.752Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-10-01T01:02:04.752Z] === RUN TestCopyFromContainer [2020-10-01T01:02:04.853Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-10-01T01:02:05.112Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-10-01T01:02:05.681Z] --- PASS: TestInspectNetwork (8.23s) [2020-10-01T01:02:05.681Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-01T01:02:05.681Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-01T01:02:05.681Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-01T01:02:05.681Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-01T01:02:05.681Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T01:02:05.681Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-10-01T01:02:06.667Z] === RUN TestCopyFromContainer// [2020-10-01T01:02:06.928Z] === RUN TestCopyFromContainer//bar/root [2020-10-01T01:02:06.928Z] === RUN TestCopyFromContainer//bar/root/ [2020-10-01T01:02:06.928Z] === RUN TestCopyFromContainer/bar/quux [2020-10-01T01:02:07.189Z] === RUN TestCopyFromContainer/bar/quux/ [2020-10-01T01:02:07.189Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-10-01T01:02:07.450Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-10-01T01:02:07.450Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-10-01T01:02:07.711Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-10-01T01:02:07.711Z] === RUN TestCopyFromContainer/bar/notarget [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer (3.11s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-10-01T01:02:07.972Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-10-01T01:02:07.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T01:02:07.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:02:07.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:02:07.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:02:07.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:02:07.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:02:07.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:02:07.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:02:07.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:02:07.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:02:07.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-01T01:02:07.972Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T01:02:07.972Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-10-01T01:02:07.972Z] === RUN TestCreateWithInvalidEnv [2020-10-01T01:02:07.972Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T01:02:07.972Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T01:02:07.972Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T01:02:07.972Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T01:02:07.972Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T01:02:07.972Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T01:02:07.972Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T01:02:07.972Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T01:02:07.972Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T01:02:07.972Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-10-01T01:02:07.972Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-10-01T01:02:07.972Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T01:02:07.972Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-10-01T01:02:07.972Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T01:02:08.246Z] --- PASS: TestRunContainerWithBridgeNone (2.06s) [2020-10-01T01:02:08.246Z] === RUN TestNetworkInvalidJSON [2020-10-01T01:02:08.246Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T01:02:08.246Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T01:02:08.246Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:02:08.246Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:02:08.246Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:02:08.246Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:02:08.246Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T01:02:08.246Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:02:08.246Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:02:08.246Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-10-01T01:02:08.246Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-01T01:02:08.246Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-01T01:02:08.246Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-01T01:02:08.246Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T01:02:08.505Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-10-01T01:02:08.505Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T01:02:09.445Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-10-01T01:02:09.445Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T01:02:10.383Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-10-01T01:02:10.383Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T01:02:10.519Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2020-10-01T01:02:10.519Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T01:02:10.675Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2020-10-01T01:02:10.675Z] === RUN TestServiceUpdateConfigs [2020-10-01T01:02:11.759Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-10-01T01:02:11.759Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:02:12.432Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:02:12.432Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:02:12.432Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:02:12.432Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:02:12.432Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:02:12.432Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:02:12.432Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:02:12.432Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:02:12.432Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:02:12.432Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:02:12.432Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.06s) [2020-10-01T01:02:12.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2020-10-01T01:02:12.432Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T01:02:12.697Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-10-01T01:02:12.697Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T01:02:13.266Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-10-01T01:02:13.373Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2020-10-01T01:02:13.373Z] === RUN TestCreateDifferentPlatform [2020-10-01T01:02:13.373Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T01:02:13.373Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T01:02:13.373Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-10-01T01:02:13.373Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-01T01:02:13.373Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T01:02:13.373Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T01:02:13.373Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-10-01T01:02:13.373Z] === RUN TestContainerStartOnDaemonRestart [2020-10-01T01:02:13.373Z] === PAUSE TestContainerStartOnDaemonRestart [2020-10-01T01:02:13.373Z] === RUN TestDaemonRestartIpcMode [2020-10-01T01:02:13.373Z] === PAUSE TestDaemonRestartIpcMode [2020-10-01T01:02:13.373Z] === RUN TestDaemonHostGatewayIP [2020-10-01T01:02:13.373Z] === PAUSE TestDaemonHostGatewayIP [2020-10-01T01:02:13.373Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T01:02:13.373Z] === PAUSE TestContainerKillOnDaemonStart [2020-10-01T01:02:13.373Z] === RUN TestDiff [2020-10-01T01:02:13.525Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2020-10-01T01:02:13.525Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T01:02:13.945Z] --- PASS: TestDiff (0.73s) [2020-10-01T01:02:13.945Z] === RUN TestExecWithCloseStdin [2020-10-01T01:02:14.290Z] 4612f6d0b889: Pull complete [2020-10-01T01:02:14.886Z] --- PASS: TestExecWithCloseStdin (0.85s) [2020-10-01T01:02:14.886Z] === RUN TestExec [2020-10-01T01:02:15.828Z] --- PASS: TestExec (0.83s) [2020-10-01T01:02:15.828Z] === RUN TestExecUser [2020-10-01T01:02:16.060Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-10-01T01:02:16.319Z] --- PASS: TestServiceWithPredefinedNetwork (2.92s) [2020-10-01T01:02:16.319Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T01:02:16.320Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:02:16.320Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:02:16.320Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T01:02:16.399Z] --- PASS: TestExecUser (0.83s) [2020-10-01T01:02:16.399Z] === RUN TestExportContainerAndImportImage [2020-10-01T01:02:16.887Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-10-01T01:02:17.785Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-10-01T01:02:17.785Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T01:02:19.423Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-10-01T01:02:19.423Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-10-01T01:02:19.699Z] --- PASS: TestExportContainerAfterDaemonRestart (2.11s) [2020-10-01T01:02:19.699Z] === RUN TestHealthCheckWorkdir [2020-10-01T01:02:21.085Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-10-01T01:02:21.085Z] === RUN TestHealthKillContainer [2020-10-01T01:02:21.959Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-10-01T01:02:22.219Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-10-01T01:02:23.629Z] --- PASS: TestHealthKillContainer (2.84s) [2020-10-01T01:02:23.629Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T01:02:24.129Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-10-01T01:02:24.388Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-10-01T01:02:24.570Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-10-01T01:02:24.570Z] === RUN TestIpcModeNone [2020-10-01T01:02:25.142Z] --- PASS: TestIpcModeNone (0.85s) [2020-10-01T01:02:25.142Z] === RUN TestIpcModePrivate [2020-10-01T01:02:26.014Z] --- PASS: TestServiceUpdateConfigs (15.88s) [2020-10-01T01:02:26.014Z] === RUN TestServiceUpdateNetwork [2020-10-01T01:02:26.084Z] --- PASS: TestIpcModePrivate (0.82s) [2020-10-01T01:02:26.084Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-10-01T01:02:26.084Z] === RUN TestIpcModeShareable [2020-10-01T01:02:26.295Z] === RUN TestDockerSuite/TestBuildNetNone [2020-10-01T01:02:26.554Z] === RUN TestDockerSuite/TestBuildNoContext [2020-10-01T01:02:27.025Z] --- PASS: TestIpcModeShareable (0.84s) [2020-10-01T01:02:27.025Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-10-01T01:02:27.025Z] === RUN TestAPIIpcModeShareableAndContainer [2020-10-01T01:02:27.491Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-10-01T01:02:28.060Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-10-01T01:02:28.996Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-10-01T01:02:29.255Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-10-01T01:02:29.255Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-10-01T01:02:29.514Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-10-01T01:02:29.570Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s) [2020-10-01T01:02:29.570Z] === RUN TestAPIIpcModeHost [2020-10-01T01:02:29.785Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-10-01T01:02:30.141Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-10-01T01:02:30.141Z] === RUN TestDaemonIpcModeShareable [2020-10-01T01:02:30.356Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-10-01T01:02:31.734Z] --- PASS: TestServiceWithDataPathPortInit (15.20s) [2020-10-01T01:02:31.734Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T01:02:31.993Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-10-01T01:02:32.068Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2020-10-01T01:02:32.068Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-10-01T01:02:32.068Z] === RUN TestDaemonIpcModePrivate [2020-10-01T01:02:32.561Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-10-01T01:02:34.007Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2020-10-01T01:02:34.007Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-10-01T01:02:34.007Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-10-01T01:02:35.098Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-10-01T01:02:35.430Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-10-01T01:02:35.430Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-10-01T01:02:35.430Z] remote: Enumerating objects: 2, done. [2020-10-01T01:02:35.430Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-10-01T01:02:35.430Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-10-01T01:02:35.430Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-10-01T01:02:35.430Z] 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-10-01T01:02:35.430Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-10-01T01:02:35.430Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-10-01T01:02:35.665Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-10-01T01:02:35.845Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/test/unit [2020-10-01T01:02:35.933Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2020-10-01T01:02:35.933Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-10-01T01:02:35.933Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-10-01T01:02:37.043Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-10-01T01:02:37.322Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-10-01T01:02:37.322Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-10-01T01:02:37.322Z] === RUN TestIpcModeOlderClient [2020-10-01T01:02:37.584Z] === PAUSE TestIpcModeOlderClient [2020-10-01T01:02:37.584Z] === RUN TestKillContainerInvalidSignal [2020-10-01T01:02:37.980Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-10-01T01:02:38.156Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2020-10-01T01:02:38.156Z] === RUN TestKillContainer [2020-10-01T01:02:38.367Z] ? github.com/docker/docker/api [no test files] [2020-10-01T01:02:38.417Z] === RUN TestKillContainer/no_signal [2020-10-01T01:02:38.916Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-10-01T01:02:38.988Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T01:02:39.175Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-10-01T01:02:39.559Z] === RUN TestKillContainer/killing_signal [2020-10-01T01:02:40.111Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.42s) [2020-10-01T01:02:40.111Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ijzy5h29z02o17ioj3dap5k8a Created:2020-10-01 01:02:33.062394899 +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[98051dc139352e8af0330bf82d5fe97b13b62cc98f730a2f157f6c6cfa01f42f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cn4cry7ljuy3ngvwq1ynegit6 EndpointID:126b67ba8e4ac83b894b5236c143435bec7a915b1b8103937a43c6a0270e9b61 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:737d32225bf742cd7517f743ee1cc7f44de85d3dfe9716c50178fd8bfe8e35a0 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:4962ef9cff0e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cn4cry7ljuy3ngvwq1ynegit6 EndpointID:126b67ba8e4ac83b894b5236c143435bec7a915b1b8103937a43c6a0270e9b61 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-01T01:02:40.111Z] PASS [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] === Skipped [2020-10-01T01:02:40.111Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:02:40.111Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] DONE 23 tests, 1 skipped in 49.997s [2020-10-01T01:02:40.111Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:02:40.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-10-01T01:02:40.111Z] ++ set -e [2020-10-01T01:02:40.111Z] ++ '[' -n 0 ']' [2020-10-01T01:02:40.111Z] ++ set -x [2020-10-01T01:02:40.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:02:40.111Z] INFO: Testing against a local daemon [2020-10-01T01:02:40.111Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-01T01:02:40.111Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T01:02:40.111Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:02:40.111Z] === RUN TestDockerNetworkIpvlan [2020-10-01T01:02:40.111Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:02:40.111Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:02:40.111Z] PASS [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] === Skipped [2020-10-01T01:02:40.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T01:02:40.111Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:02:40.111Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] [2020-10-01T01:02:40.111Z] DONE 2 tests, 2 skipped in 0.126s [2020-10-01T01:02:40.111Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:02:40.111Z] ++ 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-10-01T01:02:40.111Z] ++ set -e [2020-10-01T01:02:40.111Z] ++ '[' -n 0 ']' [2020-10-01T01:02:40.111Z] ++ set -x [2020-10-01T01:02:40.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:02:40.371Z] INFO: Testing against a local daemon [2020-10-01T01:02:40.371Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-01T01:02:40.500Z] --- PASS: TestKillContainer (2.27s) [2020-10-01T01:02:40.500Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-10-01T01:02:40.500Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-10-01T01:02:40.500Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2020-10-01T01:02:40.500Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T01:02:40.500Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-10-01T01:02:40.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-10-01T01:02:41.441Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-10-01T01:02:42.011Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2020-10-01T01:02:42.011Z] === RUN TestDockerNetworkMacvlan [2020-10-01T01:02:42.013Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.57s) [2020-10-01T01:02:42.013Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-10-01T01:02:42.013Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2020-10-01T01:02:42.013Z] === RUN TestKillStoppedContainer [2020-10-01T01:02:42.271Z] === RUN TestDockerSuite/TestBuildPATH [2020-10-01T01:02:42.273Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-10-01T01:02:42.273Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T01:02:42.273Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-10-01T01:02:42.273Z] === RUN TestKillDifferentUserContainer [2020-10-01T01:02:42.840Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-01T01:02:43.234Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-10-01T01:02:43.234Z] === RUN TestInspectOomKilledTrue [2020-10-01T01:02:43.234Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-01T01:02:43.234Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:02:43.234Z] === RUN TestInspectOomKilledFalse [2020-10-01T01:02:43.234Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-01T01:02:43.234Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:02:43.234Z] === RUN TestLinksEtcHostsContentMatch [2020-10-01T01:02:43.807Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2020-10-01T01:02:43.807Z] === RUN TestLinksContainerNames [2020-10-01T01:02:43.914Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-01T01:02:44.646Z] --- PASS: TestServiceUpdateNetwork (16.18s) [2020-10-01T01:02:44.646Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T01:02:44.646Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-01T01:02:44.646Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-01T01:02:44.851Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-01T01:02:45.191Z] --- PASS: TestLinksContainerNames (1.54s) [2020-10-01T01:02:45.191Z] === RUN TestLogsFollowTailEmpty [2020-10-01T01:02:45.421Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-10-01T01:02:46.132Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2020-10-01T01:02:46.132Z] === RUN TestContainerNetworkMountsNoChown [2020-10-01T01:02:46.360Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-10-01T01:02:46.704Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/default [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/default [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/private [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/private [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rprivate [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rprivate [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/slave [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/slave [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rslave [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rslave [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/shared [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/shared [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rshared [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rshared [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/default [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/default/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/rslave [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/rshared [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/rprivate [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/slave [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/default/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/private [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/private/bind_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/private/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/shared [2020-10-01T01:02:46.704Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-10-01T01:02:46.704Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-10-01T01:02:46.704Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:02:46.705Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:02:46.705Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-10-01T01:02:46.705Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-10-01T01:02:46.705Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-10-01T01:02:46.928Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/default/bind_root [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/default/mount_root [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/private/bind_root [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-10-01T01:02:46.965Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-10-01T01:02:47.187Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-01T01:02:47.226Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/private/mount_root [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-10-01T01:02:47.227Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-10-01T01:02:47.227Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-10-01T01:02:47.227Z] === RUN TestContainerBindMountNonRecursive [2020-10-01T01:02:49.139Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2020-10-01T01:02:49.139Z] === RUN TestNetworkNat [2020-10-01T01:02:49.723Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-01T01:02:50.082Z] --- PASS: TestNetworkNat (0.83s) [2020-10-01T01:02:50.082Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T01:02:51.025Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2020-10-01T01:02:51.025Z] === RUN TestNetworkLoopbackNat [2020-10-01T01:02:51.527Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-01T01:02:53.233Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2020-10-01T01:02:53.941Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-01T01:02:54.325Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2020-10-01T01:02:54.325Z] === RUN TestPause [2020-10-01T01:02:54.884Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-10-01T01:02:54.896Z] --- PASS: TestPause (0.80s) [2020-10-01T01:02:54.896Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T01:02:54.896Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T01:02:54.896Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T01:02:54.896Z] === RUN TestPauseStopPausedContainer [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan (13.43s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.27s) [2020-10-01T01:02:55.143Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.89s) [2020-10-01T01:02:55.143Z] PASS [2020-10-01T01:02:55.143Z] [2020-10-01T01:02:55.143Z] DONE 8 tests in 15.031s [2020-10-01T01:02:55.143Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-01T01:02:55.143Z] ++ 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-10-01T01:02:55.143Z] ++ set -e [2020-10-01T01:02:55.143Z] ++ '[' -n 0 ']' [2020-10-01T01:02:55.143Z] ++ set -x [2020-10-01T01:02:55.143Z] ++ env -i DEST=/go/src/github.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-10-01T01:02:55.143Z] testing: warning: no tests to run [2020-10-01T01:02:55.143Z] PASS [2020-10-01T01:02:55.143Z] [2020-10-01T01:02:55.143Z] DONE 0 tests in 0.026s [2020-10-01T01:02:55.143Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-01T01:02:55.143Z] ++ 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-10-01T01:02:55.143Z] ++ set -e [2020-10-01T01:02:55.143Z] ++ '[' -n 0 ']' [2020-10-01T01:02:55.143Z] ++ set -x [2020-10-01T01:02:55.143Z] ++ env -i DEST=/go/src/github.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-10-01T01:02:55.402Z] INFO: Testing against a local daemon [2020-10-01T01:02:55.402Z] === RUN TestAuthZPluginAllowRequest [2020-10-01T01:02:55.837Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-10-01T01:02:55.837Z] === RUN TestPsFilter [2020-10-01T01:02:56.099Z] --- PASS: TestPsFilter (0.25s) [2020-10-01T01:02:56.099Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T01:02:56.669Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-10-01T01:02:56.669Z] === RUN TestRemoveContainerWithVolume [2020-10-01T01:02:57.308Z] --- PASS: TestAuthZPluginAllowRequest (1.63s) [2020-10-01T01:02:57.308Z] === RUN TestAuthZPluginTLS [2020-10-01T01:02:57.567Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-10-01T01:02:57.567Z] === RUN TestAuthZPluginDenyRequest [2020-10-01T01:02:57.611Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2020-10-01T01:02:57.611Z] === RUN TestRemoveContainerRunning [2020-10-01T01:02:57.826Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-10-01T01:02:58.086Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-10-01T01:02:58.086Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-01T01:02:58.182Z] --- PASS: TestRemoveContainerRunning (0.75s) [2020-10-01T01:02:58.182Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T01:02:58.655Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-10-01T01:02:58.655Z] === RUN TestAuthZPluginDenyResponse [2020-10-01T01:02:59.127Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-10-01T01:02:59.127Z] === RUN TestRemoveInvalidContainer [2020-10-01T01:02:59.127Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-10-01T01:02:59.127Z] === RUN TestRenameLinkedContainer [2020-10-01T01:02:59.223Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2020-10-01T01:02:59.223Z] === RUN TestAuthZPluginAllowEventStream [2020-10-01T01:02:59.482Z] === RUN TestDockerSuite/TestBuildRm [2020-10-01T01:02:59.998Z] --- PASS: TestServiceUpdatePidsLimit (17.62s) [2020-10-01T01:02:59.998Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-10-01T01:02:59.998Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.25s) [2020-10-01T01:02:59.998Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s) [2020-10-01T01:02:59.998Z] PASS [2020-10-01T01:02:59.998Z] [2020-10-01T01:02:59.998Z] === Skipped [2020-10-01T01:02:59.998Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-10-01T01:02:59.998Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:02:59.998Z] [2020-10-01T01:02:59.998Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-10-01T01:02:59.998Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:02:59.998Z] [2020-10-01T01:02:59.998Z] [2020-10-01T01:02:59.998Z] DONE 27 tests, 2 skipped in 173.160s [2020-10-01T01:02:59.998Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-10-01T01:02:59.998Z] ++ 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-10-01T01:02:59.998Z] ++ set -e [2020-10-01T01:02:59.998Z] ++ '[' -n 0 ']' [2020-10-01T01:02:59.998Z] ++ set -x [2020-10-01T01:02:59.998Z] ++ env -i DEST=/go/src/github.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-10-01T01:02:59.998Z] INFO: Testing against a local daemon [2020-10-01T01:02:59.998Z] === RUN TestSessionCreate [2020-10-01T01:02:59.998Z] --- PASS: TestSessionCreate (0.02s) [2020-10-01T01:02:59.998Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T01:02:59.998Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-10-01T01:02:59.998Z] PASS [2020-10-01T01:02:59.998Z] [2020-10-01T01:02:59.998Z] DONE 2 tests in 0.181s [2020-10-01T01:02:59.998Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-10-01T01:02:59.998Z] ++ 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-10-01T01:02:59.998Z] ++ set -e [2020-10-01T01:02:59.998Z] ++ '[' -n 0 ']' [2020-10-01T01:02:59.998Z] ++ set -x [2020-10-01T01:02:59.998Z] ++ env -i DEST=/go/src/github.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-10-01T01:03:00.296Z] INFO: Testing against a local daemon [2020-10-01T01:03:00.296Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T01:03:00.296Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:03:00.296Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:03:00.296Z] === RUN TestEventsExecDie [2020-10-01T01:03:00.864Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2020-10-01T01:03:00.864Z] === RUN TestAuthZPluginErrorResponse [2020-10-01T01:03:01.123Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2020-10-01T01:03:01.123Z] === RUN TestAuthZPluginErrorRequest [2020-10-01T01:03:01.329Z] --- PASS: TestEventsExecDie (0.90s) [2020-10-01T01:03:01.329Z] === RUN TestEventsBackwardsCompatible [2020-10-01T01:03:01.329Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-10-01T01:03:01.329Z] === RUN TestInfoBinaryCommits [2020-10-01T01:03:01.329Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-10-01T01:03:01.329Z] === RUN TestInfoAPIVersioned [2020-10-01T01:03:01.329Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-01T01:03:01.329Z] === RUN TestInfoDiscoveryBackend [2020-10-01T01:03:01.620Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-10-01T01:03:01.620Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-01T01:03:01.692Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-10-01T01:03:01.692Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-10-01T01:03:01.692Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-01T01:03:02.260Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s) [2020-10-01T01:03:02.260Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-01T01:03:02.427Z] --- PASS: TestRenameLinkedContainer (3.00s) [2020-10-01T01:03:02.427Z] === RUN TestRenameStoppedContainer [2020-10-01T01:03:02.652Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-01T01:03:02.652Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-01T01:03:02.828Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-10-01T01:03:02.999Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-10-01T01:03:02.999Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T01:03:03.283Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-10-01T01:03:03.283Z] === RUN TestInfoAPI [2020-10-01T01:03:03.283Z] --- PASS: TestInfoAPI (0.01s) [2020-10-01T01:03:03.283Z] === RUN TestInfoAPIWarnings [2020-10-01T01:03:04.207Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-10-01T01:03:04.207Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2020-10-01T01:03:04.207Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-01T01:03:04.383Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2020-10-01T01:03:04.383Z] === RUN TestRenameInvalidName [2020-10-01T01:03:04.466Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-10-01T01:03:05.035Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-10-01T01:03:05.324Z] --- PASS: TestRenameInvalidName (0.78s) [2020-10-01T01:03:05.324Z] === RUN TestRenameAnonymousContainer [2020-10-01T01:03:05.972Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s) [2020-10-01T01:03:05.972Z] === RUN TestAuthZPluginHeader [2020-10-01T01:03:05.972Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-10-01T01:03:06.910Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-10-01T01:03:06.910Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-01T01:03:06.910Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-10-01T01:03:07.848Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-10-01T01:03:09.529Z] --- PASS: TestRenameAnonymousContainer (4.05s) [2020-10-01T01:03:09.529Z] === RUN TestRenameContainerWithSameName [2020-10-01T01:03:10.101Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2020-10-01T01:03:10.101Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T01:03:10.386Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-10-01T01:03:10.387Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-10-01T01:03:10.647Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-10-01T01:03:10.648Z] === RUN TestDockerSuite/TestBuildSpaces [2020-10-01T01:03:11.216Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-10-01T01:03:11.475Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.67s) [2020-10-01T01:03:11.475Z] === RUN TestAuthZPluginV2Disable [2020-10-01T01:03:11.486Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s) [2020-10-01T01:03:11.486Z] === RUN TestResize [2020-10-01T01:03:12.044Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-10-01T01:03:12.044Z] === RUN TestDockerSuite/TestBuildStderr [2020-10-01T01:03:12.427Z] --- PASS: TestResize (0.76s) [2020-10-01T01:03:12.427Z] === RUN TestResizeWithInvalidSize [2020-10-01T01:03:12.622Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-10-01T01:03:12.999Z] --- PASS: TestResizeWithInvalidSize (0.78s) [2020-10-01T01:03:12.999Z] === RUN TestResizeWhenContainerNotStarted [2020-10-01T01:03:13.571Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-10-01T01:03:13.940Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:03:13.940Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:03:13.940Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:03:13.940Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:03:13.940Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:03:13.940Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:03:13.940Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:13.941Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:13.941Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:13.941Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-10-01T01:03:13.941Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-10-01T01:03:13.941Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-10-01T01:03:13.941Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-10-01T01:03:16.108Z] --- PASS: TestAuthZPluginV2Disable (4.54s) [2020-10-01T01:03:16.108Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-01T01:03:16.108Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-10-01T01:03:16.492Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:16.492Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:16.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-10-01T01:03:16.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-10-01T01:03:17.045Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-10-01T01:03:17.984Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-10-01T01:03:18.142Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-10-01T01:03:18.142Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-10-01T01:03:18.404Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-10-01T01:03:18.551Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-10-01T01:03:18.668Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-10-01T01:03:19.118Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-10-01T01:03:19.686Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.67s) [2020-10-01T01:03:19.686Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-01T01:03:20.253Z] === RUN TestDockerSuite/TestBuildUser [2020-10-01T01:03:21.631Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-10-01T01:03:21.848Z] --- PASS: TestInfoAPIWarnings (16.26s) [2020-10-01T01:03:21.848Z] === RUN TestInfoDebug [2020-10-01T01:03:21.848Z] --- PASS: TestInfoDebug (0.52s) [2020-10-01T01:03:21.848Z] === RUN TestInfoInsecureRegistries [2020-10-01T01:03:21.848Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-10-01T01:03:21.848Z] === RUN TestInfoRegistryMirrors [2020-10-01T01:03:21.848Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-10-01T01:03:21.848Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T01:03:21.848Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2020-10-01T01:03:21.848Z] === RUN TestPingCacheHeaders [2020-10-01T01:03:21.848Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-10-01T01:03:21.848Z] === RUN TestPingGet [2020-10-01T01:03:21.848Z] --- PASS: TestPingGet (0.01s) [2020-10-01T01:03:21.848Z] === RUN TestPingHead [2020-10-01T01:03:21.848Z] --- PASS: TestPingHead (0.01s) [2020-10-01T01:03:21.848Z] === RUN TestVersion [2020-10-01T01:03:21.848Z] --- PASS: TestVersion (0.01s) [2020-10-01T01:03:21.848Z] PASS [2020-10-01T01:03:21.848Z] [2020-10-01T01:03:21.848Z] === Skipped [2020-10-01T01:03:21.848Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:03:21.848Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:03:21.848Z] [2020-10-01T01:03:21.848Z] [2020-10-01T01:03:21.848Z] DONE 18 tests, 1 skipped in 21.362s [2020-10-01T01:03:21.848Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-10-01T01:03:21.848Z] ++ 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-10-01T01:03:21.848Z] ++ set -e [2020-10-01T01:03:21.848Z] ++ '[' -n 0 ']' [2020-10-01T01:03:21.848Z] ++ set -x [2020-10-01T01:03:21.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:03:21.848Z] INFO: Testing against a local daemon [2020-10-01T01:03:21.848Z] === RUN TestVolumesCreateAndList [2020-10-01T01:03:21.848Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-10-01T01:03:21.849Z] === RUN TestVolumesRemove [2020-10-01T01:03:21.849Z] --- PASS: TestVolumesRemove (0.09s) [2020-10-01T01:03:21.849Z] === RUN TestVolumesInspect [2020-10-01T01:03:21.849Z] --- PASS: TestVolumesInspect (0.01s) [2020-10-01T01:03:21.849Z] === RUN TestVolumesInvalidJSON [2020-10-01T01:03:21.849Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T01:03:21.849Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T01:03:21.849Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T01:03:21.849Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-10-01T01:03:21.849Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T01:03:21.849Z] PASS [2020-10-01T01:03:21.849Z] [2020-10-01T01:03:21.849Z] DONE 5 tests in 0.239s [2020-10-01T01:03:21.849Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:03:21.849Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:03:21.849Z] +++ kill 11935 [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.86s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.01s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.82s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.78s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.58s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.54s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.15s) [2020-10-01T01:03:21.972Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.39s) [2020-10-01T01:03:21.972Z] === RUN TestCgroupNamespacesRun [2020-10-01T01:03:23.396Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:03:23.396Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:03:23.396Z] [2020-10-01T01:03:23.396Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:03:23.396Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:03:23.396Z] [2020-10-01T01:03:23.396Z] To set a process to complain mode, use the command line tool [2020-10-01T01:03:23.396Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:03:23.396Z] +++ true [2020-10-01T01:03:23.396Z] exiting test-integration [2020-10-01T01:03:23.396Z] ++ exit 0 [2020-10-01T01:03:23.396Z] [2020-10-01T01:03:23.885Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-10-01T01:03:23.885Z] === RUN TestCgroupNamespacesRunPrivileged [2020-10-01T01:03:24.173Z] === RUN TestDockerSuite/TestBuildUsersAndGroups Post stage [Pipeline] junit [2020-10-01T01:03:24.474Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-01T01:03:25.256Z] + echo Ensuring container killed. [2020-10-01T01:03:25.256Z] Ensuring container killed. [2020-10-01T01:03:25.256Z] + docker rm -vf docker-pr4 [2020-10-01T01:03:25.256Z] Error: No such container: docker-pr4 [2020-10-01T01:03:25.256Z] + true [Pipeline] sh [2020-10-01T01:03:25.632Z] + echo Chowning /workspace to jenkins user [2020-10-01T01:03:25.632Z] Chowning /workspace to jenkins user [2020-10-01T01:03:25.632Z] + id -u [2020-10-01T01:03:25.632Z] + id -g [2020-10-01T01:03:25.632Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41513:/workspace busybox chown -R 1001:1001 /workspace [2020-10-01T01:03:25.798Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2020-10-01T01:03:25.798Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-10-01T01:03:27.184Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-10-01T01:03:27.184Z] === RUN TestCgroupNamespacesRunHostMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T01:03:28.090Z] + bundleName=s390x-integration [2020-10-01T01:03:28.090Z] + echo Creating s390x-integration-bundles.tar.gz [2020-10-01T01:03:28.090Z] Creating s390x-integration-bundles.tar.gz [2020-10-01T01:03:28.090Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-10-01T01:03:28.090Z] + 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-10-01T01:03:28.133Z] Archiving artifacts [2020-10-01T01:03:28.478Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:03:28.860Z] + make clean [2020-10-01T01:03:29.099Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2020-10-01T01:03:29.099Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-10-01T01:03:29.150Z] docker volume rm -f docker-dev-cache [2020-10-01T01:03:29.150Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-01T01:03:31.012Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-10-01T01:03:31.012Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-10-01T01:03:32.926Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2020-10-01T01:03:32.926Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-10-01T01:03:33.869Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-10-01T01:03:33.869Z] === RUN TestCgroupNamespacesRunOlderClient [2020-10-01T01:03:34.156Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.11s) [2020-10-01T01:03:34.157Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-01T01:03:35.781Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2020-10-01T01:03:35.781Z] === RUN TestKernelTCPMemory [2020-10-01T01:03:36.059Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-10-01T01:03:36.352Z] --- PASS: TestKernelTCPMemory (0.91s) [2020-10-01T01:03:36.352Z] === RUN TestNISDomainname [2020-10-01T01:03:36.626Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-10-01T01:03:36.884Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-10-01T01:03:37.294Z] --- PASS: TestNISDomainname (0.95s) [2020-10-01T01:03:37.294Z] === RUN TestHostnameDnsResolution [2020-10-01T01:03:37.452Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-10-01T01:03:38.019Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-10-01T01:03:38.957Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-10-01T01:03:38.957Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-10-01T01:03:38.957Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-10-01T01:03:38.957Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-10-01T01:03:38.957Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-10-01T01:03:39.207Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-10-01T01:03:39.207Z] === RUN TestStats [2020-10-01T01:03:39.525Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-10-01T01:03:40.094Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-10-01T01:03:40.365Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-10-01T01:03:40.936Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-10-01T01:03:41.750Z] --- PASS: TestStats (2.77s) [2020-10-01T01:03:41.750Z] === RUN TestStopContainerWithTimeout [2020-10-01T01:03:41.750Z] === RUN TestStopContainerWithTimeout/0 [2020-10-01T01:03:41.750Z] === PAUSE TestStopContainerWithTimeout/0 [2020-10-01T01:03:41.750Z] === RUN TestStopContainerWithTimeout/1 [2020-10-01T01:03:41.750Z] === PAUSE TestStopContainerWithTimeout/1 [2020-10-01T01:03:41.750Z] === RUN TestStopContainerWithTimeout/3 [2020-10-01T01:03:41.750Z] === PAUSE TestStopContainerWithTimeout/3 [2020-10-01T01:03:41.750Z] === RUN TestStopContainerWithTimeout/-1 [2020-10-01T01:03:41.750Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-10-01T01:03:41.750Z] === CONT TestStopContainerWithTimeout/0 [2020-10-01T01:03:41.750Z] === CONT TestStopContainerWithTimeout/-1 [2020-10-01T01:03:41.750Z] === CONT TestStopContainerWithTimeout/3 [2020-10-01T01:03:41.750Z] === CONT TestStopContainerWithTimeout/1 [2020-10-01T01:03:41.874Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-10-01T01:03:42.811Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-10-01T01:03:42.811Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-10-01T01:03:44.713Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-10-01T01:03:45.053Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-10-01T01:03:45.053Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2020-10-01T01:03:45.053Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2020-10-01T01:03:45.053Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2020-10-01T01:03:45.053Z] --- PASS: TestStopContainerWithTimeout/-1 (3.27s) [2020-10-01T01:03:45.053Z] === RUN TestDeleteDevicemapper [2020-10-01T01:03:45.053Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-10-01T01:03:45.053Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T01:03:45.053Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T01:03:45.651Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-10-01T01:03:46.219Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-10-01T01:03:46.479Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-10-01T01:03:47.046Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-10-01T01:03:47.046Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-10-01T01:03:47.305Z] === RUN TestDockerSuite/TestBuildXZHost [2020-10-01T01:03:47.597Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s) [2020-10-01T01:03:47.597Z] === RUN TestUpdateMemory [2020-10-01T01:03:47.597Z] --- SKIP: TestUpdateMemory (0.00s) [2020-10-01T01:03:47.597Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:03:47.597Z] === RUN TestUpdateCPUQuota [2020-10-01T01:03:48.539Z] --- PASS: TestUpdateCPUQuota (1.27s) [2020-10-01T01:03:48.539Z] === RUN TestUpdatePidsLimit [2020-10-01T01:03:48.539Z] === RUN TestUpdatePidsLimit/update_from_none [2020-10-01T01:03:49.111Z] === RUN TestUpdatePidsLimit/no_change [2020-10-01T01:03:49.209Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-10-01T01:03:49.209Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-10-01T01:03:49.209Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-10-01T01:03:49.372Z] === RUN TestUpdatePidsLimit/update_lower [2020-10-01T01:03:49.468Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-10-01T01:03:49.468Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-10-01T01:03:49.468Z] PASS [2020-10-01T01:03:49.468Z] [2020-10-01T01:03:49.468Z] DONE 17 tests in 54.218s [2020-10-01T01:03:49.468Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-01T01:03:49.468Z] ++ 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-10-01T01:03:49.468Z] ++ set -e [2020-10-01T01:03:49.468Z] ++ '[' -n 0 ']' [2020-10-01T01:03:49.468Z] ++ set -x [2020-10-01T01:03:49.468Z] ++ env -i DEST=/go/src/github.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-10-01T01:03:49.729Z] INFO: Testing against a local daemon [2020-10-01T01:03:49.729Z] === RUN TestPluginInvalidJSON [2020-10-01T01:03:49.729Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:03:49.729Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:03:49.729Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:03:49.729Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-01T01:03:49.729Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-01T01:03:49.729Z] === RUN TestPluginInstall [2020-10-01T01:03:49.729Z] === RUN TestPluginInstall/no_auth [2020-10-01T01:03:49.943Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-10-01T01:03:49.988Z] === RUN TestDockerSuite/TestCommitChange [2020-10-01T01:03:50.204Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-10-01T01:03:50.775Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-10-01T01:03:51.036Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-10-01T01:03:51.367Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-10-01T01:03:52.305Z] === RUN TestDockerSuite/TestCommitHardlink [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit (3.81s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.53s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-10-01T01:03:52.420Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-10-01T01:03:52.420Z] === RUN TestUpdateRestartPolicy [2020-10-01T01:03:53.685Z] === RUN TestDockerSuite/TestCommitNewFile [2020-10-01T01:03:55.591Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-10-01T01:03:56.160Z] === RUN TestDockerSuite/TestCommitTTY [2020-10-01T01:03:57.097Z] time="2020-10-01T01:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:57.097Z] time="2020-10-01T01:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da9ecddf493011e1fa224c7762f3fbb9f8c646f462c6cfd67744aa1d4f1d6a82" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:03:57.097Z] time="2020-10-01T01:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:57.097Z] time="2020-10-01T01:03:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da9ecddf493011e1fa224c7762f3fbb9f8c646f462c6cfd67744aa1d4f1d6a82" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:03:57.357Z] === RUN TestPluginInstall/with_htpasswd [2020-10-01T01:03:57.617Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-10-01T01:03:58.186Z] time="2020-10-01T01:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:58.186Z] time="2020-10-01T01:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6d55dbd3ed6f27dc0d88b3a4c859baefff6b57beeebcecab8d74cacaadec374" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:03:58.186Z] time="2020-10-01T01:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:58.186Z] time="2020-10-01T01:03:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6d55dbd3ed6f27dc0d88b3a4c859baefff6b57beeebcecab8d74cacaadec374" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:03:58.446Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-10-01T01:03:58.446Z] === RUN TestPluginInstall/with_insecure [2020-10-01T01:03:59.826Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-10-01T01:03:59.826Z] time="2020-10-01T01:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:59.826Z] time="2020-10-01T01:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9c3e25b85db26cca073de68a1e6e6584f4d582ca66e920412d06fa0be272560" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:03:59.826Z] time="2020-10-01T01:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:03:59.826Z] time="2020-10-01T01:03:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9c3e25b85db26cca073de68a1e6e6584f4d582ca66e920412d06fa0be272560" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:04:00.085Z] --- PASS: TestPluginInstall (10.40s) [2020-10-01T01:04:00.085Z] --- PASS: TestPluginInstall/no_auth (7.80s) [2020-10-01T01:04:00.085Z] --- PASS: TestPluginInstall/with_htpasswd (1.05s) [2020-10-01T01:04:00.085Z] --- PASS: TestPluginInstall/with_insecure (1.56s) [2020-10-01T01:04:00.085Z] plugin_test.go:157: [d46811d2b5e47] daemon is not started [2020-10-01T01:04:00.085Z] PASS [2020-10-01T01:04:00.085Z] [2020-10-01T01:04:00.085Z] DONE 6 tests in 10.599s [2020-10-01T01:04:00.085Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-01T01:04:00.085Z] ++ 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-10-01T01:04:00.085Z] ++ set -e [2020-10-01T01:04:00.085Z] ++ '[' -n 0 ']' [2020-10-01T01:04:00.085Z] ++ set -x [2020-10-01T01:04:00.085Z] ++ env -i DEST=/go/src/github.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-10-01T01:04:00.345Z] INFO: Testing against a local daemon [2020-10-01T01:04:00.345Z] === RUN TestExternalGraphDriver [2020-10-01T01:04:00.345Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-10-01T01:04:00.345Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-10-01T01:04:00.345Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-10-01T01:04:00.345Z] === RUN TestExternalGraphDriver/json [2020-10-01T01:04:00.616Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-10-01T01:04:00.616Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-10-01T01:04:00.616Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-10-01T01:04:00.616Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-10-01T01:04:01.996Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-10-01T01:04:02.254Z] === RUN TestExternalGraphDriver/spec [2020-10-01T01:04:03.191Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-10-01T01:04:03.191Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-10-01T01:04:03.191Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-10-01T01:04:04.129Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-10-01T01:04:04.388Z] === RUN TestExternalGraphDriver/pull [2020-10-01T01:04:04.648Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-10-01T01:04:04.648Z] --- PASS: TestUpdateRestartPolicy (12.33s) [2020-10-01T01:04:04.648Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T01:04:05.585Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-10-01T01:04:05.589Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-10-01T01:04:05.589Z] === RUN TestWaitNonBlocked [2020-10-01T01:04:05.589Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:04:05.589Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:04:05.589Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:04:05.589Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:04:05.589Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:04:05.589Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:04:06.523Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-10-01T01:04:06.532Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-10-01T01:04:06.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.94s) [2020-10-01T01:04:06.532Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2020-10-01T01:04:06.532Z] === RUN TestWaitBlocked [2020-10-01T01:04:06.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:04:06.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:04:06.532Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:04:06.532Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:04:06.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-10-01T01:04:06.532Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-10-01T01:04:06.782Z] --- PASS: TestExternalGraphDriver (6.53s) [2020-10-01T01:04:06.782Z] --- PASS: TestExternalGraphDriver/json (1.89s) [2020-10-01T01:04:06.782Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-10-01T01:04:06.782Z] --- PASS: TestExternalGraphDriver/pull (2.43s) [2020-10-01T01:04:06.782Z] === RUN TestGraphdriverPluginV2 [2020-10-01T01:04:07.351Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-10-01T01:04:07.352Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-10-01T01:04:07.352Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-10-01T01:04:07.483Z] --- PASS: TestWaitBlocked (0.02s) [2020-10-01T01:04:07.483Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.93s) [2020-10-01T01:04:07.483Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.99s) [2020-10-01T01:04:07.483Z] === CONT TestContainerStartOnDaemonRestart [2020-10-01T01:04:07.483Z] === CONT TestContainerKillOnDaemonStart [2020-10-01T01:04:07.483Z] === CONT TestDaemonHostGatewayIP [2020-10-01T01:04:07.483Z] === CONT TestDaemonRestartIpcMode [2020-10-01T01:04:07.610Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-10-01T01:04:07.869Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-10-01T01:04:07.869Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-10-01T01:04:07.869Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-10-01T01:04:07.869Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-10-01T01:04:08.128Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-10-01T01:04:08.696Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-10-01T01:04:09.266Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-10-01T01:04:10.205Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-10-01T01:04:10.205Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-10-01T01:04:10.793Z] c3aff4450246: Pull complete [2020-10-01T01:04:10.793Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-10-01T01:04:10.793Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:04:10.793Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-10-01T01:04:10.793Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-10-01T01:04:10.793Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-10-01T01:04:10.793Z] WARN: Skipping validation tests [2020-10-01T01:04:10.793Z] INFO: Running unit tests at 10/01/2020 01:04:04... [2020-10-01T01:04:10.793Z] INFO: make.ps1 starting at 10/01/2020 01:04:08 [2020-10-01T01:04:10.793Z] INFO: Git commit (ef553e14a4) assumed from DOCKER_GITCOMMIT environment variable [2020-10-01T01:04:10.793Z] INFO: Invoking autogen... [2020-10-01T01:04:10.793Z] INFO: Running unit tests... [2020-10-01T01:04:11.711Z] --- PASS: TestContainerStartOnDaemonRestart (3.70s) [2020-10-01T01:04:11.711Z] === CONT TestIpcModeOlderClient [2020-10-01T01:04:11.711Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-10-01T01:04:11.971Z] --- PASS: TestDaemonRestartIpcMode (4.42s) [2020-10-01T01:04:12.111Z] --- PASS: TestGraphdriverPluginV2 (4.98s) [2020-10-01T01:04:12.111Z] PASS [2020-10-01T01:04:12.111Z] [2020-10-01T01:04:12.111Z] DONE 5 tests in 11.677s [2020-10-01T01:04:12.111Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-01T01:04:12.111Z] ++ 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-10-01T01:04:12.111Z] ++ set -e [2020-10-01T01:04:12.111Z] ++ '[' -n 0 ']' [2020-10-01T01:04:12.111Z] ++ set -x [2020-10-01T01:04:12.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:04:12.111Z] INFO: Testing against a local daemon [2020-10-01T01:04:12.111Z] === RUN TestContinueAfterPluginCrash [2020-10-01T01:04:12.111Z] === PAUSE TestContinueAfterPluginCrash [2020-10-01T01:04:12.111Z] === RUN TestReadPluginNoRead [2020-10-01T01:04:12.111Z] === PAUSE TestReadPluginNoRead [2020-10-01T01:04:12.111Z] === RUN TestDaemonStartWithLogOpt [2020-10-01T01:04:12.111Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-01T01:04:12.111Z] === CONT TestContinueAfterPluginCrash [2020-10-01T01:04:12.111Z] === CONT TestDaemonStartWithLogOpt [2020-10-01T01:04:12.111Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-10-01T01:04:12.232Z] --- PASS: TestDaemonHostGatewayIP (4.61s) [2020-10-01T01:04:12.679Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-10-01T01:04:12.680Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-10-01T01:04:13.617Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-10-01T01:04:14.554Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/server/middleware 0.017s coverage: 37.7% of statements [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/types/filters 0.013s coverage: 92.2% of statements [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-01T01:04:14.622Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/builder/dockerignore 0.004s coverage: 96.8% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/builder/dockerfile 0.162s coverage: 48.0% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/builder/remotecontext 0.099s coverage: 13.6% of statements [2020-10-01T01:04:14.622Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-10-01T01:04:15.492Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-10-01T01:04:15.549Z] ok github.com/docker/docker/builder/remotecontext/git 1.400s coverage: 86.3% of statements [2020-10-01T01:04:15.549Z] ? github.com/docker/docker/cli [no test files] [2020-10-01T01:04:15.549Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-01T01:04:16.060Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-10-01T01:04:16.060Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-10-01T01:04:16.628Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-10-01T01:04:17.196Z] --- PASS: TestDaemonStartWithLogOpt (5.14s) [2020-10-01T01:04:17.196Z] === CONT TestReadPluginNoRead [2020-10-01T01:04:17.196Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-10-01T01:04:17.764Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-10-01T01:04:18.023Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-10-01T01:04:18.591Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-10-01T01:04:18.819Z] ok github.com/docker/docker/client 0.156s coverage: 75.4% of statements [2020-10-01T01:04:19.398Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/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/profiles/seccomp 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-10-01T01:04:19.971Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-10-01T01:04:20.564Z] === RUN TestReadPluginNoRead/default [2020-10-01T01:04:20.822Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-10-01T01:04:20.822Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-10-01T01:04:20.822Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-10-01T01:04:20.822Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-10-01T01:04:20.822Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-10-01T01:04:21.389Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-10-01T01:04:21.957Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-01T01:04:21.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-10-01T01:04:22.215Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2020-10-01T01:04:22.226Z] --- PASS: TestContainerKillOnDaemonStart (13.12s) [2020-10-01T01:04:22.226Z] PASS [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === Skipped [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-10-01T01:04:22.226Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-10-01T01:04:22.226Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-10-01T01:04:22.226Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-10-01T01:04:22.226Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-10-01T01:04:22.226Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-10-01T01:04:22.226Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] [2020-10-01T01:04:22.226Z] DONE 192 tests, 6 skipped in 136.565s [2020-10-01T01:04:22.226Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-10-01T01:04:22.226Z] ++ 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-10-01T01:04:22.226Z] ++ set -e [2020-10-01T01:04:22.226Z] ++ '[' -n 0 ']' [2020-10-01T01:04:22.226Z] ++ set -x [2020-10-01T01:04:22.226Z] ++ env -i DEST=/go/src/github.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-10-01T01:04:22.226Z] INFO: Testing against a local daemon [2020-10-01T01:04:22.226Z] === RUN TestCommitInheritsEnv [2020-10-01T01:04:22.226Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-10-01T01:04:22.226Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T01:04:22.226Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-10-01T01:04:22.226Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-10-01T01:04:22.226Z] === RUN TestImagesFilterMultiReference [2020-10-01T01:04:22.226Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-10-01T01:04:22.226Z] === RUN TestImagePullPlatformInvalid [2020-10-01T01:04:22.226Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-10-01T01:04:22.226Z] === RUN TestRemoveImageOrphaning [2020-10-01T01:04:22.226Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-10-01T01:04:22.226Z] === RUN TestRemoveImageGarbageCollector [2020-10-01T01:04:22.226Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-10-01T01:04:22.226Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:04:22.226Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T01:04:22.226Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-10-01T01:04:22.226Z] === RUN TestTagInvalidReference [2020-10-01T01:04:22.226Z] --- PASS: TestTagInvalidReference (0.03s) [2020-10-01T01:04:22.226Z] === RUN TestTagValidPrefixedRepo [2020-10-01T01:04:22.226Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-10-01T01:04:22.226Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T01:04:22.226Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-10-01T01:04:22.226Z] === RUN TestTagOfficialNames [2020-10-01T01:04:22.487Z] --- PASS: TestTagOfficialNames (0.08s) [2020-10-01T01:04:22.487Z] === RUN TestTagMatchesDigest [2020-10-01T01:04:22.487Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-10-01T01:04:22.487Z] PASS [2020-10-01T01:04:22.487Z] [2020-10-01T01:04:22.487Z] === Skipped [2020-10-01T01:04:22.487Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-10-01T01:04:22.487Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-10-01T01:04:22.487Z] [2020-10-01T01:04:22.487Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-01T01:04:22.487Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:04:22.487Z] [2020-10-01T01:04:22.487Z] [2020-10-01T01:04:22.487Z] DONE 12 tests, 2 skipped in 1.712s [2020-10-01T01:04:22.487Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-10-01T01:04:22.487Z] ++ 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-10-01T01:04:22.487Z] ++ set -e [2020-10-01T01:04:22.487Z] ++ '[' -n 0 ']' [2020-10-01T01:04:22.487Z] ++ set -x [2020-10-01T01:04:22.487Z] ++ env -i DEST=/go/src/github.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-10-01T01:04:22.487Z] INFO: Testing against a local daemon [2020-10-01T01:04:22.487Z] === RUN TestNetworkCreateDelete [2020-10-01T01:04:23.059Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-10-01T01:04:23.059Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T01:04:23.153Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-01T01:04:24.445Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2020-10-01T01:04:24.445Z] === RUN TestDaemonDNSFallback [2020-10-01T01:04:25.056Z] --- PASS: TestReadPluginNoRead (7.68s) [2020-10-01T01:04:25.056Z] --- PASS: TestReadPluginNoRead/default (1.40s) [2020-10-01T01:04:25.056Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2020-10-01T01:04:25.056Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2020-10-01T01:04:25.056Z] read_test.go:92: [dc0e5df08519b] daemon is not started [2020-10-01T01:04:25.056Z] PASS [2020-10-01T01:04:25.056Z] [2020-10-01T01:04:25.056Z] DONE 6 tests in 12.962s [2020-10-01T01:04:25.056Z] 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-10-01T01:04:25.056Z] ++ 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-10-01T01:04:25.056Z] ++ set -e [2020-10-01T01:04:25.056Z] ++ '[' -n 0 ']' [2020-10-01T01:04:25.056Z] ++ set -x [2020-10-01T01:04:25.056Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:04:25.056Z] testing: warning: no tests to run [2020-10-01T01:04:25.056Z] PASS [2020-10-01T01:04:25.056Z] [2020-10-01T01:04:25.056Z] DONE 0 tests in 0.058s [2020-10-01T01:04:25.056Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-01T01:04:25.056Z] ++ 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-10-01T01:04:25.056Z] ++ set -e [2020-10-01T01:04:25.056Z] ++ '[' -n 0 ']' [2020-10-01T01:04:25.056Z] ++ set -x [2020-10-01T01:04:25.056Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:04:25.056Z] INFO: Testing against a local daemon [2020-10-01T01:04:25.056Z] === RUN TestPluginWithDevMounts [2020-10-01T01:04:25.056Z] === PAUSE TestPluginWithDevMounts [2020-10-01T01:04:25.056Z] === CONT TestPluginWithDevMounts [2020-10-01T01:04:25.626Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-10-01T01:04:26.492Z] ? github.com/docker/docker/api [no test files] [2020-10-01T01:04:26.564Z] === RUN TestDockerSuite/TestContainerAPITop [2020-10-01T01:04:27.133Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-10-01T01:04:27.133Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-10-01T01:04:27.392Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-10-01T01:04:27.651Z] --- PASS: TestPluginWithDevMounts (2.50s) [2020-10-01T01:04:27.651Z] PASS [2020-10-01T01:04:27.651Z] [2020-10-01T01:04:27.651Z] DONE 1 tests in 2.756s [2020-10-01T01:04:27.651Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-01T01:04:27.651Z] ++ 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-10-01T01:04:27.651Z] ++ set -e [2020-10-01T01:04:27.651Z] ++ '[' -n 0 ']' [2020-10-01T01:04:27.651Z] ++ set -x [2020-10-01T01:04:27.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:04:27.651Z] INFO: Testing against a local daemon [2020-10-01T01:04:27.651Z] === RUN TestSecretInspect [2020-10-01T01:04:30.184Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-10-01T01:04:30.184Z] --- PASS: TestSecretInspect (2.37s) [2020-10-01T01:04:30.184Z] === RUN TestSecretList [2020-10-01T01:04:30.443Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-10-01T01:04:31.379Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-10-01T01:04:32.581Z] --- PASS: TestDaemonDNSFallback (7.52s) [2020-10-01T01:04:32.581Z] === RUN TestInspectNetwork [2020-10-01T01:04:33.284Z] --- PASS: TestSecretList (3.01s) [2020-10-01T01:04:33.284Z] === RUN TestSecretsCreateAndDelete [2020-10-01T01:04:34.666Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-10-01T01:04:35.235Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-10-01T01:04:36.171Z] --- PASS: TestSecretsCreateAndDelete (2.80s) [2020-10-01T01:04:36.171Z] === RUN TestSecretsUpdate [2020-10-01T01:04:36.750Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-10-01T01:04:36.788Z] === RUN TestInspectNetwork/full_network_id [2020-10-01T01:04:36.788Z] === RUN TestInspectNetwork/partial_network_id [2020-10-01T01:04:36.788Z] === RUN TestInspectNetwork/network_name [2020-10-01T01:04:36.788Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-01T01:04:37.687Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-10-01T01:04:38.624Z] --- PASS: TestSecretsUpdate (2.74s) [2020-10-01T01:04:38.624Z] === RUN TestTemplatedSecret [2020-10-01T01:04:38.883Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-10-01T01:04:40.263Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-10-01T01:04:41.325Z] === RUN TestMiddlewares [2020-10-01T01:04:41.325Z] --- PASS: TestMiddlewares (0.00s) [2020-10-01T01:04:41.325Z] PASS [2020-10-01T01:04:41.325Z] coverage: 9.0% of statements [2020-10-01T01:04:41.325Z] ok github.com/docker/docker/api/server 0.159s coverage: 9.0% of statements [2020-10-01T01:04:41.658Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-10-01T01:04:41.658Z] --- PASS: TestTemplatedSecret (3.09s) [2020-10-01T01:04:41.658Z] === RUN TestSecretCreateResolve [2020-10-01T01:04:42.071Z] --- PASS: TestInspectNetwork (9.52s) [2020-10-01T01:04:42.071Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-01T01:04:42.071Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-01T01:04:42.071Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-01T01:04:42.071Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-01T01:04:42.071Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T01:04:43.033Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-10-01T01:04:43.981Z] --- PASS: TestRunContainerWithBridgeNone (2.44s) [2020-10-01T01:04:43.981Z] === RUN TestNetworkInvalidJSON [2020-10-01T01:04:43.981Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:43.981Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:43.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:43.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:43.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:43.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:43.981Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:43.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:43.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:43.981Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-10-01T01:04:43.981Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-01T01:04:43.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-01T01:04:43.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-01T01:04:43.981Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T01:04:44.411Z] --- PASS: TestSecretCreateResolve (2.54s) [2020-10-01T01:04:44.411Z] PASS [2020-10-01T01:04:44.411Z] [2020-10-01T01:04:44.411Z] DONE 6 tests in 16.671s [2020-10-01T01:04:44.411Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-10-01T01:04:44.411Z] ++ 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-10-01T01:04:44.411Z] ++ set -e [2020-10-01T01:04:44.411Z] ++ '[' -n 0 ']' [2020-10-01T01:04:44.411Z] ++ set -x [2020-10-01T01:04:44.411Z] ++ env -i DEST=/go/src/github.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-10-01T01:04:44.411Z] INFO: Testing against a local daemon [2020-10-01T01:04:44.411Z] === RUN TestServiceCreateInit [2020-10-01T01:04:44.411Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T01:04:44.411Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00068aee0_} [2020-10-01T01:04:44.553Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2020-10-01T01:04:44.553Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T01:04:45.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1917520052_/foo_false____} [2020-10-01T01:04:45.938Z] --- PASS: TestDaemonRestartWithLiveRestore (1.35s) [2020-10-01T01:04:45.938Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T01:04:47.320Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s) [2020-10-01T01:04:47.320Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T01:04:47.692Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1917520052_/foo_true____} [2020-10-01T01:04:48.634Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T01:04:48.789Z] --- PASS: TestImportExtremelyLargeImageWorks (193.53s) [2020-10-01T01:04:48.789Z] PASS [2020-10-01T01:04:48.789Z] [2020-10-01T01:04:48.789Z] === Skipped [2020-10-01T01:04:48.789Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-10-01T01:04:48.789Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:04:48.789Z] [2020-10-01T01:04:48.789Z] [2020-10-01T01:04:48.789Z] DONE 12 tests, 1 skipped in 194.567s [2020-10-01T01:04:48.789Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-10-01T01:04:48.789Z] ++ 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-10-01T01:04:48.789Z] ++ set -e [2020-10-01T01:04:48.789Z] ++ '[' -n 0 ']' [2020-10-01T01:04:48.789Z] ++ set -x [2020-10-01T01:04:48.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-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-10-01T01:04:48.790Z] INFO: Testing against a local daemon [2020-10-01T01:04:48.790Z] === RUN TestNetworkCreateDelete [2020-10-01T01:04:48.790Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-10-01T01:04:48.790Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T01:04:48.790Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-10-01T01:04:48.790Z] === RUN TestDaemonDNSFallback [2020-10-01T01:04:48.790Z] --- PASS: TestDaemonDNSFallback (1.49s) [2020-10-01T01:04:48.790Z] === RUN TestInspectNetwork [2020-10-01T01:04:48.790Z] === RUN TestInspectNetwork/full_network_id [2020-10-01T01:04:48.790Z] === RUN TestInspectNetwork/partial_network_id [2020-10-01T01:04:48.790Z] === RUN TestInspectNetwork/network_name [2020-10-01T01:04:48.790Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-10-01T01:04:48.790Z] --- PASS: TestInspectNetwork (7.00s) [2020-10-01T01:04:48.790Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-10-01T01:04:48.790Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-10-01T01:04:48.790Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-10-01T01:04:48.790Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-10-01T01:04:48.790Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T01:04:48.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_false____} [2020-10-01T01:04:49.233Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.85s) [2020-10-01T01:04:49.233Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T01:04:50.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_true____} [2020-10-01T01:04:50.869Z] --- PASS: TestRunContainerWithBridgeNone (1.83s) [2020-10-01T01:04:50.869Z] === RUN TestNetworkInvalidJSON [2020-10-01T01:04:50.869Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:50.869Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:50.869Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:50.869Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:50.869Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:50.869Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:50.869Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T01:04:50.869Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:04:50.869Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:04:50.869Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-10-01T01:04:50.869Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-10-01T01:04:50.869Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-10-01T01:04:50.869Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-10-01T01:04:50.869Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T01:04:51.150Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.32s) [2020-10-01T01:04:51.150Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T01:04:51.506Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-10-01T01:04:51.506Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T01:04:51.647Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_true__0xc00068af60__} [2020-10-01T01:04:52.093Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) [2020-10-01T01:04:52.093Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T01:04:52.545Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-10-01T01:04:52.545Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T01:04:53.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00068af80_} [2020-10-01T01:04:53.029Z] --- PASS: TestServiceCreateInit (8.57s) [2020-10-01T01:04:53.029Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.13s) [2020-10-01T01:04:53.029Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.43s) [2020-10-01T01:04:53.029Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T01:04:53.188Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-10-01T01:04:53.188Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T01:04:54.226Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-10-01T01:04:54.226Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T01:04:54.405Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00068afa0_} [2020-10-01T01:04:55.394Z] --- PASS: TestServiceWithPredefinedNetwork (3.28s) [2020-10-01T01:04:55.394Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T01:04:55.394Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:04:55.394Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:04:55.394Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T01:04:55.738Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2020-10-01T01:04:55.738Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T01:04:55.785Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00068afc0_} [2020-10-01T01:04:56.031Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-10-01T01:04:56.031Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T01:04:57.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00068afe0_} [2020-10-01T01:04:57.508Z] ok github.com/docker/docker/cmd/dockerd 0.056s coverage: 29.1% of statements [2020-10-01T01:04:58.109Z] --- PASS: TestServiceWithPredefinedNetwork (1.94s) [2020-10-01T01:04:58.109Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T01:04:58.109Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:04:58.109Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:04:58.109Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T01:04:58.437Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2020-10-01T01:04:58.438Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-01T01:04:58.438Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-01T01:04:58.438Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-01T01:04:58.438Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-01T01:04:59.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-10-01T01:04:59.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-10-01T01:04:59.894Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-10-01T01:05:02.437Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-10-01T01:05:03.825Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-10-01T01:05:05.729Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-10-01T01:05:06.296Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-10-01T01:05:06.555Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-10-01T01:05:07.124Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-10-01T01:05:07.382Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-10-01T01:05:07.951Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-10-01T01:05:08.386Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2020-10-01T01:05:08.520Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-10-01T01:05:09.087Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-10-01T01:05:09.346Z] --- PASS: TestCreateServiceMultipleTimes (16.30s) [2020-10-01T01:05:09.346Z] === RUN TestCreateServiceConflict [2020-10-01T01:05:09.605Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-10-01T01:05:09.864Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-10-01T01:05:10.275Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-10-01T01:05:10.433Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-10-01T01:05:11.370Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-10-01T01:05:12.167Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2020-10-01T01:05:12.309Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-10-01T01:05:12.309Z] --- PASS: TestCreateServiceConflict (2.98s) [2020-10-01T01:05:12.309Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T01:05:13.246Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-10-01T01:05:13.477Z] --- PASS: TestServiceWithDataPathPortInit (13.49s) [2020-10-01T01:05:13.477Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T01:05:13.524Z] --- PASS: TestServiceWithDataPathPortInit (17.93s) [2020-10-01T01:05:13.524Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T01:05:14.183Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-10-01T01:05:15.121Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-10-01T01:05:16.060Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-10-01T01:05:16.319Z] --- PASS: TestCreateServiceMaxReplicas (3.92s) [2020-10-01T01:05:16.319Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T01:05:17.256Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-10-01T01:05:18.193Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-10-01T01:05:19.057Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.82s) [2020-10-01T01:05:19.058Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mf6rcbr8uwr10blpdyxni8rej Created:2020-10-01 01:05:12.5590582 +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[30fb469dc094c5c8989242c81d933709880ddf5a3ad9adcca8e264d89ae26bb9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cokenzdqs4f9dtzpts7tpp2m0 EndpointID:ee72c956fdab291c0fd8a3ad6fc83571445a96bd475c742e119fa3ac6a203e2a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:654239d08a45761c97d71ff2d8f8524c672e7ab3678e12ea95ada7db4fb1aa58 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:3c58ada42156 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cokenzdqs4f9dtzpts7tpp2m0 EndpointID:ee72c956fdab291c0fd8a3ad6fc83571445a96bd475c742e119fa3ac6a203e2a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-01T01:05:19.058Z] PASS [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] === Skipped [2020-10-01T01:05:19.058Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:05:19.058Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] DONE 23 tests, 1 skipped in 38.661s [2020-10-01T01:05:19.058Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:05:19.058Z] ++ 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-10-01T01:05:19.058Z] ++ set -e [2020-10-01T01:05:19.058Z] ++ '[' -n 0 ']' [2020-10-01T01:05:19.058Z] ++ set -x [2020-10-01T01:05:19.058Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:19.058Z] INFO: Testing against a local daemon [2020-10-01T01:05:19.058Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-01T01:05:19.058Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T01:05:19.058Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:19.058Z] === RUN TestDockerNetworkIpvlan [2020-10-01T01:05:19.058Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:05:19.058Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:19.058Z] PASS [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] === Skipped [2020-10-01T01:05:19.058Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-10-01T01:05:19.058Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:05:19.058Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] [2020-10-01T01:05:19.058Z] DONE 2 tests, 2 skipped in 0.086s [2020-10-01T01:05:19.058Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:05:19.058Z] ++ 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-10-01T01:05:19.058Z] ++ set -e [2020-10-01T01:05:19.058Z] ++ '[' -n 0 ']' [2020-10-01T01:05:19.058Z] ++ set -x [2020-10-01T01:05:19.058Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:19.058Z] INFO: Testing against a local daemon [2020-10-01T01:05:19.058Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-01T01:05:19.572Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-10-01T01:05:19.572Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-10-01T01:05:20.099Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-10-01T01:05:20.100Z] === RUN TestDockerNetworkMacvlan [2020-10-01T01:05:20.253Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2020-10-01T01:05:20.509Z] === RUN TestDockerSuite/TestCpRelativePath [2020-10-01T01:05:20.738Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-01T01:05:21.448Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-10-01T01:05:21.780Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-01T01:05:22.031Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-10-01T01:05:22.142Z] ok github.com/docker/docker/daemon 12.158s coverage: 17.3% of statements [2020-10-01T01:05:22.142Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-01T01:05:22.142Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-01T01:05:22.142Z] ok github.com/docker/docker/daemon/config 0.056s coverage: 81.8% of statements [2020-10-01T01:05:22.417Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-01T01:05:22.599Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-10-01T01:05:23.168Z] === RUN TestDockerSuite/TestCpToCaseA [2020-10-01T01:05:23.328Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2020-10-01T01:05:23.328Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2020-10-01T01:05:23.328Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-01T01:05:23.328Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-01T01:05:23.532Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.61s) [2020-10-01T01:05:23.532Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:osxdppyyjlb8tcfkj8ssl4sms Created:2020-10-01 01:05:14.390552027 +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[0e1df7a14920afe61a449b901b3cef6a3c92eba892753b98380d3ad18e706968:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.57mdm2cblf4a8pudq4px4jssc EndpointID:84d5b4ead6f2ac612cdc5f28c340b9819fa3bd93e109157b36ca92ad03cff262 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8fde93e15e9cce86664de39ecd0e740b58dae34ed27e416fe9f6ea35c2fc5ffb 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:d0ba4945c083 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.57mdm2cblf4a8pudq4px4jssc EndpointID:84d5b4ead6f2ac612cdc5f28c340b9819fa3bd93e109157b36ca92ad03cff262 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-10-01T01:05:23.532Z] PASS [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] === Skipped [2020-10-01T01:05:23.532Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:05:23.532Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] DONE 23 tests, 1 skipped in 59.415s [2020-10-01T01:05:23.532Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:05:23.532Z] ++ 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-10-01T01:05:23.532Z] ++ set -e [2020-10-01T01:05:23.532Z] ++ '[' -n 0 ']' [2020-10-01T01:05:23.532Z] ++ set -x [2020-10-01T01:05:23.532Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:23.532Z] INFO: Testing against a local daemon [2020-10-01T01:05:23.532Z] === RUN TestDockerNetworkIpvlanPersistance [2020-10-01T01:05:23.532Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-10-01T01:05:23.532Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:23.532Z] === RUN TestDockerNetworkIpvlan [2020-10-01T01:05:23.532Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:05:23.532Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:23.532Z] PASS [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] === Skipped [2020-10-01T01:05:23.532Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-10-01T01:05:23.532Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-10-01T01:05:23.532Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] [2020-10-01T01:05:23.532Z] DONE 2 tests, 2 skipped in 0.150s [2020-10-01T01:05:23.532Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-10-01T01:05:23.532Z] ++ 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-10-01T01:05:23.532Z] ++ set -e [2020-10-01T01:05:23.532Z] ++ '[' -n 0 ']' [2020-10-01T01:05:23.532Z] ++ set -x [2020-10-01T01:05:23.532Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:23.532Z] INFO: Testing against a local daemon [2020-10-01T01:05:23.532Z] === RUN TestDockerNetworkMacvlanPersistance [2020-10-01T01:05:24.105Z] === RUN TestDockerSuite/TestCpToCaseB [2020-10-01T01:05:24.475Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2020-10-01T01:05:24.475Z] === RUN TestDockerNetworkMacvlan [2020-10-01T01:05:24.504Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-01T01:05:24.673Z] === RUN TestDockerSuite/TestCpToCaseC [2020-10-01T01:05:24.695Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-10-01T01:05:25.416Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-10-01T01:05:26.053Z] === RUN TestDockerSuite/TestCpToCaseD [2020-10-01T01:05:26.577Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-01T01:05:26.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-10-01T01:05:26.801Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-10-01T01:05:27.211Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.524s coverage: 73.1% of statements [2020-10-01T01:05:27.467Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-10-01T01:05:27.743Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-10-01T01:05:28.029Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.452s coverage: 56.2% of statements [2020-10-01T01:05:29.155Z] === RUN TestDockerSuite/TestCpToCaseE [2020-10-01T01:05:30.118Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-01T01:05:30.549Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2020-10-01T01:05:31.061Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.95s) [2020-10-01T01:05:31.061Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan (11.05s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s) [2020-10-01T01:05:31.203Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.66s) [2020-10-01T01:05:31.203Z] PASS [2020-10-01T01:05:31.203Z] [2020-10-01T01:05:31.203Z] DONE 8 tests in 12.520s [2020-10-01T01:05:31.203Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-01T01:05:31.203Z] ++ 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-10-01T01:05:31.203Z] ++ set -e [2020-10-01T01:05:31.203Z] ++ '[' -n 0 ']' [2020-10-01T01:05:31.203Z] ++ set -x [2020-10-01T01:05:31.203Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:31.203Z] testing: warning: no tests to run [2020-10-01T01:05:31.203Z] PASS [2020-10-01T01:05:31.203Z] [2020-10-01T01:05:31.203Z] DONE 0 tests in 0.012s [2020-10-01T01:05:31.203Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-01T01:05:31.203Z] ++ 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-10-01T01:05:31.203Z] ++ set -e [2020-10-01T01:05:31.203Z] ++ '[' -n 0 ']' [2020-10-01T01:05:31.203Z] ++ set -x [2020-10-01T01:05:31.203Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:31.203Z] INFO: Testing against a local daemon [2020-10-01T01:05:31.203Z] === RUN TestAuthZPluginAllowRequest [2020-10-01T01:05:31.319Z] === RUN TestDockerSuite/TestCpToCaseF [2020-10-01T01:05:31.887Z] === RUN TestDockerSuite/TestCpToCaseG [2020-10-01T01:05:31.946Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-10-01T01:05:32.045Z] === RUN TestBoolValue [2020-10-01T01:05:32.045Z] --- PASS: TestBoolValue (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestBoolValueOrDefault [2020-10-01T01:05:32.045Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestInt64ValueOrZero [2020-10-01T01:05:32.045Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestInt64ValueOrDefault [2020-10-01T01:05:32.045Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestInt64ValueOrDefaultWithError [2020-10-01T01:05:32.045Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestJsonContentType [2020-10-01T01:05:32.045Z] --- PASS: TestJsonContentType (0.00s) [2020-10-01T01:05:32.045Z] PASS [2020-10-01T01:05:32.045Z] coverage: 14.7% of statements [2020-10-01T01:05:32.045Z] ok github.com/docker/docker/api/server/httputils 0.107s coverage: 14.7% of statements [2020-10-01T01:05:32.045Z] === RUN TestMaskSecretKeys [2020-10-01T01:05:32.045Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-10-01T01:05:32.045Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-10-01T01:05:32.045Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-10-01T01:05:32.045Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-10-01T01:05:32.045Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-10-01T01:05:32.045Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-10-01T01:05:32.045Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestVersionMiddlewareVersion [2020-10-01T01:05:32.045Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-10-01T01:05:32.045Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-10-01T01:05:32.045Z] PASS [2020-10-01T01:05:32.045Z] coverage: 37.7% of statements [2020-10-01T01:05:32.045Z] ok github.com/docker/docker/api/server/middleware 0.184s coverage: 37.7% of statements [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-10-01T01:05:32.045Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-10-01T01:05:32.045Z] === RUN TestStrSliceMarshalJSON [2020-10-01T01:05:32.045Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestStrSliceUnmarshalJSON [2020-10-01T01:05:32.045Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestStrSliceUnmarshalString [2020-10-01T01:05:32.045Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestStrSliceUnmarshalSlice [2020-10-01T01:05:32.045Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-10-01T01:05:32.045Z] PASS [2020-10-01T01:05:32.045Z] coverage: 90.0% of statements [2020-10-01T01:05:32.045Z] ok github.com/docker/docker/api/types/strslice 0.067s coverage: 90.0% of statements [2020-10-01T01:05:32.045Z] === RUN TestToJSON [2020-10-01T01:05:32.045Z] --- PASS: TestToJSON (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestToParamWithVersion [2020-10-01T01:05:32.045Z] --- PASS: TestToParamWithVersion (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestFromJSON [2020-10-01T01:05:32.045Z] --- PASS: TestFromJSON (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestEmpty [2020-10-01T01:05:32.045Z] --- PASS: TestEmpty (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestArgsMatchKVListEmptySources [2020-10-01T01:05:32.045Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestArgsMatchKVList [2020-10-01T01:05:32.045Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestArgsMatch [2020-10-01T01:05:32.045Z] --- PASS: TestArgsMatch (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestAdd [2020-10-01T01:05:32.045Z] --- PASS: TestAdd (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestDel [2020-10-01T01:05:32.045Z] --- PASS: TestDel (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestLen [2020-10-01T01:05:32.045Z] --- PASS: TestLen (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestExactMatch [2020-10-01T01:05:32.045Z] --- PASS: TestExactMatch (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestOnlyOneExactMatch [2020-10-01T01:05:32.045Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestContains [2020-10-01T01:05:32.045Z] --- PASS: TestContains (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestValidate [2020-10-01T01:05:32.045Z] --- PASS: TestValidate (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestWalkValues [2020-10-01T01:05:32.045Z] --- PASS: TestWalkValues (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestFuzzyMatch [2020-10-01T01:05:32.045Z] --- PASS: TestFuzzyMatch (0.00s) [2020-10-01T01:05:32.045Z] === RUN TestClone [2020-10-01T01:05:32.045Z] --- PASS: TestClone (0.00s) [2020-10-01T01:05:32.045Z] PASS [2020-10-01T01:05:32.045Z] coverage: 92.2% of statements [2020-10-01T01:05:32.045Z] ok github.com/docker/docker/api/types/filters 0.100s coverage: 92.2% of statements [2020-10-01T01:05:32.455Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.329s coverage: 49.5% of statements [2020-10-01T01:05:32.455Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.305s coverage: 46.2% of statements [2020-10-01T01:05:32.455Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-01T01:05:32.507Z] === RUN TestAdjustForAPIVersion [2020-10-01T01:05:32.507Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-10-01T01:05:32.507Z] PASS [2020-10-01T01:05:32.507Z] coverage: 5.7% of statements [2020-10-01T01:05:32.507Z] ok github.com/docker/docker/api/server/router/swarm 0.152s coverage: 5.7% of statements [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/container [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/events [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/image [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/network [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-10-01T01:05:32.507Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-10-01T01:05:32.507Z] === RUN TestDurationToSecondsString [2020-10-01T01:05:32.507Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-10-01T01:05:32.507Z] === RUN TestGetTimestamp [2020-10-01T01:05:32.507Z] --- PASS: TestGetTimestamp (0.12s) [2020-10-01T01:05:32.507Z] === RUN TestParseTimestamps [2020-10-01T01:05:32.507Z] --- PASS: TestParseTimestamps (0.00s) [2020-10-01T01:05:32.507Z] PASS [2020-10-01T01:05:32.507Z] coverage: 100.0% of statements [2020-10-01T01:05:32.507Z] ok github.com/docker/docker/api/types/time 0.195s coverage: 100.0% of statements [2020-10-01T01:05:32.718Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2020-10-01T01:05:32.718Z] === RUN TestAuthZPluginTLS [2020-10-01T01:05:32.966Z] === RUN TestCompareVersion [2020-10-01T01:05:32.966Z] --- PASS: TestCompareVersion (0.00s) [2020-10-01T01:05:32.966Z] PASS [2020-10-01T01:05:32.966Z] coverage: 75.0% of statements [2020-10-01T01:05:32.966Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 75.0% of statements [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-10-01T01:05:32.966Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-10-01T01:05:33.013Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-10-01T01:05:33.013Z] === RUN TestAuthZPluginDenyRequest [2020-10-01T01:05:33.650Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-10-01T01:05:33.650Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-01T01:05:33.792Z] --- PASS: TestCreateServiceSecretFileMode (2.63s) [2020-10-01T01:05:33.792Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T01:05:33.936Z] === RUN TestReadAll [2020-10-01T01:05:33.936Z] --- PASS: TestReadAll (0.00s) [2020-10-01T01:05:33.936Z] PASS [2020-10-01T01:05:33.936Z] coverage: 96.8% of statements [2020-10-01T01:05:33.936Z] ok github.com/docker/docker/builder/dockerignore 0.252s coverage: 96.8% of statements [2020-10-01T01:05:34.284Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-10-01T01:05:34.284Z] === RUN TestAuthZPluginDenyResponse [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-10-01T01:05:34.397Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-10-01T01:05:34.397Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-10-01T01:05:34.397Z] === RUN TestCloneArgsSmartHttp [2020-10-01T01:05:34.397Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-10-01T01:05:34.397Z] === RUN TestCloneArgsDumbHttp [2020-10-01T01:05:34.397Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-10-01T01:05:34.397Z] === RUN TestCloneArgsGit [2020-10-01T01:05:34.397Z] --- PASS: TestCloneArgsGit (0.00s) [2020-10-01T01:05:34.397Z] === RUN TestCheckoutGit [2020-10-01T01:05:34.578Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-10-01T01:05:34.578Z] === RUN TestAuthZPluginAllowEventStream [2020-10-01T01:05:34.972Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.684s coverage: 57.7% of statements [2020-10-01T01:05:34.972Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-10-01T01:05:34.972Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.304s coverage: 76.1% of statements [2020-10-01T01:05:34.972Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-01T01:05:35.245Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-10-01T01:05:35.697Z] === RUN TestDockerSuite/TestCpToCaseH [2020-10-01T01:05:36.149Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2020-10-01T01:05:36.149Z] === RUN TestAuthZPluginErrorResponse [2020-10-01T01:05:36.337Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2020-10-01T01:05:36.443Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-10-01T01:05:36.443Z] === RUN TestAuthZPluginErrorRequest [2020-10-01T01:05:36.899Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2020-10-01T01:05:37.075Z] --- PASS: TestCreateServiceConfigFileMode (3.22s) [2020-10-01T01:05:37.075Z] === RUN TestCreateServiceSysctls [2020-10-01T01:05:37.095Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-10-01T01:05:37.095Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-01T01:05:37.312Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-10-01T01:05:37.733Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-10-01T01:05:37.733Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-01T01:05:37.772Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.05s) [2020-10-01T01:05:37.772Z] === RUN TestProcessNoDockerignore [2020-10-01T01:05:37.772Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestProcessShouldLeaveAllFiles [2020-10-01T01:05:37.772Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestDetectContentType [2020-10-01T01:05:37.772Z] --- PASS: TestDetectContentType (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestSelectAcceptableMIME [2020-10-01T01:05:37.772Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestInspectEmptyResponse [2020-10-01T01:05:37.772Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestInspectResponseBinary [2020-10-01T01:05:37.772Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestResponseUnsupportedContentType [2020-10-01T01:05:37.772Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestInspectResponseTextSimple [2020-10-01T01:05:37.772Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestInspectResponseEmptyContentType [2020-10-01T01:05:37.772Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestUnknownContentLength [2020-10-01T01:05:37.772Z] --- PASS: TestUnknownContentLength (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestDownloadRemote [2020-10-01T01:05:37.772Z] === RUN TestGetAllAllowed [2020-10-01T01:05:37.772Z] --- PASS: TestGetAllAllowed (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestGetAllMeta [2020-10-01T01:05:37.772Z] --- PASS: TestGetAllMeta (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestWarnOnUnusedBuildArgs [2020-10-01T01:05:37.772Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestIsUnreferencedBuiltin [2020-10-01T01:05:37.772Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestIsExistingDirectory [2020-10-01T01:05:37.772Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestGetFilenameForDownload [2020-10-01T01:05:37.772Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestEnv2Variables [2020-10-01T01:05:37.772Z] --- PASS: TestEnv2Variables (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-10-01T01:05:37.772Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestMaintainer [2020-10-01T01:05:37.772Z] --- PASS: TestMaintainer (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestLabel [2020-10-01T01:05:37.772Z] --- PASS: TestLabel (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestFromScratch [2020-10-01T01:05:37.772Z] --- PASS: TestFromScratch (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestFromWithArg [2020-10-01T01:05:37.772Z] --- PASS: TestFromWithArg (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-10-01T01:05:37.772Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestFromWithUndefinedArg [2020-10-01T01:05:37.772Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestFromMultiStageWithNamedStage [2020-10-01T01:05:37.772Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestOnbuild [2020-10-01T01:05:37.772Z] --- PASS: TestOnbuild (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestWorkdir [2020-10-01T01:05:37.772Z] --- PASS: TestWorkdir (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestCmd [2020-10-01T01:05:37.772Z] --- PASS: TestCmd (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestHealthcheckNone [2020-10-01T01:05:37.772Z] --- PASS: TestHealthcheckNone (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestHealthcheckCmd [2020-10-01T01:05:37.772Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestEntrypoint [2020-10-01T01:05:37.772Z] --- PASS: TestEntrypoint (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestExpose [2020-10-01T01:05:37.772Z] --- PASS: TestExpose (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestUser [2020-10-01T01:05:37.772Z] --- PASS: TestUser (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestVolume [2020-10-01T01:05:37.772Z] --- PASS: TestVolume (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestStopSignal [2020-10-01T01:05:37.772Z] --- SKIP: TestStopSignal (0.00s) [2020-10-01T01:05:37.772Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-10-01T01:05:37.772Z] === RUN TestArg [2020-10-01T01:05:37.772Z] --- PASS: TestArg (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestShell [2020-10-01T01:05:37.772Z] --- PASS: TestShell (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestPrependEnvOnCmd [2020-10-01T01:05:37.772Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestRunWithBuildArgs [2020-10-01T01:05:37.772Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestRunIgnoresHealthcheck [2020-10-01T01:05:37.772Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestNormalizeWorkdir [2020-10-01T01:05:37.772Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestDispatch [2020-10-01T01:05:37.772Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-10-01T01:05:37.772Z] --- PASS: TestDownloadRemote (0.06s) [2020-10-01T01:05:37.772Z] === RUN TestGetWithStatusError [2020-10-01T01:05:37.772Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-10-01T01:05:37.772Z] --- PASS: TestGetWithStatusError (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestCloseRootDirectory [2020-10-01T01:05:37.772Z] === RUN TestEnable [2020-10-01T01:05:37.772Z] --- PASS: TestEnable (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestDisable [2020-10-01T01:05:37.772Z] --- PASS: TestDisable (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestEnabled [2020-10-01T01:05:37.772Z] --- PASS: TestEnabled (0.00s) [2020-10-01T01:05:37.772Z] PASS [2020-10-01T01:05:37.772Z] coverage: 100.0% of statements [2020-10-01T01:05:37.772Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-10-01T01:05:37.772Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:05:37.772Z] === RUN TestHashFile [2020-10-01T01:05:37.772Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-10-01T01:05:37.772Z] --- SKIP: TestHashFile (0.00s) [2020-10-01T01:05:37.772Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:05:37.772Z] === RUN TestHashSubdir [2020-10-01T01:05:37.772Z] ok github.com/docker/docker/cli/debug 0.336s coverage: 100.0% of statements [2020-10-01T01:05:37.772Z] --- SKIP: TestHashSubdir (0.00s) [2020-10-01T01:05:37.772Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:05:37.772Z] === RUN TestRemoveDirectory [2020-10-01T01:05:37.772Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-10-01T01:05:37.772Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-10-01T01:05:37.772Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:05:37.772Z] PASS [2020-10-01T01:05:37.772Z] coverage: 9.2% of statements [2020-10-01T01:05:37.772Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-10-01T01:05:37.772Z] ok github.com/docker/docker/builder/remotecontext 0.674s coverage: 9.2% of statements [2020-10-01T01:05:37.772Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-10-01T01:05:37.772Z] === RUN TestDispatch/COPY_url [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch (0.05s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-10-01T01:05:37.772Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestAddScratchImageAddsToMounts [2020-10-01T01:05:37.772Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestAddFromScratchPopulatesPlatform [2020-10-01T01:05:37.772Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-10-01T01:05:37.772Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-10-01T01:05:37.772Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestImageSourceGetAddsToMounts [2020-10-01T01:05:37.772Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestEmptyDockerfile [2020-10-01T01:05:37.772Z] --- PASS: TestEmptyDockerfile (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestSymlinkDockerfile [2020-10-01T01:05:37.772Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-10-01T01:05:37.772Z] === RUN TestDockerfileOutsideTheBuildContext [2020-10-01T01:05:37.772Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestNonExistingDockerfile [2020-10-01T01:05:37.772Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestCopyRunConfig [2020-10-01T01:05:37.772Z] --- PASS: TestCopyRunConfig (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestDeepCopyRunConfig [2020-10-01T01:05:37.772Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestExportImage [2020-10-01T01:05:37.772Z] --- PASS: TestExportImage (0.00s) [2020-10-01T01:05:37.772Z] === RUN TestNormalizeDest [2020-10-01T01:05:37.772Z] --- PASS: TestNormalizeDest (0.00s) [2020-10-01T01:05:37.772Z] PASS [2020-10-01T01:05:37.772Z] coverage: 46.3% of statements [2020-10-01T01:05:37.772Z] ok github.com/docker/docker/builder/dockerfile 0.575s coverage: 46.3% of statements [2020-10-01T01:05:37.828Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-10-01T01:05:38.011Z] === RUN TestDockerSuite/TestCpToCaseI [2020-10-01T01:05:38.582Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-10-01T01:05:39.291Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2020-10-01T01:05:39.291Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-01T01:05:39.720Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.8% of statements [2020-10-01T01:05:39.720Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-01T01:05:39.720Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-01T01:05:39.977Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 41.0% of statements [2020-10-01T01:05:41.121Z] --- PASS: TestCreateServiceSysctls (3.83s) [2020-10-01T01:05:41.121Z] === RUN TestCreateServiceCapabilities [2020-10-01T01:05:41.344Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2020-10-01T01:05:41.369Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.65s) [2020-10-01T01:05:41.369Z] === RUN TestAuthZPluginHeader [2020-10-01T01:05:41.601Z] ok github.com/docker/docker/daemon/logger/awslogs 0.179s coverage: 77.8% of statements [2020-10-01T01:05:41.601Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-01T01:05:41.601Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-01T01:05:41.830Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-10-01T01:05:42.014Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-10-01T01:05:42.014Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-01T01:05:42.014Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T01:05:42.014Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:42.014Z] === RUN TestAuthZPluginV2Disable [2020-10-01T01:05:42.014Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-01T01:05:42.014Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:42.014Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-01T01:05:42.014Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T01:05:42.014Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:42.014Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-01T01:05:42.014Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T01:05:42.014Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:42.014Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-01T01:05:42.059Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-10-01T01:05:42.531Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-10-01T01:05:42.630Z] === RUN TestDockerSuite/TestCpToDot [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan (18.12s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.04s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.68s) [2020-10-01T01:05:42.773Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) [2020-10-01T01:05:42.773Z] PASS [2020-10-01T01:05:42.773Z] [2020-10-01T01:05:42.773Z] DONE 8 tests in 20.508s [2020-10-01T01:05:42.773Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-10-01T01:05:42.773Z] ++ 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-10-01T01:05:42.773Z] ++ set -e [2020-10-01T01:05:42.773Z] ++ '[' -n 0 ']' [2020-10-01T01:05:42.773Z] ++ set -x [2020-10-01T01:05:42.773Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:42.773Z] testing: warning: no tests to run [2020-10-01T01:05:42.773Z] PASS [2020-10-01T01:05:42.773Z] [2020-10-01T01:05:42.773Z] DONE 0 tests in 0.025s [2020-10-01T01:05:42.773Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-10-01T01:05:42.773Z] ++ 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-10-01T01:05:42.773Z] ++ set -e [2020-10-01T01:05:42.773Z] ++ '[' -n 0 ']' [2020-10-01T01:05:42.773Z] ++ set -x [2020-10-01T01:05:42.773Z] ++ env -i DEST=/go/src/github.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-10-01T01:05:42.773Z] INFO: Testing against a local daemon [2020-10-01T01:05:42.773Z] === RUN TestAuthZPluginAllowRequest [2020-10-01T01:05:43.094Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-10-01T01:05:43.350Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2020-10-01T01:05:43.581Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-10-01T01:05:43.839Z] --- PASS: TestCreateServiceCapabilities (3.06s) [2020-10-01T01:05:43.839Z] === RUN TestInspect [2020-10-01T01:05:44.687Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-10-01T01:05:44.687Z] === RUN TestAuthZPluginTLS [2020-10-01T01:05:44.717Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2020-10-01T01:05:44.717Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-01T01:05:44.717Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 37.7% of statements [2020-10-01T01:05:44.775Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-10-01T01:05:45.259Z] --- PASS: TestAuthZPluginTLS (0.72s) [2020-10-01T01:05:45.259Z] === RUN TestAuthZPluginDenyRequest [2020-10-01T01:05:45.711Z] === RUN TestDockerSuite/TestCpToStdout [2020-10-01T01:05:45.830Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2020-10-01T01:05:45.830Z] === RUN TestAuthZPluginAPIDenyResponse [2020-10-01T01:05:46.083Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-10-01T01:05:46.280Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-10-01T01:05:46.772Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2020-10-01T01:05:46.772Z] === RUN TestAuthZPluginDenyResponse [2020-10-01T01:05:47.216Z] --- PASS: TestInspect (3.36s) [2020-10-01T01:05:47.217Z] === RUN TestCreateJob [2020-10-01T01:05:47.344Z] --- PASS: TestAuthZPluginDenyResponse (0.65s) [2020-10-01T01:05:47.344Z] === RUN TestAuthZPluginAllowEventStream [2020-10-01T01:05:47.451Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-10-01T01:05:47.708Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-10-01T01:05:47.784Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-10-01T01:05:48.043Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-10-01T01:05:48.270Z] ok github.com/docker/docker/daemon/logger/splunk 1.682s coverage: 82.5% of statements [2020-10-01T01:05:48.270Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-01T01:05:48.526Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2020-10-01T01:05:48.526Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-01T01:05:48.610Z] === RUN TestDockerSuite/TestCpVolumePath [2020-10-01T01:05:49.256Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2020-10-01T01:05:49.256Z] === RUN TestAuthZPluginErrorResponse [2020-10-01T01:05:49.517Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2020-10-01T01:05:49.517Z] === RUN TestAuthZPluginErrorRequest [2020-10-01T01:05:49.988Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-10-01T01:05:49.988Z] === RUN TestDockerSuite/TestCreateArgs [2020-10-01T01:05:49.988Z] === RUN TestDockerSuite/TestCreateByImageID [2020-10-01T01:05:50.196Z] === RUN TestCheckpointCreateError [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointCreate [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointCreate (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointDeleteError [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointDelete [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointDelete (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointListError [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointListError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointList [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointList (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCheckpointListContainerNotFound [2020-10-01T01:05:50.196Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNewClientWithOpsFromEnv [2020-10-01T01:05:50.196Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-10-01T01:05:50.196Z] client_test.go:23: runtime.GOOS == "windows" [2020-10-01T01:05:50.196Z] === RUN TestGetAPIPath [2020-10-01T01:05:50.196Z] --- PASS: TestGetAPIPath (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestParseHostURL [2020-10-01T01:05:50.196Z] --- PASS: TestParseHostURL (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-10-01T01:05:50.196Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPIVersionEmpty [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPIVersion [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPVersionOverride [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPIVersionAutomatic [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-10-01T01:05:50.196Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestClientRedirect [2020-10-01T01:05:50.196Z] --- PASS: TestClientRedirect (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigCreateUnsupported [2020-10-01T01:05:50.196Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigCreateError [2020-10-01T01:05:50.196Z] --- PASS: TestConfigCreateError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigCreate [2020-10-01T01:05:50.196Z] --- PASS: TestConfigCreate (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspectNotFound [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspectWithEmptyID [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspectUnsupported [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspectError [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspectError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspectConfigNotFound [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigInspect [2020-10-01T01:05:50.196Z] --- PASS: TestConfigInspect (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigListUnsupported [2020-10-01T01:05:50.196Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigListError [2020-10-01T01:05:50.196Z] --- PASS: TestConfigListError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigList [2020-10-01T01:05:50.196Z] --- PASS: TestConfigList (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigRemoveUnsupported [2020-10-01T01:05:50.196Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigRemoveError [2020-10-01T01:05:50.196Z] --- PASS: TestConfigRemoveError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigRemove [2020-10-01T01:05:50.196Z] --- PASS: TestConfigRemove (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigUpdateUnsupported [2020-10-01T01:05:50.196Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigUpdateError [2020-10-01T01:05:50.196Z] --- PASS: TestConfigUpdateError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestConfigUpdate [2020-10-01T01:05:50.196Z] --- PASS: TestConfigUpdate (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerCommitError [2020-10-01T01:05:50.196Z] --- PASS: TestContainerCommitError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerCommit [2020-10-01T01:05:50.196Z] --- PASS: TestContainerCommit (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerStatPathError [2020-10-01T01:05:50.196Z] --- PASS: TestContainerStatPathError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerStatPathNotFoundError [2020-10-01T01:05:50.196Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerStatPathNoHeaderError [2020-10-01T01:05:50.196Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerStatPath [2020-10-01T01:05:50.196Z] --- PASS: TestContainerStatPath (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyToContainerError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyToContainerError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyToContainerNotFoundError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyToContainerNotStatusOKError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyToContainer [2020-10-01T01:05:50.196Z] --- PASS: TestCopyToContainer (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyFromContainerError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyFromContainerNotFoundError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyFromContainerNotStatusOKError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyFromContainerNoHeaderError [2020-10-01T01:05:50.196Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestCopyFromContainer [2020-10-01T01:05:50.196Z] --- PASS: TestCopyFromContainer (0.00s) [2020-10-01T01:05:50.196Z] === RUN TestContainerCreateError [2020-10-01T01:05:50.196Z] --- PASS: TestContainerCreateError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerCreateImageNotFound [2020-10-01T01:05:50.197Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerCreateWithName [2020-10-01T01:05:50.197Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerCreateAutoRemove [2020-10-01T01:05:50.197Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerDiffError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerDiffError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerDiff [2020-10-01T01:05:50.197Z] --- PASS: TestContainerDiff (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecCreateError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecCreate [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecCreate (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecStartError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecStartError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecStart [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecStart (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecInspectError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecInspect [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecInspect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExportError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExportError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExport [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExport (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerInspectError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerInspectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerInspectContainerNotFound [2020-10-01T01:05:50.197Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerInspectWithEmptyID [2020-10-01T01:05:50.197Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerInspect [2020-10-01T01:05:50.197Z] --- PASS: TestContainerInspect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerInspectNode [2020-10-01T01:05:50.197Z] --- PASS: TestContainerInspectNode (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerKillError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerKillError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerKill [2020-10-01T01:05:50.197Z] --- PASS: TestContainerKill (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerListError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerListError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerList [2020-10-01T01:05:50.197Z] --- PASS: TestContainerList (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerLogsNotFoundError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerLogsError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerLogsError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerLogs [2020-10-01T01:05:50.197Z] --- PASS: TestContainerLogs (0.15s) [2020-10-01T01:05:50.197Z] === RUN TestContainerPauseError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerPauseError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerPause [2020-10-01T01:05:50.197Z] --- PASS: TestContainerPause (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainersPruneError [2020-10-01T01:05:50.197Z] --- PASS: TestContainersPruneError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainersPrune [2020-10-01T01:05:50.197Z] --- PASS: TestContainersPrune (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRemoveError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRemoveError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRemoveNotFoundError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRemove [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRemove (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRenameError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRenameError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRename [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRename (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerResizeError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerResizeError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecResizeError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerResize [2020-10-01T01:05:50.197Z] --- PASS: TestContainerResize (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerExecResize [2020-10-01T01:05:50.197Z] --- PASS: TestContainerExecResize (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRestartError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRestartError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerRestart [2020-10-01T01:05:50.197Z] --- PASS: TestContainerRestart (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStartError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStartError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStart [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStart (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStatsError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStatsError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStats [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStats (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStopError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStopError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerStop [2020-10-01T01:05:50.197Z] --- PASS: TestContainerStop (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerTopError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerTopError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerTop [2020-10-01T01:05:50.197Z] --- PASS: TestContainerTop (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerUnpauseError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerUnpause [2020-10-01T01:05:50.197Z] --- PASS: TestContainerUnpause (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerUpdateError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerUpdateError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerUpdate [2020-10-01T01:05:50.197Z] --- PASS: TestContainerUpdate (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerWaitError [2020-10-01T01:05:50.197Z] --- PASS: TestContainerWaitError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestContainerWait [2020-10-01T01:05:50.197Z] --- PASS: TestContainerWait (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestDiskUsageError [2020-10-01T01:05:50.197Z] --- PASS: TestDiskUsageError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestDiskUsage [2020-10-01T01:05:50.197Z] --- PASS: TestDiskUsage (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestDistributionInspectUnsupported [2020-10-01T01:05:50.197Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestDistributionInspectWithEmptyID [2020-10-01T01:05:50.197Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestEventsErrorInOptions [2020-10-01T01:05:50.197Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestEventsErrorFromServer [2020-10-01T01:05:50.197Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestEvents [2020-10-01T01:05:50.197Z] --- PASS: TestEvents (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestTLSCloseWriter [2020-10-01T01:05:50.197Z] === PAUSE TestTLSCloseWriter [2020-10-01T01:05:50.197Z] === RUN TestImageBuildError [2020-10-01T01:05:50.197Z] --- PASS: TestImageBuildError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageBuild [2020-10-01T01:05:50.197Z] --- PASS: TestImageBuild (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestGetDockerOS [2020-10-01T01:05:50.197Z] --- PASS: TestGetDockerOS (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageCreateError [2020-10-01T01:05:50.197Z] --- PASS: TestImageCreateError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageCreate [2020-10-01T01:05:50.197Z] --- PASS: TestImageCreate (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageHistoryError [2020-10-01T01:05:50.197Z] --- PASS: TestImageHistoryError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageHistory [2020-10-01T01:05:50.197Z] --- PASS: TestImageHistory (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageImportError [2020-10-01T01:05:50.197Z] --- PASS: TestImageImportError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageImport [2020-10-01T01:05:50.197Z] --- PASS: TestImageImport (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageInspectError [2020-10-01T01:05:50.197Z] --- PASS: TestImageInspectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageInspectImageNotFound [2020-10-01T01:05:50.197Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageInspectWithEmptyID [2020-10-01T01:05:50.197Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageInspect [2020-10-01T01:05:50.197Z] --- PASS: TestImageInspect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageListError [2020-10-01T01:05:50.197Z] --- PASS: TestImageListError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageList [2020-10-01T01:05:50.197Z] --- PASS: TestImageList (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageListApiBefore125 [2020-10-01T01:05:50.197Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageLoadError [2020-10-01T01:05:50.197Z] --- PASS: TestImageLoadError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageLoad [2020-10-01T01:05:50.197Z] --- PASS: TestImageLoad (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagesPruneError [2020-10-01T01:05:50.197Z] --- PASS: TestImagesPruneError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagesPrune [2020-10-01T01:05:50.197Z] --- PASS: TestImagesPrune (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullReferenceParseError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullAnyError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullAnyError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullStatusUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePullWithoutErrors [2020-10-01T01:05:50.197Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushReferenceError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushAnyError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushAnyError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushStatusUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithoutErrors [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-10-01T01:05:50.197Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-10-01T01:05:50.197Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageRemoveError [2020-10-01T01:05:50.197Z] --- PASS: TestImageRemoveError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageRemoveImageNotFound [2020-10-01T01:05:50.197Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageRemove [2020-10-01T01:05:50.197Z] --- PASS: TestImageRemove (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSaveError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSaveError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSave [2020-10-01T01:05:50.197Z] --- PASS: TestImageSave (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchAnyError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchStatusUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageSearchWithoutErrors [2020-10-01T01:05:50.197Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageTagError [2020-10-01T01:05:50.197Z] --- PASS: TestImageTagError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageTagInvalidReference [2020-10-01T01:05:50.197Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageTagInvalidSourceImageName [2020-10-01T01:05:50.197Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageTagHexSource [2020-10-01T01:05:50.197Z] --- PASS: TestImageTagHexSource (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestImageTag [2020-10-01T01:05:50.197Z] --- PASS: TestImageTag (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestInfoServerError [2020-10-01T01:05:50.197Z] --- PASS: TestInfoServerError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestInfoInvalidResponseJSONError [2020-10-01T01:05:50.197Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestInfo [2020-10-01T01:05:50.197Z] --- PASS: TestInfo (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkConnectError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkConnectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkConnect [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkConnect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkCreateError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkCreateError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkCreate [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkCreate (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkDisconnectError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkDisconnect [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkInspectError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkInspectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkInspectNotFoundError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkInspectWithEmptyID [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkInspect [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkInspect (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkListError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkListError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkList [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkList (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworksPruneError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworksPruneError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworksPrune [2020-10-01T01:05:50.197Z] --- PASS: TestNetworksPrune (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkRemoveError [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNetworkRemove [2020-10-01T01:05:50.197Z] --- PASS: TestNetworkRemove (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNodeInspectError [2020-10-01T01:05:50.197Z] --- PASS: TestNodeInspectError (0.00s) [2020-10-01T01:05:50.197Z] === RUN TestNodeInspectNodeNotFound [2020-10-01T01:05:50.197Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-10-01T01:05:50.414Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2020-10-01T01:05:50.461Z] --- PASS: TestAuthZPluginErrorRequest (0.62s) [2020-10-01T01:05:50.461Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-10-01T01:05:50.559Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-10-01T01:05:50.659Z] === RUN TestNodeInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeInspect [2020-10-01T01:05:50.659Z] --- PASS: TestNodeInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeListError [2020-10-01T01:05:50.659Z] --- PASS: TestNodeListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeList [2020-10-01T01:05:50.659Z] --- PASS: TestNodeList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeRemoveError [2020-10-01T01:05:50.659Z] --- PASS: TestNodeRemoveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeRemove [2020-10-01T01:05:50.659Z] --- PASS: TestNodeRemove (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeUpdateError [2020-10-01T01:05:50.659Z] --- PASS: TestNodeUpdateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestNodeUpdate [2020-10-01T01:05:50.659Z] --- PASS: TestNodeUpdate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestOptionWithTimeout [2020-10-01T01:05:50.659Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPingFail [2020-10-01T01:05:50.659Z] --- PASS: TestPingFail (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPingWithError [2020-10-01T01:05:50.659Z] 2020/10/01 01:05:49 RoundTripper returned a response & error; ignoring response [2020-10-01T01:05:50.659Z] 2020/10/01 01:05:49 RoundTripper returned a response & error; ignoring response [2020-10-01T01:05:50.659Z] --- PASS: TestPingWithError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPingSuccess [2020-10-01T01:05:50.659Z] --- PASS: TestPingSuccess (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPingHeadFallback [2020-10-01T01:05:50.659Z] === RUN TestPingHeadFallback/OK [2020-10-01T01:05:50.659Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-10-01T01:05:50.659Z] === RUN TestPingHeadFallback/Not_Found [2020-10-01T01:05:50.659Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-10-01T01:05:50.659Z] --- PASS: TestPingHeadFallback (0.00s) [2020-10-01T01:05:50.659Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-10-01T01:05:50.659Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-10-01T01:05:50.659Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-10-01T01:05:50.659Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginDisableError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginDisableError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginDisable [2020-10-01T01:05:50.659Z] --- PASS: TestPluginDisable (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginEnableError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginEnableError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginEnable [2020-10-01T01:05:50.659Z] --- PASS: TestPluginEnable (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginInspect [2020-10-01T01:05:50.659Z] --- PASS: TestPluginInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginListError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginList [2020-10-01T01:05:50.659Z] --- PASS: TestPluginList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginPushError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginPushError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginPush [2020-10-01T01:05:50.659Z] --- PASS: TestPluginPush (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginRemoveError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginRemoveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginRemove [2020-10-01T01:05:50.659Z] --- PASS: TestPluginRemove (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginSetError [2020-10-01T01:05:50.659Z] --- PASS: TestPluginSetError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPluginSet [2020-10-01T01:05:50.659Z] --- PASS: TestPluginSet (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSetHostHeader [2020-10-01T01:05:50.659Z] --- PASS: TestSetHostHeader (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestPlainTextError [2020-10-01T01:05:50.659Z] --- PASS: TestPlainTextError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestInfiniteError [2020-10-01T01:05:50.659Z] --- PASS: TestInfiniteError (0.03s) [2020-10-01T01:05:50.659Z] === RUN TestSecretCreateUnsupported [2020-10-01T01:05:50.659Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretCreateError [2020-10-01T01:05:50.659Z] --- PASS: TestSecretCreateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretCreate [2020-10-01T01:05:50.659Z] --- PASS: TestSecretCreate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretInspectUnsupported [2020-10-01T01:05:50.659Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestSecretInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretInspectSecretNotFound [2020-10-01T01:05:50.659Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretInspect [2020-10-01T01:05:50.659Z] --- PASS: TestSecretInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretListUnsupported [2020-10-01T01:05:50.659Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretListError [2020-10-01T01:05:50.659Z] --- PASS: TestSecretListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretList [2020-10-01T01:05:50.659Z] --- PASS: TestSecretList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretRemoveUnsupported [2020-10-01T01:05:50.659Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretRemoveError [2020-10-01T01:05:50.659Z] --- PASS: TestSecretRemoveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretRemove [2020-10-01T01:05:50.659Z] --- PASS: TestSecretRemove (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretUpdateUnsupported [2020-10-01T01:05:50.659Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretUpdateError [2020-10-01T01:05:50.659Z] --- PASS: TestSecretUpdateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSecretUpdate [2020-10-01T01:05:50.659Z] --- PASS: TestSecretUpdate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceCreateError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceCreateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceCreate [2020-10-01T01:05:50.659Z] --- PASS: TestServiceCreate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceCreateCompatiblePlatforms [2020-10-01T01:05:50.659Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceCreateDigestPinning [2020-10-01T01:05:50.659Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceInspectServiceNotFound [2020-10-01T01:05:50.659Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceInspect [2020-10-01T01:05:50.659Z] --- PASS: TestServiceInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceListError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceList [2020-10-01T01:05:50.659Z] --- PASS: TestServiceList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceLogsError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceLogsError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceLogs [2020-10-01T01:05:50.659Z] --- PASS: TestServiceLogs (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceRemoveError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceRemoveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceRemoveNotFoundError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceRemove [2020-10-01T01:05:50.659Z] --- PASS: TestServiceRemove (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceUpdateError [2020-10-01T01:05:50.659Z] --- PASS: TestServiceUpdateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestServiceUpdate [2020-10-01T01:05:50.659Z] --- PASS: TestServiceUpdate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmGetUnlockKeyError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmGetUnlockKey [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmInitError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmInitError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmInit [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmInit (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmInspect [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmJoinError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmJoinError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmJoin [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmJoin (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmLeaveError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmLeave [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmLeave (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmUnlockError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmUnlock [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmUnlock (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmUpdateError [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestSwarmUpdate [2020-10-01T01:05:50.659Z] --- PASS: TestSwarmUpdate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestTaskInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestTaskInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestTaskInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestTaskInspect [2020-10-01T01:05:50.659Z] --- PASS: TestTaskInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestTaskListError [2020-10-01T01:05:50.659Z] --- PASS: TestTaskListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestTaskList [2020-10-01T01:05:50.659Z] --- PASS: TestTaskList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeCreateError [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeCreateError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeCreate [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeCreate (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeInspectError [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeInspectError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeInspectNotFound [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeInspectWithEmptyID [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeInspect [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeInspect (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeListError [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeListError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeList [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeList (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeRemoveError [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-10-01T01:05:50.659Z] === RUN TestVolumeRemove [2020-10-01T01:05:50.659Z] --- PASS: TestVolumeRemove (0.00s) [2020-10-01T01:05:50.659Z] === CONT TestTLSCloseWriter [2020-10-01T01:05:50.659Z] --- PASS: TestTLSCloseWriter (0.02s) [2020-10-01T01:05:50.659Z] PASS [2020-10-01T01:05:50.659Z] coverage: 74.9% of statements [2020-10-01T01:05:50.659Z] ok github.com/docker/docker/client 0.549s coverage: 74.9% of statements [2020-10-01T01:05:50.819Z] --- PASS: TestCreateJob (3.58s) [2020-10-01T01:05:50.819Z] === RUN TestReplicatedJob [2020-10-01T01:05:50.978Z] ok github.com/docker/docker/distribution 0.172s coverage: 21.9% of statements [2020-10-01T01:05:50.978Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-01T01:05:51.032Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s) [2020-10-01T01:05:51.032Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-10-01T01:05:51.078Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-10-01T01:05:51.078Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-10-01T01:05:51.078Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-10-01T01:05:51.647Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-10-01T01:05:51.906Z] === RUN TestDockerSuite/TestCreateLabels [2020-10-01T01:05:51.906Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-10-01T01:05:52.165Z] === RUN TestDockerSuite/TestCreateRM [2020-10-01T01:05:52.165Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-10-01T01:05:52.165Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-10-01T01:05:52.165Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-10-01T01:05:52.357Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2020-10-01T01:05:52.423Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-10-01T01:05:53.285Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-10-01T01:05:53.577Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s) [2020-10-01T01:05:53.577Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-10-01T01:05:53.846Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2020-10-01T01:05:53.847Z] ok github.com/docker/docker/distribution/xfer 1.885s coverage: 85.1% of statements [2020-10-01T01:05:53.847Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-01T01:05:53.847Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-01T01:05:54.958Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-10-01T01:05:54.958Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-10-01T01:05:54.958Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-10-01T01:05:55.212Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2020-10-01T01:05:55.212Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-01T01:05:55.491Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.30s) [2020-10-01T01:05:55.491Z] === RUN TestAuthZPluginHeader [2020-10-01T01:05:56.140Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2020-10-01T01:05:56.433Z] --- PASS: TestAuthZPluginHeader (0.99s) [2020-10-01T01:05:56.433Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-10-01T01:05:56.433Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T01:05:56.433Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:56.433Z] === RUN TestAuthZPluginV2Disable [2020-10-01T01:05:56.433Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-10-01T01:05:56.433Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:56.433Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-10-01T01:05:56.433Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T01:05:56.433Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:56.433Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-10-01T01:05:56.433Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T01:05:56.433Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:05:56.433Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-10-01T01:05:56.868Z] --- PASS: TestReplicatedJob (5.92s) [2020-10-01T01:05:56.868Z] === RUN TestUpdateReplicatedJob [2020-10-01T01:05:57.068Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-10-01T01:05:57.996Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2020-10-01T01:05:57.996Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2020-10-01T01:05:59.887Z] ok github.com/docker/docker/pkg/archive 0.306s coverage: 77.3% of statements [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-10-01T01:06:00.157Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-10-01T01:06:00.604Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.76s) [2020-10-01T01:06:00.604Z] PASS [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] === Skipped [2020-10-01T01:06:00.604Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T01:06:00.604Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-01T01:06:00.604Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T01:06:00.604Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T01:06:00.604Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] [2020-10-01T01:06:00.604Z] DONE 17 tests, 4 skipped in 27.630s [2020-10-01T01:06:00.604Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-01T01:06:00.604Z] ++ 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-10-01T01:06:00.604Z] ++ set -e [2020-10-01T01:06:00.604Z] ++ '[' -n 0 ']' [2020-10-01T01:06:00.604Z] ++ set -x [2020-10-01T01:06:00.605Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:00.605Z] INFO: Testing against a local daemon [2020-10-01T01:06:00.605Z] === RUN TestPluginInvalidJSON [2020-10-01T01:06:00.605Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:00.605Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:00.605Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:00.605Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-10-01T01:06:00.605Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-01T01:06:00.605Z] === RUN TestPluginInstall [2020-10-01T01:06:00.605Z] === RUN TestPluginInstall/no_auth [2020-10-01T01:06:00.724Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-10-01T01:06:00.724Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2020-10-01T01:06:00.724Z] === RUN TestServiceListWithStatuses [2020-10-01T01:06:00.724Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-01T01:06:00.724Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:06:00.724Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T01:06:00.815Z] ok github.com/docker/docker/pkg/authorization 0.188s coverage: 68.3% of statements [2020-10-01T01:06:01.072Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-10-01T01:06:01.328Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-10-01T01:06:01.661Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-10-01T01:06:02.228Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-10-01T01:06:02.487Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-10-01T01:06:03.107Z] --- PASS: TestCheckoutGit (28.64s) [2020-10-01T01:06:03.107Z] === RUN TestValidGitTransport [2020-10-01T01:06:03.107Z] --- PASS: TestValidGitTransport (0.00s) [2020-10-01T01:06:03.107Z] === RUN TestGitInvalidRef [2020-10-01T01:06:03.107Z] --- PASS: TestGitInvalidRef (0.18s) [2020-10-01T01:06:03.107Z] PASS [2020-10-01T01:06:03.107Z] coverage: 86.3% of statements [2020-10-01T01:06:03.107Z] ok github.com/docker/docker/builder/remotecontext/git 28.977s coverage: 86.3% of statements [2020-10-01T01:06:03.567Z] ? github.com/docker/docker/cli [no test files] [2020-10-01T01:06:03.567Z] ? github.com/docker/docker/cli/config [no test files] [2020-10-01T01:06:03.868Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-10-01T01:06:04.160Z] time="2020-10-01T01:06:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:04.160Z] time="2020-10-01T01:06:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:befefe635f5e370672285657a182350fdaa7640d7280176e8f16de81fe52e5c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:04.160Z] time="2020-10-01T01:06:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:04.160Z] time="2020-10-01T01:06:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:befefe635f5e370672285657a182350fdaa7640d7280176e8f16de81fe52e5c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:04.160Z] === RUN TestPluginInstall/with_htpasswd [2020-10-01T01:06:04.593Z] ok github.com/docker/docker/layer 7.660s coverage: 68.8% of statements [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-01T01:06:04.593Z] ok github.com/docker/docker/pkg/chrootarchive 2.542s coverage: 43.2% of statements [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-01T01:06:04.593Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-01T01:06:04.593Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2020-10-01T01:06:04.795Z] time="2020-10-01T01:06:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:04.795Z] time="2020-10-01T01:06:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1252b5da32db8d73fce95ceaeda796fdac6d029c3eef9b402d9619208b3a5bf7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:04.795Z] time="2020-10-01T01:06:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:04.795Z] time="2020-10-01T01:06:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1252b5da32db8d73fce95ceaeda796fdac6d029c3eef9b402d9619208b3a5bf7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:05.089Z] === RUN TestPluginInstall/with_insecure [2020-10-01T01:06:05.155Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-10-01T01:06:05.155Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2020-10-01T01:06:05.786Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-10-01T01:06:06.082Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-10-01T01:06:06.338Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-10-01T01:06:06.354Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-10-01T01:06:06.601Z] time="2020-10-01T01:06:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:06.601Z] time="2020-10-01T01:06:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3970333c08033e8f706c2fc94e15995dce2141cb96f4499f540f3f08224ed9f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:06.601Z] time="2020-10-01T01:06:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:06.601Z] time="2020-10-01T01:06:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3970333c08033e8f706c2fc94e15995dce2141cb96f4499f540f3f08224ed9f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:06.601Z] --- PASS: TestPluginInstall (7.74s) [2020-10-01T01:06:06.601Z] --- PASS: TestPluginInstall/no_auth (5.45s) [2020-10-01T01:06:06.601Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-10-01T01:06:06.601Z] --- PASS: TestPluginInstall/with_insecure (1.36s) [2020-10-01T01:06:06.601Z] plugin_test.go:157: [d837575e05b13] daemon is not started [2020-10-01T01:06:06.601Z] PASS [2020-10-01T01:06:06.601Z] [2020-10-01T01:06:06.601Z] DONE 6 tests in 7.841s [2020-10-01T01:06:06.601Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-01T01:06:06.601Z] ++ 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-10-01T01:06:06.601Z] ++ set -e [2020-10-01T01:06:06.601Z] ++ '[' -n 0 ']' [2020-10-01T01:06:06.601Z] ++ set -x [2020-10-01T01:06:06.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=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-10-01T01:06:06.601Z] INFO: Testing against a local daemon [2020-10-01T01:06:06.601Z] === RUN TestExternalGraphDriver [2020-10-01T01:06:06.615Z] --- PASS: TestDockerNetworkConnectAlias (5.76s) [2020-10-01T01:06:06.615Z] === RUN TestDockerNetworkReConnect [2020-10-01T01:06:06.874Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-10-01T01:06:06.874Z] === RUN TestDockerSuite/TestDevicePermissions [2020-10-01T01:06:06.894Z] === RUN TestExternalGraphDriver/json [2020-10-01T01:06:06.900Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-10-01T01:06:07.443Z] === RUN TestDockerSuite/TestDockerFails [2020-10-01T01:06:07.443Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-10-01T01:06:07.443Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-10-01T01:06:07.702Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-10-01T01:06:08.266Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-10-01T01:06:08.428Z] === RUN TestExternalGraphDriver/spec [2020-10-01T01:06:08.640Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-10-01T01:06:08.828Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2020-10-01T01:06:08.900Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-10-01T01:06:09.467Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-10-01T01:06:09.756Z] ok github.com/docker/docker/pkg/fsutils 0.199s coverage: 85.1% of statements [2020-10-01T01:06:09.756Z] ok github.com/docker/docker/pkg/discovery/kv 3.069s coverage: 84.1% of statements [2020-10-01T01:06:10.011Z] ok github.com/docker/docker/pkg/homedir 0.015s coverage: 11.4% of statements [2020-10-01T01:06:10.509Z] === RUN TestExternalGraphDriver/pull [2020-10-01T01:06:10.940Z] ok github.com/docker/docker/pkg/idtools 0.416s coverage: 70.1% of statements [2020-10-01T01:06:11.371Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-10-01T01:06:11.371Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-10-01T01:06:11.372Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-10-01T01:06:11.372Z] --- PASS: TestDockerNetworkReConnect (4.77s) [2020-10-01T01:06:11.372Z] === RUN TestServicePlugin [2020-10-01T01:06:11.504Z] ok github.com/docker/docker/pkg/ioutils 0.560s coverage: 70.6% of statements [2020-10-01T01:06:11.504Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2020-10-01T01:06:11.504Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-01T01:06:11.630Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-10-01T01:06:11.760Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-10-01T01:06:11.760Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-10-01T01:06:11.760Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-01T01:06:12.016Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2020-10-01T01:06:12.016Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-01T01:06:12.273Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-10-01T01:06:12.529Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-10-01T01:06:12.590Z] --- PASS: TestExternalGraphDriver (5.72s) [2020-10-01T01:06:12.591Z] --- PASS: TestExternalGraphDriver/json (1.81s) [2020-10-01T01:06:12.591Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2020-10-01T01:06:12.591Z] --- PASS: TestExternalGraphDriver/pull (1.98s) [2020-10-01T01:06:12.591Z] === RUN TestGraphdriverPluginV2 [2020-10-01T01:06:12.591Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-10-01T01:06:12.591Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:12.591Z] PASS [2020-10-01T01:06:12.591Z] [2020-10-01T01:06:12.591Z] === Skipped [2020-10-01T01:06:12.591Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-10-01T01:06:12.591Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:12.591Z] [2020-10-01T01:06:12.591Z] [2020-10-01T01:06:12.591Z] DONE 5 tests, 1 skipped in 5.849s [2020-10-01T01:06:12.591Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-01T01:06:12.591Z] ++ 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-10-01T01:06:12.591Z] ++ set -e [2020-10-01T01:06:12.591Z] ++ '[' -n 0 ']' [2020-10-01T01:06:12.591Z] ++ set -x [2020-10-01T01:06:12.591Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:12.591Z] INFO: Testing against a local daemon [2020-10-01T01:06:12.591Z] === RUN TestContinueAfterPluginCrash [2020-10-01T01:06:12.591Z] === PAUSE TestContinueAfterPluginCrash [2020-10-01T01:06:12.591Z] === RUN TestReadPluginNoRead [2020-10-01T01:06:12.591Z] === PAUSE TestReadPluginNoRead [2020-10-01T01:06:12.591Z] === RUN TestDaemonStartWithLogOpt [2020-10-01T01:06:12.591Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-01T01:06:12.591Z] === CONT TestContinueAfterPluginCrash [2020-10-01T01:06:12.591Z] === CONT TestDaemonStartWithLogOpt [2020-10-01T01:06:12.591Z] === CONT TestReadPluginNoRead [2020-10-01T01:06:12.786Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2020-10-01T01:06:12.786Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-10-01T01:06:12.786Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-01T01:06:12.786Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-10-01T01:06:13.913Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestConfigureDaemonLogs [2020-10-01T01:06:13.913Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestCommonOptionsInstallFlags [2020-10-01T01:06:13.913Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-10-01T01:06:13.913Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-10-01T01:06:13.913Z] PASS [2020-10-01T01:06:13.913Z] coverage: 18.5% of statements [2020-10-01T01:06:13.913Z] ok github.com/docker/docker/cmd/dockerd 0.811s coverage: 18.5% of statements [2020-10-01T01:06:13.913Z] === RUN TestContainerStopSignal [2020-10-01T01:06:13.913Z] --- PASS: TestContainerStopSignal (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestContainerStopTimeout [2020-10-01T01:06:13.913Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestContainerSecretReferenceDestTarget [2020-10-01T01:06:13.913Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-10-01T01:06:13.913Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestContainerLogPathSetForRingLogger [2020-10-01T01:06:13.913Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestReplaceAndAppendEnvVars [2020-10-01T01:06:13.913Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-10-01T01:06:13.913Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-10-01T01:06:13.913Z] === RUN TestNewMemoryStore [2020-10-01T01:06:13.913Z] --- PASS: TestNewMemoryStore (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestAddContainers [2020-10-01T01:06:13.913Z] --- PASS: TestAddContainers (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestGetContainer [2020-10-01T01:06:13.913Z] --- PASS: TestGetContainer (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestDeleteContainer [2020-10-01T01:06:13.913Z] --- PASS: TestDeleteContainer (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestListContainers [2020-10-01T01:06:13.913Z] --- PASS: TestListContainers (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestFirstContainer [2020-10-01T01:06:13.913Z] --- PASS: TestFirstContainer (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestApplyAllContainer [2020-10-01T01:06:13.913Z] --- PASS: TestApplyAllContainer (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestIsValidHealthString [2020-10-01T01:06:13.913Z] --- PASS: TestIsValidHealthString (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestStateRunStop [2020-10-01T01:06:13.913Z] --- PASS: TestStateRunStop (0.00s) [2020-10-01T01:06:13.913Z] === RUN TestStateTimeoutWait [2020-10-01T01:06:13.913Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-10-01T01:06:13.913Z] state_test.go:141: Stop callback fired [2020-10-01T01:06:13.913Z] state_test.go:165: Stop callback fired [2020-10-01T01:06:13.913Z] === RUN TestIsValidStateString [2020-10-01T01:06:13.913Z] --- PASS: TestIsValidStateString (0.00s) [2020-10-01T01:06:14.164Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-10-01T01:06:14.374Z] === RUN TestViewSaveDelete [2020-10-01T01:06:14.374Z] --- PASS: TestViewSaveDelete (0.01s) [2020-10-01T01:06:14.374Z] === RUN TestViewAll [2020-10-01T01:06:14.374Z] --- PASS: TestViewAll (0.02s) [2020-10-01T01:06:14.374Z] === RUN TestViewGet [2020-10-01T01:06:14.374Z] --- PASS: TestViewGet (0.01s) [2020-10-01T01:06:14.374Z] === RUN TestNames [2020-10-01T01:06:14.374Z] --- PASS: TestNames (0.00s) [2020-10-01T01:06:14.374Z] === RUN TestViewWithHealthCheck [2020-10-01T01:06:14.374Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-10-01T01:06:14.374Z] PASS [2020-10-01T01:06:14.374Z] coverage: 41.6% of statements [2020-10-01T01:06:14.374Z] ok github.com/docker/docker/container 0.558s coverage: 41.6% of statements [2020-10-01T01:06:14.374Z] ? github.com/docker/docker/container/stream [no test files] [2020-10-01T01:06:14.374Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-10-01T01:06:14.374Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-10-01T01:06:14.374Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-10-01T01:06:14.544Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.09s) [2020-10-01T01:06:14.544Z] PASS [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] === Skipped [2020-10-01T01:06:14.544Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-10-01T01:06:14.544Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-10-01T01:06:14.544Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-10-01T01:06:14.544Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-10-01T01:06:14.544Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] [2020-10-01T01:06:14.544Z] DONE 17 tests, 4 skipped in 31.838s [2020-10-01T01:06:14.544Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-10-01T01:06:14.544Z] ++ 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-10-01T01:06:14.544Z] ++ set -e [2020-10-01T01:06:14.544Z] ++ '[' -n 0 ']' [2020-10-01T01:06:14.544Z] ++ set -x [2020-10-01T01:06:14.544Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:14.544Z] INFO: Testing against a local daemon [2020-10-01T01:06:14.544Z] === RUN TestPluginInvalidJSON [2020-10-01T01:06:14.544Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:14.544Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:14.726Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-10-01T01:06:14.805Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:06:14.805Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-10-01T01:06:14.805Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-10-01T01:06:14.805Z] === RUN TestPluginInstall [2020-10-01T01:06:14.805Z] === RUN TestPluginInstall/no_auth [2020-10-01T01:06:14.982Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-10-01T01:06:15.238Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-10-01T01:06:16.602Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-10-01T01:06:16.858Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-10-01T01:06:17.157Z] === RUN TestReadPluginNoRead/default [2020-10-01T01:06:17.291Z] === RUN TestPrepare [2020-10-01T01:06:17.291Z] --- PASS: TestPrepare (0.00s) [2020-10-01T01:06:17.291Z] === RUN TestStart [2020-10-01T01:06:17.291Z] --- PASS: TestStart (0.00s) [2020-10-01T01:06:17.291Z] === RUN TestWaitCancel [2020-10-01T01:06:17.291Z] --- PASS: TestWaitCancel (0.00s) [2020-10-01T01:06:17.291Z] === RUN TestWaitDisabled [2020-10-01T01:06:17.291Z] --- PASS: TestWaitDisabled (0.00s) [2020-10-01T01:06:17.291Z] === RUN TestWaitEnabled [2020-10-01T01:06:17.291Z] --- PASS: TestWaitEnabled (0.00s) [2020-10-01T01:06:17.291Z] === RUN TestRemove [2020-10-01T01:06:17.291Z] --- PASS: TestRemove (0.00s) [2020-10-01T01:06:17.291Z] PASS [2020-10-01T01:06:17.291Z] coverage: 65.3% of statements [2020-10-01T01:06:17.291Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.868s coverage: 65.3% of statements [2020-10-01T01:06:17.795Z] --- PASS: TestDaemonStartWithLogOpt (5.19s) [2020-10-01T01:06:18.199Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-10-01T01:06:18.833Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-01T01:06:18.833Z] === RUN TestNewListSecretsFilters [2020-10-01T01:06:18.833Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-10-01T01:06:18.833Z] === RUN TestNewListConfigsFilters [2020-10-01T01:06:18.833Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-10-01T01:06:18.833Z] PASS [2020-10-01T01:06:18.833Z] coverage: 0.5% of statements [2020-10-01T01:06:18.833Z] ok github.com/docker/docker/daemon/cluster 0.803s coverage: 0.5% of statements [2020-10-01T01:06:19.294Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-10-01T01:06:19.294Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-10-01T01:06:19.294Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-10-01T01:06:19.294Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-10-01T01:06:19.294Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-10-01T01:06:19.294Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-10-01T01:06:19.294Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCIsolation [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-10-01T01:06:19.294Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCIsolation [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-10-01T01:06:19.295Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCConfigs [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCConfigs [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-10-01T01:06:19.295Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-10-01T01:06:19.295Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-10-01T01:06:19.295Z] PASS [2020-10-01T01:06:19.295Z] coverage: 35.9% of statements [2020-10-01T01:06:19.295Z] ok github.com/docker/docker/daemon/cluster/convert 0.829s coverage: 35.9% of statements [2020-10-01T01:06:20.103Z] time="2020-10-01T01:06:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:20.103Z] time="2020-10-01T01:06:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ada206d1e9c82e074e2dfba61c08dd1cd09717f666d421b7f82e7eb336036fb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:20.103Z] time="2020-10-01T01:06:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:20.103Z] time="2020-10-01T01:06:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ada206d1e9c82e074e2dfba61c08dd1cd09717f666d421b7f82e7eb336036fb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:20.105Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-10-01T01:06:20.123Z] ok github.com/docker/docker/pkg/signal 2.385s coverage: 61.0% of statements [2020-10-01T01:06:20.123Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-10-01T01:06:20.345Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-01T01:06:20.363Z] === RUN TestPluginInstall/with_htpasswd [2020-10-01T01:06:20.378Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-10-01T01:06:20.635Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-10-01T01:06:20.890Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-10-01T01:06:21.306Z] time="2020-10-01T01:06:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:21.306Z] time="2020-10-01T01:06:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb95793ec6db3743bedf188e960a5d6c1ea90542859033eb871fa9792c08118c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:21.306Z] time="2020-10-01T01:06:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:21.306Z] time="2020-10-01T01:06:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb95793ec6db3743bedf188e960a5d6c1ea90542859033eb871fa9792c08118c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:21.385Z] --- PASS: TestReadPluginNoRead (8.92s) [2020-10-01T01:06:21.386Z] --- PASS: TestReadPluginNoRead/default (1.40s) [2020-10-01T01:06:21.386Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2020-10-01T01:06:21.386Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s) [2020-10-01T01:06:21.386Z] read_test.go:92: [db8ccf91536cf] daemon is not started [2020-10-01T01:06:21.452Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-10-01T01:06:21.567Z] === RUN TestPluginInstall/with_insecure [2020-10-01T01:06:22.010Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-10-01T01:06:22.014Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-10-01T01:06:22.577Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [2020-10-01T01:06:22.897Z] --- PASS: TestContinueAfterPluginCrash (10.53s) [2020-10-01T01:06:22.897Z] PASS [2020-10-01T01:06:22.897Z] [2020-10-01T01:06:22.897Z] DONE 6 tests in 10.614s [2020-10-01T01:06:22.950Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-10-01T01:06:22.952Z] time="2020-10-01T01:06:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:22.952Z] time="2020-10-01T01:06:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c408da45463cb59e13aac13d7ec9246b8ed83d5d82b618d75666853432f3fd8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:22.952Z] time="2020-10-01T01:06:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-10-01T01:06:22.952Z] time="2020-10-01T01:06:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c408da45463cb59e13aac13d7ec9246b8ed83d5d82b618d75666853432f3fd8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-10-01T01:06:23.139Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2020-10-01T01:06:23.191Z] 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-10-01T01:06:23.191Z] ++ 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-10-01T01:06:23.191Z] ++ set -e [2020-10-01T01:06:23.191Z] ++ '[' -n 0 ']' [2020-10-01T01:06:23.191Z] ++ set -x [2020-10-01T01:06:23.191Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:23.191Z] testing: warning: no tests to run [2020-10-01T01:06:23.191Z] PASS [2020-10-01T01:06:23.191Z] [2020-10-01T01:06:23.191Z] DONE 0 tests in 0.020s [2020-10-01T01:06:23.191Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-01T01:06:23.191Z] ++ 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-10-01T01:06:23.191Z] ++ set -e [2020-10-01T01:06:23.191Z] ++ '[' -n 0 ']' [2020-10-01T01:06:23.191Z] ++ set -x [2020-10-01T01:06:23.191Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:23.191Z] INFO: Testing against a local daemon [2020-10-01T01:06:23.191Z] === RUN TestPluginWithDevMounts [2020-10-01T01:06:23.191Z] === PAUSE TestPluginWithDevMounts [2020-10-01T01:06:23.191Z] === CONT TestPluginWithDevMounts [2020-10-01T01:06:23.213Z] --- PASS: TestPluginInstall (8.61s) [2020-10-01T01:06:23.213Z] --- PASS: TestPluginInstall/no_auth (5.69s) [2020-10-01T01:06:23.213Z] --- PASS: TestPluginInstall/with_htpasswd (1.17s) [2020-10-01T01:06:23.213Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2020-10-01T01:06:23.213Z] plugin_test.go:157: [d41f37996bf55] daemon is not started [2020-10-01T01:06:23.213Z] PASS [2020-10-01T01:06:23.213Z] [2020-10-01T01:06:23.213Z] DONE 6 tests in 8.807s [2020-10-01T01:06:23.213Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-10-01T01:06:23.213Z] ++ 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-10-01T01:06:23.213Z] ++ set -e [2020-10-01T01:06:23.213Z] ++ '[' -n 0 ']' [2020-10-01T01:06:23.213Z] ++ set -x [2020-10-01T01:06:23.213Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:06:23.396Z] testing: warning: no tests to run [2020-10-01T01:06:23.396Z] coverage: [no statements] [2020-10-01T01:06:23.396Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-10-01T01:06:23.474Z] INFO: Testing against a local daemon [2020-10-01T01:06:23.474Z] === RUN TestExternalGraphDriver [2020-10-01T01:06:23.474Z] === RUN TestExternalGraphDriver/json [2020-10-01T01:06:23.652Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-10-01T01:06:23.887Z] === RUN TestDockerSuite/TestEventsAttach [2020-10-01T01:06:23.908Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-10-01T01:06:24.220Z] === RUN TestDockerSuite/TestEventsCommit [2020-10-01T01:06:24.223Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-10-01T01:06:25.157Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-10-01T01:06:25.246Z] === RUN TestBuilderGC [2020-10-01T01:06:25.246Z] --- PASS: TestBuilderGC (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationNotFound [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonBrokenConfiguration [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestParseClusterAdvertiseSettings [2020-10-01T01:06:25.246Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestFindConfigurationConflicts [2020-10-01T01:06:25.246Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-10-01T01:06:25.246Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeConflicts [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-10-01T01:06:25.246Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-10-01T01:06:25.246Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-10-01T01:06:25.246Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_label [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_dns [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_dns-search [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-10-01T01:06:25.246Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration (0.02s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-10-01T01:06:25.246Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestModifiedDiscoverySettings [2020-10-01T01:06:25.246Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestReloadSetConfigFileNotExist [2020-10-01T01:06:25.246Z] time="2020-10-01T01:06:24Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-10-01T01:06:25.246Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2020-10-01T01:06:25.246Z] === RUN TestReloadDefaultConfigNotExist [2020-10-01T01:06:25.246Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-10-01T01:06:25.246Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:25.246Z] === RUN TestReloadBadDefaultConfig [2020-10-01T01:06:25.246Z] time="2020-10-01T01:06:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-497614871" [2020-10-01T01:06:25.246Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestReloadWithConflictingLabels [2020-10-01T01:06:25.246Z] time="2020-10-01T01:06:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-582621834" [2020-10-01T01:06:25.246Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestReloadWithDuplicateLabels [2020-10-01T01:06:25.246Z] time="2020-10-01T01:06:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-726108769" [2020-10-01T01:06:25.246Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDaemonConfigurationMerge [2020-10-01T01:06:25.246Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-10-01T01:06:25.246Z] PASS [2020-10-01T01:06:25.246Z] coverage: 79.7% of statements [2020-10-01T01:06:25.246Z] ok github.com/docker/docker/daemon/config 0.841s coverage: 79.7% of statements [2020-10-01T01:06:25.246Z] === RUN TestDiscoveryOptsErrors [2020-10-01T01:06:25.246Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-10-01T01:06:25.246Z] === RUN TestDiscoveryOpts [2020-10-01T01:06:25.246Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-10-01T01:06:25.246Z] PASS [2020-10-01T01:06:25.246Z] coverage: 30.0% of statements [2020-10-01T01:06:25.246Z] ok github.com/docker/docker/daemon/discovery 0.178s coverage: 30.0% of statements [2020-10-01T01:06:25.285Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-10-01T01:06:25.285Z] PASS [2020-10-01T01:06:25.285Z] [2020-10-01T01:06:25.285Z] DONE 1 tests in 1.910s [2020-10-01T01:06:25.285Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-10-01T01:06:25.285Z] ++ 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-10-01T01:06:25.285Z] ++ set -e [2020-10-01T01:06:25.285Z] ++ '[' -n 0 ']' [2020-10-01T01:06:25.285Z] ++ set -x [2020-10-01T01:06:25.285Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:06:25.285Z] INFO: Testing against a local daemon [2020-10-01T01:06:25.285Z] === RUN TestSecretInspect [2020-10-01T01:06:25.707Z] === RUN TestVerifyNetworkingConfig [2020-10-01T01:06:25.707Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestGetContainer [2020-10-01T01:06:25.707Z] --- PASS: TestGetContainer (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestValidContainerNames [2020-10-01T01:06:25.707Z] --- PASS: TestValidContainerNames (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestContainerInitDNS [2020-10-01T01:06:25.707Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-10-01T01:06:25.707Z] daemon_test.go:147: root required [2020-10-01T01:06:25.707Z] === RUN TestMerge [2020-10-01T01:06:25.707Z] --- PASS: TestMerge (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestValidateContainerIsolation [2020-10-01T01:06:25.707Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestFindNetworkErrorType [2020-10-01T01:06:25.707Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestEnsureServicesExist [2020-10-01T01:06:25.707Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestEnsureServicesExistErrors [2020-10-01T01:06:25.707Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-10-01T01:06:25.707Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-10-01T01:06:25.707Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-10-01T01:06:25.707Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-10-01T01:06:25.707Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-10-01T01:06:25.707Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-10-01T01:06:25.707Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestContainerDelete [2020-10-01T01:06:25.707Z] --- PASS: TestContainerDelete (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestContainerDoubleDelete [2020-10-01T01:06:25.707Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestLogContainerEventCopyLabels [2020-10-01T01:06:25.707Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestLogContainerEventWithAttributes [2020-10-01T01:06:25.707Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestNoneHealthcheck [2020-10-01T01:06:25.707Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestHealthStates [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] time="2020-10-01T01:06:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-10-01T01:06:25.707Z] --- PASS: TestHealthStates (0.11s) [2020-10-01T01:06:25.707Z] === RUN TestMaskURLCredentials [2020-10-01T01:06:25.707Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestGetInspectData [2020-10-01T01:06:25.707Z] --- PASS: TestGetInspectData (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestFillLicense [2020-10-01T01:06:25.707Z] --- PASS: TestFillLicense (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestListInvalidFilter [2020-10-01T01:06:25.707Z] --- PASS: TestListInvalidFilter (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestNameFilter [2020-10-01T01:06:25.707Z] --- PASS: TestNameFilter (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-10-01T01:06:25.707Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-10-01T01:06:25.707Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-10-01T01:06:25.708Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-10-01T01:06:25.708Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonReloadLabels [2020-10-01T01:06:25.708Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-10-01T01:06:25.708Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonReloadMirrors [2020-10-01T01:06:25.708Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonReloadInsecureRegistries [2020-10-01T01:06:25.708Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonReloadNotAffectOthers [2020-10-01T01:06:25.708Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-10-01T01:06:25.708Z] === RUN TestDaemonDiscoveryReload [2020-10-01T01:06:25.725Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-10-01T01:06:26.114Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-10-01T01:06:26.183Z] === RUN TestExternalGraphDriver/spec [2020-10-01T01:06:26.294Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-10-01T01:06:26.676Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-10-01T01:06:26.679Z] === RUN TestWaitNodeAttachment [2020-10-01T01:06:26.679Z] === RUN TestEventsLog [2020-10-01T01:06:26.679Z] --- PASS: TestEventsLog (0.00s) [2020-10-01T01:06:26.679Z] === RUN TestEventsLogTimeout [2020-10-01T01:06:26.679Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-10-01T01:06:26.679Z] === RUN TestLogEvents [2020-10-01T01:06:26.679Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-10-01T01:06:26.679Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-10-01T01:06:26.679Z] --- PASS: TestLogEvents (0.05s) [2020-10-01T01:06:26.679Z] === RUN TestLoadBufferedEvents [2020-10-01T01:06:26.862Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-10-01T01:06:27.140Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-10-01T01:06:27.140Z] === RUN TestIsolationConversion [2020-10-01T01:06:27.140Z] === RUN TestIsolationConversion/default [2020-10-01T01:06:27.140Z] === RUN TestIsolationConversion/process [2020-10-01T01:06:27.140Z] === RUN TestIsolationConversion/hyperv [2020-10-01T01:06:27.140Z] --- PASS: TestIsolationConversion (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestContainerLabels [2020-10-01T01:06:27.140Z] --- PASS: TestContainerLabels (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestCredentialSpecConversion [2020-10-01T01:06:27.140Z] === RUN TestCredentialSpecConversion/none [2020-10-01T01:06:27.140Z] === RUN TestCredentialSpecConversion/config [2020-10-01T01:06:27.140Z] === RUN TestCredentialSpecConversion/file [2020-10-01T01:06:27.140Z] === RUN TestCredentialSpecConversion/registry [2020-10-01T01:06:27.140Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-10-01T01:06:27.140Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountBind [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountVolume [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountTarget [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountTmpfs [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountInvalidType [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestControllerValidateMountNamedPipe [2020-10-01T01:06:27.140Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-10-01T01:06:27.140Z] PASS [2020-10-01T01:06:27.140Z] coverage: 11.3% of statements [2020-10-01T01:06:27.140Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.111s coverage: 11.3% of statements [2020-10-01T01:06:27.140Z] --- PASS: TestLoadBufferedEvents (0.11s) [2020-10-01T01:06:27.140Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-10-01T01:06:27.140Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-10-01T01:06:27.140Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-10-01T01:06:27.140Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-10-01T01:06:27.140Z] PASS [2020-10-01T01:06:27.140Z] coverage: 50.0% of statements [2020-10-01T01:06:27.140Z] ok github.com/docker/docker/daemon/events 0.370s coverage: 50.0% of statements [2020-10-01T01:06:27.237Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 75.3% of statements [2020-10-01T01:06:27.360Z] --- PASS: TestSecretInspect (1.91s) [2020-10-01T01:06:27.360Z] === RUN TestSecretList [2020-10-01T01:06:27.494Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-10-01T01:06:27.600Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-10-01T01:06:27.601Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-10-01T01:06:28.060Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-10-01T01:06:28.060Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-10-01T01:06:28.060Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-10-01T01:06:28.060Z] reload_test.go:520: root required [2020-10-01T01:06:28.060Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-10-01T01:06:28.060Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-10-01T01:06:28.060Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-10-01T01:06:28.060Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-10-01T01:06:28.060Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-10-01T01:06:28.060Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-10-01T01:06:28.060Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-10-01T01:06:28.060Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-10-01T01:06:28.060Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-10-01T01:06:28.060Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-10-01T01:06:28.060Z] === RUN TestParseVolumesFrom [2020-10-01T01:06:28.060Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-10-01T01:06:28.060Z] PASS [2020-10-01T01:06:28.060Z] coverage: 9.1% of statements [2020-10-01T01:06:28.060Z] === RUN TestIsEmptyDir [2020-10-01T01:06:28.060Z] --- PASS: TestIsEmptyDir (0.00s) [2020-10-01T01:06:28.060Z] PASS [2020-10-01T01:06:28.060Z] coverage: 2.3% of statements [2020-10-01T01:06:28.060Z] ok github.com/docker/docker/daemon 3.048s coverage: 9.1% of statements [2020-10-01T01:06:28.060Z] ok github.com/docker/docker/daemon/graphdriver 0.194s coverage: 2.3% of statements [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-10-01T01:06:28.060Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-10-01T01:06:28.061Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-10-01T01:06:28.061Z] === RUN TestLinkNaming [2020-10-01T01:06:28.061Z] --- PASS: TestLinkNaming (0.00s) [2020-10-01T01:06:28.061Z] === RUN TestLinkNew [2020-10-01T01:06:28.061Z] --- PASS: TestLinkNew (0.00s) [2020-10-01T01:06:28.061Z] === RUN TestLinkEnv [2020-10-01T01:06:28.061Z] --- PASS: TestLinkEnv (0.00s) [2020-10-01T01:06:28.061Z] === RUN TestLinkMultipleEnv [2020-10-01T01:06:28.061Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-10-01T01:06:28.061Z] === RUN TestLinkPortRangeEnv [2020-10-01T01:06:28.061Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-10-01T01:06:28.061Z] PASS [2020-10-01T01:06:28.061Z] coverage: 93.0% of statements [2020-10-01T01:06:28.061Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2020-10-01T01:06:28.257Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-10-01T01:06:28.727Z] === RUN TestExternalGraphDriver/pull [2020-10-01T01:06:28.881Z] --- PASS: TestSecretList (1.89s) [2020-10-01T01:06:28.881Z] === RUN TestSecretsCreateAndDelete [2020-10-01T01:06:29.193Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-10-01T01:06:29.193Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-10-01T01:06:29.384Z] ok github.com/docker/docker/registry 0.082s coverage: 56.3% of statements [2020-10-01T01:06:29.640Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-10-01T01:06:29.896Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-10-01T01:06:30.824Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-10-01T01:06:30.824Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-10-01T01:06:30.953Z] --- PASS: TestSecretsCreateAndDelete (1.90s) [2020-10-01T01:06:30.953Z] === RUN TestSecretsUpdate [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/defaults [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/invalid_create_group [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-10-01T01:06:31.804Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientRegionDetect [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:30Z" level=info msg="Trying to get region from EC2 Metadata" [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2020-10-01T01:06:31.804Z] === RUN TestCreateSuccess [2020-10-01T01:06:31.804Z] --- PASS: TestCreateSuccess (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCreateLogGroupSuccess [2020-10-01T01:06:31.804Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCreateError [2020-10-01T01:06:31.804Z] --- PASS: TestCreateError (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCreateAlreadyExists [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-10-01T01:06:31.804Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestLogClosed [2020-10-01T01:06:31.804Z] --- PASS: TestLogClosed (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestLogBlocking [2020-10-01T01:06:31.804Z] --- PASS: TestLogBlocking (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestLogNonBlockingBufferEmpty [2020-10-01T01:06:31.804Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestLogNonBlockingBufferFull [2020-10-01T01:06:31.804Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestPublishBatchSuccess [2020-10-01T01:06:31.804Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestPublishBatchError [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:31Z" level=error msg=Error [2020-10-01T01:06:31.804Z] --- PASS: TestPublishBatchError (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-10-01T01:06:31.804Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestPublishBatchAlreadyAccepted [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-10-01T01:06:31.804Z] time="2020-10-01T01:06:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-10-01T01:06:31.804Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchSimple [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchTicker [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMultilinePattern [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.09s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchClose [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchClose (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/0/Hello [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/2/🙃 [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/3/���� [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/4/He��o [2020-10-01T01:06:31.804Z] === RUN TestEffectiveLen/5/ [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/0/ [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/1/Hello [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/2/Hello [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/3/Hello [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/4/🙃 [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/5/🙃 [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/6/a� [2020-10-01T01:06:31.804Z] === RUN TestFindValidSplit/7/a� [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: Hello [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: He [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: llo [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: Hello [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: 🙃 [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: 🙃 [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: a [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: � [2020-10-01T01:06:31.804Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1044: a� [2020-10-01T01:06:31.804Z] cloudwatchlogs_test.go:1045: [2020-10-01T01:06:31.804Z] === RUN TestProcessEventEmoji [2020-10-01T01:06:31.804Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchLineSplit [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchLineSplitWithBinary [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMaxEvents [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMaxTotalBytes [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-10-01T01:06:31.804Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-10-01T01:06:31.804Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsMultilinePattern [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-10-01T01:06:31.804Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.12s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.04s) [2020-10-01T01:06:31.804Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-10-01T01:06:31.804Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-10-01T01:06:31.804Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestCreateTagSuccess [2020-10-01T01:06:31.804Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-10-01T01:06:31.804Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-10-01T01:06:31.804Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-10-01T01:06:31.804Z] PASS [2020-10-01T01:06:31.805Z] coverage: 77.8% of statements [2020-10-01T01:06:31.805Z] ok github.com/docker/docker/daemon/logger/awslogs 1.022s coverage: 77.8% of statements [2020-10-01T01:06:31.805Z] === RUN TestSearchRegistryForImagesErrors [2020-10-01T01:06:31.805Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-10-01T01:06:31.805Z] === RUN TestSearchRegistryForImages [2020-10-01T01:06:31.805Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-10-01T01:06:31.805Z] PASS [2020-10-01T01:06:31.805Z] coverage: 4.8% of statements [2020-10-01T01:06:31.805Z] ok github.com/docker/docker/daemon/images 0.393s coverage: 4.8% of statements [2020-10-01T01:06:31.805Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-10-01T01:06:31.805Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-10-01T01:06:32.026Z] --- PASS: TestExternalGraphDriver (8.10s) [2020-10-01T01:06:32.026Z] --- PASS: TestExternalGraphDriver/json (2.43s) [2020-10-01T01:06:32.026Z] --- PASS: TestExternalGraphDriver/spec (2.71s) [2020-10-01T01:06:32.026Z] --- PASS: TestExternalGraphDriver/pull (2.84s) [2020-10-01T01:06:32.026Z] === RUN TestGraphdriverPluginV2 [2020-10-01T01:06:32.026Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-10-01T01:06:32.026Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:32.026Z] PASS [2020-10-01T01:06:32.026Z] [2020-10-01T01:06:32.026Z] === Skipped [2020-10-01T01:06:32.026Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-10-01T01:06:32.026Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:06:32.026Z] [2020-10-01T01:06:32.026Z] [2020-10-01T01:06:32.026Z] DONE 5 tests, 1 skipped in 8.285s [2020-10-01T01:06:32.026Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-10-01T01:06:32.026Z] ++ 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-10-01T01:06:32.026Z] ++ set -e [2020-10-01T01:06:32.026Z] ++ '[' -n 0 ']' [2020-10-01T01:06:32.026Z] ++ set -x [2020-10-01T01:06:32.026Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:32.026Z] INFO: Testing against a local daemon [2020-10-01T01:06:32.026Z] === RUN TestContinueAfterPluginCrash [2020-10-01T01:06:32.026Z] === PAUSE TestContinueAfterPluginCrash [2020-10-01T01:06:32.026Z] === RUN TestReadPluginNoRead [2020-10-01T01:06:32.026Z] === PAUSE TestReadPluginNoRead [2020-10-01T01:06:32.026Z] === RUN TestDaemonStartWithLogOpt [2020-10-01T01:06:32.026Z] === PAUSE TestDaemonStartWithLogOpt [2020-10-01T01:06:32.026Z] === CONT TestContinueAfterPluginCrash [2020-10-01T01:06:32.026Z] === CONT TestDaemonStartWithLogOpt [2020-10-01T01:06:32.026Z] === CONT TestReadPluginNoRead [2020-10-01T01:06:32.266Z] === RUN TestAdapterReadLogs [2020-10-01T01:06:32.266Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestCopier [2020-10-01T01:06:32.266Z] --- PASS: TestCopier (0.01s) [2020-10-01T01:06:32.266Z] === RUN TestCopierLongLines [2020-10-01T01:06:32.266Z] --- PASS: TestCopierLongLines (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestCopierSlow [2020-10-01T01:06:32.266Z] --- PASS: TestCopierSlow (0.20s) [2020-10-01T01:06:32.266Z] === RUN TestCopierWithSized [2020-10-01T01:06:32.266Z] --- PASS: TestCopierWithSized (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestCopierWithPartial [2020-10-01T01:06:32.266Z] --- PASS: TestCopierWithPartial (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestRingLogger [2020-10-01T01:06:32.266Z] --- PASS: TestRingLogger (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestRingCap [2020-10-01T01:06:32.266Z] --- PASS: TestRingCap (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestRingClose [2020-10-01T01:06:32.266Z] --- PASS: TestRingClose (0.00s) [2020-10-01T01:06:32.266Z] === RUN TestRingDrain [2020-10-01T01:06:32.266Z] --- PASS: TestRingDrain (0.00s) [2020-10-01T01:06:32.266Z] PASS [2020-10-01T01:06:32.266Z] coverage: 41.2% of statements [2020-10-01T01:06:32.266Z] ok github.com/docker/docker/daemon/logger 0.820s coverage: 41.2% of statements [2020-10-01T01:06:32.266Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-10-01T01:06:32.266Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-10-01T01:06:32.266Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-10-01T01:06:32.266Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-10-01T01:06:32.266Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-10-01T01:06:32.485Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-10-01T01:06:32.727Z] === RUN TestJSONFileLogger [2020-10-01T01:06:32.727Z] --- PASS: TestJSONFileLogger (0.00s) [2020-10-01T01:06:32.727Z] === RUN TestJSONFileLoggerWithTags [2020-10-01T01:06:32.727Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-10-01T01:06:32.727Z] === RUN TestJSONFileLoggerWithOpts [2020-10-01T01:06:32.727Z] --- PASS: TestJSONFileLoggerWithOpts (0.04s) [2020-10-01T01:06:32.727Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-10-01T01:06:32.727Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-10-01T01:06:32.727Z] === RUN TestEncodeDecode [2020-10-01T01:06:32.727Z] === PAUSE TestEncodeDecode [2020-10-01T01:06:32.727Z] === CONT TestEncodeDecode [2020-10-01T01:06:32.727Z] --- PASS: TestEncodeDecode (0.13s) [2020-10-01T01:06:32.727Z] PASS [2020-10-01T01:06:32.727Z] coverage: 61.6% of statements [2020-10-01T01:06:32.727Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.415s coverage: 61.6% of statements [2020-10-01T01:06:33.028Z] --- PASS: TestSecretsUpdate (1.94s) [2020-10-01T01:06:33.028Z] === RUN TestTemplatedSecret [2020-10-01T01:06:33.723Z] === RUN TestJSONLogsMarshalJSONBuf [2020-10-01T01:06:33.723Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-10-01T01:06:33.723Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-10-01T01:06:33.723Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2020-10-01T01:06:33.723Z] === RUN TestFastTimeMarshalJSON [2020-10-01T01:06:33.723Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2020-10-01T01:06:33.723Z] PASS [2020-10-01T01:06:33.723Z] coverage: 87.2% of statements [2020-10-01T01:06:33.723Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.195s coverage: 87.2% of statements [2020-10-01T01:06:34.093Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-10-01T01:06:34.349Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-10-01T01:06:34.388Z] === RUN TestDockerSuite/TestEventsCopy [2020-10-01T01:06:34.694Z] === RUN TestWriteLog [2020-10-01T01:06:34.694Z] === PAUSE TestWriteLog [2020-10-01T01:06:34.694Z] === RUN TestReadLog [2020-10-01T01:06:34.694Z] === PAUSE TestReadLog [2020-10-01T01:06:34.694Z] === CONT TestWriteLog [2020-10-01T01:06:34.694Z] === CONT TestReadLog [2020-10-01T01:06:34.694Z] --- PASS: TestWriteLog (0.00s) [2020-10-01T01:06:34.694Z] === RUN TestReadLog/tail_exact [2020-10-01T01:06:34.923Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-10-01T01:06:35.107Z] --- PASS: TestTemplatedSecret (2.35s) [2020-10-01T01:06:35.107Z] === RUN TestSecretCreateResolve [2020-10-01T01:06:35.156Z] === RUN TestReadLog/tail_less_than_available [2020-10-01T01:06:35.156Z] === RUN TestReadLog/tail_more_than_available [2020-10-01T01:06:35.156Z] --- PASS: TestReadLog (0.14s) [2020-10-01T01:06:35.156Z] --- PASS: TestReadLog/tail_exact (0.12s) [2020-10-01T01:06:35.156Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-10-01T01:06:35.156Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-10-01T01:06:35.156Z] PASS [2020-10-01T01:06:35.156Z] coverage: 75.2% of statements [2020-10-01T01:06:35.156Z] ok github.com/docker/docker/daemon/logger/local 0.344s coverage: 75.2% of statements [2020-10-01T01:06:35.156Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-10-01T01:06:35.156Z] === RUN TestOpenFileDelete [2020-10-01T01:06:35.156Z] --- PASS: TestOpenFileDelete (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestOpenFileRename [2020-10-01T01:06:35.156Z] --- PASS: TestOpenFileRename (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestParseLogTagDefaultTag [2020-10-01T01:06:35.156Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestParseLogTag [2020-10-01T01:06:35.156Z] --- PASS: TestParseLogTag (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestParseLogTagEmptyTag [2020-10-01T01:06:35.156Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestTailFiles [2020-10-01T01:06:35.156Z] --- PASS: TestTailFiles (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestFollowLogsConsumerGone [2020-10-01T01:06:35.156Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-10-01T01:06:35.156Z] === RUN TestFollowLogsProducerGone [2020-10-01T01:06:35.156Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-10-01T01:06:35.156Z] logfile_test.go:226: messages sent: 4098, received: 4098 [2020-10-01T01:06:35.156Z] logfile_test.go:173: logDecode() closed after sending 4098 messages [2020-10-01T01:06:35.156Z] === RUN TestCheckCapacityAndRotate [2020-10-01T01:06:35.156Z] --- PASS: TestCheckCapacityAndRotate (0.02s) [2020-10-01T01:06:35.156Z] PASS [2020-10-01T01:06:35.156Z] coverage: 35.9% of statements [2020-10-01T01:06:35.156Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.280s coverage: 35.9% of statements [2020-10-01T01:06:35.324Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-10-01T01:06:36.135Z] === RUN TestLog [2020-10-01T01:06:36.135Z] --- PASS: TestLog (0.01s) [2020-10-01T01:06:36.135Z] PASS [2020-10-01T01:06:36.135Z] coverage: 33.3% of statements [2020-10-01T01:06:36.135Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.278s coverage: 33.3% of statements [2020-10-01T01:06:36.243Z] === RUN TestReadPluginNoRead/disabled_caching [2020-10-01T01:06:36.259Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-10-01T01:06:36.322Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2020-10-01T01:06:36.504Z] --- PASS: TestDaemonStartWithLogOpt (4.76s) [2020-10-01T01:06:36.595Z] === RUN TestValidateLogOpt [2020-10-01T01:06:36.596Z] --- PASS: TestValidateLogOpt (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestNewMissedConfig [2020-10-01T01:06:36.596Z] --- PASS: TestNewMissedConfig (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestNewMissedUrl [2020-10-01T01:06:36.596Z] --- PASS: TestNewMissedUrl (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestNewMissedToken [2020-10-01T01:06:36.596Z] --- PASS: TestNewMissedToken (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestNewWithProxy [2020-10-01T01:06:36.596Z] --- PASS: TestNewWithProxy (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestDefault [2020-10-01T01:06:36.596Z] --- PASS: TestDefault (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-10-01T01:06:36.596Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestJsonFormat [2020-10-01T01:06:36.596Z] --- PASS: TestJsonFormat (0.01s) [2020-10-01T01:06:36.596Z] === RUN TestRawFormat [2020-10-01T01:06:36.596Z] --- PASS: TestRawFormat (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestRawFormatWithLabels [2020-10-01T01:06:36.596Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestRawFormatWithoutTag [2020-10-01T01:06:36.596Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-10-01T01:06:36.596Z] === RUN TestBatching [2020-10-01T01:06:37.058Z] === RUN TestNewParse [2020-10-01T01:06:37.058Z] --- PASS: TestNewParse (0.00s) [2020-10-01T01:06:37.058Z] PASS [2020-10-01T01:06:37.058Z] coverage: 8.3% of statements [2020-10-01T01:06:37.058Z] ok github.com/docker/docker/daemon/logger/templates 0.068s coverage: 8.3% of statements [2020-10-01T01:06:37.058Z] --- PASS: TestBatching (0.22s) [2020-10-01T01:06:37.058Z] === RUN TestFrequency [2020-10-01T01:06:37.058Z] --- PASS: TestFrequency (0.19s) [2020-10-01T01:06:37.058Z] === RUN TestOneMessagePerRequest [2020-10-01T01:06:37.058Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestVerify [2020-10-01T01:06:37.058Z] --- PASS: TestVerify (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestSkipVerify [2020-10-01T01:06:37.058Z] === RUN TestParseLogFormat [2020-10-01T01:06:37.058Z] --- PASS: TestParseLogFormat (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestValidateLogOptEmpty [2020-10-01T01:06:37.058Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestValidateSyslogAddress [2020-10-01T01:06:37.058Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestParseAddressDefaultPort [2020-10-01T01:06:37.058Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-10-01T01:06:37.058Z] === RUN TestValidateSyslogFacility [2020-10-01T01:06:37.058Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-10-01T01:06:37.186Z] --- PASS: TestSecretCreateResolve (1.91s) [2020-10-01T01:06:37.186Z] PASS [2020-10-01T01:06:37.186Z] [2020-10-01T01:06:37.186Z] DONE 6 tests in 11.948s [2020-10-01T01:06:37.186Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-10-01T01:06:37.186Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-10-01T01:06:37.186Z] ++ set -e [2020-10-01T01:06:37.186Z] ++ '[' -n 0 ']' [2020-10-01T01:06:37.186Z] ++ set -x [2020-10-01T01:06:37.186Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:06:37.186Z] INFO: Testing against a local daemon [2020-10-01T01:06:37.186Z] === RUN TestServiceCreateInit [2020-10-01T01:06:37.186Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T01:06:37.519Z] === RUN TestValidateLogOptSyslogFormat [2020-10-01T01:06:37.519Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-10-01T01:06:37.519Z] === RUN TestValidateLogOpt [2020-10-01T01:06:37.519Z] --- PASS: TestValidateLogOpt (0.00s) [2020-10-01T01:06:37.519Z] PASS [2020-10-01T01:06:37.519Z] coverage: 46.8% of statements [2020-10-01T01:06:37.519Z] ok github.com/docker/docker/daemon/logger/syslog 0.140s coverage: 46.8% of statements [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] --- PASS: TestSkipVerify (0.43s) [2020-10-01T01:06:37.519Z] === RUN TestBufferMaximum [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.366030\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.366030\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] --- PASS: TestBufferMaximum (0.00s) [2020-10-01T01:06:37.519Z] === RUN TestServerAlwaysDown [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.369026\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.369026\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.369026\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.370028\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] time="2020-10-01T01:06:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601514397.370028\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:37.519Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-10-01T01:06:37.519Z] === RUN TestCannotSendAfterClose [2020-10-01T01:06:37.519Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-10-01T01:06:37.519Z] === RUN TestDeadlockOnBlockedEndpoint [2020-10-01T01:06:37.889Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-10-01T01:06:39.061Z] time="2020-10-01T01:06:38Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-10-01T01:06:39.061Z] time="2020-10-01T01:06:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"24a84da2f0ac\"}'" [2020-10-01T01:06:39.061Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s) [2020-10-01T01:06:39.061Z] PASS [2020-10-01T01:06:39.061Z] coverage: 82.5% of statements [2020-10-01T01:06:39.061Z] ok github.com/docker/docker/daemon/logger/splunk 2.200s coverage: 82.5% of statements [2020-10-01T01:06:39.061Z] ? github.com/docker/docker/daemon/names [no test files] [2020-10-01T01:06:39.061Z] ? github.com/docker/docker/daemon/network [no test files] [2020-10-01T01:06:39.061Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-10-01T01:06:39.521Z] === RUN TestV1IDService [2020-10-01T01:06:39.521Z] --- PASS: TestV1IDService (0.04s) [2020-10-01T01:06:39.521Z] === RUN TestV2MetadataService [2020-10-01T01:06:39.801Z] === RUN TestReadPluginNoRead/default [2020-10-01T01:06:39.983Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-10-01T01:06:39.983Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestContinueOnError_MirrorEndpoint [2020-10-01T01:06:39.983Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestContinueOnError_NeverContinue [2020-10-01T01:06:39.983Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestContinueOnError_UnnestsErrors [2020-10-01T01:06:39.983Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestFixManifestLayers [2020-10-01T01:06:39.983Z] --- PASS: TestFixManifestLayers (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestFixManifestLayersBaseLayerParent [2020-10-01T01:06:39.983Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-10-01T01:06:39.983Z] pull_v2_test.go:73: Needs fixing on Windows [2020-10-01T01:06:39.983Z] === RUN TestFixManifestLayersBadParent [2020-10-01T01:06:39.983Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestValidateManifest [2020-10-01T01:06:39.983Z] --- SKIP: TestValidateManifest (0.00s) [2020-10-01T01:06:39.983Z] pull_v2_test.go:118: Needs fixing on Windows [2020-10-01T01:06:39.983Z] === RUN TestFormatPlatform [2020-10-01T01:06:39.983Z] --- PASS: TestFormatPlatform (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestGetRepositoryMountCandidates [2020-10-01T01:06:39.983Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-10-01T01:06:39.983Z] === RUN TestLayerAlreadyExists [2020-10-01T01:06:39.983Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-10-01T01:06:39.983Z] === RUN TestWhenEmptyAuthConfig [2020-10-01T01:06:40.443Z] === RUN TestSuccessfulDownload [2020-10-01T01:06:40.443Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-10-01T01:06:40.443Z] download_test.go:268: Needs fixing on Windows [2020-10-01T01:06:40.443Z] === RUN TestCancelledDownload [2020-10-01T01:06:40.443Z] --- PASS: TestCancelledDownload (0.00s) [2020-10-01T01:06:40.443Z] === RUN TestMaxDownloadAttempts [2020-10-01T01:06:40.443Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-01T01:06:40.443Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-01T01:06:40.443Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-01T01:06:40.443Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-01T01:06:40.443Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-01T01:06:40.443Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-01T01:06:40.443Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-01T01:06:40.443Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-01T01:06:40.443Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-10-01T01:06:40.443Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-10-01T01:06:40.443Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-10-01T01:06:40.443Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-10-01T01:06:40.717Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T01:06:40.906Z] time="2020-10-01T01:06:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-01T01:06:40.906Z] time="2020-10-01T01:06:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-01T01:06:40.906Z] time="2020-10-01T01:06:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-01T01:06:40.906Z] time="2020-10-01T01:06:40Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-10-01T01:06:40.906Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-10-01T01:06:40.906Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2020-10-01T01:06:40.906Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2020-10-01T01:06:40.906Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2020-10-01T01:06:40.906Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2020-10-01T01:06:40.906Z] === RUN TestTransfer [2020-10-01T01:06:40.906Z] --- PASS: TestV2MetadataService (1.35s) [2020-10-01T01:06:40.906Z] PASS [2020-10-01T01:06:40.906Z] coverage: 48.2% of statements [2020-10-01T01:06:40.906Z] ok github.com/docker/docker/distribution/metadata 1.735s coverage: 48.2% of statements [2020-10-01T01:06:40.906Z] --- PASS: TestTransfer (0.12s) [2020-10-01T01:06:40.906Z] === RUN TestConcurrencyLimit [2020-10-01T01:06:40.906Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2020-10-01T01:06:40.906Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-10-01T01:06:40.906Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-10-01T01:06:40.906Z] === RUN TestTokenPassThru [2020-10-01T01:06:40.906Z] --- PASS: TestTokenPassThru (0.01s) [2020-10-01T01:06:40.906Z] === RUN TestTokenPassThruDifferentHost [2020-10-01T01:06:40.906Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2020-10-01T01:06:40.906Z] PASS [2020-10-01T01:06:40.906Z] coverage: 20.1% of statements [2020-10-01T01:06:40.906Z] ok github.com/docker/docker/distribution 1.290s coverage: 20.1% of statements [2020-10-01T01:06:40.906Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-10-01T01:06:40.906Z] === RUN TestNotFound [2020-10-01T01:06:40.906Z] --- PASS: TestNotFound (0.00s) [2020-10-01T01:06:40.906Z] === RUN TestConflict [2020-10-01T01:06:40.906Z] --- PASS: TestConflict (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestForbidden [2020-10-01T01:06:40.907Z] --- PASS: TestForbidden (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestInvalidParameter [2020-10-01T01:06:40.907Z] --- PASS: TestInvalidParameter (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestNotImplemented [2020-10-01T01:06:40.907Z] --- PASS: TestNotImplemented (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestNotModified [2020-10-01T01:06:40.907Z] --- PASS: TestNotModified (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestUnauthorized [2020-10-01T01:06:40.907Z] --- PASS: TestUnauthorized (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestUnknown [2020-10-01T01:06:40.907Z] --- PASS: TestUnknown (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestCancelled [2020-10-01T01:06:40.907Z] --- PASS: TestCancelled (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestDeadline [2020-10-01T01:06:40.907Z] --- PASS: TestDeadline (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestDataLoss [2020-10-01T01:06:40.907Z] --- PASS: TestDataLoss (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestUnavailable [2020-10-01T01:06:40.907Z] --- PASS: TestUnavailable (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestSystem [2020-10-01T01:06:40.907Z] --- PASS: TestSystem (0.00s) [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Not_Found [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Bad_Request [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Conflict [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Unauthorized [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Service_Unavailable [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Forbidden [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Not_Modified [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Not_Implemented [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-10-01T01:06:40.907Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-10-01T01:06:40.907Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-10-01T01:06:40.907Z] PASS [2020-10-01T01:06:40.907Z] coverage: 49.4% of statements [2020-10-01T01:06:40.907Z] ok github.com/docker/docker/errdefs 0.104s coverage: 49.4% of statements [2020-10-01T01:06:41.368Z] --- PASS: TestConcurrencyLimit (0.40s) [2020-10-01T01:06:41.368Z] === RUN TestInactiveJobs [2020-10-01T01:06:41.526Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-10-01T01:06:41.713Z] --- PASS: TestReadPluginNoRead (9.60s) [2020-10-01T01:06:41.713Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.79s) [2020-10-01T01:06:41.713Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s) [2020-10-01T01:06:41.713Z] --- PASS: TestReadPluginNoRead/default (1.79s) [2020-10-01T01:06:41.713Z] read_test.go:92: [d454e2c42b570] daemon is not started [2020-10-01T01:06:41.784Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-10-01T01:06:41.828Z] --- PASS: TestInactiveJobs (0.58s) [2020-10-01T01:06:41.828Z] === RUN TestWatchRelease [2020-10-01T01:06:41.974Z] --- PASS: TestContinueAfterPluginCrash (10.12s) [2020-10-01T01:06:41.974Z] PASS [2020-10-01T01:06:41.974Z] [2020-10-01T01:06:41.974Z] DONE 6 tests in 10.270s [2020-10-01T01:06:41.974Z] 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-10-01T01:06:41.974Z] ++ 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-10-01T01:06:41.974Z] ++ set -e [2020-10-01T01:06:41.974Z] ++ '[' -n 0 ']' [2020-10-01T01:06:41.974Z] ++ set -x [2020-10-01T01:06:41.975Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:41.975Z] testing: warning: no tests to run [2020-10-01T01:06:41.975Z] PASS [2020-10-01T01:06:41.975Z] [2020-10-01T01:06:41.975Z] DONE 0 tests in 0.042s [2020-10-01T01:06:41.975Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-10-01T01:06:41.975Z] ++ 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-10-01T01:06:41.975Z] ++ set -e [2020-10-01T01:06:41.975Z] ++ '[' -n 0 ']' [2020-10-01T01:06:41.975Z] ++ set -x [2020-10-01T01:06:41.975Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:42.235Z] INFO: Testing against a local daemon [2020-10-01T01:06:42.235Z] === RUN TestPluginWithDevMounts [2020-10-01T01:06:42.235Z] === PAUSE TestPluginWithDevMounts [2020-10-01T01:06:42.235Z] === CONT TestPluginWithDevMounts [2020-10-01T01:06:42.290Z] --- PASS: TestWatchRelease (0.28s) [2020-10-01T01:06:42.290Z] === RUN TestWatchFinishedTransfer [2020-10-01T01:06:42.290Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-10-01T01:06:42.290Z] === RUN TestDuplicateTransfer [2020-10-01T01:06:42.290Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-10-01T01:06:42.290Z] === RUN TestSuccessfulUpload [2020-10-01T01:06:42.719Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-10-01T01:06:42.751Z] time="2020-10-01T01:06:42Z" level=error msg="Upload failed, retrying: simulating retry" [2020-10-01T01:06:42.751Z] --- PASS: TestSuccessfulUpload (0.52s) [2020-10-01T01:06:42.751Z] === RUN TestCancelledUpload [2020-10-01T01:06:42.751Z] --- PASS: TestCancelledUpload (0.00s) [2020-10-01T01:06:42.751Z] PASS [2020-10-01T01:06:42.751Z] coverage: 76.8% of statements [2020-10-01T01:06:42.751Z] ok github.com/docker/docker/distribution/xfer 2.464s coverage: 76.8% of statements [2020-10-01T01:06:42.751Z] ? github.com/docker/docker/dockerversion [no test files] [2020-10-01T01:06:42.751Z] === RUN TestCompare [2020-10-01T01:06:42.751Z] --- PASS: TestCompare (0.00s) [2020-10-01T01:06:42.751Z] PASS [2020-10-01T01:06:42.751Z] coverage: 19.2% of statements [2020-10-01T01:06:42.751Z] ok github.com/docker/docker/image/cache 0.197s coverage: 19.2% of statements [2020-10-01T01:06:43.211Z] === RUN TestFSGetInvalidData [2020-10-01T01:06:43.211Z] --- PASS: TestFSGetInvalidData (0.17s) [2020-10-01T01:06:43.211Z] === RUN TestFSInvalidSet [2020-10-01T01:06:43.211Z] === RUN TestMakeV1ConfigFromConfig [2020-10-01T01:06:43.211Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-10-01T01:06:43.211Z] PASS [2020-10-01T01:06:43.211Z] coverage: 25.0% of statements [2020-10-01T01:06:43.211Z] --- PASS: TestFSInvalidSet (0.05s) [2020-10-01T01:06:43.211Z] === RUN TestFSInvalidRoot [2020-10-01T01:06:43.211Z] --- PASS: TestFSInvalidRoot (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestFSMetadataGetSet [2020-10-01T01:06:43.211Z] ok github.com/docker/docker/image/v1 0.319s coverage: 25.0% of statements [2020-10-01T01:06:43.211Z] --- PASS: TestFSMetadataGetSet (0.03s) [2020-10-01T01:06:43.211Z] === RUN TestFSInvalidWalker [2020-10-01T01:06:43.211Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-10-01T01:06:43.211Z] === RUN TestFSGetSet [2020-10-01T01:06:43.211Z] --- PASS: TestFSGetSet (0.02s) [2020-10-01T01:06:43.211Z] === RUN TestFSGetUnsetKey [2020-10-01T01:06:43.211Z] --- PASS: TestFSGetUnsetKey (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestFSGetEmptyData [2020-10-01T01:06:43.211Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestFSDelete [2020-10-01T01:06:43.211Z] --- PASS: TestFSDelete (0.02s) [2020-10-01T01:06:43.211Z] === RUN TestFSWalker [2020-10-01T01:06:43.211Z] --- PASS: TestFSWalker (0.02s) [2020-10-01T01:06:43.211Z] === RUN TestFSWalkerStopOnError [2020-10-01T01:06:43.211Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-10-01T01:06:43.211Z] === RUN TestNewFromJSON [2020-10-01T01:06:43.211Z] --- PASS: TestNewFromJSON (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestNewFromJSONWithInvalidJSON [2020-10-01T01:06:43.211Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestMarshalKeyOrder [2020-10-01T01:06:43.211Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestImage [2020-10-01T01:06:43.211Z] --- PASS: TestImage (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestImageOSNotEmpty [2020-10-01T01:06:43.211Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestNewChildImageFromImageWithRootFS [2020-10-01T01:06:43.211Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-10-01T01:06:43.211Z] === RUN TestRestore [2020-10-01T01:06:43.286Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-10-01T01:06:43.286Z] === RUN TestDockerSuite/TestEventsFilterType [2020-10-01T01:06:43.546Z] --- PASS: TestServicePlugin (32.24s) [2020-10-01T01:06:43.546Z] plugin_test.go:62: [d593169d7d5e1] joining swarm manager [dd51eec8ab51f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:06:43.546Z] plugin_test.go:65: [d56fd593591ee] joining swarm manager [dd51eec8ab51f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:06:43.546Z] === RUN TestServiceUpdateLabel [2020-10-01T01:06:43.679Z] time="2020-10-01T01:06:43Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-10-01T01:06:43.679Z] --- PASS: TestRestore (0.20s) [2020-10-01T01:06:43.679Z] === RUN TestAddDelete [2020-10-01T01:06:43.679Z] --- PASS: TestAddDelete (0.08s) [2020-10-01T01:06:43.679Z] === RUN TestSearchAfterDelete [2020-10-01T01:06:43.679Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-10-01T01:06:43.679Z] === RUN TestParentReset [2020-10-01T01:06:43.679Z] --- PASS: TestParentReset (0.07s) [2020-10-01T01:06:43.679Z] === RUN TestGetAndSetLastUpdated [2020-10-01T01:06:43.679Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2020-10-01T01:06:43.679Z] === RUN TestStoreLen [2020-10-01T01:06:43.679Z] --- PASS: TestStoreLen (0.10s) [2020-10-01T01:06:43.679Z] PASS [2020-10-01T01:06:43.679Z] coverage: 86.4% of statements [2020-10-01T01:06:43.805Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-10-01T01:06:43.805Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-10-01T01:06:43.805Z] === RUN TestDockerSuite/TestEventsFilters [2020-10-01T01:06:44.147Z] ok github.com/docker/docker/image 1.032s coverage: 86.4% of statements [2020-10-01T01:06:44.147Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-10-01T01:06:44.147Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-10-01T01:06:44.148Z] --- PASS: TestPluginWithDevMounts (2.15s) [2020-10-01T01:06:44.148Z] PASS [2020-10-01T01:06:44.409Z] [2020-10-01T01:06:44.409Z] DONE 1 tests in 2.303s [2020-10-01T01:06:44.409Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-10-01T01:06:44.409Z] ++ 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-10-01T01:06:44.409Z] ++ set -e [2020-10-01T01:06:44.409Z] ++ '[' -n 0 ']' [2020-10-01T01:06:44.409Z] ++ set -x [2020-10-01T01:06:44.409Z] ++ env -i DEST=/go/src/github.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-10-01T01:06:44.409Z] INFO: Testing against a local daemon [2020-10-01T01:06:44.409Z] === RUN TestSecretInspect [2020-10-01T01:06:44.606Z] === RUN TestSerialization [2020-10-01T01:06:44.606Z] --- PASS: TestSerialization (0.03s) [2020-10-01T01:06:44.606Z] PASS [2020-10-01T01:06:44.606Z] coverage: 100.0% of statements [2020-10-01T01:06:44.606Z] ok github.com/docker/docker/libcontainerd/queue 0.123s coverage: 100.0% of statements [2020-10-01T01:06:45.185Z] === RUN TestDockerSuite/TestEventsFormat [2020-10-01T01:06:45.192Z] --- PASS: TestServiceCreateInit (7.62s) [2020-10-01T01:06:45.192Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.67s) [2020-10-01T01:06:45.192Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2020-10-01T01:06:45.192Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T01:06:46.122Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-10-01T01:06:46.122Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-10-01T01:06:46.122Z] === RUN TestDockerSuite/TestEventsImageImport [2020-10-01T01:06:46.122Z] --- PASS: TestServiceUpdateLabel (2.69s) [2020-10-01T01:06:46.122Z] === RUN TestServiceUpdateSecrets [2020-10-01T01:06:46.149Z] === RUN TestEmptyLayer [2020-10-01T01:06:46.149Z] --- PASS: TestEmptyLayer (0.00s) [2020-10-01T01:06:46.149Z] === RUN TestCommitFailure [2020-10-01T01:06:46.149Z] --- PASS: TestCommitFailure (0.02s) [2020-10-01T01:06:46.149Z] === RUN TestStartTransactionFailure [2020-10-01T01:06:46.149Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-10-01T01:06:46.149Z] === RUN TestGetOrphan [2020-10-01T01:06:46.149Z] --- PASS: TestGetOrphan (0.01s) [2020-10-01T01:06:46.149Z] === RUN TestMountAndRegister [2020-10-01T01:06:46.610Z] === RUN TestEnvironmentParsing [2020-10-01T01:06:46.610Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-10-01T01:06:46.610Z] PASS [2020-10-01T01:06:46.610Z] coverage: 1.0% of statements [2020-10-01T01:06:46.610Z] ok github.com/docker/docker/libcontainerd/local 0.342s coverage: 1.0% of statements [2020-10-01T01:06:46.610Z] --- PASS: TestMountAndRegister (0.21s) [2020-10-01T01:06:46.610Z] layer_test.go:271: Layer size: 14 [2020-10-01T01:06:46.610Z] === RUN TestLayerRelease [2020-10-01T01:06:46.610Z] --- SKIP: TestLayerRelease (0.00s) [2020-10-01T01:06:46.610Z] layer_test.go:304: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestStoreRestore [2020-10-01T01:06:46.610Z] --- SKIP: TestStoreRestore (0.00s) [2020-10-01T01:06:46.610Z] layer_test.go:353: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestTarStreamStability [2020-10-01T01:06:46.610Z] --- SKIP: TestTarStreamStability (0.00s) [2020-10-01T01:06:46.610Z] layer_test.go:468: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestRegisterExistingLayer [2020-10-01T01:06:46.610Z] === RUN TestParseVersion [2020-10-01T01:06:46.610Z] --- PASS: TestParseVersion (0.00s) [2020-10-01T01:06:46.610Z] PASS [2020-10-01T01:06:46.610Z] coverage: 50.0% of statements [2020-10-01T01:06:46.610Z] ok github.com/docker/docker/pkg/aaparser 0.360s coverage: 50.0% of statements [2020-10-01T01:06:46.610Z] --- PASS: TestRegisterExistingLayer (0.11s) [2020-10-01T01:06:46.610Z] === RUN TestTarStreamVerification [2020-10-01T01:06:46.610Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-10-01T01:06:46.610Z] layer_test.go:697: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestLayerMigration [2020-10-01T01:06:46.610Z] --- SKIP: TestLayerMigration (0.00s) [2020-10-01T01:06:46.610Z] migration_test.go:46: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestLayerMigrationNoTarsplit [2020-10-01T01:06:46.610Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-10-01T01:06:46.610Z] migration_test.go:182: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestMountInit [2020-10-01T01:06:46.610Z] --- SKIP: TestMountInit (0.00s) [2020-10-01T01:06:46.610Z] mount_test.go:17: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestMountSize [2020-10-01T01:06:46.610Z] --- SKIP: TestMountSize (0.00s) [2020-10-01T01:06:46.610Z] mount_test.go:76: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestMountChanges [2020-10-01T01:06:46.610Z] --- SKIP: TestMountChanges (0.00s) [2020-10-01T01:06:46.610Z] mount_test.go:125: Failing on Windows [2020-10-01T01:06:46.610Z] === RUN TestMountApply [2020-10-01T01:06:46.610Z] --- SKIP: TestMountApply (0.00s) [2020-10-01T01:06:46.610Z] mount_test.go:212: Failing on Windows [2020-10-01T01:06:46.610Z] PASS [2020-10-01T01:06:46.610Z] coverage: 30.1% of statements [2020-10-01T01:06:46.610Z] ok github.com/docker/docker/layer 0.527s coverage: 30.1% of statements [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/oci [no test files] [2020-10-01T01:06:46.610Z] ? github.com/docker/docker/oci/caps [no test files] [2020-10-01T01:06:47.059Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-10-01T01:06:47.317Z] === RUN TestDockerSuite/TestEventsImagePull [2020-10-01T01:06:47.577Z] === RUN TestDockerSuite/TestEventsImageTag [2020-10-01T01:06:47.708Z] --- PASS: TestSecretInspect (2.74s) [2020-10-01T01:06:47.708Z] === RUN TestSecretList [2020-10-01T01:06:48.153Z] === RUN TestAddressPoolOpt [2020-10-01T01:06:48.153Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-10-01T01:06:48.153Z] === RUN TestValidateEnv [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/a [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/something [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/_=a [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/env1=value1 [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/_env1=value1 [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/env2=value2=value3 [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/env3=abc!qwe [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/env_4=value_4 [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/PATH [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/=a [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/PATH= [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/PATH=something [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/asd!qwe [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/1asd [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/123 [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/some_space [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/__some_space_before [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/some_space_after__ [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/= [2020-10-01T01:06:48.154Z] === RUN TestValidateEnv/PaTh [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/a (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/something (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/= (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestParseHost [2020-10-01T01:06:48.154Z] --- PASS: TestParseHost (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestParseDockerDaemonHost [2020-10-01T01:06:48.154Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestParseTCP [2020-10-01T01:06:48.154Z] --- PASS: TestParseTCP (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestParseInvalidUnixAddrInvalid [2020-10-01T01:06:48.154Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestValidateExtraHosts [2020-10-01T01:06:48.154Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestIpOptString [2020-10-01T01:06:48.154Z] --- PASS: TestIpOptString (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestNewIpOptInvalidDefaultVal [2020-10-01T01:06:48.154Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestNewIpOptValidDefaultVal [2020-10-01T01:06:48.154Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestIpOptSetInvalidVal [2020-10-01T01:06:48.154Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestValidateIPAddress [2020-10-01T01:06:48.154Z] --- PASS: TestValidateIPAddress (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestMapOpts [2020-10-01T01:06:48.154Z] --- PASS: TestMapOpts (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestListOptsWithoutValidator [2020-10-01T01:06:48.154Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestListOptsWithValidator [2020-10-01T01:06:48.154Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestValidateDNSSearch [2020-10-01T01:06:48.154Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_general_format [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_one_more [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-10-01T01:06:48.154Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-10-01T01:06:48.154Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestNamedListOpts [2020-10-01T01:06:48.154Z] --- PASS: TestNamedListOpts (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestNamedMapOpts [2020-10-01T01:06:48.154Z] --- PASS: TestNamedMapOpts (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestParseLink [2020-10-01T01:06:48.154Z] --- PASS: TestParseLink (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestQuotedStringSetWithQuotes [2020-10-01T01:06:48.154Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-10-01T01:06:48.154Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestQuotedStringSetWithNoQuotes [2020-10-01T01:06:48.154Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestUlimitOpt [2020-10-01T01:06:48.154Z] --- PASS: TestUlimitOpt (0.00s) [2020-10-01T01:06:48.154Z] PASS [2020-10-01T01:06:48.154Z] coverage: 67.1% of statements [2020-10-01T01:06:48.154Z] ok github.com/docker/docker/opts 0.565s coverage: 67.1% of statements [2020-10-01T01:06:48.154Z] === RUN TestUnbuffered [2020-10-01T01:06:48.154Z] --- PASS: TestUnbuffered (0.00s) [2020-10-01T01:06:48.154Z] === RUN TestRaceUnbuffered [2020-10-01T01:06:48.154Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-10-01T01:06:48.154Z] PASS [2020-10-01T01:06:48.154Z] coverage: 100.0% of statements [2020-10-01T01:06:48.154Z] ok github.com/docker/docker/pkg/broadcaster 0.100s coverage: 100.0% of statements [2020-10-01T01:06:48.482Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/rootless [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/volume [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-01T01:06:48.482Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-01T01:06:48.482Z] [2020-10-01T01:06:48.482Z] === Skipped [2020-10-01T01:06:48.482Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-10-01T01:06:48.482Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-10-01T01:06:48.482Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-10-01T01:06:48.483Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver btrfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:73: No driver to put! [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-10-01T01:06:48.483Z] time="2020-10-01T01:05:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-10-01T01:06:48.483Z] time="2020-10-01T01:05:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-10-01T01:06:48.483Z] time="2020-10-01T01:05:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-10-01T01:06:48.483Z] time="2020-10-01T01:05:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-10-01T01:06:48.483Z] time="2020-10-01T01:05:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:73: No driver to put! [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-10-01T01:06:48.483Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-10-01T01:06:48.483Z] overlay_test.go:49: Fails to compute changes intermittently [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-10-01T01:06:48.483Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-10-01T01:06:48.483Z] graphtest_unix.go:46: Driver zfs not supported [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-10-01T01:06:48.483Z] graphtest_unix.go:73: No driver to put! [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-10-01T01:06:48.483Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-10-01T01:06:48.483Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] [2020-10-01T01:06:48.483Z] DONE 2148 tests, 26 skipped in 250.791s Post stage [Pipeline] junit [2020-10-01T01:06:48.497Z] Recording test results [2020-10-01T01:06:48.514Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-10-01T01:06:48.615Z] === RUN TestPeerCertificateMarshalJSON [2020-10-01T01:06:48.773Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-10-01T01:06:48.773Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-10-01T01:06:48.773Z] === RUN TestDockerSuite/TestEventsPluginOps [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-10-01T01:06:49.075Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-10-01T01:06:49.075Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-10-01T01:06:49.075Z] --- PASS: TestPeerCertificateMarshalJSON (0.32s) [2020-10-01T01:06:49.075Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-10-01T01:06:49.075Z] === RUN TestMiddleware [2020-10-01T01:06:49.075Z] --- PASS: TestMiddleware (0.00s) [2020-10-01T01:06:49.075Z] === RUN TestNewResponseModifier [2020-10-01T01:06:49.075Z] --- PASS: TestNewResponseModifier (0.00s) [2020-10-01T01:06:49.075Z] PASS [2020-10-01T01:06:49.075Z] coverage: 26.8% of statements [2020-10-01T01:06:49.075Z] ok github.com/docker/docker/pkg/authorization 0.552s coverage: 26.8% of statements [2020-10-01T01:06:49.075Z] === RUN TestMatch [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[foo]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[bar]_[foo]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[foo_bar]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[qux]_[foo]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[]#01 [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[qux]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[foo_bar_qux]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[qux]_[baz]] [2020-10-01T01:06:49.075Z] === RUN TestMatch/[[foo_baz]] [2020-10-01T01:06:49.075Z] --- PASS: TestMatch (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestMatch/[[]] (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-10-01T01:06:49.075Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-10-01T01:06:49.272Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41513/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef553e14a4e27fc479b9c8e94d76654ec67694fe hack/validate/vendor [2020-10-01T01:06:49.535Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-10-01T01:06:49.535Z] --- PASS: TestMatch/[] (0.00s) [2020-10-01T01:06:49.535Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-10-01T01:06:49.535Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-10-01T01:06:49.535Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-10-01T01:06:49.536Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-10-01T01:06:49.536Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-10-01T01:06:49.536Z] PASS [2020-10-01T01:06:49.536Z] coverage: 87.5% of statements [2020-10-01T01:06:49.536Z] ok github.com/docker/docker/pkg/capabilities 0.051s coverage: 87.5% of statements [2020-10-01T01:06:49.536Z] === RUN TestIsArchivePathDir [2020-10-01T01:06:49.536Z] --- PASS: TestIsArchivePathDir (0.05s) [2020-10-01T01:06:49.536Z] === RUN TestIsArchivePathInvalidFile [2020-10-01T01:06:49.834Z] No vendor changes in diff. [2020-10-01T01:06:49.996Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2020-10-01T01:06:49.996Z] === RUN TestIsArchivePathTar [2020-10-01T01:06:49.996Z] === RUN TestChrootTarUntar [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] === RUN TestChrootUntarWithHugeExcludesList [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] === RUN TestChrootUntarEmptyArchive [2020-10-01T01:06:49.996Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestChrootTarUntarWithSymlink [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:06:49.996Z] === RUN TestChrootCopyWithTar [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:06:49.996Z] === RUN TestChrootCopyFileWithTar [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] === RUN TestChrootUntarPath [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:06:49.996Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] === RUN TestChrootApplyDotDotFile [2020-10-01T01:06:49.996Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-10-01T01:06:49.996Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:06:49.996Z] PASS [2020-10-01T01:06:49.996Z] coverage: 15.4% of statements [2020-10-01T01:06:49.996Z] ok github.com/docker/docker/pkg/chrootarchive 0.091s coverage: 15.4% of statements [2020-10-01T01:06:49.996Z] === RUN TestSizeEmpty [2020-10-01T01:06:49.996Z] --- PASS: TestSizeEmpty (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeEmptyFile [2020-10-01T01:06:49.996Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeNonemptyFile [2020-10-01T01:06:49.996Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeNestedDirectoryEmpty [2020-10-01T01:06:49.996Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-10-01T01:06:49.996Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-10-01T01:06:49.996Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestMoveToSubdir [2020-10-01T01:06:49.996Z] --- PASS: TestMoveToSubdir (0.00s) [2020-10-01T01:06:49.996Z] === RUN TestSizeNonExistingDirectory [2020-10-01T01:06:49.996Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-10-01T01:06:49.996Z] PASS [2020-10-01T01:06:49.996Z] coverage: 80.0% of statements [2020-10-01T01:06:49.996Z] ok github.com/docker/docker/pkg/directory 0.109s coverage: 80.0% of statements [2020-10-01T01:06:49.996Z] --- PASS: TestIsArchivePathTar (0.22s) [2020-10-01T01:06:49.996Z] === RUN TestDecompressStreamGzip [2020-10-01T01:06:49.996Z] --- PASS: TestDecompressStreamGzip (0.10s) [2020-10-01T01:06:49.996Z] === RUN TestDecompressStreamBzip2 [2020-10-01T01:06:50.252Z] --- PASS: TestSecretList (2.64s) [2020-10-01T01:06:50.252Z] === RUN TestSecretsCreateAndDelete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-10-01T01:06:50.457Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2020-10-01T01:06:50.457Z] === RUN TestDecompressStreamXz [2020-10-01T01:06:50.457Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-10-01T01:06:50.457Z] archive_test.go:133: Xz not present in msys2 [2020-10-01T01:06:50.457Z] === RUN TestCompressStreamXzUnsupported [2020-10-01T01:06:50.457Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestCompressStreamBzip2Unsupported [2020-10-01T01:06:50.457Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestCompressStreamInvalid [2020-10-01T01:06:50.457Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestExtensionInvalid [2020-10-01T01:06:50.457Z] --- PASS: TestExtensionInvalid (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestExtensionUncompressed [2020-10-01T01:06:50.457Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestExtensionBzip2 [2020-10-01T01:06:50.457Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestExtensionGzip [2020-10-01T01:06:50.457Z] --- PASS: TestExtensionGzip (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestExtensionXz [2020-10-01T01:06:50.457Z] --- PASS: TestExtensionXz (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestCmdStreamLargeStderr [2020-10-01T01:06:50.457Z] --- PASS: TestCmdStreamLargeStderr (0.11s) [2020-10-01T01:06:50.457Z] === RUN TestCmdStreamBad [2020-10-01T01:06:50.457Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-10-01T01:06:50.457Z] archive_test.go:238: Failing on Windows CI machines [2020-10-01T01:06:50.457Z] === RUN TestCmdStreamGood [2020-10-01T01:06:50.457Z] --- PASS: TestCmdStreamGood (0.04s) [2020-10-01T01:06:50.457Z] === RUN TestUntarPathWithInvalidDest [2020-10-01T01:06:50.457Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2020-10-01T01:06:50.457Z] === RUN TestUntarPathWithInvalidSrc [2020-10-01T01:06:50.457Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-10-01T01:06:50.457Z] === RUN TestUntarPath [2020-10-01T01:06:50.457Z] --- PASS: TestUntarPath (0.06s) [2020-10-01T01:06:50.457Z] === RUN TestUntarPathWithDestinationFile [2020-10-01T01:06:50.676Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-10-01T01:06:50.676Z] === RUN TestDockerSuite/TestEventsRename [2020-10-01T01:06:50.719Z] + echo Building e2e image [2020-10-01T01:06:50.719Z] Building e2e image [2020-10-01T01:06:50.719Z] + docker build --build-arg DOCKER_GITCOMMIT=ef553e14a4e27fc479b9c8e94d76654ec67694fe -t moby-e2e-test -f Dockerfile.e2e . [2020-10-01T01:06:50.719Z] #2 [internal] load build definition from Dockerfile.e2e [2020-10-01T01:06:50.719Z] #2 transferring dockerfile: 3.21kB done [2020-10-01T01:06:50.719Z] #2 DONE 0.0s [2020-10-01T01:06:50.719Z] [2020-10-01T01:06:50.719Z] #1 [internal] load .dockerignore [2020-10-01T01:06:50.719Z] #1 transferring context: 34B done [2020-10-01T01:06:50.719Z] #1 DONE 0.0s [2020-10-01T01:06:50.719Z] [2020-10-01T01:06:50.719Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-10-01T01:06:50.918Z] --- PASS: TestUntarPathWithDestinationFile (0.12s) [2020-10-01T01:06:50.918Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-10-01T01:06:50.918Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2020-10-01T01:06:50.918Z] === RUN TestCopyWithTarInvalidSrc [2020-10-01T01:06:50.918Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-10-01T01:06:50.918Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyWithTarSrcFile [2020-10-01T01:06:50.918Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyWithTarSrcFolder [2020-10-01T01:06:50.918Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-10-01T01:06:50.918Z] === RUN TestCopyFileWithTarInvalidSrc [2020-10-01T01:06:50.918Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-10-01T01:06:50.918Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyFileWithTarSrcFolder [2020-10-01T01:06:50.918Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestCopyFileWithTarSrcFile [2020-10-01T01:06:50.918Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-10-01T01:06:50.918Z] === RUN TestTarFiles [2020-10-01T01:06:50.918Z] === RUN Test [2020-10-01T01:06:50.918Z] === RUN Test/TestContainsEntry [2020-10-01T01:06:50.918Z] === RUN Test/TestCreateEntries [2020-10-01T01:06:50.918Z] === RUN Test/TestEntriesDiff [2020-10-01T01:06:50.918Z] === RUN Test/TestEntriesEquality [2020-10-01T01:06:50.918Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-10-01T01:06:50.918Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-10-01T01:06:50.918Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-10-01T01:06:50.918Z] === RUN Test/TestGeneratorNotGenerate [2020-10-01T01:06:50.918Z] === RUN Test/TestGeneratorWithPort [2020-10-01T01:06:50.918Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-10-01T01:06:50.918Z] === RUN Test/TestNewEntry [2020-10-01T01:06:50.918Z] === RUN Test/TestParse [2020-10-01T01:06:50.918Z] --- PASS: Test (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestNewEntry (0.00s) [2020-10-01T01:06:50.918Z] --- PASS: Test/TestParse (0.00s) [2020-10-01T01:06:50.918Z] PASS [2020-10-01T01:06:50.918Z] coverage: 58.3% of statements [2020-10-01T01:06:50.918Z] ok github.com/docker/docker/pkg/discovery 0.200s coverage: 58.3% of statements [2020-10-01T01:06:51.261Z] === RUN TestDockerSuite/TestEventsResize [2020-10-01T01:06:51.280Z] #4 ... [2020-10-01T01:06:51.280Z] [2020-10-01T01:06:51.280Z] #3 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-10-01T01:06:51.280Z] #3 DONE 0.6s [2020-10-01T01:06:51.380Z] === RUN Test [2020-10-01T01:06:51.380Z] === RUN Test/TestContent [2020-10-01T01:06:51.380Z] === RUN Test/TestInitialize [2020-10-01T01:06:51.380Z] === RUN Test/TestNew [2020-10-01T01:06:51.380Z] === RUN Test/TestParsingContentsWithComments [2020-10-01T01:06:51.380Z] === RUN Test/TestRegister [2020-10-01T01:06:51.380Z] === RUN Test/TestWatch [2020-10-01T01:06:51.380Z] --- PASS: Test (0.02s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestContent (0.00s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestInitialize (0.00s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestNew (0.00s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestRegister (0.00s) [2020-10-01T01:06:51.380Z] --- PASS: Test/TestWatch (0.01s) [2020-10-01T01:06:51.380Z] PASS [2020-10-01T01:06:51.380Z] coverage: 92.9% of statements [2020-10-01T01:06:51.380Z] ok github.com/docker/docker/pkg/discovery/file 0.095s coverage: 92.9% of statements [2020-10-01T01:06:51.541Z] [2020-10-01T01:06:51.541Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-10-01T01:06:51.541Z] #4 DONE 0.8s [2020-10-01T01:06:51.541Z] [2020-10-01T01:06:51.541Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-01T01:06:51.542Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-10-01T01:06:51.542Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-10-01T01:06:51.542Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-10-01T01:06:51.542Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-10-01T01:06:51.542Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0B / 282.60kB 0.1s [2020-10-01T01:06:51.542Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.1s [2020-10-01T01:06:51.801Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-10-01T01:06:51.801Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-10-01T01:06:51.801Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-10-01T01:06:51.801Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.75MB / 127.34MB 0.3s [2020-10-01T01:06:51.801Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-10-01T01:06:51.830Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-10-01T01:06:52.057Z] #14 ... [2020-10-01T01:06:52.057Z] [2020-10-01T01:06:52.057Z] #8 [internal] load build context [2020-10-01T01:06:52.057Z] #8 transferring context: 855.05kB 0.3s done [2020-10-01T01:06:52.057Z] #8 DONE 0.4s [2020-10-01T01:06:52.057Z] [2020-10-01T01:06:52.057Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-01T01:06:52.057Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done [2020-10-01T01:06:52.057Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 19.20MB / 127.34MB 0.5s [2020-10-01T01:06:52.315Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 38.24MB / 127.34MB 0.7s [2020-10-01T01:06:52.315Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-10-01T01:06:52.315Z] #14 ... [2020-10-01T01:06:52.315Z] [2020-10-01T01:06:52.315Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-10-01T01:06:52.315Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-10-01T01:06:52.315Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-10-01T01:06:52.315Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-10-01T01:06:52.315Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-10-01T01:06:52.315Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-10-01T01:06:52.315Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done [2020-10-01T01:06:52.315Z] #5 DONE 0.7s [2020-10-01T01:06:52.315Z] [2020-10-01T01:06:52.315Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-01T01:06:52.315Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 46.95MB / 127.34MB 0.8s [2020-10-01T01:06:52.572Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 62.96MB / 127.34MB 1.0s [2020-10-01T01:06:52.572Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 74.02MB / 127.34MB 1.1s [2020-10-01T01:06:52.797Z] --- PASS: TestSecretsCreateAndDelete (2.64s) [2020-10-01T01:06:52.797Z] === RUN TestSecretsUpdate [2020-10-01T01:06:52.828Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 90.73MB / 127.34MB 1.3s [2020-10-01T01:06:52.828Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 102.67MB / 127.34MB 1.4s [2020-10-01T01:06:52.921Z] === RUN Test [2020-10-01T01:06:52.921Z] === RUN Test/TestInitialize [2020-10-01T01:06:52.921Z] === RUN Test [2020-10-01T01:06:52.921Z] === RUN Test/TestWatch [2020-10-01T01:06:52.921Z] --- PASS: Test (0.00s) [2020-10-01T01:06:52.921Z] --- PASS: Test/TestWatch (0.00s) [2020-10-01T01:06:52.921Z] PASS [2020-10-01T01:06:52.921Z] coverage: 92.3% of statements [2020-10-01T01:06:52.921Z] ok github.com/docker/docker/pkg/discovery/memory 0.366s coverage: 92.3% of statements [2020-10-01T01:06:52.921Z] time="2020-10-01T01:06:52Z" level=info msg="Initializing discovery without TLS" [2020-10-01T01:06:52.921Z] time="2020-10-01T01:06:52Z" level=info msg="Initializing discovery without TLS" [2020-10-01T01:06:52.921Z] time="2020-10-01T01:06:52Z" level=info msg="Initializing discovery without TLS" [2020-10-01T01:06:52.921Z] === RUN Test/TestInitializeWithCerts [2020-10-01T01:06:52.921Z] time="2020-10-01T01:06:52Z" level=info msg="Initializing discovery with TLS" [2020-10-01T01:06:52.921Z] === RUN Test/TestWatch [2020-10-01T01:06:52.921Z] time="2020-10-01T01:06:52Z" level=info msg="Initializing discovery without TLS" [2020-10-01T01:06:52.921Z] === RUN Test [2020-10-01T01:06:52.921Z] === RUN Test/TestInitialize [2020-10-01T01:06:52.921Z] === RUN Test/TestInitializeWithPattern [2020-10-01T01:06:52.921Z] === RUN Test/TestRegister [2020-10-01T01:06:52.921Z] === RUN Test/TestWatch [2020-10-01T01:06:52.921Z] --- PASS: Test (0.00s) [2020-10-01T01:06:52.921Z] --- PASS: Test/TestInitialize (0.00s) [2020-10-01T01:06:52.921Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-10-01T01:06:52.921Z] --- PASS: Test/TestRegister (0.00s) [2020-10-01T01:06:52.921Z] --- PASS: Test/TestWatch (0.00s) [2020-10-01T01:06:52.921Z] PASS [2020-10-01T01:06:52.921Z] coverage: 93.8% of statements [2020-10-01T01:06:52.921Z] ok github.com/docker/docker/pkg/discovery/nodes 0.094s coverage: 93.8% of statements [2020-10-01T01:06:53.084Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 117.12MB / 127.34MB 1.5s [2020-10-01T01:06:53.084Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.6s [2020-10-01T01:06:53.893Z] === RUN TestPollerAddRemove [2020-10-01T01:06:53.893Z] --- PASS: TestPollerAddRemove (0.00s) [2020-10-01T01:06:53.893Z] === RUN TestPollerEvent [2020-10-01T01:06:53.893Z] --- SKIP: TestPollerEvent (0.00s) [2020-10-01T01:06:53.893Z] poller_test.go:41: No chmod on Windows [2020-10-01T01:06:53.893Z] === RUN TestPollerClose [2020-10-01T01:06:53.893Z] --- PASS: TestPollerClose (0.00s) [2020-10-01T01:06:53.893Z] PASS [2020-10-01T01:06:53.893Z] coverage: 45.7% of statements [2020-10-01T01:06:53.893Z] ok github.com/docker/docker/pkg/filenotify 0.053s coverage: 45.7% of statements [2020-10-01T01:06:54.013Z] #14 ... [2020-10-01T01:06:54.013Z] [2020-10-01T01:06:54.013Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-10-01T01:06:54.013Z] #6 DONE 1.7s [2020-10-01T01:06:54.013Z] [2020-10-01T01:06:54.013Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-10-01T01:06:54.013Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.4s done [2020-10-01T01:06:54.013Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-10-01T01:06:54.354Z] === RUN TestCopyFileWithInvalidSrc [2020-10-01T01:06:54.354Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCopyFileWithInvalidDest [2020-10-01T01:06:54.354Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCopyFileWithSameSrcAndDest [2020-10-01T01:06:54.354Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-10-01T01:06:54.354Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCopyFile [2020-10-01T01:06:54.354Z] --- PASS: TestCopyFile (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-10-01T01:06:54.354Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-10-01T01:06:54.354Z] fileutils_test.go:134: Needs porting to Windows [2020-10-01T01:06:54.354Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-10-01T01:06:54.354Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestReadSymlinkedDirectoryToFile [2020-10-01T01:06:54.354Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-10-01T01:06:54.354Z] fileutils_test.go:180: Needs porting to Windows [2020-10-01T01:06:54.354Z] === RUN TestWildcardMatches [2020-10-01T01:06:54.354Z] --- PASS: TestWildcardMatches (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestPatternMatches [2020-10-01T01:06:54.354Z] --- PASS: TestPatternMatches (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-10-01T01:06:54.354Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestPatternMatchesFolderExclusions [2020-10-01T01:06:54.354Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-10-01T01:06:54.354Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-10-01T01:06:54.354Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-10-01T01:06:54.354Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-10-01T01:06:54.354Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestSingleExclamationError [2020-10-01T01:06:54.354Z] --- PASS: TestSingleExclamationError (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestMatchesWithNoPatterns [2020-10-01T01:06:54.354Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestMatchesWithMalformedPatterns [2020-10-01T01:06:54.354Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestMatches [2020-10-01T01:06:54.354Z] --- PASS: TestMatches (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatterns [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatterns (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatternsExceptionFlag [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCleanPatternsErrorSingleException [2020-10-01T01:06:54.354Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCreateIfNotExistsDir [2020-10-01T01:06:54.354Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestCreateIfNotExistsFile [2020-10-01T01:06:54.354Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-10-01T01:06:54.354Z] === RUN TestMatch [2020-10-01T01:06:54.354Z] --- PASS: TestMatch (0.00s) [2020-10-01T01:06:54.354Z] PASS [2020-10-01T01:06:54.354Z] coverage: 87.7% of statements [2020-10-01T01:06:54.354Z] ok github.com/docker/docker/pkg/fileutils 0.164s coverage: 87.7% of statements [2020-10-01T01:06:54.814Z] === RUN TestGet [2020-10-01T01:06:54.814Z] --- PASS: TestGet (0.00s) [2020-10-01T01:06:54.814Z] === RUN TestGetShortcutString [2020-10-01T01:06:54.814Z] --- PASS: TestGetShortcutString (0.00s) [2020-10-01T01:06:54.814Z] PASS [2020-10-01T01:06:54.814Z] coverage: 42.9% of statements [2020-10-01T01:06:54.814Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 42.9% of statements [2020-10-01T01:06:55.341Z] --- PASS: TestSecretsUpdate (2.74s) [2020-10-01T01:06:55.341Z] === RUN TestTemplatedSecret [2020-10-01T01:06:55.787Z] --- PASS: Test (3.13s) [2020-10-01T01:06:55.787Z] --- PASS: Test/TestInitialize (0.12s) [2020-10-01T01:06:55.787Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-10-01T01:06:55.787Z] --- PASS: Test/TestWatch (3.01s) [2020-10-01T01:06:55.787Z] PASS [2020-10-01T01:06:55.787Z] coverage: 84.1% of statements [2020-10-01T01:06:55.787Z] --- PASS: TestTarFiles (5.03s) [2020-10-01T01:06:55.787Z] === RUN TestTarUntar [2020-10-01T01:06:55.787Z] ok github.com/docker/docker/pkg/discovery/kv 3.531s coverage: 84.1% of statements [2020-10-01T01:06:55.787Z] --- PASS: TestTarUntar (0.03s) [2020-10-01T01:06:55.787Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-10-01T01:06:55.787Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-10-01T01:06:55.787Z] === RUN TestTarWithOptions [2020-10-01T01:06:55.787Z] --- PASS: TestTarWithOptions (0.02s) [2020-10-01T01:06:55.787Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-10-01T01:06:55.787Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-10-01T01:06:55.787Z] === RUN TestUntarUstarGnuConflict [2020-10-01T01:06:55.787Z] --- PASS: TestUntarUstarGnuConflict (0.03s) [2020-10-01T01:06:55.787Z] === RUN TestUntarInvalidFilenames [2020-10-01T01:06:55.787Z] === RUN TestCreateIDMapOrder [2020-10-01T01:06:55.787Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-10-01T01:06:55.787Z] PASS [2020-10-01T01:06:55.787Z] coverage: 7.3% of statements [2020-10-01T01:06:55.787Z] ok github.com/docker/docker/pkg/idtools 0.090s coverage: 7.3% of statements [2020-10-01T01:06:56.247Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames991598006\\dest" [2020-10-01T01:06:56.247Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2020-10-01T01:06:56.247Z] === RUN TestUntarHardlinkToSymlink [2020-10-01T01:06:56.247Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-10-01T01:06:56.247Z] === RUN TestUntarInvalidHardlink [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink643637719\\victim\\hello" -> "../victim/hello" [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink100439882\\victim\\hello" -> "/../victim/hello" [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink106493473\\victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink214844172\\victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink855870203\\victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink394840606\\victim" -> "../victim" [2020-10-01T01:06:56.247Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-10-01T01:06:56.247Z] === RUN TestUntarInvalidSymlink [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink883005157\\dest\\dotdot" -> "../victim/hello" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink788529408\\dest\\slash-dotdot" -> "/../victim/hello" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink014534239\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink067297330\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink060075497\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink125996596\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:56.247Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink618831363\\dest\\dir\\loophole" -> "../../victim" [2020-10-01T01:06:56.247Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2020-10-01T01:06:56.247Z] === RUN TestTempArchiveCloseMultipleTimes [2020-10-01T01:06:56.247Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-10-01T01:06:56.247Z] === RUN TestReplaceFileTarWrapper [2020-10-01T01:06:56.247Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2020-10-01T01:06:56.247Z] === RUN TestPrefixHeaderReadable [2020-10-01T01:06:56.247Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-10-01T01:06:56.247Z] === RUN TestDisablePigz [2020-10-01T01:06:56.247Z] --- PASS: TestDisablePigz (0.16s) [2020-10-01T01:06:56.247Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-10-01T01:06:56.247Z] === RUN TestPigz [2020-10-01T01:06:56.708Z] --- PASS: TestPigz (0.18s) [2020-10-01T01:06:56.708Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-10-01T01:06:56.708Z] === RUN TestCopyFileWithInvalidDest [2020-10-01T01:06:56.708Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-10-01T01:06:56.708Z] archive_windows_test.go:16: Currently fails [2020-10-01T01:06:56.708Z] === RUN TestCanonicalTarNameForPath [2020-10-01T01:06:56.708Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestCanonicalTarName [2020-10-01T01:06:56.708Z] --- PASS: TestCanonicalTarName (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestChmodTarEntry [2020-10-01T01:06:56.708Z] --- PASS: TestChmodTarEntry (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestHardLinkOrder [2020-10-01T01:06:56.708Z] --- PASS: TestHardLinkOrder (0.06s) [2020-10-01T01:06:56.708Z] === RUN TestChangeString [2020-10-01T01:06:56.708Z] --- PASS: TestChangeString (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestChangesWithNoChanges [2020-10-01T01:06:56.708Z] --- PASS: TestChangesWithNoChanges (0.02s) [2020-10-01T01:06:56.708Z] === RUN TestChangesWithChanges [2020-10-01T01:06:56.708Z] === RUN TestFixedBufferCap [2020-10-01T01:06:56.708Z] --- PASS: TestFixedBufferCap (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestFixedBufferLen [2020-10-01T01:06:56.708Z] --- PASS: TestFixedBufferLen (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestFixedBufferString [2020-10-01T01:06:56.708Z] --- PASS: TestFixedBufferString (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestFixedBufferWrite [2020-10-01T01:06:56.708Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestFixedBufferRead [2020-10-01T01:06:56.708Z] --- PASS: TestFixedBufferRead (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestBytesPipeRead [2020-10-01T01:06:56.708Z] --- PASS: TestBytesPipeRead (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestBytesPipeWrite [2020-10-01T01:06:56.708Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-10-01T01:06:56.708Z] === RUN TestBytesPipeWriteRandomChunks [2020-10-01T01:06:56.708Z] --- PASS: TestChangesWithChanges (0.03s) [2020-10-01T01:06:56.708Z] === RUN TestChangesWithChangesGH13590 [2020-10-01T01:06:56.708Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-10-01T01:06:56.708Z] changes_test.go:192: needs more investigation [2020-10-01T01:06:56.708Z] === RUN TestChangesDirsEmpty [2020-10-01T01:06:56.708Z] --- PASS: TestChangesDirsEmpty (0.16s) [2020-10-01T01:06:56.708Z] === RUN TestChangesDirsMutated [2020-10-01T01:06:57.098Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-10-01T01:06:57.169Z] --- PASS: TestChangesDirsMutated (0.09s) [2020-10-01T01:06:57.169Z] === RUN TestApplyLayer [2020-10-01T01:06:57.169Z] --- SKIP: TestApplyLayer (0.00s) [2020-10-01T01:06:57.169Z] changes_test.go:405: needs further investigation [2020-10-01T01:06:57.169Z] === RUN TestChangesSizeWithHardlinks [2020-10-01T01:06:57.169Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-10-01T01:06:57.169Z] changes_test.go:441: needs further investigation [2020-10-01T01:06:57.169Z] === RUN TestChangesSizeWithNoChanges [2020-10-01T01:06:57.169Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-10-01T01:06:57.169Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestChangesSize [2020-10-01T01:06:57.169Z] --- PASS: TestChangesSize (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestApplyLayerInvalidFilenames [2020-10-01T01:06:57.169Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames227523575\\dest" [2020-10-01T01:06:57.169Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-10-01T01:06:57.169Z] === RUN TestApplyLayerInvalidHardlink [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink835191617\\victim\\hello" -> "../victim/hello" [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink325821868\\victim\\hello" -> "/../victim/hello" [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink461903643\\victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink158678462\\victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink720097797\\victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink801324448\\victim" -> "../victim" [2020-10-01T01:06:57.169Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2020-10-01T01:06:57.169Z] === RUN TestApplyLayerInvalidSymlink [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink230636671\\dest\\dotdot" -> "../victim/hello" [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink370449362\\dest\\slash-dotdot" -> "/../victim/hello" [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink912968457\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink621219540\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink451874851\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:57.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink061087526\\dest\\loophole-victim" -> "../victim" [2020-10-01T01:06:57.169Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2020-10-01T01:06:57.169Z] === RUN TestApplyLayerWhiteouts [2020-10-01T01:06:57.169Z] === RUN TestError [2020-10-01T01:06:57.169Z] --- PASS: TestError (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestProgressString [2020-10-01T01:06:57.169Z] === RUN TestProgressString/no_progress [2020-10-01T01:06:57.169Z] === RUN TestProgressString/progress_1 [2020-10-01T01:06:57.169Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-10-01T01:06:57.169Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-10-01T01:06:57.169Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-10-01T01:06:57.169Z] === RUN TestProgressString/with_units [2020-10-01T01:06:57.169Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-10-01T01:06:57.169Z] === RUN TestProgressString/hide_counts [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/with_units (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-10-01T01:06:57.169Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestJSONMessageDisplay [2020-10-01T01:06:57.169Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2020-10-01T01:06:57.169Z] === RUN TestGenerateEmptyFile [2020-10-01T01:06:57.169Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestGenerateWithContent [2020-10-01T01:06:57.169Z] --- PASS: TestGenerateWithContent (0.00s) [2020-10-01T01:06:57.169Z] PASS [2020-10-01T01:06:57.169Z] === RUN TestStandardLongPath [2020-10-01T01:06:57.169Z] --- PASS: TestStandardLongPath (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestUNCLongPath [2020-10-01T01:06:57.169Z] --- PASS: TestUNCLongPath (0.00s) [2020-10-01T01:06:57.169Z] PASS [2020-10-01T01:06:57.169Z] coverage: 100.0% of statements [2020-10-01T01:06:57.169Z] ok github.com/docker/docker/pkg/longpath 0.113s coverage: 100.0% of statements [2020-10-01T01:06:57.169Z] coverage: 62.7% of statements [2020-10-01T01:06:57.169Z] ok github.com/docker/docker/pkg/archive 7.632s coverage: 62.7% of statements [2020-10-01T01:06:57.169Z] --- PASS: TestJSONMessageDisplay (0.12s) [2020-10-01T01:06:57.169Z] === RUN TestJSONMessageDisplayWithJSONError [2020-10-01T01:06:57.169Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-10-01T01:06:57.169Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestDisplayJSONMessagesStream [2020-10-01T01:06:57.169Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-10-01T01:06:57.169Z] PASS [2020-10-01T01:06:57.169Z] coverage: 91.7% of statements [2020-10-01T01:06:57.169Z] ok github.com/docker/docker/pkg/jsonmessage 0.217s coverage: 91.7% of statements [2020-10-01T01:06:57.169Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2020-10-01T01:06:57.169Z] === RUN TestAtomicWriteToFile [2020-10-01T01:06:57.169Z] --- PASS: TestAtomicWriteToFile (0.03s) [2020-10-01T01:06:57.169Z] === RUN TestAtomicWriteSetCommit [2020-10-01T01:06:57.169Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-10-01T01:06:57.169Z] === RUN TestAtomicWriteSetCancel [2020-10-01T01:06:57.169Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-10-01T01:06:57.169Z] === RUN TestReadCloserWrapperClose [2020-10-01T01:06:57.169Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestReaderErrWrapperReadOnError [2020-10-01T01:06:57.169Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestReaderErrWrapperRead [2020-10-01T01:06:57.169Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestHashData [2020-10-01T01:06:57.169Z] --- PASS: TestHashData (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestCancelReadCloser [2020-10-01T01:06:57.169Z] --- PASS: TestCancelReadCloser (0.10s) [2020-10-01T01:06:57.169Z] === RUN TestWriteCloserWrapperClose [2020-10-01T01:06:57.169Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestNopWriteCloser [2020-10-01T01:06:57.169Z] --- PASS: TestNopWriteCloser (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestNopWriter [2020-10-01T01:06:57.169Z] --- PASS: TestNopWriter (0.00s) [2020-10-01T01:06:57.169Z] === RUN TestWriteCounter [2020-10-01T01:06:57.169Z] --- PASS: TestWriteCounter (0.00s) [2020-10-01T01:06:57.169Z] PASS [2020-10-01T01:06:57.169Z] coverage: 68.4% of statements [2020-10-01T01:06:57.169Z] ok github.com/docker/docker/pkg/ioutils 0.712s coverage: 68.4% of statements [2020-10-01T01:06:57.665Z] === RUN TestDockerSuite/TestEventsStreaming [2020-10-01T01:06:58.141Z] === RUN TestNameFormat [2020-10-01T01:06:58.141Z] --- PASS: TestNameFormat (0.00s) [2020-10-01T01:06:58.141Z] === RUN TestNameRetries [2020-10-01T01:06:58.141Z] --- PASS: TestNameRetries (0.00s) [2020-10-01T01:06:58.141Z] PASS [2020-10-01T01:06:58.141Z] coverage: 85.7% of statements [2020-10-01T01:06:58.141Z] ok github.com/docker/docker/pkg/namesgenerator 0.148s coverage: 85.7% of statements [2020-10-01T01:06:58.141Z] === RUN TestParseKeyValueOpt [2020-10-01T01:06:58.141Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-10-01T01:06:58.141Z] === RUN TestParseUintList [2020-10-01T01:06:58.141Z] --- PASS: TestParseUintList (0.00s) [2020-10-01T01:06:58.141Z] === RUN TestParseUintListMaximumLimits [2020-10-01T01:06:58.141Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-10-01T01:06:58.141Z] PASS [2020-10-01T01:06:58.141Z] coverage: 97.0% of statements [2020-10-01T01:06:58.141Z] ok github.com/docker/docker/pkg/parsers 0.092s coverage: 97.0% of statements [2020-10-01T01:06:58.233Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-10-01T01:06:58.603Z] === RUN TestNewAndRemove [2020-10-01T01:06:58.603Z] --- PASS: TestNewAndRemove (0.00s) [2020-10-01T01:06:58.603Z] === RUN TestRemoveInvalidPath [2020-10-01T01:06:58.603Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-10-01T01:06:58.603Z] PASS [2020-10-01T01:06:58.603Z] coverage: 82.6% of statements [2020-10-01T01:06:58.603Z] ok github.com/docker/docker/pkg/pidfile 0.056s coverage: 82.6% of statements [2020-10-01T01:06:58.642Z] --- PASS: TestTemplatedSecret (3.45s) [2020-10-01T01:06:58.642Z] === RUN TestSecretCreateResolve [2020-10-01T01:06:59.271Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.2s [2020-10-01T01:06:59.584Z] === RUN TestParseEmptyInterface [2020-10-01T01:06:59.584Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestParseNonInterfaceType [2020-10-01T01:06:59.584Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestParseWithOneFunction [2020-10-01T01:06:59.584Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestParseWithMultipleFuncs [2020-10-01T01:06:59.584Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestParseWithUnnamedReturn [2020-10-01T01:06:59.584Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestEmbeddedInterface [2020-10-01T01:06:59.584Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestParsedImports [2020-10-01T01:06:59.584Z] --- PASS: TestParsedImports (0.00s) [2020-10-01T01:06:59.584Z] === RUN TestAliasedImports [2020-10-01T01:06:59.584Z] --- PASS: TestAliasedImports (0.00s) [2020-10-01T01:06:59.584Z] PASS [2020-10-01T01:06:59.584Z] coverage: 56.8% of statements [2020-10-01T01:06:59.584Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.154s coverage: 56.8% of statements [2020-10-01T01:07:00.198Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.9s done [2020-10-01T01:07:00.556Z] === RUN TestFailedConnection [2020-10-01T01:07:00.567Z] --- PASS: TestCreateServiceMultipleTimes (15.40s) [2020-10-01T01:07:00.567Z] === RUN TestCreateServiceConflict [2020-10-01T01:07:00.760Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-10-01T01:07:00.764Z] === RUN TestDockerSuite/TestEventsTop [2020-10-01T01:07:01.016Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-10-01T01:07:01.016Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestBufioReaderPoolPutAndGet [2020-10-01T01:07:01.016Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-10-01T01:07:01.016Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-10-01T01:07:01.016Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestBufioWriterPoolPutAndGet [2020-10-01T01:07:01.016Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-10-01T01:07:01.016Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-10-01T01:07:01.016Z] === RUN TestBufferPoolPutAndGet [2020-10-01T01:07:01.016Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-10-01T01:07:01.016Z] PASS [2020-10-01T01:07:01.016Z] coverage: 88.2% of statements [2020-10-01T01:07:01.016Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2020-10-01T01:07:01.016Z] === RUN TestHTTPTransport [2020-10-01T01:07:01.016Z] --- PASS: TestHTTPTransport (0.00s) [2020-10-01T01:07:01.016Z] PASS [2020-10-01T01:07:01.016Z] coverage: 85.7% of statements [2020-10-01T01:07:01.016Z] ok github.com/docker/docker/pkg/plugins/transport 0.105s coverage: 85.7% of statements [2020-10-01T01:07:01.022Z] --- PASS: TestServiceUpdateSecrets (14.70s) [2020-10-01T01:07:01.022Z] === RUN TestServiceUpdateConfigs [2020-10-01T01:07:01.321Z] #14 DONE 9.8s [2020-10-01T01:07:01.321Z] [2020-10-01T01:07:01.321Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-10-01T01:07:01.321Z] #7 0.799 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-01T01:07:01.321Z] #7 1.910 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-01T01:07:01.321Z] #7 2.022 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-10-01T01:07:01.321Z] #7 2.030 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-10-01T01:07:01.321Z] #7 2.039 (3/30) Installing readline (8.0.0-r0) [2020-10-01T01:07:01.321Z] #7 2.046 (4/30) Installing bash (5.0.0-r0) [2020-10-01T01:07:01.321Z] #7 2.062 Executing bash-5.0.0-r0.post-install [2020-10-01T01:07:01.321Z] #7 2.064 (5/30) Installing ca-certificates (20191127-r2) [2020-10-01T01:07:01.321Z] #7 2.079 (6/30) Installing libgcc (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 2.083 (7/30) Installing libstdc++ (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 2.099 (8/30) Installing binutils (2.32-r0) [2020-10-01T01:07:01.321Z] #7 2.201 (9/30) Installing gmp (6.1.2-r1) [2020-10-01T01:07:01.321Z] #7 2.209 (10/30) Installing isl (0.18-r0) [2020-10-01T01:07:01.321Z] #7 2.228 (11/30) Installing libgomp (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 2.232 (12/30) Installing libatomic (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 2.235 (13/30) Installing mpfr3 (3.1.5-r1) [2020-10-01T01:07:01.321Z] #7 2.241 (14/30) Installing mpc1 (1.1.0-r0) [2020-10-01T01:07:01.321Z] #7 2.245 (15/30) Installing gcc (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 3.138 (16/30) Installing musl-dev (1.1.22-r3) [2020-10-01T01:07:01.321Z] #7 3.244 (17/30) Installing libc-dev (0.7.1-r0) [2020-10-01T01:07:01.321Z] #7 3.247 (18/30) Installing g++ (8.3.0-r0) [2020-10-01T01:07:01.321Z] #7 3.793 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-10-01T01:07:01.321Z] #7 3.798 (20/30) Installing libcurl (7.66.0-r1) [2020-10-01T01:07:01.321Z] #7 3.806 (21/30) Installing expat (2.2.8-r0) [2020-10-01T01:07:01.321Z] #7 3.811 (22/30) Installing pcre2 (10.33-r0) [2020-10-01T01:07:01.321Z] #7 3.821 (23/30) Installing git (2.22.4-r0) [2020-10-01T01:07:01.321Z] #7 4.039 (24/30) Installing libmnl (1.0.4-r0) [2020-10-01T01:07:01.321Z] #7 4.042 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-10-01T01:07:01.321Z] #7 4.046 (26/30) Installing iptables (1.8.3-r1) [2020-10-01T01:07:01.321Z] #7 4.070 (27/30) Installing pigz (2.4-r0) [2020-10-01T01:07:01.321Z] #7 4.081 (28/30) Installing tar (1.32-r0) [2020-10-01T01:07:01.321Z] #7 4.089 (29/30) Installing xz-libs (5.2.4-r0) [2020-10-01T01:07:01.321Z] #7 4.093 (30/30) Installing xz (5.2.4-r0) [2020-10-01T01:07:01.321Z] #7 4.098 Executing busybox-1.30.1-r3.trigger [2020-10-01T01:07:01.321Z] #7 4.103 Executing ca-certificates-20191127-r2.trigger [2020-10-01T01:07:01.321Z] #7 4.152 OK: 179 MiB in 44 packages [2020-10-01T01:07:01.476Z] --- PASS: TestFailedConnection (1.03s) [2020-10-01T01:07:01.477Z] === RUN TestFailOnce [2020-10-01T01:07:01.477Z] 2020/10/01 01:07:01 http: panic serving 127.0.0.1:49219: Plugin not ready [2020-10-01T01:07:01.477Z] goroutine 10 [running]: [2020-10-01T01:07:01.477Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-10-01T01:07:01.477Z] panic(0x848880, 0x985320) [2020-10-01T01:07:01.477Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-10-01T01:07:01.477Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x998f20, 0xc000132000, 0xc0000d0300) [2020-10-01T01:07:01.477Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-10-01T01:07:01.477Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x998f20, 0xc000132000, 0xc0000d0300) [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-10-01T01:07:01.477Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x998f20, 0xc000132000, 0xc0000d0300) [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-10-01T01:07:01.477Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x998f20, 0xc000132000, 0xc0000d0300) [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:2831 +0xab [2020-10-01T01:07:01.477Z] net/http.(*conn).serve(0xc000058be0, 0x999ae0, 0xc00004a980) [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-10-01T01:07:01.477Z] created by net/http.(*Server).Serve [2020-10-01T01:07:01.477Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-10-01T01:07:01.477Z] time="2020-10-01T01:07:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49218/Test.FailOnce: Post http://127.0.0.1:49218/Test.FailOnce: EOF, retrying in 1s" [2020-10-01T01:07:01.579Z] #7 DONE 7.6s [2020-10-01T01:07:01.579Z] [2020-10-01T01:07:01.579Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-10-01T01:07:01.579Z] #9 DONE 0.0s [2020-10-01T01:07:01.579Z] [2020-10-01T01:07:01.579Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-10-01T01:07:01.579Z] #10 DONE 0.0s [2020-10-01T01:07:01.579Z] [2020-10-01T01:07:01.579Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-10-01T01:07:01.579Z] #11 DONE 0.0s [2020-10-01T01:07:01.579Z] [2020-10-01T01:07:01.579Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-10-01T01:07:01.589Z] === RUN TestDockerSuite/TestEventsUntag [2020-10-01T01:07:01.835Z] #15 ... [2020-10-01T01:07:01.835Z] [2020-10-01T01:07:01.835Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-10-01T01:07:01.835Z] #12 DONE 0.0s [2020-10-01T01:07:01.835Z] [2020-10-01T01:07:01.835Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-10-01T01:07:01.835Z] #13 DONE 0.0s [2020-10-01T01:07:01.835Z] [2020-10-01T01:07:01.835Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-10-01T01:07:01.937Z] === RUN TestOutputOnPrematureClose [2020-10-01T01:07:01.937Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-10-01T01:07:01.937Z] === RUN TestCompleteSilently [2020-10-01T01:07:01.937Z] --- PASS: TestCompleteSilently (0.00s) [2020-10-01T01:07:01.937Z] PASS [2020-10-01T01:07:01.937Z] coverage: 75.9% of statements [2020-10-01T01:07:01.937Z] ok github.com/docker/docker/pkg/progress 0.056s coverage: 75.9% of statements [2020-10-01T01:07:01.937Z] === RUN TestSendToOneSub [2020-10-01T01:07:01.937Z] --- PASS: TestSendToOneSub (0.00s) [2020-10-01T01:07:01.937Z] === RUN TestSendToMultipleSubs [2020-10-01T01:07:01.937Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-10-01T01:07:01.937Z] === RUN TestEvictOneSub [2020-10-01T01:07:01.937Z] --- PASS: TestEvictOneSub (0.00s) [2020-10-01T01:07:01.937Z] === RUN TestClosePublisher [2020-10-01T01:07:01.937Z] --- PASS: TestClosePublisher (0.00s) [2020-10-01T01:07:01.937Z] === RUN TestPubSubRace [2020-10-01T01:07:01.942Z] --- PASS: TestSecretCreateResolve (3.25s) [2020-10-01T01:07:01.942Z] PASS [2020-10-01T01:07:01.942Z] [2020-10-01T01:07:01.942Z] DONE 6 tests in 17.592s [2020-10-01T01:07:01.942Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-10-01T01:07:01.942Z] ++ 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-10-01T01:07:01.942Z] ++ set -e [2020-10-01T01:07:01.942Z] ++ '[' -n 0 ']' [2020-10-01T01:07:01.942Z] ++ set -x [2020-10-01T01:07:01.942Z] ++ env -i DEST=/go/src/github.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-10-01T01:07:01.942Z] INFO: Testing against a local daemon [2020-10-01T01:07:01.942Z] === RUN TestServiceCreateInit [2020-10-01T01:07:02.079Z] --- PASS: TestCreateServiceConflict (1.88s) [2020-10-01T01:07:02.079Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T01:07:02.091Z] #15 0.579 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-01T01:07:02.203Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T01:07:02.397Z] === RUN TestRegister [2020-10-01T01:07:02.397Z] --- PASS: TestRegister (0.00s) [2020-10-01T01:07:02.397Z] === RUN TestCommand [2020-10-01T01:07:02.397Z] --- PASS: TestCommand (0.02s) [2020-10-01T01:07:02.397Z] === RUN TestNaiveSelf [2020-10-01T01:07:02.397Z] --- PASS: TestNaiveSelf (0.02s) [2020-10-01T01:07:02.397Z] PASS [2020-10-01T01:07:02.397Z] coverage: 82.4% of statements [2020-10-01T01:07:02.857Z] ok github.com/docker/docker/pkg/reexec 0.079s coverage: 82.4% of statements [2020-10-01T01:07:02.857Z] --- PASS: TestFailOnce (1.12s) [2020-10-01T01:07:02.857Z] === RUN TestEchoInputOutput [2020-10-01T01:07:02.857Z] --- PASS: TestEchoInputOutput (0.00s) [2020-10-01T01:07:02.857Z] === RUN TestBackoff [2020-10-01T01:07:02.857Z] --- PASS: TestBackoff (0.00s) [2020-10-01T01:07:02.857Z] === RUN TestAbortRetry [2020-10-01T01:07:02.857Z] --- PASS: TestAbortRetry (0.00s) [2020-10-01T01:07:02.857Z] === RUN TestClientScheme [2020-10-01T01:07:02.857Z] --- PASS: TestClientScheme (0.00s) [2020-10-01T01:07:02.857Z] === RUN TestNewClientWithTimeout [2020-10-01T01:07:02.857Z] --- PASS: TestPubSubRace (1.04s) [2020-10-01T01:07:02.857Z] PASS [2020-10-01T01:07:02.857Z] coverage: 73.9% of statements [2020-10-01T01:07:02.857Z] ok github.com/docker/docker/pkg/pubsub 1.072s coverage: 73.9% of statements [2020-10-01T01:07:03.016Z] #15 1.644 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-01T01:07:03.016Z] #15 1.756 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-10-01T01:07:03.272Z] #15 1.822 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-10-01T01:07:03.272Z] #15 1.829 (3/54) Installing readline (8.0.4-r0) [2020-10-01T01:07:03.272Z] #15 1.833 (4/54) Installing bash (5.0.17-r0) [2020-10-01T01:07:03.272Z] #15 1.845 Executing bash-5.0.17-r0.post-install [2020-10-01T01:07:03.272Z] #15 1.847 (5/54) Installing linux-headers (5.4.5-r1) [2020-10-01T01:07:03.272Z] #15 1.923 (6/54) Installing libblkid (2.35.2-r0) [2020-10-01T01:07:03.272Z] #15 1.927 (7/54) Installing libuuid (2.35.2-r0) [2020-10-01T01:07:03.272Z] #15 1.930 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-10-01T01:07:03.272Z] #15 1.935 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-10-01T01:07:03.272Z] #15 1.939 (10/54) Installing libgcc (9.3.0-r2) [2020-10-01T01:07:03.272Z] #15 1.942 (11/54) Installing libstdc++ (9.3.0-r2) [2020-10-01T01:07:03.272Z] #15 1.955 (12/54) Installing binutils (2.34-r1) [2020-10-01T01:07:03.272Z] #15 2.019 (13/54) Installing libmagic (5.38-r0) [2020-10-01T01:07:03.318Z] time="2020-10-01T01:07:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-10-01T01:07:03.528Z] #15 2.042 (14/54) Installing file (5.38-r0) [2020-10-01T01:07:03.528Z] #15 2.044 (15/54) Installing gmp (6.2.0-r0) [2020-10-01T01:07:03.528Z] #15 2.049 (16/54) Installing isl (0.18-r0) [2020-10-01T01:07:03.528Z] #15 2.064 (17/54) Installing libgomp (9.3.0-r2) [2020-10-01T01:07:03.528Z] #15 2.067 (18/54) Installing libatomic (9.3.0-r2) [2020-10-01T01:07:03.528Z] #15 2.069 (19/54) Installing libgphobos (9.3.0-r2) [2020-10-01T01:07:03.528Z] #15 2.110 (20/54) Installing mpfr4 (4.0.2-r4) [2020-10-01T01:07:03.528Z] #15 2.117 (21/54) Installing mpc1 (1.1.0-r1) [2020-10-01T01:07:03.528Z] #15 2.120 (22/54) Installing gcc (9.3.0-r2) [2020-10-01T01:07:03.778Z] === RUN TestParseSignal [2020-10-01T01:07:03.778Z] --- PASS: TestParseSignal (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestValidSignalForPlatform [2020-10-01T01:07:03.778Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-10-01T01:07:03.778Z] PASS [2020-10-01T01:07:03.778Z] coverage: 20.3% of statements [2020-10-01T01:07:03.778Z] ok github.com/docker/docker/pkg/signal 0.090s coverage: 20.3% of statements [2020-10-01T01:07:03.778Z] === RUN TestNewStdWriter [2020-10-01T01:07:03.778Z] --- PASS: TestNewStdWriter (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestWriteWithUninitializedStdWriter [2020-10-01T01:07:03.778Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestWriteWithNilBytes [2020-10-01T01:07:03.778Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestWrite [2020-10-01T01:07:03.778Z] --- PASS: TestWrite (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestWriteWithWriterError [2020-10-01T01:07:03.778Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-10-01T01:07:03.778Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyWriteAndRead [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyWithInvalidInputHeader [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyWithCorruptedPrefix [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyReturnsWriteErrors [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-10-01T01:07:03.778Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-10-01T01:07:03.778Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-10-01T01:07:03.778Z] PASS [2020-10-01T01:07:03.778Z] coverage: 100.0% of statements [2020-10-01T01:07:03.778Z] ok github.com/docker/docker/pkg/stdcopy 0.055s coverage: 100.0% of statements [2020-10-01T01:07:04.121Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-10-01T01:07:04.457Z] #15 3.000 (23/54) Installing musl-dev (1.1.24-r9) [2020-10-01T01:07:04.457Z] #15 3.069 (24/54) Installing libc-dev (0.7.2-r3) [2020-10-01T01:07:04.457Z] #15 3.081 (25/54) Installing g++ (9.3.0-r2) [2020-10-01T01:07:04.751Z] time="2020-10-01T01:07:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-10-01T01:07:04.751Z] === RUN TestGenerateRandomID [2020-10-01T01:07:04.751Z] --- PASS: TestGenerateRandomID (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestShortenId [2020-10-01T01:07:04.751Z] --- PASS: TestShortenId (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestShortenSha256Id [2020-10-01T01:07:04.751Z] --- PASS: TestShortenSha256Id (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestShortenIdEmpty [2020-10-01T01:07:04.751Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestShortenIdInvalid [2020-10-01T01:07:04.751Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestIsShortIDNonHex [2020-10-01T01:07:04.751Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestIsShortIDNotCorrectSize [2020-10-01T01:07:04.751Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-10-01T01:07:04.751Z] PASS [2020-10-01T01:07:04.751Z] coverage: 70.6% of statements [2020-10-01T01:07:04.751Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2020-10-01T01:07:04.751Z] === RUN TestRawProgressFormatterFormatStatus [2020-10-01T01:07:04.751Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestRawProgressFormatterFormatProgress [2020-10-01T01:07:04.751Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestFormatStatus [2020-10-01T01:07:04.751Z] --- PASS: TestFormatStatus (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestFormatError [2020-10-01T01:07:04.751Z] --- PASS: TestFormatError (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestFormatJSONError [2020-10-01T01:07:04.751Z] --- PASS: TestFormatJSONError (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestJsonProgressFormatterFormatProgress [2020-10-01T01:07:04.751Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestJsonProgressFormatterFormatStatus [2020-10-01T01:07:04.751Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestNewJSONProgressOutput [2020-10-01T01:07:04.751Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestAuxFormatterEmit [2020-10-01T01:07:04.751Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestStreamWriterStdout [2020-10-01T01:07:04.751Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-10-01T01:07:04.751Z] === RUN TestStreamWriterStderr [2020-10-01T01:07:04.751Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-10-01T01:07:04.751Z] PASS [2020-10-01T01:07:04.751Z] coverage: 66.2% of statements [2020-10-01T01:07:04.751Z] ok github.com/docker/docker/pkg/streamformatter 0.076s coverage: 66.2% of statements [2020-10-01T01:07:04.812Z] --- PASS: TestCreateServiceMaxReplicas (2.57s) [2020-10-01T01:07:04.812Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T01:07:05.019Z] #15 3.505 (26/54) Installing make (4.3-r0) [2020-10-01T01:07:05.019Z] #15 3.509 (27/54) Installing fortify-headers (1.1-r0) [2020-10-01T01:07:05.019Z] #15 3.511 (28/54) Installing patch (2.7.6-r6) [2020-10-01T01:07:05.019Z] #15 3.515 (29/54) Installing build-base (0.5-r2) [2020-10-01T01:07:05.019Z] #15 3.517 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-10-01T01:07:05.019Z] #15 3.520 (31/54) Installing libcurl (7.69.1-r1) [2020-10-01T01:07:05.019Z] #15 3.526 (32/54) Installing curl (7.69.1-r1) [2020-10-01T01:07:05.019Z] #15 3.530 (33/54) Installing oniguruma (6.9.5-r1) [2020-10-01T01:07:05.019Z] #15 3.535 (34/54) Installing jq (1.6-r1) [2020-10-01T01:07:05.019Z] #15 3.542 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-10-01T01:07:05.019Z] #15 3.547 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-10-01T01:07:05.019Z] #15 3.549 (37/54) Installing libaio (0.3.112-r1) [2020-10-01T01:07:05.019Z] #15 3.620 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-10-01T01:07:05.019Z] #15 3.649 (39/54) Installing blkid (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.652 (40/54) Installing libcap-ng (0.7.10-r1) [2020-10-01T01:07:05.019Z] #15 3.654 (41/54) Installing setpriv (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.656 (42/54) Installing libmount (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.661 (43/54) Installing libsmartcols (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.665 (44/54) Installing findmnt (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.667 (45/54) Installing mcookie (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.669 (46/54) Installing hexdump (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.671 (47/54) Installing lsblk (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.674 (48/54) Installing libfdisk (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.679 (49/54) Installing sfdisk (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.682 (50/54) Installing cfdisk (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.685 (51/54) Installing util-linux (2.35.2-r0) [2020-10-01T01:07:05.019Z] #15 3.722 (52/54) Installing pkgconf (1.7.2-r0) [2020-10-01T01:07:05.275Z] #15 3.725 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-10-01T01:07:05.275Z] #15 3.747 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-10-01T01:07:05.275Z] #15 3.752 Executing busybox-1.31.1-r16.trigger [2020-10-01T01:07:05.275Z] #15 3.757 OK: 230 MiB in 69 packages [2020-10-01T01:07:05.722Z] === RUN TestIsCpusetListAvailable [2020-10-01T01:07:05.722Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-10-01T01:07:05.722Z] PASS [2020-10-01T01:07:05.722Z] coverage: 38.2% of statements [2020-10-01T01:07:05.722Z] ok github.com/docker/docker/pkg/sysinfo 0.091s coverage: 38.2% of statements [2020-10-01T01:07:06.694Z] === RUN TestChtimes [2020-10-01T01:07:06.694Z] --- PASS: TestChtimes (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestChtimesWindows [2020-10-01T01:07:06.694Z] --- PASS: TestChtimesWindows (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-10-01T01:07:06.694Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestEnsureRemoveAllNotExist [2020-10-01T01:07:06.694Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestEnsureRemoveAllWithDir [2020-10-01T01:07:06.694Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestEnsureRemoveAllWithFile [2020-10-01T01:07:06.694Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-10-01T01:07:06.694Z] === RUN TestEnsureRemoveAllWithMount [2020-10-01T01:07:06.694Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s) [2020-10-01T01:07:06.694Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-10-01T01:07:06.694Z] === RUN TestHasWin32KSupport [2020-10-01T01:07:06.694Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-10-01T01:07:06.694Z] syscall_windows_test.go:8: win32k: true [2020-10-01T01:07:06.694Z] PASS [2020-10-01T01:07:06.694Z] coverage: 12.0% of statements [2020-10-01T01:07:06.694Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 12.0% of statements [2020-10-01T01:07:06.694Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-10-01T01:07:06.694Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-10-01T01:07:06.694Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-10-01T01:07:06.694Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-10-01T01:07:06.694Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-10-01T01:07:07.156Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-10-01T01:07:07.156Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-10-01T01:07:07.156Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-10-01T01:07:07.156Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-10-01T01:07:07.156Z] === RUN TestTailFile [2020-10-01T01:07:07.156Z] --- PASS: TestTailFile (0.00s) [2020-10-01T01:07:07.156Z] === RUN TestTailFileManyLines [2020-10-01T01:07:07.156Z] --- PASS: TestTailFileManyLines (0.00s) [2020-10-01T01:07:07.156Z] === RUN TestTailEmptyFile [2020-10-01T01:07:07.156Z] --- PASS: TestTailEmptyFile (0.00s) [2020-10-01T01:07:07.156Z] === RUN TestTailNegativeN [2020-10-01T01:07:07.156Z] --- PASS: TestTailNegativeN (0.00s) [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/no_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/no_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/2_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/single_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/8_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/4_byte_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.156Z] === CONT TestNewTailReader/no_delimiter [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.157Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.158Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-10-01T01:07:07.158Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.159Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.159Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.160Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.488Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.623Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-10-01T01:07:07.624Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-01T01:07:07.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-01T01:07:07.625Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.02s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-10-01T01:07:07.626Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-10-01T01:07:07.627Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-10-01T01:07:07.627Z] PASS [2020-10-01T01:07:07.627Z] coverage: 88.6% of statements [2020-10-01T01:07:07.627Z] ok github.com/docker/docker/pkg/tailfile 0.291s coverage: 88.6% of statements [2020-10-01T01:07:07.627Z] time="2020-10-01T01:07:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-10-01T01:07:07.788Z] #15 DONE 6.2s [2020-10-01T01:07:07.788Z] [2020-10-01T01:07:07.788Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-10-01T01:07:08.045Z] #16 DONE 0.5s [2020-10-01T01:07:08.045Z] [2020-10-01T01:07:08.045Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-10-01T01:07:08.087Z] === RUN TestTarSumRemoveNonExistent [2020-10-01T01:07:08.087Z] --- PASS: TestTarSumRemoveNonExistent (0.02s) [2020-10-01T01:07:08.087Z] === RUN TestTarSumRemove [2020-10-01T01:07:08.087Z] --- PASS: TestTarSumRemove (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestSortFileInfoSums [2020-10-01T01:07:08.087Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestNewTarSumForLabelInvalid [2020-10-01T01:07:08.087Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestNewTarSumForLabel [2020-10-01T01:07:08.087Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestEmptyTar [2020-10-01T01:07:08.087Z] --- PASS: TestEmptyTar (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestTarSumsReadSize [2020-10-01T01:07:08.087Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestTarSums [2020-10-01T01:07:08.087Z] --- PASS: TestTarSums (0.07s) [2020-10-01T01:07:08.087Z] === RUN TestIteration [2020-10-01T01:07:08.087Z] --- PASS: TestIteration (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestVersionLabelForChecksum [2020-10-01T01:07:08.087Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestVersion [2020-10-01T01:07:08.087Z] --- PASS: TestVersion (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestGetVersion [2020-10-01T01:07:08.087Z] --- PASS: TestGetVersion (0.00s) [2020-10-01T01:07:08.087Z] === RUN TestGetVersions [2020-10-01T01:07:08.087Z] --- PASS: TestGetVersions (0.00s) [2020-10-01T01:07:08.087Z] PASS [2020-10-01T01:07:08.087Z] coverage: 89.3% of statements [2020-10-01T01:07:08.087Z] ok github.com/docker/docker/pkg/tarsum 0.199s coverage: 89.3% of statements [2020-10-01T01:07:08.087Z] testing: warning: no tests to run [2020-10-01T01:07:08.087Z] PASS [2020-10-01T01:07:08.087Z] coverage: [no statements] [2020-10-01T01:07:08.087Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: [no statements] [no tests to run] [2020-10-01T01:07:08.087Z] === RUN TestTruncIndex [2020-10-01T01:07:08.549Z] --- PASS: TestTruncIndex (0.10s) [2020-10-01T01:07:08.549Z] PASS [2020-10-01T01:07:08.549Z] coverage: 91.5% of statements [2020-10-01T01:07:08.549Z] ok github.com/docker/docker/pkg/truncindex 0.155s coverage: 91.5% of statements [2020-10-01T01:07:08.607Z] #17 DONE 0.5s [2020-10-01T01:07:08.607Z] [2020-10-01T01:07:08.607Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-10-01T01:07:08.607Z] #18 DONE 0.0s [2020-10-01T01:07:08.607Z] [2020-10-01T01:07:08.607Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-10-01T01:07:08.607Z] #26 DONE 0.0s [2020-10-01T01:07:08.607Z] [2020-10-01T01:07:08.607Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-10-01T01:07:08.607Z] #22 DONE 0.1s [2020-10-01T01:07:08.607Z] [2020-10-01T01:07:08.607Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-10-01T01:07:08.607Z] #19 DONE 0.1s [2020-10-01T01:07:08.607Z] [2020-10-01T01:07:08.607Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-10-01T01:07:08.863Z] #20 ... [2020-10-01T01:07:08.863Z] [2020-10-01T01:07:08.863Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-10-01T01:07:08.863Z] #27 DONE 0.1s [2020-10-01T01:07:08.863Z] [2020-10-01T01:07:08.863Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-10-01T01:07:08.863Z] #23 DONE 0.1s [2020-10-01T01:07:08.863Z] [2020-10-01T01:07:08.863Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-10-01T01:07:08.863Z] #28 DONE 0.1s [2020-10-01T01:07:08.863Z] [2020-10-01T01:07:08.863Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-10-01T01:07:09.009Z] === RUN TestIsGIT [2020-10-01T01:07:09.009Z] --- PASS: TestIsGIT (0.00s) [2020-10-01T01:07:09.009Z] === RUN TestIsTransport [2020-10-01T01:07:09.009Z] --- PASS: TestIsTransport (0.00s) [2020-10-01T01:07:09.009Z] PASS [2020-10-01T01:07:09.009Z] coverage: 100.0% of statements [2020-10-01T01:07:09.009Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2020-10-01T01:07:09.009Z] === RUN TestVersionInfo [2020-10-01T01:07:09.009Z] --- PASS: TestVersionInfo (0.00s) [2020-10-01T01:07:09.009Z] === RUN TestAppendVersions [2020-10-01T01:07:09.009Z] --- PASS: TestAppendVersions (0.00s) [2020-10-01T01:07:09.009Z] PASS [2020-10-01T01:07:09.009Z] coverage: 88.9% of statements [2020-10-01T01:07:09.009Z] ok github.com/docker/docker/pkg/useragent 0.052s coverage: 88.9% of statements [2020-10-01T01:07:10.229Z] #29 ... [2020-10-01T01:07:10.229Z] [2020-10-01T01:07:10.229Z] #31 [builder 1/4] COPY . . [2020-10-01T01:07:10.229Z] #31 DONE 1.7s [2020-10-01T01:07:10.485Z] [2020-10-01T01:07:10.485Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-10-01T01:07:10.557Z] === RUN TestNewSettable [2020-10-01T01:07:10.557Z] --- PASS: TestNewSettable (0.00s) [2020-10-01T01:07:10.557Z] === RUN TestIsSettable [2020-10-01T01:07:10.557Z] --- PASS: TestIsSettable (0.00s) [2020-10-01T01:07:10.557Z] === RUN TestUpdateSettingsEnv [2020-10-01T01:07:10.557Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-10-01T01:07:10.557Z] PASS [2020-10-01T01:07:10.557Z] coverage: 20.1% of statements [2020-10-01T01:07:10.557Z] ok github.com/docker/docker/plugin/v2 0.233s coverage: 20.1% of statements [2020-10-01T01:07:11.021Z] === RUN TestValidatePrivileges [2020-10-01T01:07:11.021Z] --- PASS: TestValidatePrivileges (0.00s) [2020-10-01T01:07:11.021Z] === RUN TestFilterByCapNeg [2020-10-01T01:07:11.021Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-10-01T01:07:11.021Z] === RUN TestFilterByCapPos [2020-10-01T01:07:11.021Z] --- PASS: TestFilterByCapPos (0.00s) [2020-10-01T01:07:11.021Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-10-01T01:07:11.021Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-10-01T01:07:11.021Z] PASS [2020-10-01T01:07:11.021Z] coverage: 12.0% of statements [2020-10-01T01:07:11.021Z] ok github.com/docker/docker/plugin 0.382s coverage: 12.0% of statements [2020-10-01T01:07:11.021Z] === RUN TestLoad [2020-10-01T01:07:11.021Z] --- PASS: TestLoad (0.00s) [2020-10-01T01:07:11.021Z] === RUN TestSave [2020-10-01T01:07:11.021Z] --- PASS: TestSave (0.05s) [2020-10-01T01:07:11.021Z] === RUN TestAddDeleteGet [2020-10-01T01:07:11.021Z] --- PASS: TestAddDeleteGet (0.08s) [2020-10-01T01:07:11.021Z] === RUN TestInvalidTags [2020-10-01T01:07:11.021Z] --- PASS: TestInvalidTags (0.01s) [2020-10-01T01:07:11.021Z] PASS [2020-10-01T01:07:11.021Z] coverage: 84.4% of statements [2020-10-01T01:07:11.021Z] ok github.com/docker/docker/reference 0.504s coverage: 84.4% of statements [2020-10-01T01:07:11.414Z] #32 DONE 1.3s [2020-10-01T01:07:11.414Z] [2020-10-01T01:07:11.414Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-10-01T01:07:11.415Z] #20 2.920 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-10-01T01:07:11.992Z] time="2020-10-01T01:07:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-10-01T01:07:12.345Z] #20 3.639 [2020-10-01T01:07:12.452Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-10-01T01:07:12.452Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-10-01T01:07:12.452Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-10-01T01:07:12.452Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-10-01T01:07:12.452Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-10-01T01:07:12.452Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-10-01T01:07:12.452Z] === RUN TestResumableRequestReaderWithReadError [2020-10-01T01:07:12.452Z] time="2020-10-01T01:07:12Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-10-01T01:07:12.452Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2020-10-01T01:07:12.452Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-10-01T01:07:12.452Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-10-01T01:07:12.453Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-10-01T01:07:12.453Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-10-01T01:07:12.453Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-10-01T01:07:12.453Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-10-01T01:07:12.453Z] === RUN TestResumableRequestReader [2020-10-01T01:07:12.453Z] --- PASS: TestResumableRequestReader (0.00s) [2020-10-01T01:07:12.453Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-10-01T01:07:12.453Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-10-01T01:07:12.453Z] PASS [2020-10-01T01:07:12.453Z] coverage: 100.0% of statements [2020-10-01T01:07:12.453Z] ok github.com/docker/docker/registry/resumable 0.233s coverage: 100.0% of statements [2020-10-01T01:07:12.453Z] === RUN TestRestartManagerTimeout [2020-10-01T01:07:12.453Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-10-01T01:07:12.453Z] === RUN TestRestartManagerTimeoutReset [2020-10-01T01:07:12.453Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-10-01T01:07:12.453Z] PASS [2020-10-01T01:07:12.453Z] coverage: 50.9% of statements [2020-10-01T01:07:12.453Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2020-10-01T01:07:12.775Z] --- PASS: TestServiceCreateInit (10.16s) [2020-10-01T01:07:12.775Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.08s) [2020-10-01T01:07:12.775Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2020-10-01T01:07:12.775Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T01:07:13.115Z] #20 3.783 0.0% ########## 14.8% ######################## 34.7% ########################################## 59.2% ##################################################### 73.9% ################################################################### 93.7% ######################################################################## 100.0% [2020-10-01T01:07:13.372Z] #20 4.766 [2020-10-01T01:07:13.424Z] === RUN TestDecodeContainerConfig [2020-10-01T01:07:13.424Z] --- PASS: TestDecodeContainerConfig (0.02s) [2020-10-01T01:07:13.424Z] === RUN TestDecodeContainerConfigIsolation [2020-10-01T01:07:13.424Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-10-01T01:07:13.424Z] === RUN TestValidatePrivileged [2020-10-01T01:07:13.424Z] --- PASS: TestValidatePrivileged (0.00s) [2020-10-01T01:07:13.424Z] PASS [2020-10-01T01:07:13.424Z] coverage: 52.2% of statements [2020-10-01T01:07:13.424Z] ok github.com/docker/docker/runconfig 0.065s coverage: 52.2% of statements [2020-10-01T01:07:13.629Z] #20 4.880 ######################################### 58.1% ######################################################################## 100.0% [2020-10-01T01:07:13.629Z] #20 ... [2020-10-01T01:07:13.629Z] [2020-10-01T01:07:13.629Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-10-01T01:07:13.629Z] #24 1.144 + RM_GOPATH=0 [2020-10-01T01:07:13.629Z] #24 1.144 + TMP_GOPATH= [2020-10-01T01:07:13.629Z] #24 1.144 + : /build [2020-10-01T01:07:13.629Z] #24 1.144 + '[' -z '' ']' [2020-10-01T01:07:13.629Z] #24 1.144 ++ mktemp -d [2020-10-01T01:07:13.629Z] #24 1.144 + export GOPATH=/tmp/tmp.cfHpcB [2020-10-01T01:07:13.629Z] #24 1.144 + GOPATH=/tmp/tmp.cfHpcB [2020-10-01T01:07:13.629Z] #24 1.144 + RM_GOPATH=1 [2020-10-01T01:07:13.629Z] #24 1.144 + case "$(go env GOARCH)" in [2020-10-01T01:07:13.629Z] #24 1.144 ++ go env GOARCH [2020-10-01T01:07:13.629Z] #24 1.158 Install docker/cli version 17.06.2-ce from stable [2020-10-01T01:07:13.629Z] #24 1.158 + export GO_BUILDMODE=-buildmode=pie [2020-10-01T01:07:13.629Z] #24 1.158 + GO_BUILDMODE=-buildmode=pie [2020-10-01T01:07:13.629Z] #24 1.158 ++ dirname ./install.sh [2020-10-01T01:07:13.629Z] #24 1.158 + dir=. [2020-10-01T01:07:13.629Z] #24 1.158 + bin=dockercli [2020-10-01T01:07:13.629Z] #24 1.158 + shift [2020-10-01T01:07:13.629Z] #24 1.158 + '[' '!' -f ./dockercli.installer ']' [2020-10-01T01:07:13.629Z] #24 1.158 + . ./dockercli.installer [2020-10-01T01:07:13.629Z] #24 1.158 ++ : stable [2020-10-01T01:07:13.629Z] #24 1.158 ++ : 17.06.2-ce [2020-10-01T01:07:13.629Z] #24 1.158 + install_dockercli [2020-10-01T01:07:13.629Z] #24 1.158 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-10-01T01:07:13.629Z] #24 1.166 ++ uname -m [2020-10-01T01:07:13.629Z] #24 1.166 + arch=x86_64 [2020-10-01T01:07:13.629Z] #24 1.166 + '[' x86_64 '!=' x86_64 ']' [2020-10-01T01:07:13.629Z] #24 1.166 + url=https://download.docker.com/linux/static [2020-10-01T01:07:13.629Z] #24 1.166 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-10-01T01:07:13.629Z] #24 1.166 + tar -xz docker/docker [2020-10-01T01:07:13.629Z] #24 4.380 + mkdir -p /build [2020-10-01T01:07:13.629Z] #24 4.382 + mv docker/docker /build/ [2020-10-01T01:07:13.629Z] #24 4.384 + rmdir docker [2020-10-01T01:07:13.629Z] #24 DONE 5.0s [2020-10-01T01:07:13.883Z] === RUN TestSameAuthDataPostSave [2020-10-01T01:07:13.883Z] --- PASS: TestSameAuthDataPostSave (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestResolveAuthConfigIndexServer [2020-10-01T01:07:13.883Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestResolveAuthConfigFullURL [2020-10-01T01:07:13.883Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestLoadAllowNondistributableArtifacts [2020-10-01T01:07:13.883Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestValidateMirror [2020-10-01T01:07:13.883Z] --- PASS: TestValidateMirror (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestLoadInsecureRegistries [2020-10-01T01:07:13.883Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-10-01T01:07:13.883Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-10-01T01:07:13.883Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-10-01T01:07:13.883Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-10-01T01:07:13.884Z] PASS [2020-10-01T01:07:13.884Z] coverage: 62.5% of statements [2020-10-01T01:07:13.884Z] ok github.com/docker/docker/testutil 0.250s coverage: 62.5% of statements [2020-10-01T01:07:13.884Z] time="2020-10-01T01:07:13Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-10-01T01:07:13.884Z] time="2020-10-01T01:07:13Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-10-01T01:07:13.884Z] time="2020-10-01T01:07:13Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-10-01T01:07:13.884Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2020-10-01T01:07:13.884Z] === RUN TestNewServiceConfig [2020-10-01T01:07:13.884Z] --- PASS: TestNewServiceConfig (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestValidateIndexName [2020-10-01T01:07:13.884Z] --- PASS: TestValidateIndexName (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestValidateIndexNameWithError [2020-10-01T01:07:13.884Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestEndpointParse [2020-10-01T01:07:13.884Z] --- PASS: TestEndpointParse (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestEndpointParseInvalid [2020-10-01T01:07:13.884Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestValidateEndpoint [2020-10-01T01:07:13.884Z] --- PASS: TestValidateEndpoint (0.01s) [2020-10-01T01:07:13.884Z] === RUN TestPing [2020-10-01T01:07:13.884Z] --- PASS: TestPing (0.00s) [2020-10-01T01:07:13.884Z] === RUN TestPingRegistryEndpoint [2020-10-01T01:07:13.884Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:13.884Z] === RUN TestEndpoint [2020-10-01T01:07:13.884Z] --- SKIP: TestEndpoint (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:13.884Z] === RUN TestGetRemoteHistory [2020-10-01T01:07:13.884Z] --- PASS: TestGetRemoteHistory (0.00s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/ancestry HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 140 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433562403100; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Size: 154 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433562403100 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestLookupRemoteImage [2020-10-01T01:07:13.884Z] --- PASS: TestLookupRemoteImage (0.00s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 559 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433565428200; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Size: 154 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433565428200 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token FAKE-TOKEN-1601514433565428200 [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 19 [2020-10-01T01:07:13.884Z] Content-Type: text/plain; charset=utf-8 [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433566408300; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Content-Type-Options: nosniff [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433566408300 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestGetRemoteImageJSON [2020-10-01T01:07:13.884Z] --- PASS: TestGetRemoteImageJSON (0.00s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 559 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433569418700; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Size: 154 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433569418700 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token FAKE-TOKEN-1601514433569418700 [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 19 [2020-10-01T01:07:13.884Z] Content-Type: text/plain; charset=utf-8 [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433570420700; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Content-Type-Options: nosniff [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433570420700 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestGetRemoteImageLayer [2020-10-01T01:07:13.884Z] --- PASS: TestGetRemoteImageLayer (0.00s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 154 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433572411800; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Size: 154 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433572411800 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/images/abcdef/layer HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token FAKE-TOKEN-1601514433572411800 [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 19 [2020-10-01T01:07:13.884Z] Content-Type: text/plain; charset=utf-8 [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433573417200; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Content-Type-Options: nosniff [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433573417200 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestGetRemoteTag [2020-10-01T01:07:13.884Z] --- PASS: TestGetRemoteTag (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags/test HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 66 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433577413900; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433577413900 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags/foo HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token FAKE-TOKEN-1601514433577413900 [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 32 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433578412400; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433578412400 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestGetRemoteTags [2020-10-01T01:07:13.884Z] --- PASS: TestGetRemoteTags (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 151 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433583431300; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433583431300 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token FAKE-TOKEN-1601514433583431300 [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 32 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433585408300; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433585408300 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestGetRepositoryData [2020-10-01T01:07:13.884Z] --- PASS: TestGetRepositoryData (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:923: GET /v1/repositories/foo42/bar/images HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] X-Docker-Token: true [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 363 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-SESSION-1601514433592419100 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestPushImageJSONRegistry [2020-10-01T01:07:13.884Z] --- PASS: TestPushImageJSONRegistry (0.00s) [2020-10-01T01:07:13.884Z] registry_test.go:923: PUT /v1/images/77dbf71da1d00e3fbddc480176eac8994025630c6590d11cfc8fe1209c2a1d20/json HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Content-Length: 3 [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 4 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433595419900; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.884Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.884Z] X-Docker-Token: FAKE-TOKEN-1601514433595419900 [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] === RUN TestPushImageLayerRegistry [2020-10-01T01:07:13.884Z] --- PASS: TestPushImageLayerRegistry (0.01s) [2020-10-01T01:07:13.884Z] registry_test.go:923: PUT /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-10-01T01:07:13.884Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.884Z] User-Agent: docker test client [2020-10-01T01:07:13.884Z] Transfer-Encoding: chunked [2020-10-01T01:07:13.884Z] Authorization: Token fake-token [2020-10-01T01:07:13.884Z] Content-Type: application/octet-stream [2020-10-01T01:07:13.884Z] Accept-Encoding: gzip [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] [2020-10-01T01:07:13.884Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.884Z] Connection: close [2020-10-01T01:07:13.884Z] Content-Length: 4 [2020-10-01T01:07:13.884Z] Cache-Control: no-cache [2020-10-01T01:07:13.884Z] Content-Type: application/json [2020-10-01T01:07:13.884Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.884Z] Expires: -1 [2020-10-01T01:07:13.884Z] Pragma: no-cache [2020-10-01T01:07:13.884Z] Server: docker-tests/mock [2020-10-01T01:07:13.884Z] Set-Cookie: session=FAKE-SESSION-1601514433601420900; Max-Age=3600 [2020-10-01T01:07:13.884Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.885Z] X-Docker-Token: FAKE-TOKEN-1601514433601420900 [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] === RUN TestParseRepositoryInfo [2020-10-01T01:07:13.885Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-10-01T01:07:13.885Z] === RUN TestNewIndexInfo [2020-10-01T01:07:13.885Z] --- PASS: TestNewIndexInfo (0.00s) [2020-10-01T01:07:13.885Z] === RUN TestMirrorEndpointLookup [2020-10-01T01:07:13.885Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-10-01T01:07:13.885Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:13.885Z] === RUN TestPushRegistryTag [2020-10-01T01:07:13.885Z] --- PASS: TestPushRegistryTag (0.01s) [2020-10-01T01:07:13.885Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/tags/stable HTTP/1.1 [2020-10-01T01:07:13.885Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.885Z] User-Agent: docker test client [2020-10-01T01:07:13.885Z] Content-Length: 66 [2020-10-01T01:07:13.885Z] Authorization: Token fake-token [2020-10-01T01:07:13.885Z] Content-Type: application/json [2020-10-01T01:07:13.885Z] Accept-Encoding: gzip [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.885Z] Connection: close [2020-10-01T01:07:13.885Z] Content-Length: 4 [2020-10-01T01:07:13.885Z] Cache-Control: no-cache [2020-10-01T01:07:13.885Z] Content-Type: application/json [2020-10-01T01:07:13.885Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.885Z] Expires: -1 [2020-10-01T01:07:13.885Z] Pragma: no-cache [2020-10-01T01:07:13.885Z] Server: docker-tests/mock [2020-10-01T01:07:13.885Z] Set-Cookie: session=FAKE-SESSION-1601514433616418300; Max-Age=3600 [2020-10-01T01:07:13.885Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.885Z] X-Docker-Token: FAKE-TOKEN-1601514433616418300 [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] === RUN TestPushImageJSONIndex [2020-10-01T01:07:13.885Z] --- PASS: TestPushImageJSONIndex (0.00s) [2020-10-01T01:07:13.885Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/ HTTP/1.1 [2020-10-01T01:07:13.885Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.885Z] User-Agent: docker test client [2020-10-01T01:07:13.885Z] Content-Length: 319 [2020-10-01T01:07:13.885Z] Authorization: Token fake-token [2020-10-01T01:07:13.885Z] Content-type: application/json [2020-10-01T01:07:13.885Z] X-Docker-Token: true [2020-10-01T01:07:13.885Z] Accept-Encoding: gzip [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.885Z] Connection: close [2020-10-01T01:07:13.885Z] Content-Length: 2 [2020-10-01T01:07:13.885Z] Cache-Control: no-cache [2020-10-01T01:07:13.885Z] Content-Type: application/json [2020-10-01T01:07:13.885Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.885Z] Expires: -1 [2020-10-01T01:07:13.885Z] Pragma: no-cache [2020-10-01T01:07:13.885Z] Server: docker-tests/mock [2020-10-01T01:07:13.885Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-10-01T01:07:13.885Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.885Z] X-Docker-Token: FAKE-SESSION-1601514433620432000 [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/images HTTP/1.1 [2020-10-01T01:07:13.885Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.885Z] User-Agent: docker test client [2020-10-01T01:07:13.885Z] Content-Length: 319 [2020-10-01T01:07:13.885Z] Authorization: Token FAKE-SESSION-1601514433620432000 [2020-10-01T01:07:13.885Z] Content-type: application/json [2020-10-01T01:07:13.885Z] X-Docker-Endpoints: http://127.0.0.1:49238/v1/ [2020-10-01T01:07:13.885Z] X-Docker-Token: true [2020-10-01T01:07:13.885Z] Accept-Encoding: gzip [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] registry_test.go:932: HTTP/1.1 204 No Content [2020-10-01T01:07:13.885Z] Connection: close [2020-10-01T01:07:13.885Z] Content-Length: 0 [2020-10-01T01:07:13.885Z] Cache-Control: no-cache [2020-10-01T01:07:13.885Z] Content-Type: application/json [2020-10-01T01:07:13.885Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.885Z] Expires: -1 [2020-10-01T01:07:13.885Z] Pragma: no-cache [2020-10-01T01:07:13.885Z] Server: docker-tests/mock [2020-10-01T01:07:13.885Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-10-01T01:07:13.885Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.885Z] X-Docker-Token: FAKE-SESSION-1601514433621409000 [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] === RUN TestSearchRepositories [2020-10-01T01:07:13.885Z] --- PASS: TestSearchRepositories (0.01s) [2020-10-01T01:07:13.885Z] registry_test.go:923: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-10-01T01:07:13.885Z] Host: 127.0.0.1:49238 [2020-10-01T01:07:13.885Z] User-Agent: docker test client [2020-10-01T01:07:13.885Z] Authorization: Token fake-token [2020-10-01T01:07:13.885Z] X-Docker-Token: true [2020-10-01T01:07:13.885Z] Accept-Encoding: gzip [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] registry_test.go:932: HTTP/1.1 200 OK [2020-10-01T01:07:13.885Z] Connection: close [2020-10-01T01:07:13.885Z] Content-Length: 144 [2020-10-01T01:07:13.885Z] Cache-Control: no-cache [2020-10-01T01:07:13.885Z] Content-Type: application/json [2020-10-01T01:07:13.885Z] Date: Thu, 01 Oct 2020 01:07:13 GMT [2020-10-01T01:07:13.885Z] Expires: -1 [2020-10-01T01:07:13.885Z] Pragma: no-cache [2020-10-01T01:07:13.885Z] Server: docker-tests/mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Config: mock [2020-10-01T01:07:13.885Z] X-Docker-Registry-Version: 0.0.0 [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] [2020-10-01T01:07:13.885Z] === RUN TestTrustedLocation [2020-10-01T01:07:13.885Z] --- PASS: TestTrustedLocation (0.00s) [2020-10-01T01:07:13.885Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-10-01T01:07:13.885Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-10-01T01:07:13.885Z] === RUN TestAllowNondistributableArtifacts [2020-10-01T01:07:13.885Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-10-01T01:07:13.885Z] === RUN TestIsSecureIndex [2020-10-01T01:07:13.885Z] --- PASS: TestIsSecureIndex (0.00s) [2020-10-01T01:07:13.885Z] PASS [2020-10-01T01:07:13.885Z] coverage: 51.7% of statements [2020-10-01T01:07:13.885Z] ok github.com/docker/docker/registry 0.430s coverage: 51.7% of statements [2020-10-01T01:07:13.886Z] [2020-10-01T01:07:13.886Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-01T01:07:13.886Z] #33 0.873 [2020-10-01T01:07:13.886Z] #33 1.064 Removing bundles/ [2020-10-01T01:07:13.886Z] #33 1.065 [2020-10-01T01:07:13.886Z] #33 1.084 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-10-01T01:07:14.816Z] #33 3.092 Building test suite binary ./integration-cli/test.main [2020-10-01T01:07:16.324Z] === RUN TestDockerSuite/TestExec [2020-10-01T01:07:16.324Z] --- PASS: TestServiceUpdateConfigs (14.71s) [2020-10-01T01:07:16.324Z] === RUN TestServiceUpdateNetwork [2020-10-01T01:07:16.324Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-10-01T01:07:16.324Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-10-01T01:07:16.710Z] #33 ... [2020-10-01T01:07:16.710Z] [2020-10-01T01:07:16.710Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-10-01T01:07:16.710Z] #20 5.453 #=#=# [2020-10-01T01:07:16.710Z] #20 5.596 ############# 19.2% ############################################################ 84.5% ######################################################################## 100.0% [2020-10-01T01:07:16.710Z] #20 6.113 [2020-10-01T01:07:16.710Z] #20 6.232 # 2.6% ########### 15.8% ########################## 36.8% ######################################## 56.1% ###################################################### 76.3% ####################################################################### 99.4% ######################################################################## 100.0% [2020-10-01T01:07:16.710Z] #20 7.236 #=#=# [2020-10-01T01:07:16.798Z] === RUN TestGetDriver [2020-10-01T01:07:16.799Z] --- PASS: TestGetDriver (0.00s) [2020-10-01T01:07:16.799Z] === RUN TestVolumeRequestError [2020-10-01T01:07:16.799Z] --- PASS: TestVolumeRequestError (0.01s) [2020-10-01T01:07:16.799Z] PASS [2020-10-01T01:07:16.799Z] coverage: 36.1% of statements [2020-10-01T01:07:16.799Z] ok github.com/docker/docker/volume/drivers 0.141s coverage: 36.1% of statements [2020-10-01T01:07:16.799Z] === RUN TestGetAddress [2020-10-01T01:07:16.799Z] --- PASS: TestGetAddress (0.00s) [2020-10-01T01:07:16.799Z] === RUN TestRemove [2020-10-01T01:07:16.799Z] --- SKIP: TestRemove (0.00s) [2020-10-01T01:07:16.799Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-10-01T01:07:16.799Z] === RUN TestInitializeWithVolumes [2020-10-01T01:07:16.799Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-10-01T01:07:16.799Z] === RUN TestCreate [2020-10-01T01:07:16.799Z] --- PASS: TestCreate (0.00s) [2020-10-01T01:07:16.799Z] === RUN TestValidateName [2020-10-01T01:07:16.799Z] --- PASS: TestValidateName (0.00s) [2020-10-01T01:07:16.799Z] === RUN TestCreateWithOpts [2020-10-01T01:07:16.799Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-10-01T01:07:16.799Z] local_test.go:181: runtime.GOOS == "windows" [2020-10-01T01:07:16.799Z] === RUN TestRelaodNoOpts [2020-10-01T01:07:16.799Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-10-01T01:07:16.799Z] PASS [2020-10-01T01:07:16.799Z] coverage: 37.7% of statements [2020-10-01T01:07:16.799Z] ok github.com/docker/docker/volume/local 0.171s coverage: 37.7% of statements [2020-10-01T01:07:16.893Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-10-01T01:07:17.259Z] === RUN TestConvertTmpfsOptions [2020-10-01T01:07:17.259Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-10-01T01:07:17.259Z] parser_test.go:49: data="mode=700,size=1m" [2020-10-01T01:07:17.259Z] parser_test.go:49: data="ro" [2020-10-01T01:07:17.259Z] === RUN TestParseMountRaw [2020-10-01T01:07:17.259Z] --- PASS: TestParseMountRaw (0.04s) [2020-10-01T01:07:17.259Z] === RUN TestParseMountRawSplit [2020-10-01T01:07:17.259Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-10-01T01:07:17.259Z] parser_test.go:390: case 0 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 1 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 2 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 3 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 4 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 5 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 6 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 7 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 8 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 0 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 1 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 2 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 3 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 4 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 5 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 6 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 7 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 8 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 9 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 10 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 11 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 12 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 0 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 1 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 2 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 3 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 4 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 5 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 6 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 7 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 8 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 9 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 10 [2020-10-01T01:07:17.259Z] parser_test.go:390: case 11 [2020-10-01T01:07:17.259Z] === RUN TestParseMountSpec [2020-10-01T01:07:17.259Z] --- PASS: TestParseMountSpec (0.00s) [2020-10-01T01:07:17.259Z] parser_test.go:455: case 0 [2020-10-01T01:07:17.259Z] parser_test.go:455: case 1 [2020-10-01T01:07:17.259Z] parser_test.go:455: case 2 [2020-10-01T01:07:17.259Z] parser_test.go:455: case 3 [2020-10-01T01:07:17.259Z] parser_test.go:455: case 4 [2020-10-01T01:07:17.259Z] parser_test.go:455: case 5 [2020-10-01T01:07:17.259Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-10-01T01:07:17.259Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-10-01T01:07:17.259Z] === RUN TestValidateMount [2020-10-01T01:07:17.259Z] --- PASS: TestValidateMount (0.00s) [2020-10-01T01:07:17.259Z] PASS [2020-10-01T01:07:17.259Z] coverage: 66.2% of statements [2020-10-01T01:07:17.259Z] ok github.com/docker/docker/volume/mounts 0.152s coverage: 66.2% of statements [2020-10-01T01:07:17.461Z] === RUN TestDockerSuite/TestExecAPIStart [2020-10-01T01:07:17.462Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.75s) [2020-10-01T01:07:17.462Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T01:07:18.233Z] === RUN TestSetGetMeta [2020-10-01T01:07:18.233Z] === PAUSE TestSetGetMeta [2020-10-01T01:07:18.233Z] === RUN TestRestore [2020-10-01T01:07:18.233Z] === PAUSE TestRestore [2020-10-01T01:07:18.233Z] === RUN TestServiceCreate [2020-10-01T01:07:18.233Z] === PAUSE TestServiceCreate [2020-10-01T01:07:18.233Z] === RUN TestServiceList [2020-10-01T01:07:18.233Z] === PAUSE TestServiceList [2020-10-01T01:07:18.233Z] === RUN TestServiceRemove [2020-10-01T01:07:18.233Z] === PAUSE TestServiceRemove [2020-10-01T01:07:18.233Z] === RUN TestServiceGet [2020-10-01T01:07:18.233Z] === PAUSE TestServiceGet [2020-10-01T01:07:18.233Z] === RUN TestServicePrune [2020-10-01T01:07:18.233Z] === PAUSE TestServicePrune [2020-10-01T01:07:18.233Z] === RUN TestCreate [2020-10-01T01:07:18.233Z] === PAUSE TestCreate [2020-10-01T01:07:18.233Z] === RUN TestRemove [2020-10-01T01:07:18.233Z] === PAUSE TestRemove [2020-10-01T01:07:18.233Z] === RUN TestList [2020-10-01T01:07:18.233Z] === PAUSE TestList [2020-10-01T01:07:18.233Z] === RUN TestFindByDriver [2020-10-01T01:07:18.233Z] === PAUSE TestFindByDriver [2020-10-01T01:07:18.233Z] === RUN TestFindByReferenced [2020-10-01T01:07:18.233Z] === PAUSE TestFindByReferenced [2020-10-01T01:07:18.233Z] === RUN TestDerefMultipleOfSameRef [2020-10-01T01:07:18.233Z] === PAUSE TestDerefMultipleOfSameRef [2020-10-01T01:07:18.233Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-01T01:07:18.233Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-01T01:07:18.233Z] === RUN TestDefererencePluginOnCreateError [2020-10-01T01:07:18.233Z] === PAUSE TestDefererencePluginOnCreateError [2020-10-01T01:07:18.233Z] === RUN TestRefDerefRemove [2020-10-01T01:07:18.233Z] === PAUSE TestRefDerefRemove [2020-10-01T01:07:18.233Z] === RUN TestGet [2020-10-01T01:07:18.233Z] === PAUSE TestGet [2020-10-01T01:07:18.233Z] === RUN TestGetWithReference [2020-10-01T01:07:18.520Z] #20 7.405 0.0% ### 5.4% ######## 12.3% ############ 17.3% ############## 20.7% ################# 24.7% ##################### 29.9% ######################## 33.8% ########################### 38.5% ############################### 43.6% #################################### 50.2% ####################################### 54.3% ########################################### 60.1% ############################################ 62.3% ############################################### 65.5% ################################################# 69.1% #################################################### 73.4% ######################################################## 78.7% ########################################################### 83.2% ############################################################### 88.9% ################################################################## 92.9% ###################################################################### 97.3% ######################################################################## 100.0% [2020-10-01T01:07:18.694Z] === PAUSE TestGetWithReference [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_nil_list [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_nil_list [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_empty_list [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_empty_list [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_filter_some [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_filter_some [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_filter_middle [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_filter_middle [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-10-01T01:07:18.694Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-10-01T01:07:18.694Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_nil_list [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_filter_some [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_filter_middle [2020-10-01T01:07:18.694Z] === CONT TestFilterFunc/test_empty_list [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-10-01T01:07:18.694Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-10-01T01:07:18.694Z] === CONT TestSetGetMeta [2020-10-01T01:07:18.694Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-10-01T01:07:18.694Z] === CONT TestCreate [2020-10-01T01:07:18.694Z] === CONT TestServiceRemove [2020-10-01T01:07:18.694Z] --- PASS: TestSetGetMeta (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestDerefMultipleOfSameRef [2020-10-01T01:07:18.694Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestFindByReferenced [2020-10-01T01:07:18.694Z] --- PASS: TestCreate (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestFindByDriver [2020-10-01T01:07:18.694Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-10-01T01:07:18.694Z] === CONT TestList [2020-10-01T01:07:18.694Z] --- PASS: TestFindByReferenced (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestRemove [2020-10-01T01:07:18.694Z] --- PASS: TestFindByDriver (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestGet [2020-10-01T01:07:18.694Z] --- PASS: TestGet (0.02s) [2020-10-01T01:07:18.694Z] === CONT TestGetWithReference [2020-10-01T01:07:18.694Z] --- PASS: TestRemove (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestRefDerefRemove [2020-10-01T01:07:18.694Z] --- PASS: TestList (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestDefererencePluginOnCreateError [2020-10-01T01:07:18.694Z] --- PASS: TestRefDerefRemove (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestServicePrune [2020-10-01T01:07:18.694Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestServiceCreate [2020-10-01T01:07:18.694Z] --- PASS: TestGetWithReference (0.03s) [2020-10-01T01:07:18.694Z] === CONT TestServiceList [2020-10-01T01:07:18.694Z] time="2020-10-01T01:07:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-01T01:07:18.694Z] --- PASS: TestServiceRemove (0.16s) [2020-10-01T01:07:18.694Z] === CONT TestServiceGet [2020-10-01T01:07:18.694Z] --- PASS: TestServiceCreate (0.04s) [2020-10-01T01:07:18.694Z] === CONT TestRestore [2020-10-01T01:07:18.694Z] --- PASS: TestServiceList (0.04s) [2020-10-01T01:07:18.694Z] time="2020-10-01T01:07:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-01T01:07:18.694Z] --- PASS: TestServiceGet (0.02s) [2020-10-01T01:07:18.694Z] time="2020-10-01T01:07:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-01T01:07:18.694Z] time="2020-10-01T01:07:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-10-01T01:07:18.694Z] time="2020-10-01T01:07:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-10-01T01:07:18.694Z] --- PASS: TestRestore (0.03s) [2020-10-01T01:07:18.694Z] --- PASS: TestServicePrune (0.08s) [2020-10-01T01:07:18.694Z] PASS [2020-10-01T01:07:18.694Z] coverage: 70.3% of statements [2020-10-01T01:07:18.694Z] ok github.com/docker/docker/volume/service 0.345s coverage: 70.3% of statements [2020-10-01T01:07:18.776Z] #20 10.18 [2020-10-01T01:07:19.367Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-10-01T01:07:19.367Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-10-01T01:07:19.574Z] --- PASS: TestCreateServiceSecretFileMode (2.19s) [2020-10-01T01:07:19.574Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T01:07:19.935Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-10-01T01:07:20.148Z] #20 11.47 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-10-01T01:07:20.242Z] --- PASS: TestNewClientWithTimeout (17.70s) [2020-10-01T01:07:20.242Z] === RUN TestClientStream [2020-10-01T01:07:20.242Z] --- PASS: TestClientStream (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestClientSendFile [2020-10-01T01:07:20.242Z] --- PASS: TestClientSendFile (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestClientWithRequestTimeout [2020-10-01T01:07:20.242Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestFileSpecPlugin [2020-10-01T01:07:20.242Z] --- PASS: TestFileSpecPlugin (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestFileJSONSpecPlugin [2020-10-01T01:07:20.242Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-10-01T01:07:20.242Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestPluginAddHandler [2020-10-01T01:07:20.242Z] --- PASS: TestPluginAddHandler (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestPluginWaitBadPlugin [2020-10-01T01:07:20.242Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-10-01T01:07:20.242Z] === RUN TestGet [2020-10-01T01:07:20.242Z] time="2020-10-01T01:07:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-10-01T01:07:20.410Z] #20 11.90 [2020-10-01T01:07:20.502Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-10-01T01:07:20.666Z] #20 12.02 ################# 25.0% ######################################################################## 100.0% [2020-10-01T01:07:20.922Z] #20 12.34 [2020-10-01T01:07:21.071Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-10-01T01:07:21.214Z] time="2020-10-01T01:07:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-10-01T01:07:21.638Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-10-01T01:07:21.660Z] --- PASS: TestCreateServiceConfigFileMode (2.16s) [2020-10-01T01:07:21.660Z] === RUN TestCreateServiceSysctls [2020-10-01T01:07:22.217Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-10-01T01:07:22.291Z] #20 13.55 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-10-01T01:07:22.854Z] #20 14.11 #=#=# [2020-10-01T01:07:23.111Z] #20 14.30 0.6% ######################################################################## 100.0% [2020-10-01T01:07:23.367Z] #20 14.66 [2020-10-01T01:07:23.398Z] time="2020-10-01T01:07:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-10-01T01:07:23.596Z] === RUN TestDockerSuite/TestExecCgroup [2020-10-01T01:07:24.164Z] === RUN TestDockerSuite/TestExecEnv [2020-10-01T01:07:24.734Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-10-01T01:07:24.736Z] #20 16.01 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-10-01T01:07:24.737Z] #20 16.20 skipping existing c35d46ef359f [2020-10-01T01:07:25.193Z] --- PASS: TestCreateServiceSysctls (3.11s) [2020-10-01T01:07:25.193Z] === RUN TestCreateServiceCapabilities [2020-10-01T01:07:25.300Z] #20 16.55 [2020-10-01T01:07:26.112Z] === RUN TestDockerSuite/TestExecExitStatus [2020-10-01T01:07:26.371Z] === RUN TestDockerSuite/TestExecInspectID [2020-10-01T01:07:26.667Z] #20 17.72 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-10-01T01:07:26.924Z] #20 18.17 [2020-10-01T01:07:26.924Z] #20 18.24 ######################################################################## 100.0% [2020-10-01T01:07:27.182Z] #20 18.57 [2020-10-01T01:07:27.182Z] #20 18.64 Download of images into '/build' complete. [2020-10-01T01:07:27.182Z] #20 18.64 Use something like the following to load the result into a Docker daemon: [2020-10-01T01:07:27.182Z] #20 18.64 tar -cC '/build' . | docker load [2020-10-01T01:07:27.271Z] --- PASS: TestCreateServiceCapabilities (2.31s) [2020-10-01T01:07:27.271Z] === RUN TestInspect [2020-10-01T01:07:28.120Z] time="2020-10-01T01:07:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-10-01T01:07:29.084Z] #20 DONE 20.1s [2020-10-01T01:07:29.084Z] [2020-10-01T01:07:29.084Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-01T01:07:29.360Z] --- PASS: TestInspect (2.39s) [2020-10-01T01:07:29.361Z] === RUN TestCreateJob [2020-10-01T01:07:29.655Z] === RUN TestDockerSuite/TestExecInteractive [2020-10-01T01:07:29.655Z] --- PASS: TestServiceUpdateNetwork (13.56s) [2020-10-01T01:07:29.655Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T01:07:29.655Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-10-01T01:07:30.223Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-01T01:07:30.482Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-10-01T01:07:31.051Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-01T01:07:31.310Z] === RUN TestDockerSuite/TestExecParseError [2020-10-01T01:07:31.602Z] #33 ... [2020-10-01T01:07:31.602Z] [2020-10-01T01:07:31.602Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-10-01T01:07:31.878Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-10-01T01:07:32.136Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-10-01T01:07:32.532Z] #21 DONE 0.8s [2020-10-01T01:07:32.532Z] [2020-10-01T01:07:32.532Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-10-01T01:07:32.532Z] #25 DONE 0.1s [2020-10-01T01:07:32.532Z] [2020-10-01T01:07:32.532Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-01T01:07:32.893Z] --- PASS: TestCreateJob (3.06s) [2020-10-01T01:07:32.893Z] === RUN TestReplicatedJob [2020-10-01T01:07:33.073Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-10-01T01:07:34.013Z] === RUN TestDockerSuite/TestExecSetEnv [2020-10-01T01:07:34.272Z] === RUN TestDockerSuite/TestExecStartFails [2020-10-01T01:07:34.738Z] --- PASS: TestCreateServiceMultipleTimes (19.57s) [2020-10-01T01:07:34.738Z] === RUN TestCreateServiceConflict [2020-10-01T01:07:34.840Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-10-01T01:07:35.002Z] --- PASS: TestCreateServiceConflict (3.17s) [2020-10-01T01:07:35.002Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T01:07:35.217Z] --- PASS: TestGet (15.03s) [2020-10-01T01:07:35.218Z] === RUN TestPluginWithNoManifest [2020-10-01T01:07:35.218Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-10-01T01:07:35.218Z] === RUN TestGetAll [2020-10-01T01:07:35.218Z] --- PASS: TestGetAll (0.00s) [2020-10-01T01:07:35.218Z] PASS [2020-10-01T01:07:35.218Z] coverage: 73.4% of statements [2020-10-01T01:07:35.218Z] ok github.com/docker/docker/pkg/plugins 35.150s coverage: 73.4% of statements [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/pkg/term [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/rootless [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-10-01T01:07:35.679Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-10-01T01:07:35.680Z] ? github.com/docker/docker/testutil/request [no test files] [2020-10-01T01:07:35.680Z] ? github.com/docker/docker/volume [no test files] [2020-10-01T01:07:35.680Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-10-01T01:07:35.680Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-10-01T01:07:35.776Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === Skipped [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-10-01T01:07:36.653Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-10-01T01:07:36.653Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-10-01T01:07:36.653Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-10-01T01:07:36.653Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-10-01T01:07:36.653Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-10-01T01:07:36.653Z] client_test.go:23: runtime.GOOS == "windows" [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-10-01T01:07:36.653Z] daemon_test.go:147: root required [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-10-01T01:07:36.653Z] reload_test.go:520: root required [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-10-01T01:07:36.653Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-10-01T01:07:36.653Z] pull_v2_test.go:73: Needs fixing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-10-01T01:07:36.653Z] pull_v2_test.go:118: Needs fixing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-10-01T01:07:36.653Z] download_test.go:268: Needs fixing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-10-01T01:07:36.653Z] layer_test.go:304: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-10-01T01:07:36.653Z] layer_test.go:353: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-10-01T01:07:36.653Z] layer_test.go:468: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-10-01T01:07:36.653Z] layer_test.go:697: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-10-01T01:07:36.653Z] migration_test.go:46: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-10-01T01:07:36.653Z] migration_test.go:182: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-10-01T01:07:36.653Z] mount_test.go:17: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-10-01T01:07:36.653Z] mount_test.go:76: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-10-01T01:07:36.653Z] mount_test.go:125: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-10-01T01:07:36.653Z] mount_test.go:212: Failing on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:133: Xz not present in msys2 [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:238: Failing on Windows CI machines [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-10-01T01:07:36.653Z] archive_windows_test.go:16: Currently fails [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-10-01T01:07:36.653Z] changes_test.go:192: needs more investigation [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-10-01T01:07:36.653Z] changes_test.go:405: needs further investigation [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-10-01T01:07:36.653Z] changes_test.go:441: needs further investigation [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-10-01T01:07:36.653Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-10-01T01:07:36.653Z] poller_test.go:41: No chmod on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-10-01T01:07:36.653Z] fileutils_test.go:134: Needs porting to Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-10-01T01:07:36.653Z] fileutils_test.go:180: Needs porting to Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-10-01T01:07:36.653Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2020-10-01T01:07:36.653Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-10-01T01:07:36.653Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-10-01T01:07:36.653Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-10-01T01:07:36.653Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-10-01T01:07:36.653Z] local_test.go:181: runtime.GOOS == "windows" [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] [2020-10-01T01:07:36.653Z] DONE 1781 tests, 46 skipped in 197.546s [2020-10-01T01:07:36.653Z] INFO: make.ps1 ended at 10/01/2020 01:07:36 [2020-10-01T01:07:37.376Z] --- PASS: TestReplicatedJob (4.77s) [2020-10-01T01:07:37.376Z] === RUN TestUpdateReplicatedJob [2020-10-01T01:07:38.304Z] --- PASS: TestCreateServiceMaxReplicas (3.09s) [2020-10-01T01:07:38.304Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T01:07:38.309Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-01T01:07:38.839Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-10-01T01:07:38.839Z] INFO: Unit tests ended at 10/01/2020 01:07:38. Duration:00:03:33.1480384 [2020-10-01T01:07:38.839Z] INFO: Building busybox [2020-10-01T01:07:38.839Z] Sending build context to Docker daemon 5.12kB [2020-10-01T01:07:38.839Z] [2020-10-01T01:07:38.839Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-10-01T01:07:38.839Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-10-01T01:07:38.839Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-10-01T01:07:38.839Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-10-01T01:07:38.839Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-10-01T01:07:38.839Z] ---> 715aaeac112d [2020-10-01T01:07:38.839Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-10-01T01:07:38.839Z] ---> Running in af3b00a2f7fa [2020-10-01T01:07:40.907Z] --- PASS: TestUpdateReplicatedJob (3.00s) [2020-10-01T01:07:40.907Z] === RUN TestServiceListWithStatuses [2020-10-01T01:07:40.907Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-01T01:07:40.907Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:07:40.907Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T01:07:42.477Z] #33 ... [2020-10-01T01:07:42.477Z] [2020-10-01T01:07:42.477Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-10-01T01:07:42.477Z] #29 32.55 # github.com/docker/docker/contrib/httpserver [2020-10-01T01:07:42.477Z] #29 32.55 loadinternal: cannot find runtime/cgo [2020-10-01T01:07:42.477Z] #29 DONE 32.7s [2020-10-01T01:07:42.477Z] [2020-10-01T01:07:42.477Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-01T01:07:42.477Z] #33 ... [2020-10-01T01:07:42.477Z] [2020-10-01T01:07:42.477Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-10-01T01:07:42.477Z] #30 DONE 0.1s [2020-10-01T01:07:42.477Z] [2020-10-01T01:07:42.477Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-10-01T01:07:44.445Z] --- PASS: TestDockerNetworkConnectAlias (3.91s) [2020-10-01T01:07:44.445Z] === RUN TestDockerNetworkReConnect [2020-10-01T01:07:45.940Z] Removing intermediate container af3b00a2f7fa [2020-10-01T01:07:45.940Z] ---> 7b75aef1d0f1 [2020-10-01T01:07:45.940Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-10-01T01:07:45.940Z] ---> Running in 4e8d741990a3 [2020-10-01T01:07:45.940Z] Removing intermediate container 4e8d741990a3 [2020-10-01T01:07:45.940Z] ---> 8499c1d347a9 [2020-10-01T01:07:45.940Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-10-01T01:07:45.940Z] ---> Running in 3ce643190145 [2020-10-01T01:07:45.940Z] Removing intermediate container 3ce643190145 [2020-10-01T01:07:45.940Z] ---> 3deeb1d2a6a6 [2020-10-01T01:07:45.940Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-10-01T01:07:46.425Z] --- PASS: TestServiceUpdatePidsLimit (16.31s) [2020-10-01T01:07:46.426Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2020-10-01T01:07:46.426Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2020-10-01T01:07:46.426Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2020-10-01T01:07:46.426Z] PASS [2020-10-01T01:07:46.426Z] [2020-10-01T01:07:46.426Z] === Skipped [2020-10-01T01:07:46.426Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-01T01:07:46.426Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:07:46.426Z] [2020-10-01T01:07:46.426Z] [2020-10-01T01:07:46.426Z] DONE 27 tests, 1 skipped in 181.168s [2020-10-01T01:07:46.426Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-10-01T01:07:46.426Z] ++ 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-10-01T01:07:46.426Z] ++ set -e [2020-10-01T01:07:46.426Z] ++ '[' -n 0 ']' [2020-10-01T01:07:46.426Z] ++ set -x [2020-10-01T01:07:46.426Z] ++ env -i DEST=/go/src/github.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-10-01T01:07:46.426Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-10-01T01:07:46.426Z] INFO: Testing against a local daemon [2020-10-01T01:07:46.426Z] === RUN TestSessionCreate [2020-10-01T01:07:46.426Z] --- PASS: TestSessionCreate (0.03s) [2020-10-01T01:07:46.426Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T01:07:46.426Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-10-01T01:07:46.426Z] PASS [2020-10-01T01:07:46.426Z] [2020-10-01T01:07:46.426Z] DONE 2 tests in 0.196s [2020-10-01T01:07:46.426Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-10-01T01:07:46.426Z] ++ 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-10-01T01:07:46.426Z] ++ set -e [2020-10-01T01:07:46.426Z] ++ '[' -n 0 ']' [2020-10-01T01:07:46.426Z] ++ set -x [2020-10-01T01:07:46.426Z] ++ env -i DEST=/go/src/github.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-10-01T01:07:46.426Z] INFO: Testing against a local daemon [2020-10-01T01:07:46.426Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T01:07:46.426Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:07:46.426Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:07:46.426Z] === RUN TestEventsExecDie [2020-10-01T01:07:46.426Z] === RUN TestDockerSuite/TestExecTTY [2020-10-01T01:07:46.684Z] --- PASS: TestEventsExecDie (0.72s) [2020-10-01T01:07:46.684Z] === RUN TestEventsBackwardsCompatible [2020-10-01T01:07:46.684Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-10-01T01:07:46.684Z] === RUN TestInfoBinaryCommits [2020-10-01T01:07:46.684Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-10-01T01:07:46.684Z] === RUN TestInfoAPIVersioned [2020-10-01T01:07:46.684Z] --- PASS: TestInfoAPIVersioned (0.03s) [2020-10-01T01:07:46.684Z] === RUN TestInfoDiscoveryBackend [2020-10-01T01:07:46.912Z] [2020-10-01T01:07:46.945Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-10-01T01:07:47.209Z] --- PASS: TestDockerNetworkReConnect (3.13s) [2020-10-01T01:07:47.210Z] === RUN TestServicePlugin [2020-10-01T01:07:47.210Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-01T01:07:47.210Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:07:47.210Z] === RUN TestServiceUpdateLabel [2020-10-01T01:07:47.212Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2020-10-01T01:07:47.212Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-01T01:07:47.373Z] ---> 63a6227063dc [2020-10-01T01:07:47.373Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-10-01T01:07:47.373Z] ---> Running in c50054e920e6 [2020-10-01T01:07:47.781Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-10-01T01:07:48.349Z] === RUN TestDockerSuite/TestExecUlimits [2020-10-01T01:07:48.349Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-01T01:07:48.349Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-01T01:07:48.916Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.56s) [2020-10-01T01:07:48.916Z] === RUN TestInfoAPI [2020-10-01T01:07:48.916Z] --- PASS: TestInfoAPI (0.06s) [2020-10-01T01:07:48.916Z] === RUN TestInfoAPIWarnings [2020-10-01T01:07:49.175Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-10-01T01:07:49.175Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-10-01T01:07:49.304Z] --- PASS: TestServiceUpdateLabel (1.93s) [2020-10-01T01:07:49.304Z] === RUN TestServiceUpdateSecrets [2020-10-01T01:07:50.551Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-10-01T01:07:51.118Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-10-01T01:07:51.686Z] === RUN TestDockerSuite/TestExecWithTERM [2020-10-01T01:07:52.253Z] === RUN TestDockerSuite/TestExecWithUser [2020-10-01T01:07:52.822Z] === RUN TestDockerSuite/TestGetContainerStats [2020-10-01T01:07:53.212Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.83s) [2020-10-01T01:07:53.212Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T01:07:56.515Z] --- PASS: TestCreateServiceSecretFileMode (3.18s) [2020-10-01T01:07:56.515Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T01:07:57.716Z] Removing intermediate container c50054e920e6 [2020-10-01T01:07:57.716Z] ---> d071ce26f5b1 [2020-10-01T01:07:57.716Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-10-01T01:07:57.716Z] ---> Running in 0f1e95c9def1 [2020-10-01T01:07:58.090Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-10-01T01:07:58.686Z] [2020-10-01T01:07:58.686Z] SUCCESS: Specified value was saved. [2020-10-01T01:07:59.057Z] --- PASS: TestCreateServiceConfigFileMode (2.83s) [2020-10-01T01:07:59.058Z] === RUN TestCreateServiceSysctls [2020-10-01T01:08:01.594Z] Removing intermediate container 0f1e95c9def1 [2020-10-01T01:08:01.594Z] ---> c195e6101ddc [2020-10-01T01:08:01.594Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-10-01T01:08:01.594Z] ---> Running in 66c16fcf8a34 [2020-10-01T01:08:02.276Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-10-01T01:08:03.211Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-10-01T01:08:03.263Z] --- PASS: TestCreateServiceSysctls (4.22s) [2020-10-01T01:08:03.263Z] === RUN TestCreateServiceCapabilities [2020-10-01T01:08:04.660Z] --- PASS: TestServiceUpdateSecrets (14.28s) [2020-10-01T01:08:04.660Z] === RUN TestServiceUpdateConfigs [2020-10-01T01:08:05.500Z] Cannot create a file when that file already exists. [2020-10-01T01:08:05.742Z] --- PASS: TestInfoAPIWarnings (16.37s) [2020-10-01T01:08:05.742Z] === RUN TestInfoDebug [2020-10-01T01:08:05.742Z] --- PASS: TestInfoDebug (0.53s) [2020-10-01T01:08:05.742Z] === RUN TestInfoInsecureRegistries [2020-10-01T01:08:06.309Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-10-01T01:08:06.309Z] === RUN TestInfoRegistryMirrors [2020-10-01T01:08:06.575Z] --- PASS: TestCreateServiceCapabilities (3.38s) [2020-10-01T01:08:06.575Z] === RUN TestInspect [2020-10-01T01:08:06.876Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-10-01T01:08:06.876Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T01:08:07.134Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-10-01T01:08:07.134Z] === RUN TestPingCacheHeaders [2020-10-01T01:08:07.134Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-10-01T01:08:07.134Z] === RUN TestPingGet [2020-10-01T01:08:07.134Z] --- PASS: TestPingGet (0.01s) [2020-10-01T01:08:07.134Z] === RUN TestPingHead [2020-10-01T01:08:07.134Z] --- PASS: TestPingHead (0.02s) [2020-10-01T01:08:07.134Z] === RUN TestVersion [2020-10-01T01:08:07.134Z] --- PASS: TestVersion (0.02s) [2020-10-01T01:08:07.134Z] PASS [2020-10-01T01:08:07.134Z] [2020-10-01T01:08:07.134Z] === Skipped [2020-10-01T01:08:07.134Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:08:07.134Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:08:07.134Z] [2020-10-01T01:08:07.134Z] [2020-10-01T01:08:07.135Z] DONE 18 tests, 1 skipped in 21.437s [2020-10-01T01:08:07.135Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-01T01:08:07.135Z] ++ 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-10-01T01:08:07.135Z] ++ set -e [2020-10-01T01:08:07.135Z] ++ '[' -n 0 ']' [2020-10-01T01:08:07.135Z] ++ set -x [2020-10-01T01:08:07.135Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:08:07.394Z] INFO: Testing against a local daemon [2020-10-01T01:08:07.394Z] === RUN TestVolumesCreateAndList [2020-10-01T01:08:07.394Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-10-01T01:08:07.394Z] === RUN TestVolumesRemove [2020-10-01T01:08:07.394Z] --- PASS: TestVolumesRemove (0.06s) [2020-10-01T01:08:07.394Z] === RUN TestVolumesInspect [2020-10-01T01:08:07.394Z] --- PASS: TestVolumesInspect (0.02s) [2020-10-01T01:08:07.394Z] === RUN TestVolumesInvalidJSON [2020-10-01T01:08:07.394Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T01:08:07.394Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T01:08:07.394Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T01:08:07.394Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-10-01T01:08:07.394Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T01:08:07.394Z] PASS [2020-10-01T01:08:07.394Z] [2020-10-01T01:08:07.394Z] DONE 5 tests in 0.220s [2020-10-01T01:08:07.394Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:08:07.655Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:08:07.655Z] +++ kill 5586 [2020-10-01T01:08:07.655Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-10-01T01:08:08.241Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-10-01T01:08:08.241Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-10-01T01:08:08.241Z] === RUN TestDockerSuite/TestHealth [2020-10-01T01:08:08.808Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:08:08.808Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:08:08.808Z] [2020-10-01T01:08:08.808Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:08:08.809Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:08:08.809Z] [2020-10-01T01:08:08.809Z] To set a process to complain mode, use the command line tool [2020-10-01T01:08:08.809Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:08:08.809Z] +++ true [2020-10-01T01:08:08.809Z] exiting test-integration [2020-10-01T01:08:08.809Z] ++ exit 0 [2020-10-01T01:08:08.809Z] [2020-10-01T01:08:09.747Z] + for job in $(jobs -p) [2020-10-01T01:08:09.747Z] + wait 4288 [2020-10-01T01:08:09.891Z] --- PASS: TestInspect (3.46s) [2020-10-01T01:08:09.891Z] === RUN TestCreateJob [2020-10-01T01:08:11.298Z] Removing intermediate container 66c16fcf8a34 [2020-10-01T01:08:11.298Z] ---> d10e3fe9e179 [2020-10-01T01:08:11.298Z] Step 13/13 : CMD ["sh"] [2020-10-01T01:08:11.298Z] ---> Running in 189b0c66c895 [2020-10-01T01:08:11.758Z] Removing intermediate container 189b0c66c895 [2020-10-01T01:08:11.758Z] ---> 228d6421ef6d [2020-10-01T01:08:11.758Z] Successfully built 228d6421ef6d [2020-10-01T01:08:11.758Z] Successfully tagged busybox:latest [2020-10-01T01:08:11.758Z] INFO: Docker images of the daemon under test [2020-10-01T01:08:11.758Z] [2020-10-01T01:08:11.758Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-10-01T01:08:11.758Z] busybox latest 228d6421ef6d Less than a second ago 5.12GB [2020-10-01T01:08:11.758Z] microsoft/windowsservercore latest 715aaeac112d 3 weeks ago 5.06GB [2020-10-01T01:08:11.758Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 3 weeks ago 5.06GB [2020-10-01T01:08:11.758Z] [2020-10-01T01:08:11.758Z] INFO: Running integration tests at 10/01/2020 01:08:11... [2020-10-01T01:08:11.758Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-10-01T01:08:11.758Z] INFO: Integration API tests being run from the host: [2020-10-01T01:08:11.758Z] INFO: make.ps1 starting at 10/01/2020 01:08:11 [2020-10-01T01:08:12.821Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-10-01T01:08:14.095Z] --- PASS: TestCreateJob (4.12s) [2020-10-01T01:08:14.095Z] === RUN TestReplicatedJob [2020-10-01T01:08:20.077Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2020-10-01T01:08:20.077Z] === RUN TestServiceUpdateNetwork [2020-10-01T01:08:20.679Z] --- PASS: TestReplicatedJob (6.34s) [2020-10-01T01:08:20.679Z] === RUN TestUpdateReplicatedJob [2020-10-01T01:08:24.884Z] --- PASS: TestUpdateReplicatedJob (4.28s) [2020-10-01T01:08:24.884Z] === RUN TestServiceListWithStatuses [2020-10-01T01:08:24.884Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-01T01:08:24.884Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:08:24.884Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T01:08:27.826Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-10-01T01:08:27.827Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-10-01T01:08:27.827Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-10-01T01:08:27.827Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-10-01T01:08:27.827Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-10-01T01:08:27.827Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-10-01T01:08:28.395Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-10-01T01:08:28.395Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-10-01T01:08:28.395Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-10-01T01:08:28.395Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-10-01T01:08:28.654Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-10-01T01:08:28.913Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-10-01T01:08:29.172Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-10-01T01:08:29.172Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-10-01T01:08:29.739Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-10-01T01:08:29.739Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-10-01T01:08:30.454Z] --- PASS: TestServiceUpdateNetwork (12.29s) [2020-10-01T01:08:30.454Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T01:08:30.676Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-10-01T01:08:30.935Z] === RUN TestDockerSuite/TestImagesFormat [2020-10-01T01:08:31.121Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-01T01:08:31.194Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-10-01T01:08:31.453Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-10-01T01:08:31.472Z] --- PASS: TestDockerNetworkConnectAlias (6.57s) [2020-10-01T01:08:31.472Z] === RUN TestDockerNetworkReConnect [2020-10-01T01:08:31.776Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-01T01:08:33.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-10-01T01:08:34.292Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-10-01T01:08:34.292Z] === RUN TestDockerSuite/TestImportBadURL [2020-10-01T01:08:34.292Z] === RUN TestDockerSuite/TestImportDisplay [2020-10-01T01:08:35.229Z] === RUN TestDockerSuite/TestImportFile [2020-10-01T01:08:36.168Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-10-01T01:08:36.427Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-10-01T01:08:36.761Z] --- PASS: TestDockerNetworkReConnect (5.13s) [2020-10-01T01:08:36.761Z] === RUN TestServicePlugin [2020-10-01T01:08:36.761Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-01T01:08:36.761Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:08:36.761Z] === RUN TestServiceUpdateLabel [2020-10-01T01:08:37.366Z] === RUN TestDockerSuite/TestImportGzipped [2020-10-01T01:08:38.005Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:08:38.005Z] INFO: Testing against a local daemon [2020-10-01T01:08:38.005Z] === RUN TestBuildWithSession [2020-10-01T01:08:38.005Z] --- SKIP: TestBuildWithSession (0.00s) [2020-10-01T01:08:38.005Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T01:08:38.005Z] === RUN TestBuildSquashParent [2020-10-01T01:08:38.005Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-10-01T01:08:38.005Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:08:38.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:08:38.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:08:38.005Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-10-01T01:08:38.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-10-01T01:08:38.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-10-01T01:08:38.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-10-01T01:08:38.680Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-01T01:08:38.762Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-10-01T01:08:39.698Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-10-01T01:08:40.062Z] --- PASS: TestServiceUpdateLabel (3.21s) [2020-10-01T01:08:40.062Z] === RUN TestServiceUpdateSecrets [2020-10-01T01:08:40.265Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-10-01T01:08:40.831Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-10-01T01:08:41.090Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-10-01T01:08:41.090Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-10-01T01:08:41.349Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-10-01T01:08:41.608Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-10-01T01:08:42.177Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-10-01T01:08:42.745Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-10-01T01:08:43.003Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-10-01T01:08:43.571Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-10-01T01:08:43.830Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-10-01T01:08:44.090Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-10-01T01:08:45.027Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-10-01T01:08:45.593Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-10-01T01:08:45.852Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-10-01T01:08:45.852Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-10-01T01:08:46.420Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-10-01T01:08:46.420Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-10-01T01:08:46.987Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-10-01T01:08:47.164Z] --- PASS: TestServiceUpdatePidsLimit (15.95s) [2020-10-01T01:08:47.164Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-10-01T01:08:47.164Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2020-10-01T01:08:47.164Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-10-01T01:08:47.164Z] PASS [2020-10-01T01:08:47.164Z] [2020-10-01T01:08:47.164Z] === Skipped [2020-10-01T01:08:47.164Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-10-01T01:08:47.164Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:08:47.164Z] [2020-10-01T01:08:47.164Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-10-01T01:08:47.164Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:08:47.164Z] [2020-10-01T01:08:47.164Z] [2020-10-01T01:08:47.164Z] DONE 27 tests, 2 skipped in 129.034s [2020-10-01T01:08:47.164Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-10-01T01:08:47.164Z] ++ 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-10-01T01:08:47.164Z] ++ set -e [2020-10-01T01:08:47.164Z] ++ '[' -n 0 ']' [2020-10-01T01:08:47.164Z] ++ set -x [2020-10-01T01:08:47.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:08:47.164Z] INFO: Testing against a local daemon [2020-10-01T01:08:47.164Z] === RUN TestSessionCreate [2020-10-01T01:08:47.164Z] --- PASS: TestSessionCreate (0.05s) [2020-10-01T01:08:47.164Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T01:08:47.164Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-10-01T01:08:47.164Z] PASS [2020-10-01T01:08:47.164Z] [2020-10-01T01:08:47.164Z] DONE 2 tests in 0.165s [2020-10-01T01:08:47.164Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-10-01T01:08:47.164Z] ++ 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-10-01T01:08:47.164Z] ++ set -e [2020-10-01T01:08:47.164Z] ++ '[' -n 0 ']' [2020-10-01T01:08:47.164Z] ++ set -x [2020-10-01T01:08:47.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-10-01T01:08:47.164Z] INFO: Testing against a local daemon [2020-10-01T01:08:47.164Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T01:08:47.164Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:08:47.164Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:08:47.164Z] === RUN TestEventsExecDie [2020-10-01T01:08:47.164Z] --- PASS: TestEventsExecDie (0.59s) [2020-10-01T01:08:47.164Z] === RUN TestEventsBackwardsCompatible [2020-10-01T01:08:47.164Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2020-10-01T01:08:47.164Z] === RUN TestInfoBinaryCommits [2020-10-01T01:08:47.164Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-10-01T01:08:47.164Z] === RUN TestInfoAPIVersioned [2020-10-01T01:08:47.164Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-10-01T01:08:47.164Z] === RUN TestInfoDiscoveryBackend [2020-10-01T01:08:47.457Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-10-01T01:08:47.457Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-01T01:08:47.555Z] === RUN TestDockerSuite/TestInspectDefault [2020-10-01T01:08:48.123Z] === RUN TestDockerSuite/TestInspectHistory [2020-10-01T01:08:48.343Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-10-01T01:08:48.343Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-10-01T01:08:48.494Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-01T01:08:48.494Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-01T01:08:48.692Z] === RUN TestDockerSuite/TestInspectImage [2020-10-01T01:08:48.692Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-10-01T01:08:48.692Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-10-01T01:08:48.692Z] === RUN TestDockerSuite/TestInspectInt64 [2020-10-01T01:08:48.951Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-10-01T01:08:49.133Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-10-01T01:08:49.133Z] === RUN TestInfoAPI [2020-10-01T01:08:49.133Z] --- PASS: TestInfoAPI (0.03s) [2020-10-01T01:08:49.133Z] === RUN TestInfoAPIWarnings [2020-10-01T01:08:49.519Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-10-01T01:08:49.519Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-10-01T01:08:50.087Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-10-01T01:08:50.655Z] === RUN TestDockerSuite/TestInspectPlugin [2020-10-01T01:08:53.187Z] === RUN TestDockerSuite/TestInspectRootFS [2020-10-01T01:08:53.187Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-10-01T01:08:53.449Z] === RUN TestDockerSuite/TestInspectStatus [2020-10-01T01:08:54.017Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-10-01T01:08:54.585Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-10-01T01:08:54.844Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-10-01T01:08:54.966Z] --- PASS: TestServiceUpdateSecrets (15.34s) [2020-10-01T01:08:54.966Z] === RUN TestServiceUpdateConfigs [2020-10-01T01:08:55.782Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-10-01T01:08:56.080Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-10-01T01:08:56.649Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.13s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.39s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.67s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.76s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.94s) [2020-10-01T01:08:56.953Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.76s) [2020-10-01T01:08:56.953Z] === RUN TestBuildMultiStageCopy [2020-10-01T01:08:56.953Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-10-01T01:08:57.589Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-10-01T01:08:58.159Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-10-01T01:08:58.729Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-10-01T01:08:58.988Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-10-01T01:08:59.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-10-01T01:09:00.628Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-10-01T01:09:02.007Z] === RUN TestDockerSuite/TestLinksEnvs [2020-10-01T01:09:03.387Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-10-01T01:09:03.387Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-10-01T01:09:04.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-10-01T01:09:04.516Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-10-01T01:09:05.295Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-10-01T01:09:05.498Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-10-01T01:09:06.469Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-10-01T01:09:07.201Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-10-01T01:09:07.722Z] --- PASS: TestInfoAPIWarnings (16.32s) [2020-10-01T01:09:07.722Z] === RUN TestInfoDebug [2020-10-01T01:09:07.722Z] --- PASS: TestInfoDebug (0.53s) [2020-10-01T01:09:07.722Z] === RUN TestInfoInsecureRegistries [2020-10-01T01:09:07.722Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-10-01T01:09:07.722Z] === RUN TestInfoRegistryMirrors [2020-10-01T01:09:07.722Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-10-01T01:09:07.722Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T01:09:07.722Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-10-01T01:09:07.722Z] === RUN TestPingCacheHeaders [2020-10-01T01:09:07.722Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-10-01T01:09:07.722Z] === RUN TestPingGet [2020-10-01T01:09:07.722Z] --- PASS: TestPingGet (0.02s) [2020-10-01T01:09:07.722Z] === RUN TestPingHead [2020-10-01T01:09:07.722Z] --- PASS: TestPingHead (0.03s) [2020-10-01T01:09:07.722Z] === RUN TestVersion [2020-10-01T01:09:07.722Z] --- PASS: TestVersion (0.03s) [2020-10-01T01:09:07.722Z] PASS [2020-10-01T01:09:07.722Z] [2020-10-01T01:09:07.722Z] === Skipped [2020-10-01T01:09:07.722Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:09:07.722Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:09:07.722Z] [2020-10-01T01:09:07.722Z] [2020-10-01T01:09:07.722Z] DONE 18 tests, 1 skipped in 21.228s [2020-10-01T01:09:07.722Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-10-01T01:09:07.722Z] ++ 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-10-01T01:09:07.722Z] ++ set -e [2020-10-01T01:09:07.722Z] ++ '[' -n 0 ']' [2020-10-01T01:09:07.722Z] ++ set -x [2020-10-01T01:09:07.722Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:09:07.722Z] INFO: Testing against a local daemon [2020-10-01T01:09:07.722Z] === RUN TestVolumesCreateAndList [2020-10-01T01:09:07.722Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-10-01T01:09:07.722Z] === RUN TestVolumesRemove [2020-10-01T01:09:07.722Z] --- PASS: TestVolumesRemove (0.07s) [2020-10-01T01:09:07.722Z] === RUN TestVolumesInspect [2020-10-01T01:09:07.722Z] --- PASS: TestVolumesInspect (0.02s) [2020-10-01T01:09:07.722Z] === RUN TestVolumesInvalidJSON [2020-10-01T01:09:07.722Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T01:09:07.722Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T01:09:07.722Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T01:09:07.722Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-10-01T01:09:07.722Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T01:09:07.722Z] PASS [2020-10-01T01:09:07.722Z] [2020-10-01T01:09:07.722Z] DONE 5 tests in 0.209s [2020-10-01T01:09:07.722Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:09:07.722Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:09:07.722Z] +++ kill 13690 [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy (12.06s) [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.04s) [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.90s) [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.08s) [2020-10-01T01:09:08.010Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.29s) [2020-10-01T01:09:08.010Z] === RUN TestBuildMultiStageParentConfig [2020-10-01T01:09:08.578Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-10-01T01:09:08.578Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-10-01T01:09:09.235Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:09:09.235Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:09:09.235Z] [2020-10-01T01:09:09.235Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:09:09.235Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:09:09.235Z] [2020-10-01T01:09:09.235Z] To set a process to complain mode, use the command line tool [2020-10-01T01:09:09.235Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:09:09.235Z] +++ true [2020-10-01T01:09:09.235Z] exiting test-integration [2020-10-01T01:09:09.235Z] ++ exit 0 [2020-10-01T01:09:09.235Z] [2020-10-01T01:09:09.959Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-10-01T01:09:10.195Z] --- PASS: TestBuildMultiStageParentConfig (1.93s) [2020-10-01T01:09:10.195Z] === RUN TestBuildLabelWithTargets [2020-10-01T01:09:10.195Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2020-10-01T01:09:10.195Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:09:10.195Z] === RUN TestBuildWithEmptyLayers [2020-10-01T01:09:10.220Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail Post stage [Pipeline] junit [2020-10-01T01:09:10.328Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-01T01:09:10.787Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-10-01T01:09:11.041Z] + echo Ensuring container killed. [2020-10-01T01:09:11.041Z] Ensuring container killed. [2020-10-01T01:09:11.041Z] + docker rm -vf docker-pr4 [2020-10-01T01:09:11.041Z] Error: No such container: docker-pr4 [2020-10-01T01:09:11.041Z] + true [Pipeline] sh [2020-10-01T01:09:11.166Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-10-01T01:09:11.166Z] === RUN TestBuildMultiStageOnBuild [2020-10-01T01:09:11.426Z] + echo Chowning /workspace to jenkins user [2020-10-01T01:09:11.426Z] Chowning /workspace to jenkins user [2020-10-01T01:09:11.426Z] + id -u [2020-10-01T01:09:11.426Z] + id -g [2020-10-01T01:09:11.426Z] + docker run --rm -v /home/docker/workspace/moby_PR-41513:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T01:09:13.084Z] --- PASS: TestServiceUpdateConfigs (15.35s) [2020-10-01T01:09:13.084Z] === RUN TestServiceUpdateNetwork [2020-10-01T01:09:13.342Z] + bundleName=ppc64le-integration [2020-10-01T01:09:13.342Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-10-01T01:09:13.342Z] Creating ppc64le-integration-bundles.tar.gz [2020-10-01T01:09:13.342Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-01T01:09:13.342Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-10-01T01:09:13.392Z] Archiving artifacts [2020-10-01T01:09:13.799Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:09:14.187Z] + make clean [2020-10-01T01:09:14.480Z] make: command: Command not found [2020-10-01T01:09:14.480Z] make: command: Command not found [2020-10-01T01:09:14.480Z] docker volume rm -f docker-dev-cache [2020-10-01T01:09:14.480Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-01T01:09:18.909Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-10-01T01:09:18.910Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-10-01T01:09:19.168Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-10-01T01:09:20.549Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-10-01T01:09:21.491Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-10-01T01:09:24.030Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-10-01T01:09:24.030Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-10-01T01:09:24.030Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-10-01T01:09:24.030Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-10-01T01:09:24.030Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-10-01T01:09:24.969Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-10-01T01:09:25.228Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-10-01T01:09:25.314Z] --- PASS: TestServiceUpdateNetwork (14.79s) [2020-10-01T01:09:25.314Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T01:09:26.700Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-10-01T01:09:27.645Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-10-01T01:09:28.882Z] --- PASS: TestBuildMultiStageOnBuild (15.57s) [2020-10-01T01:09:28.882Z] === RUN TestBuildUncleanTarFilenames [2020-10-01T01:09:28.882Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-10-01T01:09:28.882Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:09:28.882Z] === RUN TestBuildMultiStageLayerLeak [2020-10-01T01:09:29.415Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-10-01T01:09:29.416Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-10-01T01:09:33.601Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-10-01T01:09:33.884Z] #33 140.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-10-01T01:09:34.139Z] #33 142.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-10-01T01:09:34.169Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-10-01T01:09:34.170Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-10-01T01:09:34.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-10-01T01:09:34.996Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-10-01T01:09:35.505Z] #33 143.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-10-01T01:09:35.777Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-10-01T01:09:35.933Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-10-01T01:09:35.972Z] --- PASS: TestBuildMultiStageLayerLeak (9.59s) [2020-10-01T01:09:35.972Z] === RUN TestBuildWithHugeFile [2020-10-01T01:09:37.313Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-10-01T01:09:37.398Z] #33 145.9 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-10-01T01:09:38.249Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-10-01T01:09:38.817Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-10-01T01:09:42.018Z] #33 148.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-10-01T01:09:42.018Z] #33 150.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-10-01T01:09:42.022Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-10-01T01:09:42.022Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-10-01T01:09:42.022Z] === RUN TestDockerSuite/TestLogsSince [2020-10-01T01:09:42.948Z] #33 151.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-10-01T01:09:43.314Z] --- PASS: TestServiceUpdatePidsLimit (17.42s) [2020-10-01T01:09:43.314Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-10-01T01:09:43.314Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-10-01T01:09:43.314Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2020-10-01T01:09:43.314Z] PASS [2020-10-01T01:09:43.314Z] [2020-10-01T01:09:43.314Z] === Skipped [2020-10-01T01:09:43.314Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-10-01T01:09:43.314Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-10-01T01:09:43.314Z] [2020-10-01T01:09:43.314Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-10-01T01:09:43.314Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-10-01T01:09:43.314Z] [2020-10-01T01:09:43.314Z] [2020-10-01T01:09:43.314Z] DONE 27 tests, 2 skipped in 160.599s [2020-10-01T01:09:43.314Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-10-01T01:09:43.314Z] ++ 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-10-01T01:09:43.314Z] ++ set -e [2020-10-01T01:09:43.314Z] ++ '[' -n 0 ']' [2020-10-01T01:09:43.314Z] ++ set -x [2020-10-01T01:09:43.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:09:43.314Z] INFO: Testing against a local daemon [2020-10-01T01:09:43.314Z] === RUN TestSessionCreate [2020-10-01T01:09:43.314Z] --- PASS: TestSessionCreate (0.05s) [2020-10-01T01:09:43.314Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T01:09:43.314Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-10-01T01:09:43.314Z] PASS [2020-10-01T01:09:43.314Z] [2020-10-01T01:09:43.314Z] DONE 2 tests in 0.231s [2020-10-01T01:09:43.314Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-10-01T01:09:43.314Z] ++ 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-10-01T01:09:43.314Z] ++ set -e [2020-10-01T01:09:43.314Z] ++ '[' -n 0 ']' [2020-10-01T01:09:43.314Z] ++ set -x [2020-10-01T01:09:43.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10-01T01:09:43.314Z] INFO: Testing against a local daemon [2020-10-01T01:09:43.314Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T01:09:43.314Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:09:43.314Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:09:43.314Z] === RUN TestEventsExecDie [2020-10-01T01:09:43.886Z] --- PASS: TestEventsExecDie (0.89s) [2020-10-01T01:09:43.886Z] === RUN TestEventsBackwardsCompatible [2020-10-01T01:09:43.886Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-10-01T01:09:43.886Z] === RUN TestInfoBinaryCommits [2020-10-01T01:09:43.886Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-10-01T01:09:43.886Z] === RUN TestInfoAPIVersioned [2020-10-01T01:09:43.886Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-10-01T01:09:43.886Z] === RUN TestInfoDiscoveryBackend [2020-10-01T01:09:44.316Z] #33 152.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-10-01T01:09:44.582Z] #33 152.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-10-01T01:09:44.830Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2020-10-01T01:09:44.830Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-10-01T01:09:45.772Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-10-01T01:09:45.772Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-10-01T01:09:45.949Z] #33 154.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-10-01T01:09:46.344Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-10-01T01:09:46.344Z] === RUN TestInfoAPI [2020-10-01T01:09:46.344Z] --- PASS: TestInfoAPI (0.05s) [2020-10-01T01:09:46.344Z] === RUN TestInfoAPIWarnings [2020-10-01T01:09:47.841Z] #33 156.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-10-01T01:09:48.597Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-10-01T01:09:49.733Z] #33 157.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-10-01T01:09:51.100Z] #33 159.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-10-01T01:09:51.129Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-10-01T01:09:52.029Z] #33 160.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-10-01T01:09:53.921Z] #33 161.9 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-10-01T01:09:54.419Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-10-01T01:09:54.419Z] === RUN TestDockerSuite/TestLogsTail [2020-10-01T01:09:54.850Z] #33 163.2 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-10-01T01:09:55.360Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-10-01T01:09:55.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-10-01T01:09:55.878Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-10-01T01:09:56.447Z] === RUN TestDockerSuite/TestMountIntoProc [2020-10-01T01:09:56.706Z] === RUN TestDockerSuite/TestMountIntoSys [2020-10-01T01:09:56.741Z] #33 165.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-10-01T01:09:56.965Z] === RUN TestDockerSuite/TestNetHostname [2020-10-01T01:09:58.108Z] #33 166.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-10-01T01:09:58.877Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-10-01T01:09:59.137Z] === RUN TestDockerSuite/TestNetworkEvents [2020-10-01T01:09:59.475Z] #33 167.6 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-10-01T01:10:00.846Z] #33 169.0 [2020-10-01T01:10:00.846Z] #33 DONE 169.1s [2020-10-01T01:10:00.846Z] [2020-10-01T01:10:00.846Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-10-01T01:10:02.213Z] #34 DONE 1.2s [2020-10-01T01:10:03.141Z] [2020-10-01T01:10:03.141Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-10-01T01:10:04.070Z] #35 DONE 0.6s [2020-10-01T01:10:04.070Z] [2020-10-01T01:10:04.070Z] #36 exporting to image [2020-10-01T01:10:04.070Z] #36 exporting layers [2020-10-01T01:10:04.456Z] --- PASS: TestInfoAPIWarnings (16.61s) [2020-10-01T01:10:04.456Z] === RUN TestInfoDebug [2020-10-01T01:10:04.456Z] --- PASS: TestInfoDebug (0.61s) [2020-10-01T01:10:04.456Z] === RUN TestInfoInsecureRegistries [2020-10-01T01:10:04.456Z] --- PASS: TestInfoInsecureRegistries (0.67s) [2020-10-01T01:10:04.456Z] === RUN TestInfoRegistryMirrors [2020-10-01T01:10:04.717Z] --- PASS: TestInfoRegistryMirrors (0.60s) [2020-10-01T01:10:04.717Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T01:10:04.978Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-10-01T01:10:04.978Z] === RUN TestPingCacheHeaders [2020-10-01T01:10:05.239Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-10-01T01:10:05.239Z] === RUN TestPingGet [2020-10-01T01:10:05.239Z] --- PASS: TestPingGet (0.02s) [2020-10-01T01:10:05.239Z] === RUN TestPingHead [2020-10-01T01:10:05.239Z] --- PASS: TestPingHead (0.04s) [2020-10-01T01:10:05.239Z] === RUN TestVersion [2020-10-01T01:10:05.239Z] --- PASS: TestVersion (0.05s) [2020-10-01T01:10:05.239Z] PASS [2020-10-01T01:10:05.239Z] [2020-10-01T01:10:05.239Z] === Skipped [2020-10-01T01:10:05.239Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:10:05.239Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-10-01T01:10:05.239Z] [2020-10-01T01:10:05.239Z] [2020-10-01T01:10:05.239Z] DONE 18 tests, 1 skipped in 22.483s [2020-10-01T01:10:05.239Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-10-01T01:10:05.239Z] ++ 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-10-01T01:10:05.239Z] ++ set -e [2020-10-01T01:10:05.239Z] ++ '[' -n 0 ']' [2020-10-01T01:10:05.239Z] ++ set -x [2020-10-01T01:10:05.239Z] ++ env -i DEST=/go/src/github.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-10-01T01:10:05.500Z] INFO: Testing against a local daemon [2020-10-01T01:10:05.500Z] === RUN TestVolumesCreateAndList [2020-10-01T01:10:05.500Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-10-01T01:10:05.500Z] === RUN TestVolumesRemove [2020-10-01T01:10:05.500Z] --- PASS: TestVolumesRemove (0.12s) [2020-10-01T01:10:05.500Z] === RUN TestVolumesInspect [2020-10-01T01:10:05.500Z] --- PASS: TestVolumesInspect (0.03s) [2020-10-01T01:10:05.500Z] === RUN TestVolumesInvalidJSON [2020-10-01T01:10:05.500Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T01:10:05.500Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T01:10:05.704Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-10-01T01:10:05.761Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T01:10:05.761Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-10-01T01:10:05.761Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T01:10:05.761Z] PASS [2020-10-01T01:10:05.761Z] [2020-10-01T01:10:05.761Z] DONE 5 tests in 0.360s [2020-10-01T01:10:05.761Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:10:06.021Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:10:06.021Z] +++ kill 13512 [2020-10-01T01:10:06.273Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-10-01T01:10:06.840Z] === RUN TestDockerSuite/TestPluginActive [2020-10-01T01:10:07.339Z] #36 exporting layers 3.0s done [2020-10-01T01:10:07.339Z] #36 writing image sha256:95291f6401af7d006b7b66cc055e3a773a4140f102d56131d08489c68c324c5a done [2020-10-01T01:10:07.339Z] #36 naming to docker.io/library/moby-e2e-test done [2020-10-01T01:10:07.339Z] #36 DONE 3.0s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-01T01:10:07.405Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:10:07.405Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:10:07.405Z] [2020-10-01T01:10:07.405Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:10:07.405Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:10:07.405Z] [2020-10-01T01:10:07.405Z] To set a process to complain mode, use the command line tool [2020-10-01T01:10:07.405Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:10:07.405Z] +++ true [2020-10-01T01:10:07.405Z] exiting test-integration [2020-10-01T01:10:07.405Z] ++ exit 0 [2020-10-01T01:10:07.405Z] [2020-10-01T01:10:07.645Z] + echo Ensuring container killed. [2020-10-01T01:10:07.645Z] Ensuring container killed. [2020-10-01T01:10:07.645Z] + docker rm -vf docker-pr4 [2020-10-01T01:10:07.645Z] Error: No such container: docker-pr4 [2020-10-01T01:10:07.645Z] + true [Pipeline] sh [2020-10-01T01:10:08.006Z] + echo Chowning /workspace to jenkins user [2020-10-01T01:10:08.006Z] Chowning /workspace to jenkins user [2020-10-01T01:10:08.006Z] + id -u [2020-10-01T01:10:08.006Z] + id -g [2020-10-01T01:10:08.006Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T01:10:08.905Z] + bundleName=unit [2020-10-01T01:10:08.905Z] + echo Creating unit-bundles.tar.gz [2020-10-01T01:10:08.905Z] Creating unit-bundles.tar.gz [2020-10-01T01:10:08.905Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-10-01T01:10:08.905Z] bundles/junit-report.xml [2020-10-01T01:10:08.905Z] bundles/go-test-report.json [2020-10-01T01:10:08.905Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-10-01T01:10:08.914Z] Archiving artifacts [2020-10-01T01:10:09.371Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-10-01T01:10:09.527Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:10:09.833Z] + make clean [2020-10-01T01:10:09.833Z] docker volume rm -f docker-dev-cache Post stage [Pipeline] junit [2020-10-01T01:10:09.963Z] Recording test results [2020-10-01T01:10:10.089Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-01T01:10:11.005Z] + echo Ensuring container killed. [2020-10-01T01:10:11.005Z] Ensuring container killed. [2020-10-01T01:10:11.005Z] + docker rm -vf docker-pr4 [2020-10-01T01:10:11.005Z] Error: No such container: docker-pr4 [2020-10-01T01:10:11.005Z] + true [Pipeline] sh [2020-10-01T01:10:11.295Z] + echo Chowning /workspace to jenkins user [2020-10-01T01:10:11.295Z] Chowning /workspace to jenkins user [2020-10-01T01:10:11.295Z] + id -u [2020-10-01T01:10:11.295Z] + id -g [2020-10-01T01:10:11.295Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/workspace busybox chown -R 1000:1000 /workspace [2020-10-01T01:10:11.295Z] Unable to find image 'busybox:latest' locally [2020-10-01T01:10:11.555Z] latest: Pulling from library/busybox [2020-10-01T01:10:11.555Z] 590851f7c68b: Pulling fs layer [2020-10-01T01:10:11.555Z] 590851f7c68b: Verifying Checksum [2020-10-01T01:10:11.555Z] 590851f7c68b: Download complete [2020-10-01T01:10:11.817Z] 590851f7c68b: Pull complete [2020-10-01T01:10:12.078Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-10-01T01:10:12.078Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T01:10:15.685Z] + bundleName=arm64-integration [2020-10-01T01:10:15.685Z] + echo Creating arm64-integration-bundles.tar.gz [2020-10-01T01:10:15.685Z] Creating arm64-integration-bundles.tar.gz [2020-10-01T01:10:15.685Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-01T01:10:15.685Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-10-01T01:10:15.941Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-10-01T01:10:15.941Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-10-01T01:10:15.941Z] === RUN TestDockerSuite/TestPluginLogDriver [Pipeline] archiveArtifacts [2020-10-01T01:10:15.960Z] Archiving artifacts [2020-10-01T01:10:17.938Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:10:18.277Z] + make clean [2020-10-01T01:10:18.485Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-10-01T01:10:18.848Z] docker volume rm -f docker-dev-cache [2020-10-01T01:10:18.848Z] docker-dev-cache [Pipeline] deleteDir [2020-10-01T01:10:20.391Z] === RUN TestDockerSuite/TestPluginMetricsCollector [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-01T01:10:22.925Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-10-01T01:10:24.302Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-10-01T01:10:26.208Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-10-01T01:10:27.587Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-10-01T01:10:29.493Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-10-01T01:10:30.874Z] === RUN TestDockerSuite/TestPortHostBinding [2020-10-01T01:10:31.813Z] === RUN TestDockerSuite/TestPortList [2020-10-01T01:10:39.935Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-10-01T01:10:39.935Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-10-01T01:10:46.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-10-01T01:10:47.098Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-10-01T01:10:47.098Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-10-01T01:10:48.035Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-10-01T01:10:48.035Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-10-01T01:10:49.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-10-01T01:10:49.676Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-10-01T01:10:51.059Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-10-01T01:10:51.628Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-10-01T01:10:51.628Z] === RUN TestDockerSuite/TestPsByOrder [2020-10-01T01:10:54.165Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-10-01T01:10:55.104Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-10-01T01:10:58.397Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-10-01T01:11:00.937Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-10-01T01:11:01.196Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-10-01T01:11:03.730Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-10-01T01:11:11.852Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-10-01T01:11:11.852Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-10-01T01:11:13.230Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-10-01T01:11:14.175Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-10-01T01:11:15.112Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-10-01T01:11:16.491Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-10-01T01:11:16.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-10-01T01:11:18.399Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-10-01T01:11:19.337Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-10-01T01:11:19.596Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-10-01T01:11:20.163Z] === RUN TestDockerSuite/TestPsRightTagName [2020-10-01T01:11:22.066Z] === RUN TestDockerSuite/TestPsShowMounts [2020-10-01T01:11:24.604Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-10-01T01:11:25.173Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-10-01T01:11:25.173Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-10-01T01:11:25.432Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-10-01T01:11:25.432Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-10-01T01:11:25.432Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-10-01T01:11:25.999Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-10-01T01:11:27.384Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-10-01T01:11:28.323Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-10-01T01:11:28.892Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-10-01T01:11:35.459Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-10-01T01:11:35.719Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-10-01T01:11:37.099Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-10-01T01:11:37.099Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-10-01T01:11:37.099Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-10-01T01:11:37.359Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-10-01T01:11:39.296Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-10-01T01:11:40.233Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-10-01T01:11:42.140Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-10-01T01:11:43.122Z] === RUN TestDockerSuite/TestRmiBlank [2020-10-01T01:11:43.122Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-10-01T01:11:43.122Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-10-01T01:11:43.381Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-10-01T01:11:46.673Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-10-01T01:11:46.673Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-10-01T01:11:46.933Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-10-01T01:11:48.843Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-10-01T01:11:49.411Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-10-01T01:11:50.789Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-10-01T01:11:51.358Z] === RUN TestDockerSuite/TestRmiTag [2020-10-01T01:11:51.618Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-10-01T01:11:52.187Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-10-01T01:11:54.728Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-10-01T01:11:55.296Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-10-01T01:11:55.864Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-10-01T01:11:56.126Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-10-01T01:11:57.065Z] === RUN TestDockerSuite/TestRunAddHost [2020-10-01T01:11:57.634Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-10-01T01:11:57.894Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-10-01T01:11:58.464Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-10-01T01:11:58.464Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-10-01T01:11:58.723Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-10-01T01:12:00.129Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-10-01T01:12:00.390Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-10-01T01:12:00.957Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-10-01T01:12:01.525Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-10-01T01:12:02.464Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-10-01T01:12:03.400Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-10-01T01:12:03.969Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-10-01T01:12:04.409Z] --- PASS: TestBuildWithHugeFile (136.02s) [2020-10-01T01:12:04.409Z] === RUN TestBuildWithEmptyDockerfile [2020-10-01T01:12:04.409Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:12:04.409Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:12:04.409Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:12:04.409Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:12:04.409Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:12:04.409Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:12:04.409Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-10-01T01:12:04.409Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-10-01T01:12:04.409Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-10-01T01:12:04.409Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-10-01T01:12:04.409Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-10-01T01:12:04.409Z] === RUN TestBuildPreserveOwnership [2020-10-01T01:12:04.409Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-10-01T01:12:04.409Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:12:04.409Z] === RUN TestBuildPlatformInvalid [2020-10-01T01:12:04.409Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2020-10-01T01:12:04.409Z] PASS [2020-10-01T01:12:04.409Z] ok github.com/docker/docker/integration/build 197.761s [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === Skipped [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-10-01T01:12:04.409Z] build_session_test.go:25: TODO: BuildKit [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-10-01T01:12:04.409Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-10-01T01:12:04.409Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-10-01T01:12:04.409Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-10-01T01:12:04.409Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] DONE 28 tests, 5 skipped in 219.822s [2020-10-01T01:12:04.409Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-10-01T01:12:04.409Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:12:04.409Z] INFO: Testing against a local daemon [2020-10-01T01:12:04.409Z] === RUN TestConfigInspect [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigInspect (0.01s) [2020-10-01T01:12:04.409Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestConfigList [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigList (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestConfigsCreateAndDelete [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestConfigsUpdate [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestTemplatedConfig [2020-10-01T01:12:04.409Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestConfigCreateResolve [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.409Z] === RUN TestConfigDaemonLibtrustID [2020-10-01T01:12:04.409Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.409Z] PASS [2020-10-01T01:12:04.409Z] ok github.com/docker/docker/integration/config 0.179s [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === Skipped [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2020-10-01T01:12:04.409Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-10-01T01:12:04.409Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] [2020-10-01T01:12:04.409Z] DONE 7 tests, 7 skipped in 2.363s [2020-10-01T01:12:04.409Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-10-01T01:12:04.409Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:12:04.409Z] INFO: Testing against a local daemon [2020-10-01T01:12:04.409Z] === RUN TestCheckpoint [2020-10-01T01:12:04.409Z] --- SKIP: TestCheckpoint (0.00s) [2020-10-01T01:12:04.409Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T01:12:04.409Z] === RUN TestContainerInvalidJSON [2020-10-01T01:12:04.409Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:12:04.409Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:12:04.409Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:12:04.409Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:12:04.409Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:12:04.409Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:12:04.409Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-10-01T01:12:04.409Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-10-01T01:12:04.409Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-10-01T01:12:04.409Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-10-01T01:12:04.409Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-10-01T01:12:04.409Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-10-01T01:12:04.409Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.35s) [2020-10-01T01:12:04.409Z] === RUN TestCopyFromContainerPathIsNotDir [2020-10-01T01:12:04.409Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-10-01T01:12:04.409Z] copy_test.go:38: testEnv.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestCopyToContainerPathDoesNotExist [2020-10-01T01:12:04.409Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2020-10-01T01:12:04.409Z] === RUN TestCopyToContainerPathIsNotDir [2020-10-01T01:12:04.409Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-10-01T01:12:04.409Z] copy_test.go:63: testEnv.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestCopyFromContainer [2020-10-01T01:12:04.409Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-10-01T01:12:04.409Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-10-01T01:12:04.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:12:04.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:12:04.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:12:04.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:12:04.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:12:04.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:12:04.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-10-01T01:12:04.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-10-01T01:12:04.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-10-01T01:12:04.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-10-01T01:12:04.409Z] === RUN TestCreateLinkToNonExistingContainer [2020-10-01T01:12:04.409Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-10-01T01:12:04.409Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-10-01T01:12:04.409Z] === RUN TestCreateWithInvalidEnv [2020-10-01T01:12:04.409Z] === RUN TestCreateWithInvalidEnv/0 [2020-10-01T01:12:04.409Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-10-01T01:12:04.409Z] === RUN TestCreateWithInvalidEnv/1 [2020-10-01T01:12:04.409Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-10-01T01:12:04.409Z] === RUN TestCreateWithInvalidEnv/2 [2020-10-01T01:12:04.409Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-10-01T01:12:04.409Z] === CONT TestCreateWithInvalidEnv/0 [2020-10-01T01:12:04.409Z] === CONT TestCreateWithInvalidEnv/2 [2020-10-01T01:12:04.409Z] === CONT TestCreateWithInvalidEnv/1 [2020-10-01T01:12:04.409Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-10-01T01:12:04.409Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-10-01T01:12:04.409Z] === RUN TestCreateTmpfsMountsTarget [2020-10-01T01:12:04.409Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-10-01T01:12:04.409Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.409Z] === RUN TestCreateWithCustomMaskedPaths [2020-10-01T01:12:04.409Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-10-01T01:12:04.409Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.409Z] === RUN TestCreateWithCustomReadonlyPaths [2020-10-01T01:12:04.410Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-10-01T01:12:04.410Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:12:04.410Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:12:04.410Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:12:04.410Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:12:04.410Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:12:04.410Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:12:04.410Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:12:04.410Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-10-01T01:12:04.410Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-10-01T01:12:04.410Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-10-01T01:12:04.410Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-10-01T01:12:04.410Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-10-01T01:12:04.410Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-10-01T01:12:04.410Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-10-01T01:12:04.410Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-10-01T01:12:04.410Z] === RUN TestCreateDifferentPlatform [2020-10-01T01:12:04.410Z] === RUN TestCreateDifferentPlatform/different_os [2020-10-01T01:12:04.410Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-10-01T01:12:04.410Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-10-01T01:12:04.410Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-10-01T01:12:04.410Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-10-01T01:12:04.410Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-10-01T01:12:04.410Z] === RUN TestContainerKillOnDaemonStart [2020-10-01T01:12:04.410Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-10-01T01:12:04.410Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.410Z] === RUN TestDiff [2020-10-01T01:12:04.410Z] --- SKIP: TestDiff (0.00s) [2020-10-01T01:12:04.410Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:04.410Z] === RUN TestExecWithCloseStdin [2020-10-01T01:12:04.410Z] --- PASS: TestExecWithCloseStdin (1.91s) [2020-10-01T01:12:04.410Z] === RUN TestExec [2020-10-01T01:12:04.410Z] --- PASS: TestExec (1.87s) [2020-10-01T01:12:04.410Z] === RUN TestExecUser [2020-10-01T01:12:04.410Z] --- SKIP: TestExecUser (0.00s) [2020-10-01T01:12:04.410Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-10-01T01:12:04.410Z] === RUN TestExportContainerAndImportImage [2020-10-01T01:12:04.410Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-10-01T01:12:04.410Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.410Z] === RUN TestExportContainerAfterDaemonRestart [2020-10-01T01:12:04.410Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-10-01T01:12:04.410Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:04.410Z] === RUN TestHealthCheckWorkdir [2020-10-01T01:12:04.410Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-10-01T01:12:04.410Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:04.410Z] === RUN TestHealthKillContainer [2020-10-01T01:12:04.410Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-10-01T01:12:04.410Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-10-01T01:12:04.410Z] === RUN TestInspectCpusetInConfigPre120 [2020-10-01T01:12:04.410Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-10-01T01:12:04.410Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-10-01T01:12:04.410Z] === RUN TestKillContainerInvalidSignal [2020-10-01T01:12:04.410Z] --- PASS: TestKillContainerInvalidSignal (1.54s) [2020-10-01T01:12:04.410Z] === RUN TestKillContainer [2020-10-01T01:12:04.410Z] === RUN TestKillContainer/no_signal [2020-10-01T01:12:04.907Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-10-01T01:12:05.477Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-10-01T01:12:05.953Z] === RUN TestKillContainer/non_killing_signal [2020-10-01T01:12:05.953Z] === RUN TestKillContainer/killing_signal [2020-10-01T01:12:06.045Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-10-01T01:12:06.613Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-10-01T01:12:07.181Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-10-01T01:12:08.117Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-10-01T01:12:08.137Z] --- PASS: TestKillContainer (3.71s) [2020-10-01T01:12:08.137Z] --- PASS: TestKillContainer/no_signal (1.58s) [2020-10-01T01:12:08.137Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-10-01T01:12:08.137Z] --- PASS: TestKillContainer/killing_signal (2.08s) [2020-10-01T01:12:08.137Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-10-01T01:12:08.137Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:12:08.137Z] === RUN TestKillStoppedContainer [2020-10-01T01:12:08.137Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:12:08.137Z] === RUN TestKillStoppedContainerAPIPre120 [2020-10-01T01:12:08.137Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:12:08.137Z] === RUN TestKillDifferentUserContainer [2020-10-01T01:12:08.137Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-10-01T01:12:08.137Z] === RUN TestInspectOomKilledTrue [2020-10-01T01:12:08.137Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:08.137Z] === RUN TestInspectOomKilledFalse [2020-10-01T01:12:08.137Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-10-01T01:12:08.137Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:12:08.137Z] === RUN TestLogsFollowTailEmpty [2020-10-01T01:12:08.376Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-10-01T01:12:08.945Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-10-01T01:12:09.512Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-10-01T01:12:09.512Z] === RUN TestDockerSuite/TestRunBindMounts [2020-10-01T01:12:09.677Z] --- PASS: TestLogsFollowTailEmpty (1.63s) [2020-10-01T01:12:09.677Z] === RUN TestNetworkNat [2020-10-01T01:12:09.677Z] --- SKIP: TestNetworkNat (0.00s) [2020-10-01T01:12:09.677Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:09.677Z] === RUN TestNetworkLocalhostTCPNat [2020-10-01T01:12:10.895Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-10-01T01:12:11.219Z] --- PASS: TestNetworkLocalhostTCPNat (1.89s) [2020-10-01T01:12:11.219Z] === RUN TestNetworkLoopbackNat [2020-10-01T01:12:11.219Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-10-01T01:12:11.219Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:11.219Z] === RUN TestPause [2020-10-01T01:12:11.219Z] --- SKIP: TestPause (0.00s) [2020-10-01T01:12:11.219Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-10-01T01:12:11.219Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-10-01T01:12:11.463Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-10-01T01:12:12.400Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-10-01T01:12:12.660Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-10-01T01:12:12.759Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.59s) [2020-10-01T01:12:12.759Z] === RUN TestPauseStopPausedContainer [2020-10-01T01:12:12.759Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-10-01T01:12:12.759Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:12.759Z] === RUN TestPsFilter [2020-10-01T01:12:13.221Z] --- PASS: TestPsFilter (0.11s) [2020-10-01T01:12:13.221Z] === RUN TestRemoveContainerWithRemovedVolume [2020-10-01T01:12:13.229Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-10-01T01:12:13.229Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-10-01T01:12:13.489Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-10-01T01:12:14.057Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-10-01T01:12:14.316Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-10-01T01:12:14.763Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.85s) [2020-10-01T01:12:14.763Z] === RUN TestRemoveContainerWithVolume [2020-10-01T01:12:14.885Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-10-01T01:12:15.453Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-10-01T01:12:15.453Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-10-01T01:12:15.712Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-10-01T01:12:15.712Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-10-01T01:12:16.649Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-10-01T01:12:16.908Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-10-01T01:12:16.948Z] --- PASS: TestRemoveContainerWithVolume (1.84s) [2020-10-01T01:12:16.948Z] === RUN TestRemoveContainerRunning [2020-10-01T01:12:17.478Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-10-01T01:12:18.062Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-10-01T01:12:18.062Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-10-01T01:12:18.489Z] --- PASS: TestRemoveContainerRunning (1.67s) [2020-10-01T01:12:18.489Z] === RUN TestRemoveContainerForceRemoveRunning [2020-10-01T01:12:18.629Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-10-01T01:12:19.565Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-10-01T01:12:20.033Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.65s) [2020-10-01T01:12:20.033Z] === RUN TestRemoveInvalidContainer [2020-10-01T01:12:20.033Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-10-01T01:12:20.033Z] === RUN TestRenameLinkedContainer [2020-10-01T01:12:20.033Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-10-01T01:12:20.033Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:20.033Z] === RUN TestRenameStoppedContainer [2020-10-01T01:12:20.504Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-10-01T01:12:21.073Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-10-01T01:12:21.642Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-10-01T01:12:22.212Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-10-01T01:12:22.218Z] --- PASS: TestRenameStoppedContainer (2.15s) [2020-10-01T01:12:22.218Z] === RUN TestRenameRunningContainerAndReuse [2020-10-01T01:12:22.471Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-10-01T01:12:22.471Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-10-01T01:12:23.039Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-10-01T01:12:23.609Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-10-01T01:12:25.517Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-10-01T01:12:25.985Z] --- PASS: TestRenameRunningContainerAndReuse (3.37s) [2020-10-01T01:12:25.985Z] === RUN TestRenameInvalidName [2020-10-01T01:12:27.536Z] --- PASS: TestRenameInvalidName (1.64s) [2020-10-01T01:12:27.536Z] === RUN TestRenameAnonymousContainer [2020-10-01T01:12:27.536Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-10-01T01:12:27.536Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:27.536Z] === RUN TestRenameContainerWithSameName [2020-10-01T01:12:28.059Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-10-01T01:12:28.059Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-10-01T01:12:28.627Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-10-01T01:12:29.079Z] --- PASS: TestRenameContainerWithSameName (1.58s) [2020-10-01T01:12:29.079Z] === RUN TestRenameContainerWithLinkedContainer [2020-10-01T01:12:29.079Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-10-01T01:12:29.079Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:29.079Z] === RUN TestResize [2020-10-01T01:12:30.007Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-10-01T01:12:30.620Z] --- PASS: TestResize (1.54s) [2020-10-01T01:12:30.620Z] === RUN TestResizeWithInvalidSize [2020-10-01T01:12:30.620Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-10-01T01:12:30.620Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-10-01T01:12:30.620Z] === RUN TestResizeWhenContainerNotStarted [2020-10-01T01:12:31.384Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-10-01T01:12:32.810Z] --- PASS: TestResizeWhenContainerNotStarted (2.12s) [2020-10-01T01:12:32.810Z] === RUN TestDaemonRestartKillContainers [2020-10-01T01:12:32.810Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-10-01T01:12:32.810Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:12:32.810Z] === RUN TestStats [2020-10-01T01:12:32.810Z] --- SKIP: TestStats (0.00s) [2020-10-01T01:12:32.810Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-10-01T01:12:32.810Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-10-01T01:12:33.293Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-10-01T01:12:34.672Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-10-01T01:12:34.672Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-10-01T01:12:34.672Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-10-01T01:12:35.241Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-10-01T01:12:36.622Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-10-01T01:12:37.560Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-10-01T01:12:39.476Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-10-01T01:12:39.734Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-10-01T01:12:41.112Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-10-01T01:12:41.679Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-10-01T01:12:41.679Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-10-01T01:12:42.248Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-10-01T01:12:43.182Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.85s) [2020-10-01T01:12:43.182Z] === RUN TestStopContainerWithTimeout [2020-10-01T01:12:43.182Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-10-01T01:12:43.182Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-10-01T01:12:43.182Z] === RUN TestUpdateRestartPolicy [2020-10-01T01:12:43.627Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-10-01T01:12:43.627Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-10-01T01:12:43.886Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-10-01T01:12:44.454Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-10-01T01:12:45.023Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-10-01T01:12:45.282Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-10-01T01:12:45.282Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-10-01T01:12:45.853Z] === RUN TestDockerSuite/TestRunEnvironment [2020-10-01T01:12:46.422Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-10-01T01:12:47.361Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-10-01T01:12:47.621Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-10-01T01:12:47.880Z] === RUN TestDockerSuite/TestRunExitCode [2020-10-01T01:12:48.448Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-10-01T01:12:49.017Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-10-01T01:12:49.586Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-10-01T01:12:50.524Z] === RUN TestDockerSuite/TestRunExposePort [2020-10-01T01:12:50.524Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-10-01T01:12:51.094Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-10-01T01:12:52.033Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-10-01T01:12:52.292Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-10-01T01:12:52.861Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-10-01T01:12:53.120Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-01T01:12:53.120Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-10-01T01:12:55.027Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-10-01T01:12:55.595Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-10-01T01:12:56.165Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-10-01T01:12:58.080Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-10-01T01:13:00.009Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-10-01T01:13:02.543Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-10-01T01:13:04.301Z] --- PASS: TestUpdateRestartPolicy (20.84s) [2020-10-01T01:13:04.301Z] === RUN TestUpdateRestartWithAutoRemove [2020-10-01T01:13:04.762Z] --- PASS: TestUpdateRestartWithAutoRemove (1.52s) [2020-10-01T01:13:04.762Z] === RUN TestWaitNonBlocked [2020-10-01T01:13:04.762Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:13:04.762Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:13:04.762Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:13:04.762Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:13:04.762Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-10-01T01:13:04.762Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-10-01T01:13:05.077Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-10-01T01:13:07.613Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-10-01T01:13:07.677Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-10-01T01:13:07.677Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.60s) [2020-10-01T01:13:07.677Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.69s) [2020-10-01T01:13:07.677Z] === RUN TestWaitBlocked [2020-10-01T01:13:07.677Z] --- SKIP: TestWaitBlocked (0.00s) [2020-10-01T01:13:07.677Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:07.677Z] PASS [2020-10-01T01:13:07.677Z] ok github.com/docker/docker/integration/container 69.746s [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === Skipped [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-10-01T01:13:07.677Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-10-01T01:13:07.677Z] copy_test.go:38: testEnv.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-10-01T01:13:07.677Z] copy_test.go:63: testEnv.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-10-01T01:13:07.677Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-10-01T01:13:07.677Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-10-01T01:13:07.677Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-10-01T01:13:07.677Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-10-01T01:13:07.677Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-10-01T01:13:07.677Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-10-01T01:13:07.677Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-10-01T01:13:07.677Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-10-01T01:13:07.677Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-10-01T01:13:07.677Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-10-01T01:13:07.677Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-10-01T01:13:07.677Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-10-01T01:13:07.677Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-10-01T01:13:07.677Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-10-01T01:13:07.677Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-10-01T01:13:07.677Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-10-01T01:13:07.677Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-10-01T01:13:07.677Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-10-01T01:13:07.677Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-10-01T01:13:07.677Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-10-01T01:13:07.677Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-10-01T01:13:07.677Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-10-01T01:13:07.677Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-10-01T01:13:07.677Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-10-01T01:13:07.677Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-10-01T01:13:07.677Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-10-01T01:13:07.677Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-10-01T01:13:07.677Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] [2020-10-01T01:13:07.677Z] DONE 87 tests, 36 skipped in 72.455s [2020-10-01T01:13:07.677Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-10-01T01:13:08.549Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-10-01T01:13:08.549Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-10-01T01:13:09.488Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-10-01T01:13:09.748Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-10-01T01:13:09.748Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-10-01T01:13:09.748Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-10-01T01:13:09.870Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:09.870Z] INFO: Testing against a local daemon [2020-10-01T01:13:09.870Z] === RUN TestCommitInheritsEnv [2020-10-01T01:13:09.870Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-10-01T01:13:09.870Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:13:09.870Z] === RUN TestImportExtremelyLargeImageWorks [2020-10-01T01:13:09.870Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-10-01T01:13:09.870Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-10-01T01:13:09.870Z] === RUN TestImagesFilterMultiReference [2020-10-01T01:13:09.870Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2020-10-01T01:13:09.870Z] === RUN TestImagePullPlatformInvalid [2020-10-01T01:13:09.870Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-10-01T01:13:09.870Z] === RUN TestRemoveImageOrphaning [2020-10-01T01:13:10.321Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-10-01T01:13:10.849Z] --- PASS: TestRemoveImageOrphaning (0.79s) [2020-10-01T01:13:10.850Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-10-01T01:13:10.850Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-10-01T01:13:10.850Z] === RUN TestTagInvalidReference [2020-10-01T01:13:10.850Z] --- PASS: TestTagInvalidReference (0.03s) [2020-10-01T01:13:10.850Z] === RUN TestTagValidPrefixedRepo [2020-10-01T01:13:10.850Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-10-01T01:13:10.850Z] === RUN TestTagExistedNameWithoutForce [2020-10-01T01:13:10.850Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-10-01T01:13:10.850Z] === RUN TestTagOfficialNames [2020-10-01T01:13:10.850Z] --- PASS: TestTagOfficialNames (0.10s) [2020-10-01T01:13:10.850Z] === RUN TestTagMatchesDigest [2020-10-01T01:13:10.850Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-10-01T01:13:10.850Z] PASS [2020-10-01T01:13:10.850Z] ok github.com/docker/docker/integration/image 1.427s [2020-10-01T01:13:11.311Z] [2020-10-01T01:13:11.311Z] === Skipped [2020-10-01T01:13:11.311Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-10-01T01:13:11.311Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:13:11.311Z] [2020-10-01T01:13:11.311Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-10-01T01:13:11.311Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-10-01T01:13:11.311Z] [2020-10-01T01:13:11.311Z] [2020-10-01T01:13:11.311Z] DONE 11 tests, 2 skipped in 3.562s [2020-10-01T01:13:11.311Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-10-01T01:13:12.228Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-10-01T01:13:12.797Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-10-01T01:13:12.860Z] testing: warning: no tests to run [2020-10-01T01:13:12.860Z] PASS [2020-10-01T01:13:12.860Z] ok github.com/docker/docker/integration/network/ipvlan 0.149s [no tests to run] [2020-10-01T01:13:12.860Z] testing: warning: no tests to run [2020-10-01T01:13:12.860Z] PASS [2020-10-01T01:13:12.860Z] ok github.com/docker/docker/integration/network/macvlan 0.041s [no tests to run] [2020-10-01T01:13:13.733Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-10-01T01:13:13.833Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:13.833Z] INFO: Testing against a local daemon [2020-10-01T01:13:13.833Z] === RUN TestNetworkCreateDelete [2020-10-01T01:13:13.833Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-10-01T01:13:13.833Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:13.833Z] === RUN TestDockerNetworkDeletePreferID [2020-10-01T01:13:13.833Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-10-01T01:13:13.833Z] 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-10-01T01:13:13.833Z] === RUN TestDaemonDNSFallback [2020-10-01T01:13:13.833Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-10-01T01:13:13.833Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:13.833Z] === RUN TestInspectNetwork [2020-10-01T01:13:13.833Z] --- SKIP: TestInspectNetwork (0.00s) [2020-10-01T01:13:13.833Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:13.833Z] === RUN TestRunContainerWithBridgeNone [2020-10-01T01:13:13.833Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-10-01T01:13:13.833Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:13.833Z] === RUN TestNetworkInvalidJSON [2020-10-01T01:13:13.833Z] === RUN TestNetworkInvalidJSON//networks/create [2020-10-01T01:13:13.833Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-10-01T01:13:13.833Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:13:13.833Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:13:13.833Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:13:13.833Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:13:13.833Z] === CONT TestNetworkInvalidJSON//networks/create [2020-10-01T01:13:13.833Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-10-01T01:13:13.833Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-10-01T01:13:13.833Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-10-01T01:13:13.833Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-10-01T01:13:13.833Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-10-01T01:13:13.833Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-10-01T01:13:13.833Z] === RUN TestHostIPv4BridgeLabel [2020-10-01T01:13:13.833Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-10-01T01:13:13.833Z] network_test.go:97: testEnv.OSType == "windows" [2020-10-01T01:13:13.833Z] === RUN TestDaemonRestartWithLiveRestore [2020-10-01T01:13:13.833Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-10-01T01:13:13.833Z] service_test.go:29: testEnv.OSType == "windows" [2020-10-01T01:13:13.833Z] === RUN TestDaemonDefaultNetworkPools [2020-10-01T01:13:13.834Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:52: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestDaemonRestartWithExistingNetwork [2020-10-01T01:13:13.834Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:96: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-10-01T01:13:13.834Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:130: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-10-01T01:13:13.834Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:181: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestServiceWithPredefinedNetwork [2020-10-01T01:13:13.834Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:206: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-10-01T01:13:13.834Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:13:13.834Z] === RUN TestServiceWithDataPathPortInit [2020-10-01T01:13:13.834Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:326: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-10-01T01:13:13.834Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-01T01:13:13.834Z] service_test.go:394: testEnv.OSType == "windows" [2020-10-01T01:13:13.834Z] PASS [2020-10-01T01:13:13.834Z] ok github.com/docker/docker/integration/network 0.202s [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === Skipped [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-10-01T01:13:14.294Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-10-01T01:13:14.294Z] 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-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-10-01T01:13:14.294Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-10-01T01:13:14.294Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-10-01T01:13:14.294Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-10-01T01:13:14.294Z] network_test.go:97: testEnv.OSType == "windows" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-10-01T01:13:14.294Z] service_test.go:29: testEnv.OSType == "windows" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-10-01T01:13:14.294Z] service_test.go:52: testEnv.OSType == "windows" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.294Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-10-01T01:13:14.294Z] service_test.go:96: testEnv.OSType == "windows" [2020-10-01T01:13:14.294Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:130: testEnv.OSType == "windows" [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:181: testEnv.OSType == "windows" [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:206: testEnv.OSType == "windows" [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:236: FLAKY_TEST [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:326: testEnv.OSType == "windows" [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-10-01T01:13:14.295Z] service_test.go:394: testEnv.OSType == "windows" [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] DONE 19 tests, 15 skipped in 2.904s [2020-10-01T01:13:14.295Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-10-01T01:13:14.295Z] testing: warning: no tests to run [2020-10-01T01:13:14.295Z] PASS [2020-10-01T01:13:14.295Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-10-01T01:13:14.295Z] [2020-10-01T01:13:14.295Z] DONE 0 tests in 0.299s [2020-10-01T01:13:14.295Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-10-01T01:13:14.756Z] testing: warning: no tests to run [2020-10-01T01:13:14.756Z] PASS [2020-10-01T01:13:14.756Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-10-01T01:13:14.756Z] [2020-10-01T01:13:14.756Z] DONE 0 tests in 0.312s [2020-10-01T01:13:14.756Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-10-01T01:13:15.112Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-10-01T01:13:16.309Z] testing: warning: no tests to run [2020-10-01T01:13:16.309Z] PASS [2020-10-01T01:13:16.309Z] ok github.com/docker/docker/integration/plugin 0.112s [no tests to run] [2020-10-01T01:13:16.309Z] testing: warning: no tests to run [2020-10-01T01:13:16.309Z] PASS [2020-10-01T01:13:16.309Z] ok github.com/docker/docker/integration/plugin/authz 0.088s [no tests to run] [2020-10-01T01:13:21.677Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-10-01T01:13:21.677Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-10-01T01:13:21.677Z] === RUN TestDockerSuite/TestRunModeHostname [2020-10-01T01:13:21.936Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-10-01T01:13:21.936Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-10-01T01:13:22.195Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-10-01T01:13:23.133Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-10-01T01:13:23.714Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-10-01T01:13:24.650Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-10-01T01:13:24.650Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-10-01T01:13:24.909Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-10-01T01:13:24.928Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:24.928Z] INFO: Testing against a local daemon [2020-10-01T01:13:24.928Z] === RUN TestExternalGraphDriver [2020-10-01T01:13:24.928Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-10-01T01:13:24.928Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-01T01:13:24.928Z] === RUN TestGraphdriverPluginV2 [2020-10-01T01:13:24.928Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-10-01T01:13:24.928Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-01T01:13:24.928Z] PASS [2020-10-01T01:13:24.928Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.435s [2020-10-01T01:13:25.388Z] testing: warning: no tests to run [2020-10-01T01:13:25.388Z] PASS [2020-10-01T01:13:25.388Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.101s [no tests to run] [2020-10-01T01:13:25.845Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-10-01T01:13:25.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:25.851Z] INFO: Testing against a local daemon [2020-10-01T01:13:25.851Z] === RUN TestPluginInvalidJSON [2020-10-01T01:13:25.851Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:25.851Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:25.851Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:25.851Z] --- PASS: TestPluginInvalidJSON (0.13s) [2020-10-01T01:13:25.851Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-10-01T01:13:25.851Z] === RUN TestPluginInstall [2020-10-01T01:13:25.851Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-01T01:13:25.851Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-01T01:13:25.851Z] PASS [2020-10-01T01:13:25.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:25.851Z] INFO: Testing against a local daemon [2020-10-01T01:13:25.851Z] === RUN TestReadPluginNoRead [2020-10-01T01:13:25.851Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-10-01T01:13:25.851Z] read_test.go:21: no unix domain sockets on Windows [2020-10-01T01:13:25.851Z] PASS [2020-10-01T01:13:25.851Z] ok github.com/docker/docker/integration/plugin/common 0.458s [2020-10-01T01:13:25.851Z] ok github.com/docker/docker/integration/plugin/logging 0.449s [2020-10-01T01:13:25.851Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-10-01T01:13:25.851Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-10-01T01:13:26.782Z] === RUN TestDockerSuite/TestRunMount [2020-10-01T01:13:26.821Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:26.821Z] INFO: Testing against a local daemon [2020-10-01T01:13:26.821Z] === RUN TestPluginWithDevMounts [2020-10-01T01:13:26.821Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-01T01:13:26.821Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:26.821Z] PASS [2020-10-01T01:13:26.821Z] ok github.com/docker/docker/integration/plugin/volumes 0.213s [2020-10-01T01:13:26.821Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] === Skipped [2020-10-01T01:13:27.791Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-10-01T01:13:27.791Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-10-01T01:13:27.791Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-10-01T01:13:27.791Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-10-01T01:13:27.791Z] read_test.go:21: no unix domain sockets on Windows [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-10-01T01:13:27.791Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] [2020-10-01T01:13:27.791Z] DONE 7 tests, 5 skipped in 12.871s [2020-10-01T01:13:27.791Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-10-01T01:13:28.272Z] testing: warning: no tests to run [2020-10-01T01:13:28.272Z] PASS [2020-10-01T01:13:28.272Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-10-01T01:13:28.272Z] [2020-10-01T01:13:28.272Z] DONE 0 tests in 0.296s [2020-10-01T01:13:28.272Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-10-01T01:13:28.746Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:28.746Z] INFO: Testing against a local daemon [2020-10-01T01:13:28.746Z] === RUN TestPluginInvalidJSON [2020-10-01T01:13:28.746Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:28.746Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:28.746Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-10-01T01:13:28.746Z] --- PASS: TestPluginInvalidJSON (0.13s) [2020-10-01T01:13:28.746Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-10-01T01:13:28.746Z] === RUN TestPluginInstall [2020-10-01T01:13:28.746Z] --- SKIP: TestPluginInstall (0.00s) [2020-10-01T01:13:28.746Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-01T01:13:28.746Z] PASS [2020-10-01T01:13:28.746Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-10-01T01:13:29.207Z] [2020-10-01T01:13:29.207Z] === Skipped [2020-10-01T01:13:29.207Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-10-01T01:13:29.207Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-10-01T01:13:29.207Z] [2020-10-01T01:13:29.207Z] [2020-10-01T01:13:29.207Z] DONE 3 tests, 1 skipped in 0.890s [2020-10-01T01:13:29.207Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-10-01T01:13:29.669Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:29.669Z] INFO: Testing against a local daemon [2020-10-01T01:13:29.669Z] === RUN TestExternalGraphDriver [2020-10-01T01:13:29.669Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-10-01T01:13:29.669Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-01T01:13:29.669Z] === RUN TestGraphdriverPluginV2 [2020-10-01T01:13:29.669Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-10-01T01:13:29.669Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-01T01:13:29.669Z] PASS [2020-10-01T01:13:29.669Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-10-01T01:13:30.131Z] [2020-10-01T01:13:30.131Z] === Skipped [2020-10-01T01:13:30.131Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-10-01T01:13:30.131Z] external_test.go:48: runtime.GOOS == "windows" [2020-10-01T01:13:30.131Z] [2020-10-01T01:13:30.131Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-10-01T01:13:30.131Z] external_test.go:408: runtime.GOOS == "windows" [2020-10-01T01:13:30.131Z] [2020-10-01T01:13:30.131Z] [2020-10-01T01:13:30.131Z] DONE 2 tests, 2 skipped in 0.836s [2020-10-01T01:13:30.131Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-10-01T01:13:30.596Z] testing: warning: no tests to run [2020-10-01T01:13:30.596Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:30.596Z] PASS [2020-10-01T01:13:30.596Z] INFO: Testing against a local daemon [2020-10-01T01:13:30.596Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-10-01T01:13:30.596Z] === RUN TestReadPluginNoRead [2020-10-01T01:13:30.596Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-10-01T01:13:30.596Z] read_test.go:21: no unix domain sockets on Windows [2020-10-01T01:13:30.596Z] PASS [2020-10-01T01:13:30.596Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-10-01T01:13:30.596Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-10-01T01:13:30.596Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-10-01T01:13:30.596Z] [2020-10-01T01:13:30.596Z] === Skipped [2020-10-01T01:13:30.596Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-10-01T01:13:30.596Z] read_test.go:21: no unix domain sockets on Windows [2020-10-01T01:13:30.596Z] [2020-10-01T01:13:30.596Z] [2020-10-01T01:13:30.596Z] DONE 1 tests, 1 skipped in 0.849s [2020-10-01T01:13:30.974Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-10-01T01:13:30.974Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-10-01T01:13:31.057Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-10-01T01:13:31.233Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-10-01T01:13:31.518Z] testing: warning: no tests to run [2020-10-01T01:13:31.518Z] PASS [2020-10-01T01:13:31.518Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-10-01T01:13:31.518Z] [2020-10-01T01:13:31.518Z] DONE 0 tests in 0.494s [2020-10-01T01:13:31.518Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-10-01T01:13:31.988Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:31.988Z] INFO: Testing against a local daemon [2020-10-01T01:13:31.988Z] === RUN TestPluginWithDevMounts [2020-10-01T01:13:31.988Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-10-01T01:13:31.988Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:31.988Z] PASS [2020-10-01T01:13:31.988Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-10-01T01:13:31.988Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-10-01T01:13:31.988Z] [2020-10-01T01:13:31.988Z] === Skipped [2020-10-01T01:13:31.988Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-10-01T01:13:31.988Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:31.988Z] [2020-10-01T01:13:31.988Z] [2020-10-01T01:13:31.988Z] DONE 1 tests, 1 skipped in 0.796s [2020-10-01T01:13:32.173Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-10-01T01:13:32.450Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-10-01T01:13:33.551Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-10-01T01:13:34.634Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:34.634Z] INFO: Testing against a local daemon [2020-10-01T01:13:34.634Z] === RUN TestSecretInspect [2020-10-01T01:13:34.634Z] --- SKIP: TestSecretInspect (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] === RUN TestSecretList [2020-10-01T01:13:34.634Z] --- SKIP: TestSecretList (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] === RUN TestSecretsCreateAndDelete [2020-10-01T01:13:34.634Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] === RUN TestSecretsUpdate [2020-10-01T01:13:34.634Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] === RUN TestTemplatedSecret [2020-10-01T01:13:34.634Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] === RUN TestSecretCreateResolve [2020-10-01T01:13:34.634Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:34.634Z] PASS [2020-10-01T01:13:34.634Z] ok github.com/docker/docker/integration/secret 0.205s [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === Skipped [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-10-01T01:13:34.634Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] [2020-10-01T01:13:34.634Z] DONE 6 tests, 6 skipped in 2.187s [2020-10-01T01:13:34.634Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-10-01T01:13:35.457Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-10-01T01:13:36.817Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:36.817Z] INFO: Testing against a local daemon [2020-10-01T01:13:36.817Z] === RUN TestServiceCreateInit [2020-10-01T01:13:36.817Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-10-01T01:13:36.817Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-10-01T01:13:36.817Z] --- PASS: TestServiceCreateInit (0.05s) [2020-10-01T01:13:36.817Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T01:13:36.817Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:36.817Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T01:13:36.817Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:36.817Z] === RUN TestCreateServiceMultipleTimes [2020-10-01T01:13:36.817Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-10-01T01:13:36.817Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:36.817Z] === RUN TestCreateServiceConflict [2020-10-01T01:13:36.817Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-10-01T01:13:36.817Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:36.817Z] === RUN TestCreateServiceMaxReplicas [2020-10-01T01:13:36.838Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-10-01T01:13:37.097Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2020-10-01T01:13:37.278Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateWithDuplicateNetworkNames [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateServiceSecretFileMode [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateServiceConfigFileMode [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateServiceSysctls [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-10-01T01:13:37.278Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateServiceCapabilities [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-10-01T01:13:37.278Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestInspect [2020-10-01T01:13:37.278Z] --- SKIP: TestInspect (0.00s) [2020-10-01T01:13:37.278Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestCreateJob [2020-10-01T01:13:37.278Z] --- SKIP: TestCreateJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestReplicatedJob [2020-10-01T01:13:37.278Z] --- SKIP: TestReplicatedJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestUpdateReplicatedJob [2020-10-01T01:13:37.278Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestServiceListWithStatuses [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-10-01T01:13:37.278Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestDockerNetworkConnectAlias [2020-10-01T01:13:37.278Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-10-01T01:13:37.278Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestDockerNetworkReConnect [2020-10-01T01:13:37.278Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-10-01T01:13:37.278Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestServicePlugin [2020-10-01T01:13:37.278Z] --- SKIP: TestServicePlugin (0.00s) [2020-10-01T01:13:37.278Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] === RUN TestServiceUpdateLabel [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] === RUN TestServiceUpdateSecrets [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] === RUN TestServiceUpdateConfigs [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] === RUN TestServiceUpdateNetwork [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] === RUN TestServiceUpdatePidsLimit [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] PASS [2020-10-01T01:13:37.278Z] ok github.com/docker/docker/integration/service 0.405s [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === Skipped [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T01:13:37.278Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2020-10-01T01:13:37.278Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-10-01T01:13:37.278Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-10-01T01:13:37.278Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-10-01T01:13:37.278Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-10-01T01:13:37.278Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-10-01T01:13:37.278Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-10-01T01:13:37.278Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-10-01T01:13:37.278Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-10-01T01:13:37.278Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-10-01T01:13:37.278Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-10-01T01:13:37.278Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] [2020-10-01T01:13:37.278Z] DONE 24 tests, 23 skipped in 2.849s [2020-10-01T01:13:37.278Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-10-01T01:13:39.008Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-10-01T01:13:39.464Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:39.465Z] INFO: Testing against a local daemon [2020-10-01T01:13:39.465Z] === RUN TestSessionCreate [2020-10-01T01:13:39.465Z] --- SKIP: TestSessionCreate (0.00s) [2020-10-01T01:13:39.465Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:39.465Z] === RUN TestSessionCreateWithBadUpgrade [2020-10-01T01:13:39.465Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-10-01T01:13:39.465Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:39.465Z] PASS [2020-10-01T01:13:39.465Z] ok github.com/docker/docker/integration/session 0.197s [2020-10-01T01:13:39.465Z] [2020-10-01T01:13:39.465Z] === Skipped [2020-10-01T01:13:39.465Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-10-01T01:13:39.465Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:39.465Z] [2020-10-01T01:13:39.465Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-10-01T01:13:39.465Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-10-01T01:13:39.465Z] [2020-10-01T01:13:39.465Z] [2020-10-01T01:13:39.465Z] DONE 2 tests, 2 skipped in 2.059s [2020-10-01T01:13:39.465Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-10-01T01:13:40.387Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-10-01T01:13:41.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:41.648Z] INFO: Testing against a local daemon [2020-10-01T01:13:41.648Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-10-01T01:13:41.648Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:13:41.648Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:41.648Z] === RUN TestEventsExecDie [2020-10-01T01:13:41.648Z] --- SKIP: TestEventsExecDie (0.00s) [2020-10-01T01:13:41.648Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-10-01T01:13:41.648Z] === RUN TestEventsBackwardsCompatible [2020-10-01T01:13:41.648Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-10-01T01:13:41.648Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-10-01T01:13:41.648Z] === RUN TestInfoAPI [2020-10-01T01:13:41.648Z] --- PASS: TestInfoAPI (0.04s) [2020-10-01T01:13:41.648Z] === RUN TestInfoAPIWarnings [2020-10-01T01:13:41.648Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-10-01T01:13:41.648Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:13:41.648Z] === RUN TestInfoDebug [2020-10-01T01:13:41.648Z] --- SKIP: TestInfoDebug (0.00s) [2020-10-01T01:13:41.648Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:41.648Z] === RUN TestInfoInsecureRegistries [2020-10-01T01:13:41.648Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-10-01T01:13:41.648Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:41.648Z] === RUN TestInfoRegistryMirrors [2020-10-01T01:13:41.648Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-10-01T01:13:41.648Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:41.648Z] === RUN TestLoginFailsWithBadCredentials [2020-10-01T01:13:41.765Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-10-01T01:13:41.765Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-10-01T01:13:42.025Z] === RUN TestDockerSuite/TestRunNetHost [2020-10-01T01:13:42.594Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-10-01T01:13:42.618Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2020-10-01T01:13:42.618Z] === RUN TestPingCacheHeaders [2020-10-01T01:13:42.618Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-10-01T01:13:42.618Z] === RUN TestPingGet [2020-10-01T01:13:42.618Z] --- PASS: TestPingGet (0.03s) [2020-10-01T01:13:42.618Z] === RUN TestPingHead [2020-10-01T01:13:42.618Z] --- PASS: TestPingHead (0.04s) [2020-10-01T01:13:42.618Z] === RUN TestVersion [2020-10-01T01:13:42.618Z] --- PASS: TestVersion (0.03s) [2020-10-01T01:13:42.618Z] PASS [2020-10-01T01:13:42.618Z] ok github.com/docker/docker/integration/system 1.389s [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === Skipped [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-10-01T01:13:43.079Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-10-01T01:13:43.079Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-10-01T01:13:43.079Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-10-01T01:13:43.079Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-10-01T01:13:43.079Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-10-01T01:13:43.079Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-10-01T01:13:43.079Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] [2020-10-01T01:13:43.079Z] DONE 13 tests, 7 skipped in 3.441s [2020-10-01T01:13:43.079Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-10-01T01:13:43.162Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-10-01T01:13:43.732Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-10-01T01:13:45.275Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:45.275Z] INFO: Testing against a local daemon [2020-10-01T01:13:45.275Z] === RUN TestVolumesCreateAndList [2020-10-01T01:13:45.275Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-10-01T01:13:45.275Z] === RUN TestVolumesRemove [2020-10-01T01:13:45.275Z] --- PASS: TestVolumesRemove (0.09s) [2020-10-01T01:13:45.275Z] === RUN TestVolumesInspect [2020-10-01T01:13:45.275Z] --- PASS: TestVolumesInspect (0.04s) [2020-10-01T01:13:45.275Z] === RUN TestVolumesInvalidJSON [2020-10-01T01:13:45.275Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-10-01T01:13:45.275Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-10-01T01:13:45.275Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-10-01T01:13:45.275Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-10-01T01:13:45.275Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-10-01T01:13:45.275Z] PASS [2020-10-01T01:13:45.275Z] ok github.com/docker/docker/integration/volume 0.341s [2020-10-01T01:13:45.275Z] [2020-10-01T01:13:45.275Z] DONE 5 tests in 2.457s [2020-10-01T01:13:45.645Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-10-01T01:13:45.645Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-10-01T01:13:45.735Z] INFO: make.ps1 ended at 10/01/2020 01:13:45 [2020-10-01T01:13:45.735Z] INFO: Integration CLI tests being run from the host: [2020-10-01T01:13:45.735Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-10-01T01:13:47.025Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-10-01T01:13:49.561Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-10-01T01:13:50.498Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-10-01T01:13:50.757Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-10-01T01:13:50.757Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-10-01T01:13:51.697Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-10-01T01:13:51.697Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-10-01T01:13:52.266Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-10-01T01:13:52.527Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-10-01T01:13:52.527Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-10-01T01:13:53.095Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-10-01T01:13:54.347Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-10-01T01:13:54.347Z] INFO: Testing against a local daemon [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-10-01T01:13:54.347Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-10-01T01:13:54.807Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-10-01T01:13:55.268Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-10-01T01:13:55.730Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-10-01T01:13:59.660Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-10-01T01:13:59.660Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-10-01T01:13:59.660Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-10-01T01:13:59.660Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-10-01T01:14:00.599Z] === RUN TestDockerSuite/TestRunPortInUse [2020-10-01T01:14:01.167Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-10-01T01:14:01.736Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-10-01T01:14:02.304Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-10-01T01:14:02.304Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-10-01T01:14:02.872Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-10-01T01:14:03.441Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-10-01T01:14:03.701Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-01T01:14:03.701Z] === RUN TestDockerSuite/TestRunPublishPort [2020-10-01T01:14:04.641Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-10-01T01:14:05.210Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-10-01T01:14:05.210Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-10-01T01:14:05.470Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-10-01T01:14:05.730Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-10-01T01:14:06.672Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-10-01T01:14:06.672Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-10-01T01:14:09.383Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-10-01T01:14:09.383Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-10-01T01:14:10.765Z] === RUN TestDockerSuite/TestRunRm [2020-10-01T01:14:11.024Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-10-01T01:14:11.652Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-10-01T01:14:14.186Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-10-01T01:14:14.754Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-10-01T01:14:15.324Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-10-01T01:14:15.584Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-10-01T01:14:17.490Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-10-01T01:14:17.749Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-10-01T01:14:18.319Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-10-01T01:14:20.861Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-10-01T01:14:21.121Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-10-01T01:14:23.659Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-10-01T01:14:24.228Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-10-01T01:14:24.796Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-10-01T01:14:25.364Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-10-01T01:14:25.933Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-10-01T01:14:26.503Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-10-01T01:14:27.070Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-10-01T01:14:27.070Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-10-01T01:14:27.644Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-10-01T01:14:28.212Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-10-01T01:14:28.472Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-10-01T01:14:29.414Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-10-01T01:14:31.951Z] === RUN TestDockerSuite/TestRunState [2020-10-01T01:14:32.888Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-10-01T01:14:33.457Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-10-01T01:14:33.716Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-10-01T01:14:34.285Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-10-01T01:14:34.285Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-10-01T01:14:34.285Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-10-01T01:14:34.855Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-10-01T01:14:35.424Z] === RUN TestDockerSuite/TestRunSysctls [2020-10-01T01:14:36.803Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-10-01T01:14:36.803Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-10-01T01:14:36.803Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-10-01T01:14:37.063Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-10-01T01:14:38.968Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-10-01T01:14:38.968Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-10-01T01:14:39.227Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-10-01T01:14:40.607Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-10-01T01:14:43.926Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-10-01T01:14:46.457Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-10-01T01:14:46.716Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-10-01T01:14:47.284Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-10-01T01:14:47.851Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-10-01T01:14:49.229Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-10-01T01:14:50.167Z] === RUN TestDockerSuite/TestRunUserByID [2020-10-01T01:14:50.426Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-10-01T01:14:50.685Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-10-01T01:14:50.685Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-10-01T01:14:51.253Z] === RUN TestDockerSuite/TestRunUserByName [2020-10-01T01:14:51.511Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-10-01T01:14:52.079Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-10-01T01:14:52.079Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-10-01T01:14:52.338Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-10-01T01:14:52.599Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-10-01T01:14:52.858Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-10-01T01:14:56.150Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-10-01T01:14:56.150Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-10-01T01:14:56.719Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-10-01T01:14:57.658Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-10-01T01:14:59.572Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-10-01T01:14:59.572Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-10-01T01:15:00.143Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-10-01T01:15:02.050Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-10-01T01:15:02.987Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-10-01T01:15:03.926Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-10-01T01:15:04.496Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-10-01T01:15:05.065Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-10-01T01:15:05.634Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-10-01T01:15:05.634Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-10-01T01:15:05.634Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-10-01T01:15:05.634Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-10-01T01:15:05.897Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-10-01T01:15:05.897Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-10-01T01:15:06.465Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-10-01T01:15:07.033Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-10-01T01:15:07.971Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-10-01T01:15:07.971Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-10-01T01:15:08.540Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-10-01T01:15:09.110Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-10-01T01:15:09.110Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-10-01T01:15:10.049Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-10-01T01:15:10.618Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-10-01T01:15:10.619Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-10-01T01:15:11.188Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-10-01T01:15:11.757Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-10-01T01:15:11.757Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-10-01T01:15:12.326Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-10-01T01:15:12.586Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-10-01T01:15:13.154Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-10-01T01:15:13.154Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-10-01T01:15:13.726Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-10-01T01:15:14.294Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-10-01T01:15:14.294Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-10-01T01:15:14.294Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-10-01T01:15:14.554Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-10-01T01:15:15.490Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-10-01T01:15:16.059Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-10-01T01:15:16.059Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-10-01T01:15:16.318Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-10-01T01:15:16.318Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-10-01T01:15:17.258Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-10-01T01:15:17.517Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-10-01T01:15:18.897Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-10-01T01:15:19.465Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-10-01T01:15:19.465Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-10-01T01:15:19.465Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-10-01T01:15:20.413Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-10-01T01:15:20.985Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-10-01T01:15:21.921Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-10-01T01:15:21.921Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-10-01T01:15:22.858Z] === RUN TestDockerSuite/TestSaveImageId [2020-10-01T01:15:22.858Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-10-01T01:15:23.427Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-10-01T01:15:23.427Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-10-01T01:15:24.807Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-10-01T01:15:25.067Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-10-01T01:15:26.447Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-10-01T01:15:26.447Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-10-01T01:15:26.447Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-10-01T01:15:27.827Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-10-01T01:15:28.766Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-10-01T01:15:29.332Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-10-01T01:15:29.332Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-10-01T01:15:29.332Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-10-01T01:15:29.332Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-10-01T01:15:29.900Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-10-01T01:15:31.805Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-10-01T01:15:37.074Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-10-01T01:15:37.074Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-10-01T01:15:38.451Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-10-01T01:15:39.389Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-10-01T01:15:40.328Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-10-01T01:15:42.861Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-10-01T01:15:44.240Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-10-01T01:15:44.810Z] === RUN TestDockerSuite/TestStartRecordError [2020-10-01T01:15:45.748Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-10-01T01:15:47.657Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-10-01T01:15:48.594Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-10-01T01:15:49.972Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-10-01T01:15:51.351Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-10-01T01:15:52.729Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-10-01T01:15:56.016Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-10-01T01:15:59.302Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-10-01T01:16:03.493Z] === RUN TestDockerSuite/TestStatsNoStream [2020-10-01T01:16:06.025Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-10-01T01:16:07.408Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-10-01T01:16:07.989Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-10-01T01:16:08.559Z] === RUN TestDockerSuite/TestTopPrivileged [2020-10-01T01:16:09.496Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-10-01T01:16:09.496Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-10-01T01:16:10.066Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-10-01T01:16:11.005Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-10-01T01:16:13.542Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-10-01T01:16:13.542Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-10-01T01:16:15.448Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-10-01T01:16:16.384Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-10-01T01:16:16.643Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-10-01T01:16:17.582Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-10-01T01:16:17.582Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-10-01T01:16:18.153Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-10-01T01:16:19.532Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-10-01T01:16:19.532Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-10-01T01:16:20.911Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-10-01T01:16:21.170Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-10-01T01:16:21.740Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-10-01T01:16:22.677Z] === RUN TestDockerSuite/TestUpdateStats [2020-10-01T01:16:26.865Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-10-01T01:16:27.126Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-10-01T01:16:27.126Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-10-01T01:16:28.064Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-10-01T01:16:28.323Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-10-01T01:16:30.872Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-10-01T01:16:33.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-10-01T01:16:35.316Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-10-01T01:16:35.316Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-10-01T01:16:37.224Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-10-01T01:16:37.875Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-10-01T01:16:39.760Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-10-01T01:16:40.067Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-10-01T01:16:40.067Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-10-01T01:16:40.067Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-10-01T01:16:43.052Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-10-01T01:16:43.311Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-10-01T01:16:44.249Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-10-01T01:16:46.156Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-10-01T01:16:46.156Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-10-01T01:16:47.093Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-10-01T01:16:47.155Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-10-01T01:16:48.033Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-10-01T01:16:49.414Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-10-01T01:16:50.793Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-10-01T01:16:52.172Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-10-01T01:16:53.557Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-10-01T01:16:54.935Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-10-01T01:17:01.498Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-10-01T01:17:11.475Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-10-01T01:17:11.734Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-10-01T01:17:11.734Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-10-01T01:17:11.734Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-10-01T01:17:11.734Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-10-01T01:17:11.994Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-10-01T01:17:13.373Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-10-01T01:17:13.373Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-10-01T01:17:13.373Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-10-01T01:17:13.633Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-10-01T01:17:13.633Z] === RUN TestDockerSuite/TestVolumeEvents [2020-10-01T01:17:18.903Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-10-01T01:17:20.282Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-10-01T01:17:20.282Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-10-01T01:17:20.282Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-10-01T01:17:20.541Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-10-01T01:17:23.079Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-10-01T01:17:24.986Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite (1357.22s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.10s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.07s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.75s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.21s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.33s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.33s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.20s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.89s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.25s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.95s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.14s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.32s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.71s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.71s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.72s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.69s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.19s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.89s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachDetach (1.12s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.10s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.05s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.79s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.81s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.31s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.04s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.31s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.28s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.22s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.34s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.56s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.23s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.98s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.91s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.35s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.78s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.56s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.70s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.07s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.75s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.24s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.30s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.91s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.52s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.12s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.37s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.48s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.86s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.96s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.36s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.97s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.27s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.23s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.36s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.66s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.21s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.33s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.36s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.90s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.45s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.25s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.29s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.10s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.44s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.86s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.25s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.47s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.34s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.28s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.58s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.85s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.32s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.77s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.00s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.06s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.37s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.68s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.78s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.63s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCmd (0.30s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.25s) [2020-10-01T01:17:24.986Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-01T01:17:24.986Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.10s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.77s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContChar (3.53s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.05s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.59s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.68s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.42s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.04s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.64s) [2020-10-01T01:17:24.986Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-10-01T01:17:24.986Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.986Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-01T01:17:24.986Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.986Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-10-01T01:17:24.986Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.986Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-01T01:17:24.986Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.71s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.30s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.52s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.27s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.40s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.32s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.51s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.79s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.26s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.39s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.31s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.23s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.40s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.23s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.59s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.08s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.04s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.80s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.88s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.10s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.43s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.43s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.04s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.61s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.47s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.86s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.11s) [2020-10-01T01:17:24.986Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.27s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.26s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.14s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.30s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.91s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnv (1.51s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.36s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.22s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.72s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.96s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.65s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.30s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.14s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.71s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.41s) [2020-10-01T01:17:24.987Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-10-01T01:17:24.987Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.69s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.64s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFails (0.75s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.78s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.96s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.43s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.27s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.97s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.53s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.34s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.66s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.66s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildHistory (3.84s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.24s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.59s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.24s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabel (0.53s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.18s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.47s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.08s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.35s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.32s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.88s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.99s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.40s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.43s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.68s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.48s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.86s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.81s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.07s) [2020-10-01T01:17:24.987Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-01T01:17:24.987Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.97s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.32s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.59s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.48s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.80s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.52s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.71s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.04s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.60s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.50s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.55s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.16s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.10s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.35s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.77s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.99s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.18s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildPATH (3.04s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.80s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.73s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.75s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.23s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRm (2.28s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.07s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.32s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.02s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.96s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.79s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.53s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2020-10-01T01:17:24.987Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2020-10-01T01:17:24.987Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-01T01:17:24.987Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.72s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildStderr (0.61s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.53s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.94s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.95s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.69s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.11s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildUser (1.25s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.59s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.00s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.60s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.60s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.89s) [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.19s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.15s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.67s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.79s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.83s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.70s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.12s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.67s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.27s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.52s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.40s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-10-01T01:17:25.248Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-01T01:17:25.248Z] docker_cli_sni_test.go:18: Flakey test [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.65s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.93s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.55s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.70s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.89s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitTTY (1.30s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.78s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.75s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.27s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.41s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.76s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.70s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.79s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.78s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.63s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.67s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.66s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.86s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-10-01T01:17:25.248Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.88s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.64s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.78s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.94s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.68s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.61s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.67s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.52s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.23s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.09s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.45s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.86s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.73s) [2020-10-01T01:17:25.249Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-01T01:17:25.249Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.45s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.61s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.80s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.55s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.40s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.07s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.88s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.33s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.58s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.42s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.42s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00068aee0_} (1.33s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1917520052_/foo_false____} (1.53s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1917520052_/foo_true____} (1.40s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_false____} (1.31s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_true____} (1.43s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3542576771_/foo_true__0xc00068af60__} (1.33s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00068af80_} (1.40s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00068afa0_} (1.48s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00068afc0_} (1.57s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00068afe0_} (1.38s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.99s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.06s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.78s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.97s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.53s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.61s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.78s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.84s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.96s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.88s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.88s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.08s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.05s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.26s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.92s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.09s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.97s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.82s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.36s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.17s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.16s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.69s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.42s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.68s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToDot (0.82s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.08s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.96s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToStdout (0.81s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.32s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.29s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.57s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.21s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.49s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.66s) [2020-10-01T01:17:25.249Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-10-01T01:17:25.249Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.53s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2020-10-01T01:17:25.249Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-01T01:17:25.249Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.25s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.87s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.58s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.14s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.67s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.76s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.73s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.56s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.90s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.91s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.75s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.07s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.33s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.10s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.18s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.83s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.25s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.79s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsAttach (0.58s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsCommit (0.81s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.63s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.95s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.18s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.92s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.33s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.85s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.21s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.34s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFilters (1.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFormat (1.24s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.84s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.27s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2020-10-01T01:17:25.249Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-01T01:17:25.249Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.249Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-01T01:17:25.249Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.44s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.40s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.44s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.88s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExec (0.86s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.52s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.59s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.58s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.30s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecEnv (0.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.18s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecInspectID (2.66s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecInteractive (0.62s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.72s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.85s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.61s) [2020-10-01T01:17:25.249Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.62s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecTTY (0.69s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.71s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.64s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecUlimits (0.99s) [2020-10-01T01:17:25.250Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-01T01:17:25.250Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.72s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.52s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestExecWithUser (0.55s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.52s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHealth (18.71s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.62s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportDisplay (1.00s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.05s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportGzipped (1.23s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2020-10-01T01:17:25.250Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-01T01:17:25.250Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-01T01:17:25.250Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-01T01:17:25.250Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.40s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.03s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.63s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.73s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.67s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.70s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.68s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.80s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.30s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.16s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.29s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.70s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.05s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.38s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.92s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.64s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.42s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.75s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.11s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.80s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.49s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.96s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.12s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.13s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.64s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.30s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsSince (6.51s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsTail (0.82s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.57s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.51s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestNetHostname (1.81s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginActive (2.21s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.75s) [2020-10-01T01:17:25.250Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-01T01:17:25.250Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.99s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.80s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.73s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.34s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.81s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.94s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.22s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.21s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPortList (6.71s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.09s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.93s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.89s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.08s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.65s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsByOrder (2.04s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.39s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.91s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.92s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.50s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.12s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.19s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.35s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.91s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.90s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.48s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.68s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.23s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.60s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.55s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.74s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.64s) [2020-10-01T01:17:25.250Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-01T01:17:25.250Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.49s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.35s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.97s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.16s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.76s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.31s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.18s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.97s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.84s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.99s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.92s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.95s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.68s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.27s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.74s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.63s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.32s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.69s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.65s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.62s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.30s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.14s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddHost (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.05s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2020-10-01T01:17:25.250Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.55s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.94s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.06s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.60s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.74s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.57s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.66s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.74s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.55s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.66s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.88s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.85s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.49s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.54s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.72s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.13s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.48s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.85s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.72s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.61s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.22s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.98s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.71s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.51s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.57s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.51s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.17s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.44s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.50s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.65s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.86s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunExitCode (0.58s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.69s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.75s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.80s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.08s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.48s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.51s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.27s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.12s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.05s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.05s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.66s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.34s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.35s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.59s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.66s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.86s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.88s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMount (3.76s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.87s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.34s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.97s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.74s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.97s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.32s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.13s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.42s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetHost (0.68s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.44s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.67s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.44s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.72s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.41s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.55s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.01s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s) [2020-10-01T01:17:25.251Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.70s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.58s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.64s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.73s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.54s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.00s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.65s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.11s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRm (0.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.55s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.59s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.04s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.92s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.07s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.52s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.65s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.67s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.52s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.54s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.81s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.58s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunState (1.02s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.62s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-10-01T01:17:25.251Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.63s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunSysctls (1.16s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.50s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.73s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.53s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.38s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.75s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.87s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.37s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.96s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserByID (0.43s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserByName (0.42s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.53s) [2020-10-01T01:17:25.251Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-10-01T01:17:25.251Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.53s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.26s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.60s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.81s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.63s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.65s) [2020-10-01T01:17:25.251Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.50s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.68s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.59s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.53s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.68s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.62s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.65s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.69s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.25s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.60s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.44s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.88s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.88s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.40s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.39s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.69s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.79s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.10s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.53s) [2020-10-01T01:17:25.252Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents286456005 [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.12s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.45s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.42s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.91s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.88s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.84s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.95s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartRecordError (1.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.50s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.12s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.70s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.49s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.69s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.49s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.74s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.76s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.02s) [2020-10-01T01:17:25.252Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.63s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.24s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.03s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.71s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-10-01T01:17:25.252Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.76s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.29s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.12s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.57s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.86s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-10-01T01:17:25.252Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.42s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.29s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.16s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.70s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.92s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.59s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.67s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.66s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.54s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.35s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.26s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.33s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.46s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.39s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.35s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.36s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.09s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.22s) [2020-10-01T01:17:25.252Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.41s) [2020-10-01T01:17:25.252Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-10-01T01:17:25.252Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-10-01T01:17:25.252Z] === RUN TestDockerRegistrySuite [2020-10-01T01:17:25.252Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-10-01T01:17:26.195Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-10-01T01:17:27.573Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-10-01T01:17:28.510Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-10-01T01:17:28.769Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-10-01T01:17:29.029Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-10-01T01:17:32.320Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-10-01T01:17:35.609Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-10-01T01:17:37.513Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-10-01T01:17:38.894Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-10-01T01:17:39.462Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-10-01T01:17:40.398Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-10-01T01:17:41.777Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-10-01T01:17:42.714Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-10-01T01:17:43.652Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-10-01T01:17:44.590Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-10-01T01:17:46.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-10-01T01:17:48.405Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-10-01T01:17:48.994Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-10-01T01:17:51.536Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-10-01T01:17:52.104Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-10-01T01:17:52.104Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-10-01T01:17:53.040Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-10-01T01:17:53.979Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-10-01T01:17:54.917Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-10-01T01:17:57.453Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-10-01T01:17:57.453Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-10-01T01:17:58.391Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-10-01T01:17:58.649Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-10-01T01:17:58.908Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-10-01T01:17:59.168Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-10-01T01:17:59.427Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-10-01T01:17:59.686Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-10-01T01:17:59.945Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-10-01T01:18:00.883Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-10-01T01:18:02.262Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-10-01T01:18:03.199Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-10-01T01:18:04.138Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-10-01T01:18:05.075Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite (40.64s) [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.21s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d8d69d0037959] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.00s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d794a20a25379] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.50s) [2020-10-01T01:18:05.643Z] check_test.go:196: [db43cd67329f8] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-10-01T01:18:05.643Z] check_test.go:196: [df5a89ad28e69] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.30s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d7edee57088f0] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.84s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d974a74443df9] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.59s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d0f564665b5c3] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s) [2020-10-01T01:18:05.643Z] check_test.go:196: [de978aad38f6b] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.83s) [2020-10-01T01:18:05.643Z] check_test.go:196: [ddde2065e26d6] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dd915d3ce5433] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d881019b31e68] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d173dd6a781c7] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d7a705cc54e7f] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.02s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d56b127fdc867] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.77s) [2020-10-01T01:18:05.643Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2da3ef947b17536540a4c9a8843cbc986bbaf8e5ed5233836db57ac4415fbc84 [2020-10-01T01:18:05.643Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:77bf7c81852417ac2d38ba399e99a6a56f5a445d77ad9b0b8c99137cdf4a05d6 [2020-10-01T01:18:05.643Z] check_test.go:196: [da661d7c293c9] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2020-10-01T01:18:05.643Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f47b9709f8222086cb58cc3c285109e3e832273f64ea42aae7585e83ca184884 [2020-10-01T01:18:05.643Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:670f8532f9e055edcfd838252a1ee88014f527beaa107e1f24972878f3e39895 [2020-10-01T01:18:05.643Z] check_test.go:196: [d956659c73ce5] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d2ef8c5b46507] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d6a906f378b5d] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d40ad8fdc1d4f] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d9124ea9131d8] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d1cb4f4aa5bb3] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.83s) [2020-10-01T01:18:05.643Z] check_test.go:196: [ded2bdfcfa1f7] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dfd75d2a21c45] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.26s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dcedee2b8b5d3] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s) [2020-10-01T01:18:05.643Z] check_test.go:196: [df985062dacef] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.94s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d15f8f2353a6d] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d2f863d0e310c] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dcbaaf9a05891] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d1095d81b96db] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d2454f09bf36b] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d4e17f0b2329a] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dd1d7d4f25de0] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dd05397031319] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2020-10-01T01:18:05.643Z] check_test.go:196: [dadd4e4017c01] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s) [2020-10-01T01:18:05.643Z] check_test.go:196: [d46a932a6cf14] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2020-10-01T01:18:05.643Z] check_test.go:196: [db1283d551422] daemon is not started [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2020-10-01T01:18:05.643Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-10-01T01:18:05.643Z] === RUN TestDockerSchema1RegistrySuite [2020-10-01T01:18:05.643Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-10-01T01:18:05.903Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-10-01T01:18:08.439Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-10-01T01:18:11.754Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-10-01T01:18:14.291Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-10-01T01:18:15.229Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-10-01T01:18:16.168Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-10-01T01:18:16.168Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-10-01T01:18:17.107Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-10-01T01:18:18.044Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-10-01T01:18:18.981Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-10-01T01:18:21.516Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-10-01T01:18:21.516Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-10-01T01:18:22.084Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-10-01T01:18:22.084Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-10-01T01:18:22.343Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-10-01T01:18:22.602Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-10-01T01:18:23.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite (17.47s) [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-10-01T01:18:23.171Z] check_test.go:223: [df9ce73d92767] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2020-10-01T01:18:23.171Z] check_test.go:223: [db27006340bec] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.79s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d32feb75d8be4] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.74s) [2020-10-01T01:18:23.171Z] check_test.go:223: [db18c7ee2b99c] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.94s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d008d7b571e18] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.93s) [2020-10-01T01:18:23.171Z] check_test.go:223: [db9af9173c9dd] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d31d624475658] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d530d862fe5ee] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d6a57c5988138] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d2390a582f570] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.37s) [2020-10-01T01:18:23.171Z] check_test.go:223: [df41fcd125fc2] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.40s) [2020-10-01T01:18:23.171Z] check_test.go:223: [d97002d5fd0a4] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-10-01T01:18:23.171Z] check_test.go:223: [dae5549b816af] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-10-01T01:18:23.171Z] check_test.go:223: [dd4af59b72f7b] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.34s) [2020-10-01T01:18:23.171Z] check_test.go:223: [dc3fe4a6900dd] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2020-10-01T01:18:23.171Z] check_test.go:223: [dfcc8f5b6729e] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-10-01T01:18:23.171Z] check_test.go:223: [da2b4ed17ded0] daemon is not started [2020-10-01T01:18:23.171Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-10-01T01:18:23.171Z] check_test.go:223: [dbbc4700d77fc] daemon is not started [2020-10-01T01:18:23.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-10-01T01:18:23.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-10-01T01:18:24.109Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-10-01T01:18:24.368Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-10-01T01:18:24.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-10-01T01:18:25.563Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-10-01T01:18:25.822Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-10-01T01:18:26.391Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-10-01T01:18:26.650Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.76s) [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2020-10-01T01:18:26.909Z] check_test.go:252: [dd0c34a4b7dd6] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2020-10-01T01:18:26.909Z] check_test.go:252: [d300d80fb3352] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-10-01T01:18:26.909Z] check_test.go:252: [d2d04ed0c13f3] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-10-01T01:18:26.909Z] check_test.go:252: [d07197dcd9378] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-10-01T01:18:26.909Z] check_test.go:252: [dd760a6c21494] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.54s) [2020-10-01T01:18:26.909Z] check_test.go:252: [ddc6a4c9cc6f1] daemon is not started [2020-10-01T01:18:26.909Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-10-01T01:18:26.909Z] check_test.go:252: [d47c358e48a69] daemon is not started [2020-10-01T01:18:26.909Z] === RUN TestDockerRegistryAuthTokenSuite [2020-10-01T01:18:26.909Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-10-01T01:18:28.520Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-10-01T01:18:28.520Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-10-01T01:18:32.176Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-10-01T01:18:32.435Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-10-01T01:18:32.435Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-10-01T01:18:32.693Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.87s) [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-10-01T01:18:32.693Z] check_test.go:279: [d922278ca0acf] daemon is not started [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.22s) [2020-10-01T01:18:32.693Z] check_test.go:279: [d349c381aec01] daemon is not started [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2020-10-01T01:18:32.693Z] check_test.go:279: [d9f2a6f35294d] daemon is not started [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2020-10-01T01:18:32.693Z] check_test.go:279: [dc6fdd652a4bf] daemon is not started [2020-10-01T01:18:32.693Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-10-01T01:18:32.693Z] check_test.go:279: [db4ec7547c132] daemon is not started [2020-10-01T01:18:32.693Z] === RUN TestDockerNetworkSuite [2020-10-01T01:18:32.693Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-10-01T01:18:34.348Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-10-01T01:18:34.349Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-10-01T01:18:35.230Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-10-01T01:18:35.490Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-10-01T01:18:38.098Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-10-01T01:18:38.558Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-10-01T01:18:38.558Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-10-01T01:18:38.558Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-10-01T01:18:38.558Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-10-01T01:18:38.781Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-10-01T01:18:39.019Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-10-01T01:18:39.480Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-10-01T01:18:39.718Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-10-01T01:18:42.399Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-10-01T01:18:43.006Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-10-01T01:18:43.371Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-10-01T01:18:43.371Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-10-01T01:18:43.371Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-10-01T01:18:43.836Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-10-01T01:18:43.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-10-01T01:18:46.036Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-10-01T01:18:49.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-10-01T01:18:51.758Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-10-01T01:18:52.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-10-01T01:18:52.954Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-10-01T01:18:53.522Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-10-01T01:18:54.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-10-01T01:18:55.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-10-01T01:18:55.285Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-10-01T01:18:55.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-10-01T01:18:56.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-10-01T01:18:56.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-10-01T01:18:56.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-10-01T01:18:56.741Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-10-01T01:18:57.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-10-01T01:18:58.454Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-10-01T01:18:58.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-10-01T01:18:58.630Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-10-01T01:18:58.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-10-01T01:18:58.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-10-01T01:19:01.424Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-10-01T01:19:01.424Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-10-01T01:19:03.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-10-01T01:19:05.865Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-10-01T01:19:08.789Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-10-01T01:19:08.789Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-10-01T01:19:08.789Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-10-01T01:19:11.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-10-01T01:19:11.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-10-01T01:19:11.708Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-10-01T01:19:11.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-10-01T01:19:11.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-10-01T01:19:11.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-10-01T01:19:12.236Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-10-01T01:19:12.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-10-01T01:19:12.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-10-01T01:19:12.678Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-10-01T01:19:13.435Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-10-01T01:19:15.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-10-01T01:19:15.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-10-01T01:19:15.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-10-01T01:19:16.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-10-01T01:19:18.483Z] === RUN TestDockerSuite/TestBuildAddScript [2020-10-01T01:19:18.483Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-10-01T01:19:18.483Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-10-01T01:19:18.483Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-10-01T01:19:18.484Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-10-01T01:19:18.484Z] === RUN TestDockerSuite/TestBuildAddTar [2020-10-01T01:19:20.912Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-10-01T01:19:20.912Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-10-01T01:19:22.819Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-10-01T01:19:24.739Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-10-01T01:19:24.739Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-10-01T01:19:25.685Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-10-01T01:19:27.593Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-10-01T01:19:27.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-10-01T01:19:27.852Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-10-01T01:19:28.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-10-01T01:19:28.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-10-01T01:19:30.368Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-10-01T01:19:34.560Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite (63.50s) [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.09s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [d33501b6421cd] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [d240b343af01b] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.76s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [d29d4cde8cce8] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [d7c0bcb3d8373] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.61s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:1233: [db3b6bf323a3b] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [de31b0dc6c2ce] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.28s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [da1c586def00d] daemon is not started [2020-10-01T01:19:36.465Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s) [2020-10-01T01:19:36.465Z] docker_cli_network_unix_test.go:46: [da0fb4881bd1e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.11s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d1340bab52685] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [dfe39c09acf3e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d91ecf63e3c91] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d58ffff54a9ff] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.85s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d5d127801d282] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d81e1f5b05db8] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d87571d059550] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d82c0a2c9d5a8] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d0647e8b6c854] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [df0028859bf4e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d06f0c38ae388] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d77c8d9a54ef5] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d0b7811d51e42] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d153d05574f71] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d2504f7ecf209] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d120c3201e803] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.37s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:968: [da82331527ced] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.05s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d76c92288e272] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (7.06s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:1116: [d5590ec247a40] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d520bc70f2b95] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.20s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [df0d0ae1ad86e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [dd86cedd6fd5c] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d8aaddad0db7f] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.27s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d12b3059aea07] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.18s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [dad3b8dd2b57e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d42345e30698c] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.88s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d0f372041f0b5] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.09s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d4e4bfbf25788] daemon is not started [2020-10-01T01:19:36.466Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [dc0adddca1d07] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.06s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [de6aba56899fd] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.24s) [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.89s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:1084: [d341fec03e3a6] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [df413d1459683] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.94s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d7dd62450e38e] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.00s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d50f1f67c65d5] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [de9dfba698e2a] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.77s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d54d551b65e35] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [db318b544fbb3] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.43s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [da9155793b012] daemon is not started [2020-10-01T01:19:36.466Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.88s) [2020-10-01T01:19:36.466Z] docker_cli_network_unix_test.go:46: [d00ce7798e5d1] daemon is not started [2020-10-01T01:19:36.466Z] === RUN TestDockerHubPullSuite [2020-10-01T01:19:36.466Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-10-01T01:19:38.371Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-10-01T01:19:38.939Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-10-01T01:19:38.939Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-10-01T01:19:41.473Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-10-01T01:19:41.473Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-10-01T01:19:44.760Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-10-01T01:19:44.760Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-10-01T01:19:45.019Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite (8.73s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.99s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.86s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.15s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.27s) [2020-10-01T01:19:45.019Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2020-10-01T01:19:45.019Z] PASS [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === Skipped [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-10-01T01:19:45.019Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-10-01T01:19:45.019Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-10-01T01:19:45.019Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-10-01T01:19:45.019Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-10-01T01:19:45.019Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.019Z] [2020-10-01T01:19:45.019Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-10-01T01:19:45.019Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_sni_test.go:18: Flakey test [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-10-01T01:19:45.020Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.02s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.02s) [2020-10-01T01:19:45.020Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-10-01T01:19:45.020Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-01T01:19:45.020Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-10-01T01:19:45.020Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-10-01T01:19:45.020Z] docker_cli_network_unix_test.go:46: [dc0adddca1d07] daemon is not started [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] [2020-10-01T01:19:45.020Z] DONE 1277 tests, 51 skipped in 1537.329s [2020-10-01T01:19:45.020Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:19:45.020Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:19:45.020Z] +++ kill 7511 [2020-10-01T01:19:45.588Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-10-01T01:19:46.156Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:19:46.156Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:19:46.156Z] [2020-10-01T01:19:46.156Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:19:46.156Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:19:46.156Z] [2020-10-01T01:19:46.156Z] To set a process to complain mode, use the command line tool [2020-10-01T01:19:46.156Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:19:46.156Z] +++ true [2020-10-01T01:19:46.156Z] exiting test-integration [2020-10-01T01:19:46.156Z] ++ exit 0 [2020-10-01T01:19:46.156Z] [2020-10-01T01:19:46.415Z] + for job in $(jobs -p) [2020-10-01T01:19:46.415Z] + wait 4289 [2020-10-01T01:19:46.415Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-10-01T01:19:48.958Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-10-01T01:20:01.038Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-10-01T01:20:01.038Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-10-01T01:20:01.038Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-10-01T01:20:18.755Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-10-01T01:20:18.755Z] === RUN TestDockerSuite/TestBuildBlankName [2020-10-01T01:20:18.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-10-01T01:20:25.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-10-01T01:20:25.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-10-01T01:20:31.669Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-10-01T01:20:40.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-10-01T01:20:45.184Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-10-01T01:20:48.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-10-01T01:20:49.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-10-01T01:20:54.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-10-01T01:20:54.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-10-01T01:20:54.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-10-01T01:20:59.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-10-01T01:20:59.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-10-01T01:20:59.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-10-01T01:20:59.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-10-01T01:20:59.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-10-01T01:21:29.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-10-01T01:21:31.395Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-10-01T01:21:31.856Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-10-01T01:21:32.315Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-10-01T01:21:33.285Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-10-01T01:21:33.285Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-10-01T01:21:39.094Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-10-01T01:21:39.554Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-10-01T01:21:39.554Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-10-01T01:21:39.554Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-10-01T01:21:40.527Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-10-01T01:21:41.408Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-10-01T01:21:41.497Z] === RUN TestDockerSuite/TestBuildCmd [2020-10-01T01:21:41.963Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-10-01T01:21:42.431Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-10-01T01:21:42.891Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-10-01T01:21:47.970Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-10-01T01:21:48.695Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-10-01T01:21:49.667Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-10-01T01:21:49.667Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-10-01T01:21:50.637Z] === RUN TestDockerSuite/TestBuildContChar [2020-10-01T01:21:52.159Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-10-01T01:22:05.476Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-10-01T01:22:05.476Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-10-01T01:22:05.476Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-10-01T01:22:05.937Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-10-01T01:22:06.907Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-10-01T01:22:07.370Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-10-01T01:22:07.370Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-10-01T01:22:07.831Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-10-01T01:22:08.291Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-10-01T01:22:08.291Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-10-01T01:22:08.291Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-10-01T01:22:14.098Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-10-01T01:22:49.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-10-01T01:22:49.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-10-01T01:22:49.824Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-10-01T01:22:55.633Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-10-01T01:22:55.633Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-10-01T01:22:55.633Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-10-01T01:22:55.633Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-10-01T01:22:56.094Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-10-01T01:22:56.094Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-10-01T01:23:21.277Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-10-01T01:23:21.277Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-10-01T01:23:21.277Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-10-01T01:23:38.989Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-10-01T01:23:38.989Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-10-01T01:23:38.989Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-10-01T01:23:41.913Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-10-01T01:23:44.829Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-10-01T01:23:51.913Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-10-01T01:23:58.640Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-10-01T01:24:03.908Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-10-01T01:24:05.284Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-10-01T01:24:05.284Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-10-01T01:24:05.546Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-10-01T01:24:05.546Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-10-01T01:24:06.114Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-10-01T01:24:08.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-10-01T01:24:11.941Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-10-01T01:24:13.844Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-10-01T01:24:52.402Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-10-01T01:24:52.862Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-10-01T01:24:52.862Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-10-01T01:25:10.091Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-10-01T01:25:10.091Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-10-01T01:25:11.028Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-10-01T01:25:12.935Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-10-01T01:25:16.221Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-10-01T01:25:18.754Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-10-01T01:25:40.686Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-10-01T01:25:52.898Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-10-01T01:25:53.356Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-10-01T01:25:53.356Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-10-01T01:25:53.356Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-10-01T01:25:53.833Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-10-01T01:25:55.738Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-10-01T01:25:58.271Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-10-01T01:26:06.554Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-10-01T01:26:10.743Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-10-01T01:26:11.080Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-10-01T01:26:12.646Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-10-01T01:26:15.181Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-10-01T01:26:17.717Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-10-01T01:26:21.015Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-10-01T01:26:23.550Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-10-01T01:26:25.932Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-10-01T01:26:26.083Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-10-01T01:26:36.294Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-10-01T01:27:06.286Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-10-01T01:27:22.307Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-10-01T01:27:27.403Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-10-01T01:27:35.992Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-10-01T01:27:37.183Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite (1634.86s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.30s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.39s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.13s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.87s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.67s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:562: [d5ca1bde4bac0] joining swarm manager [d60b57019de1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:584: [deff93cebcecd] joining swarm manager [d60b57019de1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] check_test.go:380: [d5ca1bde4bac0] daemon is not started [2020-10-01T01:27:55.271Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.18s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:45: [d6bb2cf7f1645] joining swarm manager [d1bd3dee18fd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (47.81s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.69s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:303: [d8d8656862e6a] joining swarm manager [d2cf0e3dc4392]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:304: [d82b3cef1e87e] joining swarm manager [d2cf0e3dc4392]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.19s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:271: [d5f6b19c5e71f] joining swarm manager [d180b9665b19c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:272: [de410a7662450] joining swarm manager [d180b9665b19c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.65s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.42s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.35s) [2020-10-01T01:27:55.271Z] docker_api_swarm_node_test.go:19: [dcae412683a6e] joining swarm manager [d86b8455af032]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_node_test.go:20: [d1350275f6757] joining swarm manager [d86b8455af032]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.87s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:501: [d8909fff42385] joining swarm manager [d792b2ca24def]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:506: [d616a2df93c73] joining swarm manager [d792b2ca24def]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.86s) [2020-10-01T01:27:55.271Z] docker_api_swarm_node_test.go:80: [d4c43b4ab411c] joining swarm manager [dea99b44de014]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2020-10-01T01:27:55.271Z] docker_api_swarm_node_test.go:52: [d7f1f8519fbd6] joining swarm manager [d5f71d43fda0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_node_test.go:53: [d6714d43f3404] joining swarm manager [d5f71d43fda0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.65s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.10s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:201: [d4f216a010c7f] joining swarm manager [d109b03c88094]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.74s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:383: [df6238859b260] joining swarm manager [dccdb145cdd83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:384: [dc11423b2b44e] joining swarm manager [dccdb145cdd83]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] check_test.go:380: [dc11423b2b44e] daemon is not started [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.41s) [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:801: [d99cc53765767] joining swarm manager [d9af131073885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:801: [d3c4361bd813f] joining swarm manager [d9af131073885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:801: [d8d2064c8cfc9] joining swarm manager [d9af131073885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:801: [d17ebc909addb] joining swarm manager [d9af131073885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-10-01T01:27:55.271Z] docker_api_swarm_test.go:809: [d1a6156f89c57] joining swarm manager [d9af131073885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.64s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.34s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:394: [da671cc739549] joining swarm manager [d21a1cc560064]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:394: [df2175daedab5] joining swarm manager [d21a1cc560064]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.27s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:342: [d238a954f650c] joining swarm manager [d1237ad1ff234]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:342: [de5e4b1be4294] joining swarm manager [d1237ad1ff234]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.91s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:489: [d62877a4ee35e] joining swarm manager [d0ce2bdabc239]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:489: [deb8698ca7c5b] joining swarm manager [d0ce2bdabc239]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (4.87s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.47s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:127: [d23162e5b14e1] joining swarm manager [df65e5c689047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:128: [dce70dc0cb540] joining swarm manager [df65e5c689047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:136: [daa76db0a46cf] joining swarm manager [df65e5c689047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:137: [d57baa178c72f] joining swarm manager [df65e5c689047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.25s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.94s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:303: [de671612ac676] joining swarm manager [d3c37de8176f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:303: [dc4bee61e9eb7] joining swarm manager [d3c37de8176f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.33s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:99: [d5ae38cb6414a] joining swarm manager [d12cdffc5a8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:100: [df48c9d29d7e3] joining swarm manager [d12cdffc5a8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] check_test.go:380: [d5ae38cb6414a] daemon is not started [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.72s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:532: [d30b3f753cc22] joining swarm manager [de23750d45da2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:533: [db7a10fef040e] joining swarm manager [de23750d45da2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.18s) [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:147: [d69ae4924fcad] joining swarm manager [d41ec4b9d4bbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_api_swarm_service_test.go:147: [d1eab03c5243c] joining swarm manager [d41ec4b9d4bbb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.02s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.76s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.64s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.01s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.07s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.63s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (1.99s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.71s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.87s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.32s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.00s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.77s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.05s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.21s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.22s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.69s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.71s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.36s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.39s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.65s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.43s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.41s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.51s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.57s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.15s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.92s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.19s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.04s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.64s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.02s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.98s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.31s) [2020-10-01T01:27:55.271Z] docker_cli_service_logs_test.go:245: checking task cibsct18kz6u [2020-10-01T01:27:55.271Z] docker_cli_service_logs_test.go:250: checking messages for cibsct18kz6u [2020-10-01T01:27:55.271Z] docker_cli_service_logs_test.go:245: checking task mcy0cevjtqj1 [2020-10-01T01:27:55.271Z] docker_cli_service_logs_test.go:250: checking messages for mcy0cevjtqj1 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.80s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.24s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.26s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.41s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.85s) [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1901: [ddff8a06967b1] joining swarm manager [de153cb8fa839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1902: [d6f2579e0cc7c] joining swarm manager [de153cb8fa839]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.00s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.72s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.48s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.83s) [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1802: [df42d60bf1c3f] joining swarm manager [d2bcaa18f3933]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1803: [d1a20264f875f] joining swarm manager [d2bcaa18f3933]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.22s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.62s) [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1321: [dabb016db3c93] joining swarm manager [d955bff8951dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:1322: [df58eee6db4ef] joining swarm manager [d955bff8951dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.21s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.95s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.16s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.15s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.96s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.73s) [2020-10-01T01:27:55.271Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.50s) [2020-10-01T01:27:55.271Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-01T01:27:55.271Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.02s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.23s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.50s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.84s) [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1186: [d09bb117dbce0] joining swarm manager [d8143c6b7c462]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1195: [d3ffb7c469037] joining swarm manager [d8143c6b7c462]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.05s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.38s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (119.10s) [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1118: [d87dbff9e929c] joining swarm manager [da9c52799b441]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1119: [dc56da23a5694] joining swarm manager [da9c52799b441]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1172: [d2d654dc98d27] joining swarm manager [da9c52799b441]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1453: [d14c13a97d42b] joining swarm manager [da4ddb03096a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.272Z] docker_cli_swarm_test.go:1454: [d13f28471dfc1] joining swarm manager [da4ddb03096a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.23s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.97s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.21s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (51.95s) [2020-10-01T01:27:55.272Z] docker_cli_swarm_unix_test.go:62: [d0cc37e8d6961] joining swarm manager [dd8a5ec65e890]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.23s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.25s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.84s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.06s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.64s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.22s) [2020-10-01T01:27:55.272Z] docker_api_swarm_test.go:961: [d29c25cbed2bc] joining swarm manager [d284418ac3076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.24s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.83s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.87s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.42s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.96s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.16s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.48s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.53s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.68s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.12s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.23s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.98s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.24s) [2020-10-01T01:27:55.272Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.30s) [2020-10-01T01:27:55.272Z] === RUN TestDockerExternalVolumeSuite [2020-10-01T01:27:55.272Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-10-01T01:28:10.147Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-10-01T01:29:02.129Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-10-01T01:29:02.594Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-10-01T01:29:07.298Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-10-01T01:29:10.216Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnv [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-10-01T01:29:16.024Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-10-01T01:29:17.828Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-10-01T01:29:18.206Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-10-01T01:29:18.206Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-10-01T01:29:18.206Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-10-01T01:29:18.206Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-10-01T01:29:19.176Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-10-01T01:29:23.871Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-10-01T01:29:25.940Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildExpose [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-10-01T01:29:41.574Z] === RUN TestDockerSuite/TestBuildFails [2020-10-01T01:29:42.036Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-10-01T01:29:42.496Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-10-01T01:29:48.303Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-10-01T01:29:53.002Z] === RUN TestDockerSuite/TestBuildForceRm [2020-10-01T01:29:58.014Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-10-01T01:29:58.811Z] === RUN TestDockerSuite/TestBuildFromGit [2020-10-01T01:30:04.615Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-10-01T01:30:05.589Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-10-01T01:30:10.212Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-10-01T01:30:11.397Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-10-01T01:30:11.397Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-10-01T01:30:11.856Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-10-01T01:30:12.316Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-10-01T01:30:12.776Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-10-01T01:30:21.375Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-10-01T01:30:21.375Z] === RUN TestDockerSuite/TestBuildHistory [2020-10-01T01:30:31.730Z] === RUN TestDockerSuite/TestBuildIidFile [2020-10-01T01:30:31.730Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-10-01T01:30:33.270Z] === RUN TestDockerSuite/TestBuildInheritance [2020-10-01T01:30:33.270Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-10-01T01:30:34.240Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-10-01T01:30:34.240Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-10-01T01:30:38.942Z] === RUN TestDockerSuite/TestBuildLabel [2020-10-01T01:30:39.402Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-10-01T01:30:39.861Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-10-01T01:30:40.831Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-10-01T01:30:41.292Z] === RUN TestDockerSuite/TestBuildLabels [2020-10-01T01:30:41.752Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-10-01T01:30:42.283Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-10-01T01:30:43.297Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLastModified [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-10-01T01:30:47.997Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-10-01T01:30:48.457Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-10-01T01:30:48.917Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-10-01T01:30:49.378Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-10-01T01:30:54.080Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-10-01T01:30:57.156Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-10-01T01:31:08.906Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-10-01T01:31:08.906Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-10-01T01:31:11.089Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-10-01T01:31:29.237Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-10-01T01:31:41.072Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-10-01T01:31:44.110Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-10-01T01:31:58.983Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-10-01T01:32:02.197Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-10-01T01:32:04.388Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-10-01T01:32:10.215Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-10-01T01:32:14.915Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-10-01T01:32:32.621Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-10-01T01:32:32.621Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-10-01T01:32:38.425Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-10-01T01:32:38.425Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-10-01T01:32:38.425Z] === RUN TestDockerSuite/TestBuildNetNone [2020-10-01T01:32:38.425Z] === RUN TestDockerSuite/TestBuildNoContext [2020-10-01T01:32:41.342Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-10-01T01:32:45.088Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-10-01T01:32:45.650Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-10-01T01:32:47.271Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-10-01T01:32:47.733Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-10-01T01:32:47.733Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-10-01T01:32:49.914Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-10-01T01:32:50.887Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-10-01T01:32:51.857Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-10-01T01:33:02.192Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-10-01T01:33:02.193Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-10-01T01:33:03.741Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-10-01T01:33:10.778Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-10-01T01:33:13.689Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-10-01T01:33:22.284Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-10-01T01:33:28.091Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-10-01T01:33:31.831Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-10-01T01:33:33.374Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-10-01T01:33:33.374Z] === RUN TestDockerSuite/TestBuildPATH [2020-10-01T01:33:33.374Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-10-01T01:33:34.916Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-10-01T01:33:34.916Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-10-01T01:33:35.818Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-10-01T01:34:07.889Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-10-01T01:34:17.467Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-10-01T01:34:22.763Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-10-01T01:34:35.178Z] === RUN TestDockerSuite/TestBuildRm [2020-10-01T01:34:40.856Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-10-01T01:34:47.573Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-10-01T01:34:49.114Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-10-01T01:34:49.575Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-10-01T01:34:49.575Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-10-01T01:34:51.117Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-10-01T01:34:54.035Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-10-01T01:34:55.730Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-10-01T01:34:56.948Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-10-01T01:35:01.655Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite (436.86s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:53: [d34feca99a1cf] daemon is not started [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:53: [d69c10fe648b8] daemon is not started [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:53: [d4267e93468d1] daemon is not started [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:53: [dd2f752a56631] daemon is not started [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.55s) [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:485: [ddbf24690612b] daemon is not started [2020-10-01T01:35:10.608Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-10-01T01:35:10.608Z] docker_cli_external_volume_driver_test.go:53: [d07e81b4c5883] daemon is not started [2020-10-01T01:35:10.608Z] PASS [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] === Skipped [2020-10-01T01:35:10.608Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-01T01:35:10.608Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-10-01T01:35:10.608Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-10-01T01:35:10.608Z] check_test.go:309: [df6b45310e8d9] daemon is not started [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-01T01:35:10.608Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-10-01T01:35:10.608Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-10-01T01:35:10.608Z] check_test.go:309: [d51b7d77d111d] daemon is not started [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-10-01T01:35:10.608Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-10-01T01:35:10.608Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-10-01T01:35:10.608Z] check_test.go:309: [d4477df0af467] daemon is not started [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-01T01:35:10.608Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-10-01T01:35:10.608Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-01T01:35:10.608Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-10-01T01:35:10.608Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] DONE 273 tests, 5 skipped in 2461.259s [2020-10-01T01:35:10.608Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-10-01T01:35:10.608Z] ++++ cat bundles/test-integration/docker.pid [2020-10-01T01:35:10.608Z] +++ kill 7492 [2020-10-01T01:35:10.608Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6afed1e1c023/docker.pid [2020-10-01T01:35:10.608Z] +++ kill 5308 [2020-10-01T01:35:10.608Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5308 is not a child of this shell [2020-10-01T01:35:10.608Z] warning: PID 5308 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d6afed1e1c023/docker.pid had a nonzero exit code [2020-10-01T01:35:10.608Z] +++ /etc/init.d/apparmor stop [2020-10-01T01:35:10.608Z] Leaving: AppArmorNo profiles have been unloaded. [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] Unloading profiles will leave already running processes permanently [2020-10-01T01:35:10.608Z] unconfined, which can lead to unexpected situations. [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.608Z] To set a process to complain mode, use the command line tool [2020-10-01T01:35:10.608Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-10-01T01:35:10.608Z] +++ true [2020-10-01T01:35:10.608Z] exiting test-integration [2020-10-01T01:35:10.608Z] ++ exit 0 [2020-10-01T01:35:10.608Z] [2020-10-01T01:35:10.867Z] + exit 0 [2020-10-01T01:35:10.867Z] ++ jobs -p [2020-10-01T01:35:10.867Z] + pids= [2020-10-01T01:35:10.867Z] + echo 'Remaining pids to kill: []' [2020-10-01T01:35:10.867Z] Remaining pids to kill: [] [2020-10-01T01:35:10.867Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-10-01T01:35:10.882Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-10-01T01:35:11.881Z] + echo Ensuring container killed. [2020-10-01T01:35:11.881Z] Ensuring container killed. [2020-10-01T01:35:11.881Z] + docker ps -aq -f name=docker-pr4-* [2020-10-01T01:35:11.881Z] + cids=e2fb3902aa7c [2020-10-01T01:35:11.881Z] 5882353e8f69 [2020-10-01T01:35:11.881Z] 0b51412e0a05 [2020-10-01T01:35:11.881Z] + [ -n e2fb3902aa7c [2020-10-01T01:35:11.881Z] 5882353e8f69 [2020-10-01T01:35:11.881Z] 0b51412e0a05 ] [2020-10-01T01:35:11.881Z] + docker rm -vf e2fb3902aa7c 5882353e8f69 0b51412e0a05 [2020-10-01T01:35:12.818Z] e2fb3902aa7c [2020-10-01T01:35:13.386Z] 5882353e8f69 [2020-10-01T01:35:14.324Z] 0b51412e0a05 [Pipeline] sh [2020-10-01T01:35:14.606Z] + echo Chowning /workspace to jenkins user [2020-10-01T01:35:14.606Z] Chowning /workspace to jenkins user [2020-10-01T01:35:14.606Z] + id -u [2020-10-01T01:35:14.606Z] + id -g [2020-10-01T01:35:14.606Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41513:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-10-01T01:35:18.196Z] + bundleName=amd64 [2020-10-01T01:35:18.196Z] + echo Creating amd64-bundles.tar.gz [2020-10-01T01:35:18.196Z] Creating amd64-bundles.tar.gz [2020-10-01T01:35:18.196Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-10-01T01:35:18.196Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-10-01T01:35:19.143Z] Archiving artifacts [2020-10-01T01:35:19.365Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-10-01T01:35:19.365Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-10-01T01:35:19.365Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-10-01T01:35:19.631Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:35:19.943Z] + make clean [2020-10-01T01:35:19.943Z] docker volume rm -f docker-dev-cache [2020-10-01T01:35:20.201Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-01T01:35:29.715Z] === RUN TestDockerSuite/TestBuildSpaces [2020-10-01T01:35:29.715Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-10-01T01:35:33.461Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-10-01T01:35:33.928Z] === RUN TestDockerSuite/TestBuildStderr [2020-10-01T01:35:38.637Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-10-01T01:35:59.753Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-10-01T01:35:59.753Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-10-01T01:36:01.942Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-10-01T01:36:02.913Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-10-01T01:36:07.613Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-10-01T01:36:13.422Z] === RUN TestDockerSuite/TestBuildUser [2020-10-01T01:36:13.422Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-10-01T01:36:13.422Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-10-01T01:36:13.422Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-10-01T01:36:17.164Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-10-01T01:36:17.624Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-10-01T01:36:19.806Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-10-01T01:36:19.806Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-10-01T01:36:19.806Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-10-01T01:36:40.934Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-10-01T01:36:41.394Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-10-01T01:36:51.748Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-10-01T01:36:56.450Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-10-01T01:36:56.911Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-10-01T01:36:56.911Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-10-01T01:36:59.840Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-10-01T01:36:59.840Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-10-01T01:37:12.241Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-10-01T01:37:16.941Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-10-01T01:37:16.941Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-10-01T01:37:31.777Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-10-01T01:37:31.777Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-10-01T01:37:31.777Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-10-01T01:37:31.777Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-10-01T01:37:31.777Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-10-01T01:37:40.363Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-10-01T01:37:41.904Z] === RUN TestDockerSuite/TestBuildXZHost [2020-10-01T01:37:42.365Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-10-01T01:37:42.365Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-10-01T01:37:42.365Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-10-01T01:37:44.559Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-10-01T01:37:49.268Z] === RUN TestDockerSuite/TestCommitChange [2020-10-01T01:37:53.971Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-10-01T01:37:58.672Z] === RUN TestDockerSuite/TestCommitHardlink [2020-10-01T01:37:58.672Z] === RUN TestDockerSuite/TestCommitNewFile [2020-10-01T01:38:05.761Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-10-01T01:38:05.761Z] === RUN TestDockerSuite/TestCommitTTY [2020-10-01T01:38:11.564Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-10-01T01:38:16.275Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-10-01T01:38:23.366Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-10-01T01:38:33.702Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-10-01T01:38:33.702Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-10-01T01:38:35.885Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-10-01T01:38:35.885Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-10-01T01:38:35.885Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-10-01T01:38:35.885Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-10-01T01:38:38.074Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-10-01T01:38:38.074Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-10-01T01:38:38.074Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-10-01T01:38:40.263Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-10-01T01:38:40.263Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-10-01T01:38:40.263Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-10-01T01:38:40.263Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-10-01T01:38:40.263Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-10-01T01:38:42.447Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-10-01T01:38:44.630Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-10-01T01:38:46.178Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-10-01T01:38:46.178Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-10-01T01:38:46.178Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-10-01T01:38:48.361Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-10-01T01:38:48.361Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-10-01T01:38:50.554Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-10-01T01:38:50.554Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-10-01T01:38:50.554Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-10-01T01:38:52.740Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-10-01T01:38:52.740Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-10-01T01:38:54.281Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-10-01T01:38:54.281Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-10-01T01:38:56.466Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-10-01T01:38:56.466Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-10-01T01:38:58.649Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-10-01T01:39:02.415Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-10-01T01:39:06.178Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-10-01T01:39:06.178Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-10-01T01:39:06.178Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-10-01T01:39:06.178Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-10-01T01:39:06.178Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-10-01T01:39:07.719Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-10-01T01:39:07.719Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-10-01T01:39:09.901Z] === RUN TestDockerSuite/TestContainerAPITop [2020-10-01T01:39:09.901Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-10-01T01:39:12.089Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-10-01T01:39:12.089Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-10-01T01:39:16.794Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-10-01T01:39:17.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-10-01T01:39:19.945Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-10-01T01:39:19.945Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-10-01T01:39:22.132Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-10-01T01:39:24.320Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-10-01T01:39:26.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-10-01T01:39:28.691Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00092c800_} [2020-10-01T01:39:37.816Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1747102454_c:\foo_false____} [2020-10-01T01:39:43.622Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1747102454_c:\foo_true____} [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-10-01T01:39:45.808Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-10-01T01:39:46.268Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-10-01T01:39:46.268Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-10-01T01:39:48.458Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-10-01T01:39:51.373Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-10-01T01:39:51.373Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-10-01T01:39:51.373Z] === RUN TestDockerSuite/TestCpRelativePath [2020-10-01T01:39:53.563Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-10-01T01:39:53.563Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-10-01T01:39:53.563Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-10-01T01:39:54.023Z] === RUN TestDockerSuite/TestCpToCaseA [2020-10-01T01:40:04.371Z] === RUN TestDockerSuite/TestCpToCaseB [2020-10-01T01:40:05.344Z] === RUN TestDockerSuite/TestCpToCaseC [2020-10-01T01:40:05.344Z] === RUN TestDockerSuite/TestCpToCaseD [2020-10-01T01:40:05.344Z] === RUN TestDockerSuite/TestCpToCaseE [2020-10-01T01:40:13.940Z] === RUN TestDockerSuite/TestCpToCaseF [2020-10-01T01:40:13.940Z] === RUN TestDockerSuite/TestCpToCaseG [2020-10-01T01:40:13.940Z] === RUN TestDockerSuite/TestCpToCaseH [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToCaseI [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToDot [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-10-01T01:40:35.071Z] === RUN TestDockerSuite/TestCpToStdout [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCpVolumePath [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCreateArgs [2020-10-01T01:40:37.986Z] === RUN TestDockerSuite/TestCreateByImageID [2020-10-01T01:40:39.532Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-10-01T01:40:41.717Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-10-01T01:40:41.717Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-10-01T01:40:42.178Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-10-01T01:40:43.720Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-10-01T01:40:44.698Z] === RUN TestDockerSuite/TestCreateLabels [2020-10-01T01:40:44.698Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-10-01T01:40:44.698Z] === RUN TestDockerSuite/TestCreateRM [2020-10-01T01:40:44.698Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-10-01T01:40:44.698Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-10-01T01:40:45.159Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-10-01T01:40:45.159Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-10-01T01:40:57.593Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-10-01T01:40:57.593Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-10-01T01:40:58.054Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-10-01T01:41:02.766Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-10-01T01:41:02.766Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-10-01T01:41:02.766Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDevicePermissions [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDockerFails [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestEventsAttach [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestEventsCommit [2020-10-01T01:41:04.955Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-10-01T01:41:07.147Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-10-01T01:41:09.335Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-10-01T01:41:11.520Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-10-01T01:41:26.362Z] === RUN TestDockerSuite/TestEventsCopy [2020-10-01T01:41:29.279Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-10-01T01:41:39.623Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-10-01T01:41:40.594Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-10-01T01:41:41.566Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-10-01T01:41:45.324Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-10-01T01:41:45.324Z] === RUN TestDockerSuite/TestEventsFilterType [2020-10-01T01:41:46.306Z] === RUN TestDockerSuite/TestEventsFilters [2020-10-01T01:41:51.008Z] === RUN TestDockerSuite/TestEventsFormat [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsImageImport [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsImagePull [2020-10-01T01:41:54.752Z] === RUN TestDockerSuite/TestEventsImageTag [2020-10-01T01:41:55.728Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-10-01T01:41:55.728Z] === RUN TestDockerSuite/TestEventsRename [2020-10-01T01:41:57.934Z] === RUN TestDockerSuite/TestEventsResize [2020-10-01T01:42:00.855Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-10-01T01:42:02.409Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-10-01T01:42:04.596Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-10-01T01:42:09.318Z] === RUN TestDockerSuite/TestEventsTop [2020-10-01T01:42:09.318Z] === RUN TestDockerSuite/TestEventsUntag [2020-10-01T01:42:12.257Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-10-01T01:42:16.011Z] === RUN TestDockerSuite/TestExec [2020-10-01T01:42:16.011Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-10-01T01:42:16.011Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-10-01T01:42:17.567Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-10-01T01:42:19.120Z] === RUN TestDockerSuite/TestExecAPIStart [2020-10-01T01:42:19.120Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-10-01T01:42:19.120Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-10-01T01:42:19.120Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-10-01T01:42:21.306Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-10-01T01:42:22.853Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-10-01T01:42:25.039Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-10-01T01:42:26.584Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-10-01T01:42:30.331Z] === RUN TestDockerSuite/TestExecCgroup [2020-10-01T01:42:30.331Z] === RUN TestDockerSuite/TestExecEnv [2020-10-01T01:42:30.331Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-10-01T01:42:30.331Z] === RUN TestDockerSuite/TestExecExitStatus [2020-10-01T01:42:32.515Z] === RUN TestDockerSuite/TestExecInspectID [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecInteractive [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecParseError [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-10-01T01:42:37.247Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecSetEnv [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecStartFails [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-10-01T01:42:39.433Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-10-01T01:42:41.619Z] === RUN TestDockerSuite/TestExecUlimits [2020-10-01T01:42:41.619Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-10-01T01:42:47.431Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-10-01T01:42:47.431Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-10-01T01:42:47.891Z] === RUN TestDockerSuite/TestExecWithUser [2020-10-01T01:42:47.891Z] === RUN TestDockerSuite/TestGetContainerStats [2020-10-01T01:42:53.710Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-10-01T01:42:59.534Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-10-01T01:43:02.450Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestHealth [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-10-01T01:43:08.258Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-10-01T01:43:12.972Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-10-01T01:43:12.972Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-10-01T01:43:12.972Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-10-01T01:43:12.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-10-01T01:43:12.972Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-10-01T01:43:13.433Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-10-01T01:43:13.893Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-10-01T01:43:13.893Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-10-01T01:43:14.867Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-10-01T01:43:14.867Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-10-01T01:43:16.409Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-10-01T01:43:16.869Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-10-01T01:43:18.411Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-10-01T01:43:21.324Z] === RUN TestDockerSuite/TestImagesFormat [2020-10-01T01:43:21.324Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-10-01T01:43:21.324Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-10-01T01:43:25.094Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-10-01T01:43:25.094Z] === RUN TestDockerSuite/TestImportBadURL [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportDisplay [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportFile [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportGzipped [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-10-01T01:43:27.290Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-10-01T01:43:27.751Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-10-01T01:43:27.751Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-10-01T01:43:29.298Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-10-01T01:43:31.483Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-10-01T01:43:31.483Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-10-01T01:43:31.483Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-10-01T01:43:31.944Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-10-01T01:43:31.944Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-10-01T01:43:33.487Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-10-01T01:43:33.948Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-10-01T01:43:36.134Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-10-01T01:43:36.134Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-10-01T01:43:36.134Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-10-01T01:43:36.134Z] === RUN TestDockerSuite/TestInspectDefault [2020-10-01T01:43:38.337Z] === RUN TestDockerSuite/TestInspectHistory [2020-10-01T01:43:43.042Z] === RUN TestDockerSuite/TestInspectImage [2020-10-01T01:43:43.042Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-10-01T01:43:43.042Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-10-01T01:43:43.042Z] === RUN TestDockerSuite/TestInspectInt64 [2020-10-01T01:43:50.138Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-10-01T01:43:51.112Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-10-01T01:43:51.572Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-10-01T01:43:53.756Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-10-01T01:43:55.298Z] === RUN TestDockerSuite/TestInspectPlugin [2020-10-01T01:43:55.298Z] === RUN TestDockerSuite/TestInspectRootFS [2020-10-01T01:43:55.298Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-10-01T01:43:57.500Z] === RUN TestDockerSuite/TestInspectStatus [2020-10-01T01:43:59.694Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-10-01T01:44:03.448Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-10-01T01:44:05.631Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-10-01T01:44:07.819Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-10-01T01:44:09.365Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-10-01T01:44:11.581Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-10-01T01:44:13.122Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksEnvs [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-10-01T01:44:15.306Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-10-01T01:44:15.767Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-10-01T01:44:17.321Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-10-01T01:44:19.503Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-10-01T01:44:25.312Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-10-01T01:44:26.858Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-10-01T01:44:26.858Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-10-01T01:44:29.043Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-10-01T01:44:29.043Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-10-01T01:44:36.133Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-10-01T01:44:41.946Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-10-01T01:44:47.765Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-10-01T01:44:49.955Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-10-01T01:44:52.141Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-10-01T01:44:52.141Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-10-01T01:44:54.336Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-10-01T01:44:55.877Z] === RUN TestDockerSuite/TestLogsSince [2020-10-01T01:45:06.231Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-10-01T01:45:06.231Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-10-01T01:45:06.231Z] === RUN TestDockerSuite/TestLogsTail [2020-10-01T01:45:07.202Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-10-01T01:45:10.116Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestMountIntoProc [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestMountIntoSys [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestNetHostname [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginActive [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPortHostBinding [2020-10-01T01:45:12.306Z] === RUN TestDockerSuite/TestPortList [2020-10-01T01:45:12.770Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-10-01T01:45:16.521Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-10-01T01:45:21.223Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-10-01T01:45:21.223Z] === RUN TestDockerSuite/TestPsByOrder [2020-10-01T01:45:28.324Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-10-01T01:45:28.324Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-10-01T01:45:38.675Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-10-01T01:45:51.079Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-10-01T01:45:51.079Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-10-01T01:45:51.079Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-10-01T01:46:03.486Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-10-01T01:46:07.237Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-10-01T01:46:13.046Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-10-01T01:46:17.752Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-10-01T01:46:17.752Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-10-01T01:46:17.752Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-10-01T01:46:21.494Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-10-01T01:46:21.494Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-10-01T01:46:21.494Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-10-01T01:46:21.494Z] === RUN TestDockerSuite/TestPsRightTagName [2020-10-01T01:46:21.494Z] === RUN TestDockerSuite/TestPsShowMounts [2020-10-01T01:46:28.581Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-10-01T01:46:28.581Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-10-01T01:46:29.554Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-10-01T01:46:29.554Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-10-01T01:46:30.528Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-10-01T01:46:32.070Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-10-01T01:46:32.070Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-10-01T01:46:35.830Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-10-01T01:46:39.578Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-10-01T01:46:41.763Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-10-01T01:47:11.766Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-10-01T01:47:11.766Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-10-01T01:47:17.587Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-10-01T01:47:17.587Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-10-01T01:47:17.587Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-10-01T01:47:18.047Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-10-01T01:47:22.752Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-10-01T01:47:26.530Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-10-01T01:47:26.530Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-10-01T01:47:30.278Z] === RUN TestDockerSuite/TestRmiBlank [2020-10-01T01:47:30.278Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-10-01T01:47:30.743Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-10-01T01:47:45.589Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-10-01T01:47:47.135Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-10-01T01:47:47.595Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-10-01T01:47:54.697Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-10-01T01:47:59.414Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-10-01T01:48:06.503Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-10-01T01:48:10.252Z] === RUN TestDockerSuite/TestRmiTag [2020-10-01T01:48:11.223Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-10-01T01:48:13.411Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-10-01T01:48:31.132Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-10-01T01:48:31.132Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-10-01T01:48:35.837Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddHost [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-10-01T01:48:37.385Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-10-01T01:48:38.927Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-10-01T01:48:38.927Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-10-01T01:48:38.927Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-10-01T01:48:43.633Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-10-01T01:48:45.819Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-10-01T01:48:48.007Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-10-01T01:48:50.190Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-10-01T01:48:51.745Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-10-01T01:48:51.745Z] === RUN TestDockerSuite/TestRunBindMounts [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-10-01T01:49:02.086Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-10-01T01:49:03.057Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-10-01T01:49:03.057Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-10-01T01:49:05.971Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-10-01T01:49:05.971Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-10-01T01:49:05.972Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-10-01T01:49:07.524Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-10-01T01:49:07.984Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-10-01T01:49:10.187Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-10-01T01:49:11.729Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-10-01T01:49:13.915Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-10-01T01:49:13.915Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-10-01T01:49:13.915Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-10-01T01:49:13.915Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-10-01T01:49:16.103Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-10-01T01:49:16.103Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-10-01T01:49:16.103Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-10-01T01:49:16.103Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-10-01T01:49:16.103Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-10-01T01:49:18.288Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-10-01T01:49:24.107Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-10-01T01:49:25.656Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-10-01T01:49:25.656Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-10-01T01:49:25.656Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-10-01T01:49:25.656Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-10-01T01:49:27.840Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-10-01T01:49:30.033Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-10-01T01:49:30.033Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-10-01T01:49:32.219Z] === RUN TestDockerSuite/TestRunEnvironment [2020-10-01T01:49:32.219Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-10-01T01:49:32.219Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-10-01T01:49:32.219Z] === RUN TestDockerSuite/TestRunExitCode [2020-10-01T01:49:33.776Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-10-01T01:49:35.960Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-10-01T01:49:43.052Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunExposePort [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-10-01T01:49:45.244Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-10-01T01:49:53.832Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-10-01T01:50:00.922Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-10-01T01:50:00.922Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeHostname [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunMount [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-10-01T01:50:02.475Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-10-01T01:50:09.566Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-10-01T01:50:09.566Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-10-01T01:50:09.566Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-10-01T01:50:09.566Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-10-01T01:50:13.315Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetHost [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-10-01T01:50:17.059Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-10-01T01:50:17.519Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-10-01T01:50:18.489Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-10-01T01:50:20.673Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-10-01T01:50:22.861Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-10-01T01:50:23.834Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-10-01T01:50:25.377Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunPortInUse [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-10-01T01:50:25.837Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunPublishPort [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-10-01T01:50:28.759Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-10-01T01:50:37.342Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-10-01T01:50:37.343Z] === RUN TestDockerSuite/TestRunRm [2020-10-01T01:50:38.318Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-10-01T01:50:44.129Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-10-01T01:50:45.670Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-10-01T01:50:47.853Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-10-01T01:50:50.038Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-10-01T01:50:52.222Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-10-01T01:50:52.222Z] === RUN TestDockerSuite/TestRunState [2020-10-01T01:50:52.222Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-10-01T01:50:54.406Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-10-01T01:50:54.406Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-10-01T01:50:55.946Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-10-01T01:50:55.946Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-10-01T01:50:55.946Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-10-01T01:50:55.946Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-10-01T01:50:56.406Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-10-01T01:50:56.406Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserByID [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserByName [2020-10-01T01:51:01.111Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-10-01T01:51:03.295Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-10-01T01:51:03.295Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-10-01T01:51:04.835Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-10-01T01:51:04.835Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-10-01T01:51:04.835Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-10-01T01:51:07.761Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-10-01T01:51:14.878Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-10-01T01:51:18.622Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-10-01T01:51:24.476Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-10-01T01:51:24.476Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-10-01T01:51:24.476Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-10-01T01:51:24.476Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-10-01T01:51:24.476Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-10-01T01:51:26.661Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-10-01T01:51:28.848Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-10-01T01:51:31.031Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-10-01T01:51:31.491Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-10-01T01:51:35.235Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-10-01T01:51:36.776Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-10-01T01:51:38.963Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveImageId [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-10-01T01:51:42.706Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-10-01T01:51:45.615Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-10-01T01:51:45.615Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-10-01T01:51:46.075Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-10-01T01:51:46.075Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-10-01T01:51:48.257Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-10-01T01:52:00.646Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-10-01T01:52:00.646Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-10-01T01:52:05.352Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-10-01T01:52:05.352Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-10-01T01:52:14.102Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-10-01T01:52:14.102Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-10-01T01:52:14.102Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-10-01T01:52:14.102Z] === RUN TestDockerSuite/TestStartRecordError [2020-10-01T01:52:14.102Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestStatsNoStream [2020-10-01T01:52:19.920Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-10-01T01:52:21.463Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-10-01T01:52:23.648Z] === RUN TestDockerSuite/TestTopPrivileged [2020-10-01T01:52:23.648Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-10-01T01:52:25.837Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-10-01T01:52:43.543Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-10-01T01:52:44.513Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-10-01T01:52:44.513Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-10-01T01:52:47.425Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-10-01T01:52:47.886Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-10-01T01:52:47.886Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-10-01T01:52:48.345Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-10-01T01:52:48.345Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-10-01T01:52:55.438Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-10-01T01:52:55.438Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-10-01T01:52:55.898Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-10-01T01:52:55.898Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-10-01T01:52:55.898Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-10-01T01:53:02.985Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-10-01T01:53:02.985Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-10-01T01:53:02.985Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-10-01T01:53:11.569Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-10-01T01:53:11.569Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite (2358.55s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-10-01T01:53:12.030Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.51s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.030Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-01T01:53:12.030Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.57s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-01T01:53:12.030Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-10-01T01:53:12.030Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.94s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.00s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.97s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.71s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (101.17s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-10-01T01:53:12.030Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.66s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.15s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.74s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.77s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.23s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.24s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.67s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.70s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.32s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.05s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.51s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.95s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.98s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.20s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.05s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.76s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.93s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.06s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.47s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.95s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.48s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.18s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.80s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.14s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-10-01T01:53:12.030Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.18s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.83s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.02s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.86s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.00s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildContChar (12.68s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.03s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.74s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.64s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.14s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.11s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.55s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.27s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.39s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.65s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.15s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.00s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.56s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.19s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.72s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.24s) [2020-10-01T01:53:12.030Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2020-10-01T01:53:12.030Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (56.16s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.50s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.72s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.74s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.08s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.00s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.44s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (22.31s) [2020-10-01T01:53:12.030Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.35s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (83.79s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.69s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.97s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.41s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.92s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.95s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.88s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.68s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.83s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.72s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.39s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFails (2.16s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.11s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.93s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.32s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.76s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.27s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.51s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.99s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildHistory (8.85s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.88s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.02s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.38s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabel (0.89s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.76s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.46s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabels (0.77s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.37s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.60s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.90s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.69s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.02s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.38s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.79s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.89s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.40s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.00s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.75s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.50s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.45s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.41s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.24s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.16s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.03s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.95s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.24s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.10s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.24s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.68s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.00s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.77s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.00s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.97s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.14s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.34s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildRm (12.86s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.89s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-10-01T01:53:12.031Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.21s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.96s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.30s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.53s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.08s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.66s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.50s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.29s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.13s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildStderr (4.71s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.13s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.82s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.04s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.75s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.18s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.26s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.30s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.84s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.78s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.66s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.60s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.46s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.19s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.51s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.37s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.12s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.31s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.75s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2020-10-01T01:53:12.031Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-01T01:53:12.031Z] docker_cli_sni_test.go:18: Flakey test [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.95s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.66s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitChange (4.91s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.47s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.38s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitTTY (6.75s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.41s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-10-01T01:53:12.031Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-01T01:53:12.031Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.32s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.44s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.96s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.13s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.20s) [2020-10-01T01:53:12.031Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-01T01:53:12.031Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.031Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.24s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.83s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.81s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.99s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.04s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.05s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.80s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.21s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.96s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.43s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.86s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.74s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.34s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.87s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.12s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.67s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.88s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.03s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.23s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.26s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.22s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.30s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00092c800_} (7.39s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1747102454_c:\foo_false____} (7.33s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1747102454_c:\foo_true____} (2.26s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.16s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.38s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.56s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.48s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.26s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.72s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToCaseH (18.49s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToDot (2.32s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCpToStdout (2.58s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.62s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.10s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.15s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.86s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.56s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateRM (0.27s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.06s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.28s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-01T01:53:12.032Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.18s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-10-01T01:53:12.032Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-01T01:53:12.032Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-10-01T01:53:12.032Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.24s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.10s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.28s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.79s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsCopy (4.91s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (9.44s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.96s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.76s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.21s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.58s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.91s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFilters (4.13s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFormat (4.00s) [2020-10-01T01:53:12.032Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsRename (2.26s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsResize (2.48s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.97s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.31s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.52s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.43s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-10-01T01:53:12.033Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.80s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.72s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-10-01T01:53:12.033Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-10-01T01:53:12.033Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-10-01T01:53:12.033Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.84s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.76s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.00s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.82s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.75s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.93s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecInspectID (4.49s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-10-01T01:53:12.033Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.32s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-01T01:53:12.033Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.04s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.41s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.72s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.80s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.74s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.80s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-10-01T01:53:12.033Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.56s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.50s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.93s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.60s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.86s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.53s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.50s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImportBadURL (2.46s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-01T01:53:12.033Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-10-01T01:53:12.033Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.96s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.11s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-10-01T01:53:12.033Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-01T01:53:12.033Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.94s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.97s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectDefault (2.08s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectHistory (4.59s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectInt64 (6.95s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.74s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.76s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.85s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectStatus (2.43s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.79s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.94s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.25s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.65s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.97s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.01s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.03s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-01T01:53:12.033Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-10-01T01:53:12.033Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.70s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.70s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.44s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.15s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-01T01:53:12.033Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.00s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.31s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.22s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.30s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.20s) [2020-10-01T01:53:12.033Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.15s) [2020-10-01T01:53:12.033Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.10s) [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.94s) [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsSince (8.71s) [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsTail (2.65s) [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.31s) [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.49s) [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2020-10-01T01:53:12.034Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-10-01T01:53:12.034Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-10-01T01:53:12.034Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.94s) [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-10-01T01:53:12.034Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.04s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-10-01T01:53:12.034Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.034Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.92s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-01T01:53:12.495Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsByOrder (7.46s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.21s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.97s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.16s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.97s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.40s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.05s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.29s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.51s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.37s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.02s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.495Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.64s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.91s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.08s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.11s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.70s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.63s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.94s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.90s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.18s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.68s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.53s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.22s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.10s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.39s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.32s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.05s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.95s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.18s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.75s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.01s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.88s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.02s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.46s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.08s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.16s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.90s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2020-10-01T01:53:12.495Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.92s) [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-10-01T01:53:12.495Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.495Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.95s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.71s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.04s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.03s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.10s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.97s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.03s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.16s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.33s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.07s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.02s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.03s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.09s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunExitCode (1.91s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.15s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (6.80s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.02s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.56s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.04s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.61s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.10s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.76s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.59s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.97s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.12s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.98s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.95s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.96s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.51s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.59s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunRm (2.08s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.41s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.14s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.08s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.90s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.30s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.17s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.70s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.56s) [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-10-01T01:53:12.496Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.496Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.01s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.99s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.93s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.10s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.98s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.17s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.56s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.03s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.13s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.84s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.63s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.92s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.97s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.99s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.48s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.47s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.91s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.66s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.11s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.83s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.44s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.68s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.89s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-10-01T01:53:12.497Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.15s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.88s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-01T01:53:12.497Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.30s) [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-10-01T01:53:12.497Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-10-01T01:53:12.497Z] --- PASS: TestDockerRegistrySuite (0.11s) [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.497Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.497Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-10-01T01:53:12.498Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-10-01T01:53:12.498Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-10-01T01:53:12.498Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-10-01T01:53:12.498Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-10-01T01:53:12.498Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerDaemonSuite [2020-10-01T01:53:12.498Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-10-01T01:53:12.498Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-10-01T01:53:12.498Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-10-01T01:53:12.498Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerSwarmSuite [2020-10-01T01:53:12.498Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-10-01T01:53:12.498Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-10-01T01:53:12.498Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerExternalVolumeSuite [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerNetworkSuite [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] === RUN TestDockerHubPullSuite [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-10-01T01:53:12.498Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] PASS [2020-10-01T01:53:12.498Z] ok github.com/docker/docker/integration-cli 2359.215s [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === Skipped [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-10-01T01:53:12.498Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-01T01:53:12.498Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-10-01T01:53:12.498Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.498Z] [2020-10-01T01:53:12.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-10-01T01:53:12.499Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.499Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-10-01T01:53:12.499Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-10-01T01:53:12.499Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-10-01T01:53:12.499Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2020-10-01T01:53:12.499Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-10-01T01:53:12.499Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-10-01T01:53:12.499Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-10-01T01:53:12.499Z] [2020-10-01T01:53:12.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-10-01T01:53:12.499Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-10-01T01:53:12.500Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2020-10-01T01:53:12.500Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-10-01T01:53:12.500Z] docker_cli_sni_test.go:18: Flakey test [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-10-01T01:53:12.500Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-10-01T01:53:12.500Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.500Z] [2020-10-01T01:53:12.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-10-01T01:53:12.500Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-10-01T01:53:12.500Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-10-01T01:53:12.501Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-10-01T01:53:12.501Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-10-01T01:53:12.501Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.501Z] [2020-10-01T01:53:12.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-10-01T01:53:12.501Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-10-01T01:53:12.501Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-10-01T01:53:12.962Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-10-01T01:53:12.962Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-10-01T01:53:12.962Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-10-01T01:53:12.962Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-10-01T01:53:12.962Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-10-01T01:53:12.962Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-10-01T01:53:12.962Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-10-01T01:53:12.962Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-10-01T01:53:12.962Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.962Z] [2020-10-01T01:53:12.962Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-10-01T01:53:12.962Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-10-01T01:53:12.963Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-10-01T01:53:12.963Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-10-01T01:53:12.963Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-10-01T01:53:12.963Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-10-01T01:53:12.963Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2020-10-01T01:53:12.963Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-10-01T01:53:12.963Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-10-01T01:53:12.963Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.04s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.04s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-10-01T01:53:12.963Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-10-01T01:53:12.963Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-10-01T01:53:12.963Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-10-01T01:53:12.963Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.963Z] [2020-10-01T01:53:12.963Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-10-01T01:53:12.964Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.04s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-10-01T01:53:12.964Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.964Z] [2020-10-01T01:53:12.964Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-01T01:53:12.964Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.965Z] [2020-10-01T01:53:12.965Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-01T01:53:12.965Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-10-01T01:53:12.965Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-10-01T01:53:12.966Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-10-01T01:53:12.966Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.966Z] [2020-10-01T01:53:12.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-01T01:53:12.966Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-10-01T01:53:12.966Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-01T01:53:12.967Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-10-01T01:53:12.967Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.967Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-01T01:53:12.968Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-10-01T01:53:12.968Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] DONE 1096 tests, 549 skipped in 2367.477s [2020-10-01T01:53:12.968Z] INFO: Integration tests ended at 10/01/2020 01:53:12. Duration:00:39:27.5720730 [2020-10-01T01:53:12.968Z] INFO: Docker info of the daemon under test at end of run [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] Containers: 2 [2020-10-01T01:53:12.968Z] Running: 0 [2020-10-01T01:53:12.968Z] Paused: 0 [2020-10-01T01:53:12.968Z] Stopped: 2 [2020-10-01T01:53:12.968Z] Images: 18 [2020-10-01T01:53:12.968Z] Server Version: 0.0.0-dev [2020-10-01T01:53:12.968Z] Storage Driver: windowsfilter [2020-10-01T01:53:12.968Z] Windows: [2020-10-01T01:53:12.968Z] Logging Driver: json-file [2020-10-01T01:53:12.968Z] Plugins: [2020-10-01T01:53:12.968Z] Volume: local [2020-10-01T01:53:12.968Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-10-01T01:53:12.968Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-10-01T01:53:12.968Z] Swarm: inactive [2020-10-01T01:53:12.968Z] Default Isolation: process [2020-10-01T01:53:12.968Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-10-01T01:53:12.968Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-10-01T01:53:12.968Z] OSType: windows [2020-10-01T01:53:12.968Z] Architecture: x86_64 [2020-10-01T01:53:12.968Z] CPUs: 4 [2020-10-01T01:53:12.968Z] Total Memory: 32GiB [2020-10-01T01:53:12.968Z] Name: azwin-2-d2dd10 [2020-10-01T01:53:12.968Z] ID: UXY2:3ICS:LBAM:PWQB:AGVY:2ZOU:J5QT:UWQX:F26T:TLZ6:SLPZ:P27N [2020-10-01T01:53:12.968Z] Docker Root Dir: D:\CI\PR-41513\4\daemon [2020-10-01T01:53:12.968Z] Debug Mode (client): false [2020-10-01T01:53:12.968Z] Debug Mode (server): true [2020-10-01T01:53:12.968Z] File Descriptors: -1 [2020-10-01T01:53:12.968Z] Goroutines: 18 [2020-10-01T01:53:12.968Z] System Time: 2020-10-01T01:53:12.879982Z [2020-10-01T01:53:12.968Z] EventsListeners: 0 [2020-10-01T01:53:12.968Z] Registry: https://index.docker.io/v1/ [2020-10-01T01:53:12.968Z] Labels: [2020-10-01T01:53:12.968Z] Experimental: false [2020-10-01T01:53:12.968Z] Insecure Registries: [2020-10-01T01:53:12.968Z] 127.0.0.0/8 [2020-10-01T01:53:12.968Z] Live Restore Enabled: false [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:12.968Z] [2020-10-01T01:53:13.427Z] INFO: Stopping daemon under test [2020-10-01T01:53:13.427Z] SUCCESS: The process with PID 5004 (child process of PID 4520) has been terminated. [2020-10-01T01:53:13.427Z] SUCCESS: The process with PID 4520 (child process of PID 2520) has been terminated. [2020-10-01T01:53:13.427Z] INFO: Stop tailing logs of the daemon under tests [2020-10-01T01:53:13.427Z] INFO: executeCI.ps1 Completed successfully at 10/01/2020 01:53:13. [2020-10-01T01:53:13.427Z] INFO: Tidying up at end of run [2020-10-01T01:53:13.427Z] INFO: Saving daemon under test log (d:\CI\PR-41513\4\dut.out) to bundles\CIDUT.out [2020-10-01T01:53:13.427Z] INFO: Saving daemon under test log (d:\CI\PR-41513\4\dut.err) to bundles\CIDUT.err [2020-10-01T01:53:13.427Z] INFO: Nuke-Everything... [2020-10-01T01:53:13.427Z] INFO: Container count on control daemon to delete is 2 [2020-10-01T01:53:13.887Z] 24a84da2f0ac [2020-10-01T01:53:13.887Z] 1b28e28fb3eb [2020-10-01T01:53:14.348Z] INFO: Tidying pidfile d:\CI\PR-41513\4\docker.pid [2020-10-01T01:53:14.348Z] INFO: Nuking d:\CI [2020-10-01T01:53:44.329Z] INFO: Zapped successfully [2020-10-01T01:53:44.329Z] [2020-10-01T01:53:44.329Z] INFO: executeCI.ps1 exiting at Thu Oct 1 01:53:40 CUT 2020. Duration 01:05:14.0095265 [2020-10-01T01:53:44.329Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-10-01T01:53:44.571Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-10-01T01:53:53.179Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-10-01T01:53:54.932Z] Archiving artifacts [2020-10-01T01:54:08.795Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41513/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-10-01T01:54:09.726Z] + make clean [2020-10-01T01:54:11.266Z] docker volume rm -f docker-dev-cache [2020-10-01T01:54:11.738Z] 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