Pull request #39646 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 928381b2215c9608692e663e6ddfa9e609bc2d6f rather than 5f0231bca193320e1a3d785a3ade0e64241fe580 Obtained Jenkinsfile from 928381b2215c9608692e663e6ddfa9e609bc2d6f 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 060efd0187fe4302fe0ade72d0b5dd62d599683c 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 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 060efd0187fe4302fe0ade72d0b5dd62d599683c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 060efd0187fe4302fe0ade72d0b5dd62d599683c Commit message: "TAR-955 Helper to get pet node names." > git rev-list --no-walk 060efd0187fe4302fe0ade72d0b5dd62d599683c # timeout=10 [Pipeline] Start of Pipeline [Pipeline] timeout Timeout set to expire in 3 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: janky) [Pipeline] { (Branch: experimental) [Pipeline] { (Branch: z) [Pipeline] { (Branch: powerpc) [Pipeline] { (Branch: vendor) [Pipeline] { (Branch: windowsRS1) [Pipeline] { (Branch: windowsRS5-process) [Pipeline] stage [Pipeline] { (janky) [Pipeline] stage [Pipeline] { (experimental) [Pipeline] stage [Pipeline] { (z) [Pipeline] stage [Pipeline] { (powerpc) [Pipeline] stage [Pipeline] { (vendor) [Pipeline] stage [Pipeline] { (windowsRS1) [Pipeline] stage [Pipeline] { (windowsRS5-process) Stage "windowsRS1" skipped due to when conditional [Pipeline] } Stage "windowsRS5-process" skipped due to when conditional [Pipeline] } [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on s390x-ubuntu-13 in /home/jenkins/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/moby/moby.git > git init /home/jenkins/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master Cloning repository https://github.com/moby/moby.git > git init /home/docker/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39646/head:refs/remotes/origin/PR-39646 # timeout=10 Fetching without tags > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master Merging remotes/origin/master commit 928381b2215c9608692e663e6ddfa9e609bc2d6f into PR head commit 5f0231bca193320e1a3d785a3ade0e64241fe580 Merge succeeded, producing 5f0231bca193320e1a3d785a3ade0e64241fe580 Checking out Revision 5f0231bca193320e1a3d785a3ade0e64241fe580 (PR-39646) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 > git merge 928381b2215c9608692e663e6ddfa9e609bc2d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 Commit message: "cast Dev and Rdev of Stat_t to uint64 for mips" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD + GITCOMMIT=5f0231b + test -f Dockerfile.s390x + docker build --rm --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker-s390x:5f0231b -f Dockerfile . > git rev-list --no-walk 78cc94cbfc2f32390df711b223b092fb96d05d4a # timeout=10 Sending build context to Docker daemon 49.81MB Step 1/110 : ARG CROSS="false" Step 2/110 : ARG GO_VERSION=1.12.7 Step 3/110 : FROM golang:${GO_VERSION}-stretch AS base 1.12.7-stretch: Pulling from library/golang 1aaf237b2558: Pulling fs layer 3282e31ba66b: Pulling fs layer a4f691835a34: Pulling fs layer 5fbf4b6d8ad2: Pulling fs layer d797f7f57606: Pulling fs layer 7a8eb834c146: Pulling fs layer 5213305c93a0: Pulling fs layer 5fbf4b6d8ad2: Waiting d797f7f57606: Waiting 7a8eb834c146: Waiting 5213305c93a0: Waiting 3282e31ba66b: Verifying Checksum 3282e31ba66b: Download complete a4f691835a34: Verifying Checksum a4f691835a34: Download complete Still waiting to schedule task All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline Still waiting to schedule task All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline Still waiting to schedule task All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline 1aaf237b2558: Download complete d797f7f57606: Verifying Checksum d797f7f57606: Download complete 5213305c93a0: Verifying Checksum 5213305c93a0: Download complete 5fbf4b6d8ad2: Verifying Checksum 5fbf4b6d8ad2: Download complete 7a8eb834c146: Verifying Checksum 7a8eb834c146: Download complete 1aaf237b2558: Pull complete 3282e31ba66b: Pull complete a4f691835a34: Pull complete 5fbf4b6d8ad2: Pull complete d797f7f57606: Pull complete Fetching without tags Merging remotes/origin/master commit 928381b2215c9608692e663e6ddfa9e609bc2d6f into PR head commit 5f0231bca193320e1a3d785a3ade0e64241fe580 7a8eb834c146: Pull complete 5213305c93a0: Pull complete Digest: sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 Status: Downloaded newer image for golang:1.12.7-stretch ---> 30c6f13fbf23 Step 4/110 : ARG APT_MIRROR ---> Running in d84eed62afd7 Removing intermediate container d84eed62afd7 ---> bebc3d1d318c Step 5/110 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list Merge succeeded, producing 5f0231bca193320e1a3d785a3ade0e64241fe580 Checking out Revision 5f0231bca193320e1a3d785a3ade0e64241fe580 (PR-39646) ---> Running in 81a14c87f1c2 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39646/head:refs/remotes/origin/PR-39646 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 > git merge 928381b2215c9608692e663e6ddfa9e609bc2d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 Removing intermediate container 81a14c87f1c2 ---> 86aa8ed2793f Step 6/110 : FROM base AS criu ---> 86aa8ed2793f Step 7/110 : ENV CRIU_VERSION 3.11 ---> Running in afb470d00714 Commit message: "cast Dev and Rdev of Stat_t to uint64 for mips" Removing intermediate container afb470d00714 ---> a7130594c933 Step 8/110 : RUN apt-get update && apt-get install -y libnet-dev libprotobuf-c0-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu ---> Running in cb22fe03a459 [Pipeline] withEnv [Pipeline] { [Pipeline] sh Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease + git rev-parse --short HEAD + GITCOMMIT=5f0231b + test -f Dockerfile.ppc64le + docker build --rm --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker-powerpc:5f0231b -f Dockerfile . Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [483 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] Fetched 7668 kB in 1s (4314 kB/s) Reading package lists... Reading package lists... Building dependency tree...Sending build context to Docker daemon 49.81MB Step 1/110 : ARG CROSS="false" Step 2/110 : ARG GO_VERSION=1.12.7 Step 3/110 : FROM golang:${GO_VERSION}-stretch AS base 1.12.7-stretch: Pulling from library/golang ac899ee4faa2: Pulling fs layer c3febf3d7457: Pulling fs layer 414bdc7d9230: Pulling fs layer dc679c325d06: Pulling fs layer 14143c3a8323: Pulling fs layer 1eb5803276b9: Pulling fs layer 6c784c711297: Pulling fs layer dc679c325d06: Waiting 14143c3a8323: Waiting 6c784c711297: Waiting 1eb5803276b9: Waiting Reading state information... The following additional packages will be installed: libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 libprotoc10 python-pkg-resources zlib1g-dev Suggested packages: manpages-dev python-setuptools The following NEW packages will be installed: libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf zlib1g-dev 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. Need to get 3476 kB of archives. After this operation, 20.2 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3476 kB in 0s (28.5 MB/s) Selecting previously unselected package libnet1:s390x. (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 ... 14827 files and directories currently installed.) Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... Unpacking libnet1:s390x (1.1.6+dfsg-3) ... Selecting previously unselected package libcap-dev:s390x. Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... Unpacking libcap-dev:s390x (1:2.25-1) ... Selecting previously unselected package libnet1-dev. Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... Unpacking libnet1-dev (1.1.6+dfsg-3) ... Selecting previously unselected package libnl-3-200:s390x. Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... Unpacking libnl-3-200:s390x (3.2.27-2) ... Selecting previously unselected package libnl-3-dev:s390x. Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... Unpacking libnl-3-dev:s390x (3.2.27-2) ... 414bdc7d9230: Verifying Checksum 414bdc7d9230: Download complete c3febf3d7457: Verifying Checksum c3febf3d7457: Download complete Selecting previously unselected package libprotobuf-c1:s390x. Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... Unpacking libprotobuf-c1:s390x (1.2.1-2) ... Selecting previously unselected package libprotobuf-c-dev:s390x. Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... Selecting previously unselected package zlib1g-dev:s390x. Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... Selecting previously unselected package libprotobuf10:s390x. Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... Unpacking libprotobuf10:s390x (3.0.0-9) ... Selecting previously unselected package libprotobuf-lite10:s390x. Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... Selecting previously unselected package libprotobuf-dev:s390x. Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... Unpacking libprotobuf-dev:s390x (3.0.0-9) ... Selecting previously unselected package libprotoc10:s390x. Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... Unpacking libprotoc10:s390x (3.0.0-9) ... Selecting previously unselected package protobuf-c-compiler. Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... Unpacking protobuf-c-compiler (1.2.1-2) ... Selecting previously unselected package protobuf-compiler. Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... Unpacking protobuf-compiler (3.0.0-9) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... Unpacking python-pkg-resources (33.1.1-1) ... Selecting previously unselected package python-protobuf. Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... Unpacking python-protobuf (3.0.0-9) ... Setting up libnet1:s390x (1.1.6+dfsg-3) ... Setting up libprotobuf-c1:s390x (1.2.1-2) ... Setting up python-pkg-resources (33.1.1-1) ... Setting up libnet1-dev (1.1.6+dfsg-3) ... Setting up libprotobuf10:s390x (3.0.0-9) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up python-protobuf (3.0.0-9) ... Setting up libcap-dev:s390x (1:2.25-1) ... Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... Setting up libnl-3-200:s390x (3.2.27-2) ... Setting up libprotobuf-lite10:s390x (3.0.0-9) ... Setting up libprotoc10:s390x (3.0.0-9) ... Setting up protobuf-c-compiler (1.2.1-2) ... Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... Setting up protobuf-compiler (3.0.0-9) ... Setting up libprotobuf-dev:s390x (3.0.0-9) ... Setting up libnl-3-dev:s390x (3.2.27-2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... ac899ee4faa2: Verifying Checksum ac899ee4faa2: Download complete fatal: Not a git repository (or any of the parent directories): .git  GEN .gitid GEN criu/include/version.h GEN include/common/asm PBCC images/google/protobuf/descriptor.pb-c.c PBCC images/opts.pb-c.c PBCC images/sit.pb-c.c DEP images/google/protobuf/descriptor.pb-c.d DEP images/opts.pb-c.d DEP images/sit.pb-c.d PBCC images/macvlan.pb-c.c DEP images/macvlan.pb-c.d PBCC images/autofs.pb-c.c DEP images/autofs.pb-c.d PBCC images/sysctl.pb-c.c DEP images/sysctl.pb-c.d PBCC images/time.pb-c.c DEP images/time.pb-c.d PBCC images/binfmt-misc.pb-c.c DEP images/binfmt-misc.pb-c.d PBCC images/seccomp.pb-c.c DEP images/seccomp.pb-c.d PBCC images/userns.pb-c.c DEP images/userns.pb-c.d PBCC images/cgroup.pb-c.c DEP images/cgroup.pb-c.d PBCC images/fown.pb-c.c PBCC images/ext-file.pb-c.c DEP images/fown.pb-c.d DEP images/ext-file.pb-c.d PBCC images/rpc.pb-c.c DEP images/rpc.pb-c.d PBCC images/siginfo.pb-c.c DEP images/siginfo.pb-c.d PBCC images/pagemap.pb-c.c DEP images/pagemap.pb-c.d PBCC images/rlimit.pb-c.c DEP images/rlimit.pb-c.d PBCC images/file-lock.pb-c.c DEP images/file-lock.pb-c.d PBCC images/tty.pb-c.c DEP images/tty.pb-c.d PBCC images/tun.pb-c.c PBCC images/netdev.pb-c.c DEP images/tun.pb-c.d DEP images/netdev.pb-c.d PBCC images/vma.pb-c.c DEP images/vma.pb-c.d PBCC images/creds.pb-c.c DEP images/creds.pb-c.d PBCC images/utsns.pb-c.c DEP images/utsns.pb-c.d PBCC images/ipc-desc.pb-c.c PBCC images/ipc-sem.pb-c.c DEP images/ipc-desc.pb-c.d DEP images/ipc-sem.pb-c.d PBCC images/ipc-msg.pb-c.c DEP images/ipc-msg.pb-c.d PBCC images/ipc-shm.pb-c.c DEP images/ipc-shm.pb-c.d PBCC images/ipc-var.pb-c.c DEP images/ipc-var.pb-c.d PBCC images/sk-opts.pb-c.c PBCC images/packet-sock.pb-c.c DEP images/sk-opts.pb-c.d DEP images/packet-sock.pb-c.d PBCC images/sk-netlink.pb-c.c DEP images/sk-netlink.pb-c.d PBCC images/sk-inet.pb-c.c DEP images/sk-inet.pb-c.d PBCC images/sk-unix.pb-c.c DEP images/sk-unix.pb-c.d PBCC images/mm.pb-c.c DEP images/mm.pb-c.d PBCC images/timerfd.pb-c.c DEP images/timerfd.pb-c.d PBCC images/timer.pb-c.c DEP images/timer.pb-c.d PBCC images/sa.pb-c.c DEP images/sa.pb-c.d PBCC images/pipe-data.pb-c.c DEP images/pipe-data.pb-c.d PBCC images/mnt.pb-c.c DEP images/mnt.pb-c.d PBCC images/sk-packet.pb-c.c DEP images/sk-packet.pb-c.d PBCC images/tcp-stream.pb-c.c DEP images/tcp-stream.pb-c.d PBCC images/pipe.pb-c.c DEP images/pipe.pb-c.d PBCC images/pstree.pb-c.c DEP images/pstree.pb-c.d PBCC images/fs.pb-c.c DEP images/fs.pb-c.d PBCC images/signalfd.pb-c.c DEP images/signalfd.pb-c.d PBCC images/fh.pb-c.c PBCC images/fsnotify.pb-c.c DEP images/fh.pb-c.d DEP images/fsnotify.pb-c.d PBCC images/eventpoll.pb-c.c DEP images/eventpoll.pb-c.d PBCC images/eventfd.pb-c.c DEP images/eventfd.pb-c.d PBCC images/remap-file-path.pb-c.c DEP images/remap-file-path.pb-c.d PBCC images/fifo.pb-c.c DEP images/fifo.pb-c.d PBCC images/ghost-file.pb-c.c DEP images/ghost-file.pb-c.d PBCC images/regfile.pb-c.c DEP images/regfile.pb-c.d PBCC images/ns.pb-c.c DEP images/ns.pb-c.d PBCC images/fdinfo.pb-c.c DEP images/fdinfo.pb-c.d PBCC images/core-aarch64.pb-c.c PBCC images/core-arm.pb-c.c PBCC images/core-ppc64.pb-c.c PBCC images/core-s390.pb-c.c PBCC images/core-x86.pb-c.c PBCC images/core.pb-c.c PBCC images/inventory.pb-c.c DEP images/core-aarch64.pb-c.d DEP images/core-arm.pb-c.d DEP images/core-ppc64.pb-c.d DEP images/core-s390.pb-c.d DEP images/core-x86.pb-c.d DEP images/core.pb-c.d DEP images/inventory.pb-c.d PBCC images/cpuinfo.pb-c.c DEP images/cpuinfo.pb-c.d PBCC images/stats.pb-c.c DEP images/stats.pb-c.d make[1]: Nothing to be done for 'all'. CC images/stats.o CC images/core.o CC images/core-x86.o CC images/core-arm.o CC images/core-aarch64.o 14143c3a8323: Verifying Checksum 14143c3a8323: Download complete CC images/core-ppc64.o CC images/core-s390.o CC images/cpuinfo.o CC images/inventory.o CC images/fdinfo.o CC images/fown.o CC images/ns.o CC images/regfile.o 6c784c711297: Verifying Checksum 6c784c711297: Download complete dc679c325d06: Verifying Checksum dc679c325d06: Download complete CC images/ghost-file.o CC images/fifo.o CC images/remap-file-path.o CC images/eventfd.o CC images/eventpoll.o CC images/fh.o CC images/fsnotify.o CC images/signalfd.o CC images/fs.o CC images/pstree.o CC images/pipe.o CC images/tcp-stream.o CC images/sk-packet.o CC images/mnt.o CC images/pipe-data.o CC images/sa.o CC images/timer.o CC images/timerfd.o CC images/mm.o CC images/sk-opts.o CC images/sk-unix.o CC images/sk-inet.o CC images/tun.o CC images/sk-netlink.o CC images/packet-sock.o CC images/ipc-var.o CC images/ipc-desc.o CC images/ipc-shm.o CC images/ipc-msg.o CC images/ipc-sem.o CC images/utsns.o CC images/creds.o CC images/vma.o CC images/netdev.o CC images/tty.o CC images/file-lock.o CC images/rlimit.o CC images/pagemap.o CC images/siginfo.o CC images/rpc.o CC images/ext-file.o CC images/cgroup.o CC images/userns.o CC images/google/protobuf/descriptor.o CC images/opts.o CC images/seccomp.o CC images/binfmt-misc.o CC images/time.o CC images/sysctl.o CC images/autofs.o CC images/macvlan.o CC images/sit.o LINK images/built-in.o GEN compel/include/asm GEN compel/include/version.h touch .config GEN include/common/config.h DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d GEN compel/plugins/include/uapi/std/syscall-codes.h GEN compel/plugins/include/uapi/std/syscall.h GEN compel/arch/s390/plugins/std/syscalls/syscalls.S DEP compel/arch/s390/plugins/std/syscalls/syscalls.d DEP compel/arch/s390/plugins/std/parasite-head.d GEN compel/plugins/include/uapi/std/asm/syscall-types.h DEP compel/plugins/std/infect.d DEP compel/plugins/std/string.d DEP compel/plugins/std/log.d DEP compel/plugins/std/fds.d DEP compel/plugins/std/std.d DEP compel/plugins/shmem/shmem.d DEP compel/plugins/fds/fds.d CC compel/plugins/std/std.o CC compel/plugins/std/fds.o CC compel/plugins/std/log.o CC compel/plugins/std/string.o CC compel/plugins/std/infect.o ac899ee4faa2: Pull complete CC compel/arch/s390/plugins/std/parasite-head.o CC compel/arch/s390/plugins/std/syscalls/syscalls.o CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o AR compel/plugins/std.lib.a CC compel/plugins/fds/fds.o AR compel/plugins/fds.lib.a HOSTDEP compel/src/lib/handle-elf-host.d HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d HOSTDEP compel/src/lib/log-host.d HOSTDEP compel/src/main-host.d DEP compel/src/lib/ptrace.d DEP compel/src/lib/infect.d DEP compel/src/lib/infect-util.d DEP compel/src/lib/infect-rpc.d DEP compel/src/lib/handle-elf.d DEP compel/arch/s390/src/lib/handle-elf.d DEP compel/arch/s390/src/lib/infect.d DEP compel/arch/s390/src/lib/cpu.d c3febf3d7457: Pull complete DEP compel/src/lib/log.d DEP compel/src/main.d CC compel/src/lib/log.o CC compel/arch/s390/src/lib/cpu.o CC compel/arch/s390/src/lib/infect.o CC compel/arch/s390/src/lib/handle-elf.o CC compel/src/lib/handle-elf.o 414bdc7d9230: Pull complete CC compel/src/lib/infect-rpc.o CC compel/src/lib/infect-util.o CC compel/src/lib/infect.o CC compel/src/lib/ptrace.o AR compel/libcompel.a HOSTCC compel/src/main-host.o HOSTCC compel/src/lib/log-host.o HOSTCC compel/arch/s390/src/lib/handle-elf-host.o HOSTCC compel/src/lib/handle-elf-host.o HOSTLINK compel/compel-host-bin DEP soccr/soccr.d CC soccr/soccr.o AR soccr/libsoccr.a make[1]: 'soccr/libsoccr.a' is up to date. DEP criu/arch/s390/sigframe.d DEP criu/arch/s390/crtools.d DEP criu/arch/s390/cpu.d CC criu/arch/s390/cpu.o CC criu/arch/s390/crtools.o 1eb5803276b9: Verifying Checksum 1eb5803276b9: Download complete CC criu/arch/s390/sigframe.o LINK criu/arch/s390/crtools.built-in.o DEP criu/arch/s390/vdso-pie.d DEP criu/pie/parasite-vdso.d DEP criu/pie/util-vdso.d DEP criu/pie/util.d CC criu/pie/util.o CC criu/pie/util-vdso.o CC criu/pie/parasite-vdso.o CC criu/arch/s390/vdso-pie.o AR criu/pie/pie.lib.a DEP criu/pie/restorer.d DEP criu/arch/s390/restorer.d DEP criu/pie/parasite.d CC criu/pie/parasite.o LINK criu/pie/parasite.built-in.o GEN criu/pie/parasite-blob.h CC criu/arch/s390/restorer.o CC criu/pie/restorer.o LINK criu/pie/restorer.built-in.o GEN criu/pie/restorer-blob.h DEP criu/vdso.d DEP criu/uts_ns.d DEP criu/util.d DEP criu/uffd.d DEP criu/tun.d DEP criu/tty.d DEP criu/timerfd.d DEP criu/sysfs_parse.d DEP criu/sysctl.d DEP criu/string.d DEP criu/stats.d DEP criu/sockets.d DEP criu/sk-unix.d dc679c325d06: Pull complete DEP criu/sk-tcp.d DEP criu/sk-queue.d DEP criu/sk-packet.d DEP criu/sk-netlink.d DEP criu/sk-inet.d DEP criu/signalfd.d DEP criu/sigframe.d DEP criu/shmem.d DEP criu/seize.d DEP criu/seccomp.d DEP criu/rst-malloc.d DEP criu/rbtree.d DEP criu/pstree.d DEP criu/protobuf.d GEN criu/protobuf-desc-gen.h DEP criu/protobuf-desc.d DEP criu/proc_parse.d DEP criu/plugin.d DEP criu/pipes.d DEP criu/pie-util.d DEP criu/pie-util-vdso.d DEP criu/pie-util-vdso-elf32.d DEP criu/path.d DEP criu/parasite-syscall.d DEP criu/pagemap.d DEP criu/pagemap-cache.d DEP criu/page-xfer.d DEP criu/page-pipe.d DEP criu/netfilter.d DEP criu/net.d DEP criu/namespaces.d DEP criu/mount.d DEP criu/mem.d DEP criu/lsm.d DEP criu/log.d DEP criu/libnetlink.d DEP criu/kerndat.d DEP criu/kcmp-ids.d DEP criu/irmap.d DEP criu/ipc_ns.d DEP criu/image.d DEP criu/image-desc.d DEP criu/fsnotify.d DEP criu/filesystems.d DEP criu/files.d DEP criu/files-reg.d DEP criu/files-ext.d DEP criu/file-lock.d DEP criu/file-ids.d DEP criu/fifo.d DEP criu/fdstore.d DEP criu/fault-injection.d DEP criu/external.d DEP criu/eventpoll.d DEP criu/eventfd.d DEP criu/crtools.d DEP criu/cr-service.d DEP criu/cr-restore.d DEP criu/cr-errno.d DEP criu/cr-dump.d DEP criu/cr-dedup.d DEP criu/cr-check.d DEP criu/config.d DEP criu/clone-noasan.d DEP criu/cgroup.d DEP criu/cgroup-props.d DEP criu/bitmap.d DEP criu/bfd.d DEP criu/autofs.d DEP criu/aio.d DEP criu/action-scripts.d CC criu/action-scripts.o CC criu/aio.o 14143c3a8323: Pull complete CC criu/autofs.o CC criu/bfd.o CC criu/bitmap.o CC criu/cgroup-props.o CC criu/cgroup.o CC criu/clone-noasan.o CC criu/config.o CC criu/cr-check.o CC criu/cr-dedup.o CC criu/cr-dump.o CC criu/cr-errno.o CC criu/cr-restore.o CC criu/cr-service.o CC criu/crtools.o CC criu/eventfd.o CC criu/eventpoll.o CC criu/external.o CC criu/fault-injection.o CC criu/fdstore.o CC criu/fifo.o CC criu/file-ids.o CC criu/file-lock.o CC criu/files-ext.o CC criu/files-reg.o CC criu/files.o CC criu/filesystems.o CC criu/fsnotify.o CC criu/image-desc.o CC criu/image.o CC criu/ipc_ns.o 1eb5803276b9: Pull complete 6c784c711297: Pull complete Digest: sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 Status: Downloaded newer image for golang:1.12.7-stretch ---> d3e346318e89 Step 4/110 : ARG APT_MIRROR ---> Running in e654fc68d437 Removing intermediate container e654fc68d437 ---> c8f265d1bf1c Step 5/110 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Running in 7299843c482d Removing intermediate container 7299843c482d ---> 2a28285bdb9f Step 6/110 : FROM base AS criu ---> 2a28285bdb9f Step 7/110 : ENV CRIU_VERSION 3.11 ---> Running in 452ee6e1effc Removing intermediate container 452ee6e1effc ---> d7623c05bcaa Step 8/110 : RUN apt-get update && apt-get install -y libnet-dev libprotobuf-c0-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu CC criu/irmap.o ---> Running in 60e1ca920d3b CC criu/kcmp-ids.o CC criu/kerndat.o CC criu/libnetlink.o Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] CC criu/log.o CC criu/lsm.o CC criu/mem.o Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] CC criu/mount.o CC criu/namespaces.o CC criu/net.o Fetched 7714 kB in 2s (3061 kB/s) Reading package lists... CC criu/netfilter.o CC criu/page-pipe.o CC criu/page-xfer.o Reading package lists... CC criu/pagemap-cache.o CC criu/pagemap.o CC criu/parasite-syscall.o CC criu/path.o CC criu/pie-util-vdso-elf32.o CC criu/pie-util-vdso.o CC criu/pie-util.o CC criu/pipes.o CC criu/plugin.o CC criu/proc_parse.o Building dependency tree... Reading state information... The following additional packages will be installed: libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 libprotoc10 python-pkg-resources zlib1g-dev Suggested packages: manpages-dev python-setuptools CC criu/protobuf-desc.o The following NEW packages will be installed: libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf zlib1g-dev 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. Need to get 3548 kB of archives. After this operation, 21.2 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3548 kB in 0s (21.1 MB/s) Selecting previously unselected package libnet1:ppc64el. (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 ... 14949 files and directories currently installed.) Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... Selecting previously unselected package libcap-dev:ppc64el. Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... Unpacking libcap-dev:ppc64el (1:2.25-1) ... Selecting previously unselected package libnet1-dev. Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... Unpacking libnet1-dev (1.1.6+dfsg-3) ... Selecting previously unselected package libnl-3-200:ppc64el. Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... Unpacking libnl-3-200:ppc64el (3.2.27-2) ... CC criu/protobuf.o CC criu/pstree.o Selecting previously unselected package libnl-3-dev:ppc64el. Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... Selecting previously unselected package libprotobuf-c1:ppc64el. Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... Selecting previously unselected package libprotobuf-c-dev:ppc64el. Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... Selecting previously unselected package zlib1g-dev:ppc64el. Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... Selecting previously unselected package libprotobuf10:ppc64el. Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... Unpacking libprotobuf10:ppc64el (3.0.0-9) ... CC criu/rbtree.o CC criu/rst-malloc.o Selecting previously unselected package libprotobuf-lite10:ppc64el. Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... Selecting previously unselected package libprotobuf-dev:ppc64el. Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... Selecting previously unselected package libprotoc10:ppc64el. Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... Unpacking libprotoc10:ppc64el (3.0.0-9) ... Selecting previously unselected package protobuf-c-compiler. Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... Unpacking protobuf-c-compiler (1.2.1-2) ... Selecting previously unselected package protobuf-compiler. Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... Unpacking protobuf-compiler (3.0.0-9) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... Unpacking python-pkg-resources (33.1.1-1) ... Selecting previously unselected package python-protobuf. Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... Unpacking python-protobuf (3.0.0-9) ... Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... CC criu/seccomp.o CC criu/seize.o CC criu/shmem.o Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... Setting up python-pkg-resources (33.1.1-1) ... CC criu/sigframe.o CC criu/signalfd.o CC criu/sk-inet.o CC criu/sk-netlink.o CC criu/sk-packet.o CC criu/sk-queue.o CC criu/sk-tcp.o Setting up libnet1-dev (1.1.6+dfsg-3) ... Setting up libprotobuf10:ppc64el (3.0.0-9) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up python-protobuf (3.0.0-9) ... CC criu/sk-unix.o CC criu/sockets.o CC criu/stats.o CC criu/string.o CC criu/sysctl.o Setting up libcap-dev:ppc64el (1:2.25-1) ... Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... Setting up libnl-3-200:ppc64el (3.2.27-2) ... Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... Setting up libprotoc10:ppc64el (3.0.0-9) ... Setting up protobuf-c-compiler (1.2.1-2) ... Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... Setting up protobuf-compiler (3.0.0-9) ... Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... Setting up libnl-3-dev:ppc64el (3.2.27-2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... CC criu/sysfs_parse.o CC criu/timerfd.o CC criu/tty.o CC criu/tun.o CC criu/uffd.o fatal: Not a git repository (or any of the parent directories): .git  GEN .gitid GEN criu/include/version.h GEN include/common/asm PBCC images/google/protobuf/descriptor.pb-c.c PBCC images/opts.pb-c.c PBCC images/sit.pb-c.c DEP images/google/protobuf/descriptor.pb-c.d DEP images/opts.pb-c.d DEP images/sit.pb-c.d PBCC images/macvlan.pb-c.c DEP images/macvlan.pb-c.d PBCC images/autofs.pb-c.c DEP images/autofs.pb-c.d PBCC images/sysctl.pb-c.c DEP images/sysctl.pb-c.d PBCC images/time.pb-c.c DEP images/time.pb-c.d PBCC images/binfmt-misc.pb-c.c DEP images/binfmt-misc.pb-c.d PBCC images/seccomp.pb-c.c CC criu/util.o DEP images/seccomp.pb-c.d PBCC images/userns.pb-c.c DEP images/userns.pb-c.d PBCC images/cgroup.pb-c.c DEP images/cgroup.pb-c.d PBCC images/fown.pb-c.c PBCC images/ext-file.pb-c.c DEP images/fown.pb-c.d DEP images/ext-file.pb-c.d PBCC images/rpc.pb-c.c DEP images/rpc.pb-c.d PBCC images/siginfo.pb-c.c DEP images/siginfo.pb-c.d PBCC images/pagemap.pb-c.c DEP images/pagemap.pb-c.d PBCC images/rlimit.pb-c.c DEP images/rlimit.pb-c.d PBCC images/file-lock.pb-c.c DEP images/file-lock.pb-c.d PBCC images/tty.pb-c.c DEP images/tty.pb-c.d PBCC images/tun.pb-c.c PBCC images/netdev.pb-c.c DEP images/tun.pb-c.d DEP images/netdev.pb-c.d PBCC images/vma.pb-c.c DEP images/vma.pb-c.d PBCC images/creds.pb-c.c DEP images/creds.pb-c.d PBCC images/utsns.pb-c.c DEP images/utsns.pb-c.d PBCC images/ipc-desc.pb-c.c PBCC images/ipc-sem.pb-c.c DEP images/ipc-desc.pb-c.d DEP images/ipc-sem.pb-c.d PBCC images/ipc-msg.pb-c.c DEP images/ipc-msg.pb-c.d PBCC images/ipc-shm.pb-c.c DEP images/ipc-shm.pb-c.d PBCC images/ipc-var.pb-c.c DEP images/ipc-var.pb-c.d PBCC images/sk-opts.pb-c.c PBCC images/packet-sock.pb-c.c DEP images/sk-opts.pb-c.d DEP images/packet-sock.pb-c.d PBCC images/sk-netlink.pb-c.c DEP images/sk-netlink.pb-c.d PBCC images/sk-inet.pb-c.c DEP images/sk-inet.pb-c.d PBCC images/sk-unix.pb-c.c DEP images/sk-unix.pb-c.d PBCC images/mm.pb-c.c DEP images/mm.pb-c.d PBCC images/timerfd.pb-c.c DEP images/timerfd.pb-c.d PBCC images/timer.pb-c.c DEP images/timer.pb-c.d PBCC images/sa.pb-c.c DEP images/sa.pb-c.d PBCC images/pipe-data.pb-c.c DEP images/pipe-data.pb-c.d PBCC images/mnt.pb-c.c DEP images/mnt.pb-c.d PBCC images/sk-packet.pb-c.c DEP images/sk-packet.pb-c.d PBCC images/tcp-stream.pb-c.c DEP images/tcp-stream.pb-c.d CC criu/uts_ns.o CC criu/vdso.o LINK criu/built-in.o LINK criu/criu PBCC images/pipe.pb-c.c DEP images/pipe.pb-c.d PBCC images/pstree.pb-c.c DEP images/pstree.pb-c.d PBCC images/fs.pb-c.c DEP images/fs.pb-c.d PBCC images/signalfd.pb-c.c DEP images/signalfd.pb-c.d PBCC images/fh.pb-c.c PBCC images/fsnotify.pb-c.c DEP images/fh.pb-c.d DEP images/fsnotify.pb-c.d PBCC images/eventpoll.pb-c.c DEP images/eventpoll.pb-c.d PBCC images/eventfd.pb-c.c DEP images/eventfd.pb-c.d PBCC images/remap-file-path.pb-c.c DEP images/remap-file-path.pb-c.d PBCC images/fifo.pb-c.c DEP images/fifo.pb-c.d PBCC images/ghost-file.pb-c.c DEP images/ghost-file.pb-c.d DEP lib/c/criu.d CC images/rpc.pb-c.o CC lib/c/criu.o PBCC images/regfile.pb-c.c DEP images/regfile.pb-c.d PBCC images/ns.pb-c.c DEP images/ns.pb-c.d PBCC images/fdinfo.pb-c.c DEP images/fdinfo.pb-c.d PBCC images/core-aarch64.pb-c.c PBCC images/core-arm.pb-c.c PBCC images/core-ppc64.pb-c.c PBCC images/core-s390.pb-c.c PBCC images/core-x86.pb-c.c PBCC images/core.pb-c.c PBCC images/inventory.pb-c.c DEP images/core-aarch64.pb-c.d DEP images/core-arm.pb-c.d DEP images/core-ppc64.pb-c.d DEP images/core-s390.pb-c.d LINK lib/c/built-in.o LINK lib/c/libcriu.so GEN magic.py DEP images/core-x86.pb-c.d DEP images/core.pb-c.d DEP images/inventory.pb-c.d PBCC images/cpuinfo.pb-c.c DEP images/cpuinfo.pb-c.d PBCC images/stats.pb-c.c DEP images/stats.pb-c.d fatal: Not a git repository (or any of the parent directories): .git make[1]: Nothing to be done for 'all'. make[1]: 'images/built-in.o' is up to date. make[1]: 'compel/plugins/std.lib.a' is up to date. make[1]: 'compel/plugins/fds.lib.a' is up to date. make[1]: 'compel/libcompel.a' is up to date. make[1]: Nothing to be done for 'all'. CC images/stats.o CC images/core.o make[1]: 'compel/compel-host-bin' is up to date. make[1]: Nothing to be done for 'all'. make[1]: 'soccr/libsoccr.a' is up to date. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. INSTALL criu/criu CC images/core-x86.o CC images/core-arm.o CC images/core-aarch64.o CC images/core-ppc64.o CC images/core-s390.o CC images/cpuinfo.o CC images/inventory.o CC images/fdinfo.o CC images/fown.o Removing intermediate container cb22fe03a459 ---> 8a6e4f4f55de Step 9/110 : FROM base AS registry ---> 86aa8ed2793f Step 10/110 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd ---> Running in 8e2200d494a0 Removing intermediate container 8e2200d494a0 ---> 2c52ab603801 Step 11/110 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 CC images/ns.o CC images/regfile.o CC images/ghost-file.o CC images/fifo.o ---> Running in e09b5f6a3b23 Removing intermediate container e09b5f6a3b23 ---> ae446b0c6c82 Step 12/110 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" ---> Running in 1da5e51b6376 CC images/remap-file-path.o CC images/eventfd.o CC images/eventpoll.o CC images/fh.o CC images/fsnotify.o CC images/signalfd.o CC images/fs.o CC images/pstree.o CC images/pipe.o + mktemp -d + export GOPATH=/tmp/tmp.3avNmJWVnP + git clone https://github.com/docker/distribution.git /tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution Cloning into '/tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution'...  CC images/tcp-stream.o CC images/sk-packet.o CC images/mnt.o CC images/pipe-data.o CC images/sa.o CC images/timer.o CC images/timerfd.o CC images/mm.o CC images/sk-opts.o CC images/sk-unix.o CC images/sk-inet.o CC images/tun.o CC images/sk-netlink.o + cd /tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 + GOPATH=/tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.3avNmJWVnP go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry  CC images/packet-sock.o CC images/ipc-var.o CC images/ipc-desc.o CC images/ipc-shm.o CC images/ipc-msg.o CC images/ipc-sem.o CC images/utsns.o CC images/creds.o CC images/vma.o CC images/netdev.o CC images/tty.o CC images/file-lock.o CC images/rlimit.o CC images/pagemap.o CC images/siginfo.o CC images/rpc.o CC images/ext-file.o CC images/cgroup.o CC images/userns.o CC images/google/protobuf/descriptor.o CC images/opts.o CC images/seccomp.o CC images/binfmt-misc.o CC images/time.o CC images/sysctl.o CC images/autofs.o Running on ubuntu-1804-overlay2 (i-0f5ec2bdabfe98497) in /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ [Pipeline] { Running on ubuntu-1804-overlay2 (i-069d726fe95baf7b5) in /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ [Pipeline] { Running on ubuntu-1804-overlay2 (i-00728c64c0204d2db) in /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ [Pipeline] checkout [Pipeline] { [Pipeline] checkout CC images/macvlan.o CC images/sit.o LINK images/built-in.o GEN compel/include/asm GEN compel/include/version.h touch .config GEN include/common/config.h GEN compel/plugins/include/uapi/std/syscall-codes.h GEN compel/plugins/include/uapi/std/syscall.h [Pipeline] checkout GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d DEP compel/arch/ppc64/plugins/std/memcmp.d DEP compel/arch/ppc64/plugins/std/memcpy.d DEP compel/arch/ppc64/plugins/std/parasite-head.d GEN compel/plugins/include/uapi/std/asm/syscall-types.h DEP compel/plugins/std/infect.d DEP compel/plugins/std/string.d DEP compel/plugins/std/log.d DEP compel/plugins/std/fds.d DEP compel/plugins/std/std.d DEP compel/plugins/shmem/shmem.d DEP compel/plugins/fds/fds.d CC compel/plugins/std/std.o CC compel/plugins/std/fds.o CC compel/plugins/std/log.o CC compel/plugins/std/string.o CC compel/plugins/std/infect.o CC compel/arch/ppc64/plugins/std/parasite-head.o CC compel/arch/ppc64/plugins/std/memcpy.o CC compel/arch/ppc64/plugins/std/memcmp.o CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o AR compel/plugins/std.lib.a CC compel/plugins/fds/fds.o AR compel/plugins/fds.lib.a HOSTDEP compel/src/lib/handle-elf-host.d HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d HOSTDEP compel/src/lib/log-host.d HOSTDEP compel/src/main-host.d DEP compel/src/lib/ptrace.d DEP compel/src/lib/infect.d DEP compel/src/lib/infect-util.d DEP compel/src/lib/infect-rpc.d DEP compel/src/lib/handle-elf.d DEP compel/arch/ppc64/src/lib/handle-elf.d DEP compel/arch/ppc64/src/lib/infect.d DEP compel/arch/ppc64/src/lib/cpu.d DEP compel/src/lib/log.d DEP compel/src/main.d CC compel/src/lib/log.o CC compel/arch/ppc64/src/lib/cpu.o CC compel/arch/ppc64/src/lib/infect.o CC compel/arch/ppc64/src/lib/handle-elf.o CC compel/src/lib/handle-elf.o CC compel/src/lib/infect-rpc.o CC compel/src/lib/infect-util.o CC compel/src/lib/infect.o using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/moby/moby.git > git init /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ # timeout=10 Cloning repository https://github.com/moby/moby.git > git init /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ # timeout=10 Cloning repository https://github.com/moby/moby.git > git init /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ # timeout=10 CC compel/src/lib/ptrace.o AR compel/libcompel.a HOSTCC compel/src/main-host.o HOSTCC compel/src/lib/log-host.o HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o HOSTCC compel/src/lib/handle-elf-host.o HOSTLINK compel/compel-host-bin DEP soccr/soccr.d CC soccr/soccr.o Fetching upstream changes from https://github.com/moby/moby.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master Fetching upstream changes from https://github.com/moby/moby.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master Fetching upstream changes from https://github.com/moby/moby.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master AR soccr/libsoccr.a make[1]: 'soccr/libsoccr.a' is up to date. DEP criu/arch/ppc64/sigframe.d DEP criu/arch/ppc64/crtools.d DEP criu/arch/ppc64/cpu.d CC criu/arch/ppc64/cpu.o CC criu/arch/ppc64/crtools.o CC criu/arch/ppc64/sigframe.o LINK criu/arch/ppc64/crtools.built-in.o DEP criu/arch/ppc64/misc.d DEP criu/arch/ppc64/vdso-trampoline.d DEP criu/arch/ppc64/vdso-pie.d DEP criu/pie/parasite-vdso.d DEP criu/pie/util-vdso.d DEP criu/pie/util.d CC criu/pie/util.o CC criu/pie/util-vdso.o CC criu/pie/parasite-vdso.o CC criu/arch/ppc64/vdso-pie.o CC criu/arch/ppc64/vdso-trampoline.o CC criu/arch/ppc64/misc.o AR criu/pie/pie.lib.a DEP criu/pie/restorer.d DEP criu/arch/ppc64/restorer.d DEP criu/pie/parasite.d CC criu/pie/parasite.o LINK criu/pie/parasite.built-in.o GEN criu/pie/parasite-blob.h CC criu/arch/ppc64/restorer.o CC criu/pie/restorer.o LINK criu/pie/restorer.built-in.o GEN criu/pie/restorer-blob.h DEP criu/vdso.d DEP criu/uts_ns.d DEP criu/util.d DEP criu/uffd.d DEP criu/tun.d DEP criu/tty.d DEP criu/timerfd.d DEP criu/sysfs_parse.d DEP criu/sysctl.d DEP criu/string.d DEP criu/stats.d DEP criu/sockets.d DEP criu/sk-unix.d DEP criu/sk-tcp.d DEP criu/sk-queue.d DEP criu/sk-packet.d DEP criu/sk-netlink.d DEP criu/sk-inet.d DEP criu/signalfd.d DEP criu/sigframe.d DEP criu/shmem.d DEP criu/seize.d DEP criu/seccomp.d DEP criu/rst-malloc.d DEP criu/rbtree.d DEP criu/pstree.d DEP criu/protobuf.d GEN criu/protobuf-desc-gen.h DEP criu/protobuf-desc.d DEP criu/proc_parse.d DEP criu/plugin.d DEP criu/pipes.d DEP criu/pie-util.d DEP criu/pie-util-vdso.d DEP criu/pie-util-vdso-elf32.d DEP criu/path.d DEP criu/parasite-syscall.d DEP criu/pagemap.d DEP criu/pagemap-cache.d DEP criu/page-xfer.d DEP criu/page-pipe.d DEP criu/netfilter.d DEP criu/net.d DEP criu/namespaces.d DEP criu/mount.d DEP criu/mem.d DEP criu/lsm.d DEP criu/log.d DEP criu/libnetlink.d DEP criu/kerndat.d DEP criu/kcmp-ids.d DEP criu/irmap.d DEP criu/ipc_ns.d DEP criu/image.d DEP criu/image-desc.d DEP criu/fsnotify.d DEP criu/filesystems.d DEP criu/files.d DEP criu/files-reg.d DEP criu/files-ext.d DEP criu/file-lock.d DEP criu/file-ids.d DEP criu/fifo.d DEP criu/fdstore.d DEP criu/fault-injection.d DEP criu/external.d DEP criu/eventpoll.d DEP criu/eventfd.d DEP criu/crtools.d DEP criu/cr-service.d DEP criu/cr-restore.d DEP criu/cr-errno.d DEP criu/cr-dump.d DEP criu/cr-dedup.d DEP criu/cr-check.d DEP criu/config.d DEP criu/clone-noasan.d DEP criu/cgroup.d DEP criu/cgroup-props.d DEP criu/bitmap.d DEP criu/bfd.d DEP criu/autofs.d DEP criu/aio.d DEP criu/action-scripts.d CC criu/action-scripts.o CC criu/aio.o CC criu/autofs.o + dpkg --print-architecture + cd /tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd + GOPATH=/tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.3avNmJWVnP + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry  CC criu/bfd.o CC criu/bitmap.o CC criu/cgroup-props.o CC criu/cgroup.o CC criu/clone-noasan.o CC criu/config.o CC criu/cr-check.o CC criu/cr-dedup.o CC criu/cr-dump.o + rm -rf /tmp/tmp.3avNmJWVnP/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.3avNmJWVnP  CC criu/cr-errno.o CC criu/cr-restore.o Removing intermediate container 1da5e51b6376 ---> 6597fe9a75fe Step 13/110 : FROM base AS swagger ---> 86aa8ed2793f Step 14/110 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb ---> Running in 419710600ec9 Removing intermediate container 419710600ec9 ---> bfff8164b313 Step 15/110 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" ---> Running in 07c904921da6 + mktemp -d + export GOPATH=/tmp/tmp.PeKbJN3jjt + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.PeKbJN3jjt/src/github.com/go-swagger/go-swagger Cloning into '/tmp/tmp.PeKbJN3jjt/src/github.com/go-swagger/go-swagger'...  CC criu/cr-service.o CC criu/crtools.o CC criu/eventfd.o CC criu/eventpoll.o CC criu/external.o Fetching without tags CC criu/fault-injection.o CC criu/fdstore.o > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39646/head:refs/remotes/origin/PR-39646 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master CC criu/fifo.o Merging remotes/origin/master commit 928381b2215c9608692e663e6ddfa9e609bc2d6f into PR head commit 5f0231bca193320e1a3d785a3ade0e64241fe580 CC criu/file-ids.o CC criu/file-lock.o CC criu/files-ext.o CC criu/files-reg.o Fetching without tags + cd /tmp/tmp.PeKbJN3jjt/src/github.com/go-swagger/go-swagger + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger Merge succeeded, producing 5f0231bca193320e1a3d785a3ade0e64241fe580 Checking out Revision 5f0231bca193320e1a3d785a3ade0e64241fe580 (PR-39646) Merging remotes/origin/master commit 928381b2215c9608692e663e6ddfa9e609bc2d6f into PR head commit 5f0231bca193320e1a3d785a3ade0e64241fe580 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 > git merge 928381b2215c9608692e663e6ddfa9e609bc2d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 CC criu/files.o > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39646/head:refs/remotes/origin/PR-39646 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 Merge succeeded, producing 5f0231bca193320e1a3d785a3ade0e64241fe580 Checking out Revision 5f0231bca193320e1a3d785a3ade0e64241fe580 (PR-39646) Commit message: "cast Dev and Rdev of Stat_t to uint64 for mips" Fetching without tags CC criu/filesystems.o CC criu/fsnotify.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Merging remotes/origin/master commit 928381b2215c9608692e663e6ddfa9e609bc2d6f into PR head commit 5f0231bca193320e1a3d785a3ade0e64241fe580 CC criu/image-desc.o CC criu/image.o + git rev-parse --short HEAD + GITCOMMIT=5f0231bca + docker build --rm --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:5f0231bca-exp . Commit message: "cast Dev and Rdev of Stat_t to uint64 for mips" > git merge 928381b2215c9608692e663e6ddfa9e609bc2d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39646/head:refs/remotes/origin/PR-39646 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 Fetching upstream changes from https://github.com/moby/moby.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39646/head:refs/remotes/origin/PR-39646 +refs/heads/master:refs/remotes/origin/master > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 CC criu/ipc_ns.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh Merge succeeded, producing 5f0231bca193320e1a3d785a3ade0e64241fe580 Checking out Revision 5f0231bca193320e1a3d785a3ade0e64241fe580 (PR-39646) CC criu/irmap.o + git rev-parse --short HEAD + GITCOMMIT=5f0231bca + docker build --rm --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t dockerven:5f0231bca . CC criu/kcmp-ids.o CC criu/kerndat.o Commit message: "cast Dev and Rdev of Stat_t to uint64 for mips" CC criu/libnetlink.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh CC criu/log.o CC criu/lsm.o > git merge 928381b2215c9608692e663e6ddfa9e609bc2d6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f0231bca193320e1a3d785a3ade0e64241fe580 + sudo modprobe ip_vs CC criu/mem.o + git rev-parse --short HEAD + GITCOMMIT=5f0231bca + docker build --rm --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:5f0231bca . CC criu/mount.o CC criu/namespaces.o #2 [internal] load .dockerignore #2 digest: sha256:b4ee9d6823d38b915a5fd1582bdbd0266e522f113a183f13bb46879eded22633 #2 name: "[internal] load .dockerignore" #2 started: 2019-08-01 12:25:19.457183161 +0000 UTC #2 completed: 2019-08-01 12:25:19.693125498 +0000 UTC #2 duration: 235.942337ms #2 transferring context: 87B done #1 [internal] load build definition from Dockerfile #1 digest: sha256:1287ebb21bb5e8ff8d60db443603952cba4369b436e3a7672bce025523a5088c #1 name: "[internal] load build definition from Dockerfile" #1 started: 2019-08-01 12:25:19.457133641 +0000 UTC #1 completed: 2019-08-01 12:25:19.686648836 +0000 UTC #1 duration: 229.515195ms #1 transferring dockerfile: 10.02kB done #3 [internal] load metadata for docker.io/library/golang:1.12.7-stretch #3 digest: sha256:5085c70263f4f5587f57f1bf6909b09f75e21b437523b07ad47040eb36c8fb65 #3 name: "[internal] load metadata for docker.io/library/golang:1.12.7-stretch" #3 started: 2019-08-01 12:25:19.77027019 +0000 UTC CC criu/net.o #1 [internal] load .dockerignore #1 digest: sha256:b5b7399beb9f208773b4b578d07257f2cbace3f52a702d5c4d4550a0716fbd92 #1 name: "[internal] load .dockerignore" #1 started: 2019-08-01 12:25:19.543512127 +0000 UTC #1 completed: 2019-08-01 12:25:19.609013678 +0000 UTC #1 duration: 65.501551ms #1 transferring context: 87B done #2 [internal] load build definition from Dockerfile #2 digest: sha256:ffd293ae4f4612c828f0025b805d8ad635e3f1b27a54d876b78a3849a89ceda0 #2 name: "[internal] load build definition from Dockerfile" #2 started: 2019-08-01 12:25:19.543358933 +0000 UTC #2 completed: 2019-08-01 12:25:19.617373039 +0000 UTC #2 duration: 74.014106ms #2 transferring dockerfile: 10.02kB done #3 [internal] load metadata for docker.io/library/golang:1.12.7-stretch #3 digest: sha256:5085c70263f4f5587f57f1bf6909b09f75e21b437523b07ad47040eb36c8fb65 #3 name: "[internal] load metadata for docker.io/library/golang:1.12.7-stretch" #3 started: 2019-08-01 12:25:19.646399689 +0000 UTC #3 completed: 2019-08-01 12:25:20.362872423 +0000 UTC #3 duration: 716.472734ms #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 digest: sha256:0d336cb8fd6514a85eb316ec038899fefe3beab432d1448068f1123138d26d2f #5 name: "[base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222" #5 started: 2019-08-01 12:25:20.382401562 +0000 UTC #5 completed: 2019-08-01 12:25:20.382616446 +0000 UTC #5 duration: 214.884µs #5 started: 2019-08-01 12:25:20.384962821 +0000 UTC #5 started: 2019-08-01 12:25:20.401155903 +0000 UTC #5 resolve docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 done #3 completed: 2019-08-01 12:25:20.377992641 +0000 UTC #3 duration: 607.722451ms #19 [internal] load build context #19 digest: sha256:7a170c2c093cdbe7795269881623376c921350e79aaded792dd0c32e13ee1911 #19 name: "[internal] load build context" #19 started: 2019-08-01 12:25:20.398345312 +0000 UTC #19 completed: 2019-08-01 12:25:20.398438399 +0000 UTC #19 duration: 93.087µs #19 started: 2019-08-01 12:25:20.400607689 +0000 UTC #5 sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 1.42kB / 1.42kB done #5 sha256:5ed856d584aea9940353b027dc82015ea8b45ff408529084348d7b467bd9aafb 1.80kB / 1.80kB done #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 0B / 4.34MB 0.2s #5 sha256:f50db16df5daeb5ec7b76a61d6e990d281ef5ffffcab7e3cc229898d1d924c1d 5.47kB / 5.47kB done #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 0B / 45.34MB 0.2s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 0B / 10.79MB 0.2s #1 [internal] load .dockerignore #1 digest: sha256:05773ee44ef7f471f7bfc6597421b3292d780040ddbfd5049273bc01f5562191 #1 name: "[internal] load .dockerignore" #1 started: 2019-08-01 12:25:19.496301018 +0000 UTC #1 completed: 2019-08-01 12:25:19.648993157 +0000 UTC #1 duration: 152.692139ms #1 transferring context: 87B done #2 [internal] load build definition from Dockerfile #2 digest: sha256:11d2a251d0c4e30e526532c8c01335e6b449048ebd5ad345c8705299a207db36 #2 name: "[internal] load build definition from Dockerfile" #2 started: 2019-08-01 12:25:19.496277261 +0000 UTC #2 completed: 2019-08-01 12:25:19.6444913 +0000 UTC #2 duration: 148.214039ms #2 transferring dockerfile: 10.02kB done #3 [internal] load metadata for docker.io/library/golang:1.12.7-stretch #3 digest: sha256:5085c70263f4f5587f57f1bf6909b09f75e21b437523b07ad47040eb36c8fb65 #3 name: "[internal] load metadata for docker.io/library/golang:1.12.7-stretch" #3 started: 2019-08-01 12:25:19.670739133 +0000 UTC #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 1.48MB / 10.79MB 0.3s #3 completed: 2019-08-01 12:25:20.816336806 +0000 UTC #3 duration: 1.145597673s #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 digest: sha256:0d336cb8fd6514a85eb316ec038899fefe3beab432d1448068f1123138d26d2f #5 name: "[base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222" #5 started: 2019-08-01 12:25:20.837631572 +0000 UTC #5 completed: 2019-08-01 12:25:20.837904658 +0000 UTC #5 duration: 273.086µs #5 started: 2019-08-01 12:25:20.84097217 +0000 UTC #5 completed: 2019-08-01 12:25:20.842060564 +0000 UTC #5 duration: 1.088394ms #5 started: 2019-08-01 12:25:20.84564612 +0000 UTC #5 resolve docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 done #5 sha256:f50db16df5daeb5ec7b76a61d6e990d281ef5ffffcab7e3cc229898d1d924c1d 5.47kB / 5.47kB done #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 0B / 45.34MB 0.1s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 0B / 10.79MB 0.1s #5 sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 1.42kB / 1.42kB done #5 sha256:5ed856d584aea9940353b027dc82015ea8b45ff408529084348d7b467bd9aafb 1.80kB / 1.80kB done #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 0B / 4.34MB 0.1s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 602.11kB / 10.79MB 0.2s #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 1.22MB / 4.34MB 0.2s #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 3.43MB / 45.34MB 0.4s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 4.88MB / 10.79MB 0.4s #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 4.34MB / 4.34MB 0.4s + rm -rf /tmp/tmp.PeKbJN3jjt Removing intermediate container 07c904921da6 ---> d1f3be24c0a1 Step 16/110 : FROM base AS frozen-images ---> 86aa8ed2793f Step 17/110 : RUN apt-get update && apt-get install -y jq ca-certificates --no-install-recommends ---> Running in 562ca555eea7 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [483 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 digest: sha256:ad8fabe0650487c46a88d1017e30ca52e526b9a24ddddd97b9a4dbdace8413cd #61 name: "FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e" #61 started: 2019-08-01 12:25:20.398775804 +0000 UTC #61 completed: 2019-08-01 12:25:21.426110297 +0000 UTC #61 duration: 1.027334493s #61 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.0s done #19 [internal] load build context #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 started: 2019-08-01 12:25:21.426305442 +0000 UTC #61 completed: 2019-08-01 12:25:21.426414926 +0000 UTC #61 duration: 109.484µs #19 [internal] load build context #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 digest: sha256:ad8fabe0650487c46a88d1017e30ca52e526b9a24ddddd97b9a4dbdace8413cd #61 name: "FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e" #61 started: 2019-08-01 12:25:20.834188071 +0000 UTC #61 completed: 2019-08-01 12:25:21.509889822 +0000 UTC #61 duration: 675.701751ms #61 started: 2019-08-01 12:25:21.510064769 +0000 UTC #61 completed: 2019-08-01 12:25:21.51019269 +0000 UTC #61 duration: 127.921µs #61 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 6.39MB / 45.34MB 0.6s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 9.95MB / 10.79MB 0.6s #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 4.34MB / 4.34MB 0.5s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 2.40MB / 50.07MB 0.6s #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 11.72MB / 45.34MB 0.8s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 10.79MB / 10.79MB 0.8s #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 6.88MB / 50.07MB 0.8s #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 digest: sha256:ad8fabe0650487c46a88d1017e30ca52e526b9a24ddddd97b9a4dbdace8413cd #61 name: "FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e" #61 started: 2019-08-01 12:25:20.380742968 +0000 UTC #61 completed: 2019-08-01 12:25:21.546428766 +0000 UTC #61 duration: 1.165685798s #61 started: 2019-08-01 12:25:21.546623291 +0000 UTC #61 completed: 2019-08-01 12:25:21.546742382 +0000 UTC #61 duration: 119.091µs #61 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.2s done #19 [internal] load build context #19 digest: sha256:9658a7a83ebf1f5ea3fda2eebdf1bdd5a0ea56663dfaa67dc4ce7611e3e4f3ee #19 name: "[internal] load build context" #19 started: 2019-08-01 12:25:20.380386071 +0000 UTC #19 completed: 2019-08-01 12:25:20.380444612 +0000 UTC #19 duration: 58.541µs #19 started: 2019-08-01 12:25:20.383133814 +0000 UTC #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 15.00MB / 45.34MB 1.0s #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 12.86MB / 50.07MB 1.0s CC criu/netfilter.o CC criu/page-pipe.o CC criu/page-xfer.o Fetched 7668 kB in 1s (5048 kB/s) Reading package lists... Reading package lists... CC criu/pagemap-cache.o #19 transferring context: 45.34MB 2.8s done CC criu/pagemap.o Building dependency tree... Reading state information... ca-certificates is already the newest version (20161130+nmu1+deb9u1). The following additional packages will be installed: libjq1 libonig4 The following NEW packages will be installed: jq libjq1 libonig4 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. Need to get 328 kB of archives. After this operation, 1263 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] #19 transferring context: 45.34MB 3.3s done debconf: delaying package configuration, since apt-utils is not installed Fetched 328 kB in 0s (4058 kB/s) Selecting previously unselected package libonig4:s390x. (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 ... 14827 files and directories currently installed.) Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... Unpacking libonig4:s390x (6.1.3-2) ... Selecting previously unselected package libjq1:s390x. Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... Unpacking libjq1:s390x (1.5+dfsg-1.3) ... Selecting previously unselected package jq. Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... Unpacking jq (1.5+dfsg-1.3) ... Setting up libonig4:s390x (6.1.3-2) ... Setting up libjq1:s390x (1.5+dfsg-1.3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up jq (1.5+dfsg-1.3) ... CC criu/parasite-syscall.o CC criu/path.o CC criu/pie-util-vdso-elf32.o Removing intermediate container 562ca555eea7 ---> bce8ab11c92a Step 18/110 : COPY contrib/download-frozen-image-v2.sh / ---> b90421b9fa1c Step 19/110 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c CC criu/pie-util-vdso.o ---> Running in 327db3b2b78b CC criu/pie-util.o CC criu/pipes.o #19 ... #19 [internal] load build context #19 digest: sha256:b190e2441ed231a3e342c4e2d7ec49d2c835f45d21662a0c1a1b586fbd6deb99 #19 name: "[internal] load build context" #19 started: 2019-08-01 12:25:20.833912854 +0000 UTC #19 completed: 2019-08-01 12:25:20.834018703 +0000 UTC #19 duration: 105.849µs #19 started: 2019-08-01 12:25:20.836854611 +0000 UTC #19 completed: 2019-08-01 12:25:25.230042646 +0000 UTC #19 duration: 4.393188035s #19 transferring context: 45.34MB 2.9s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 45.34MB / 45.34MB 4.3s done #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 10.79MB / 10.79MB 1.1s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 50.07MB / 50.07MB 4.3s done #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 0B / 126B 4.4s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 0B / 57.67MB 4.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 51.71kB / 127.96MB 4.4s #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 126B / 126B 4.5s done #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 3.62MB / 57.67MB 4.6s #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 7.03MB / 57.67MB 4.7s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 7.00MB / 127.96MB 4.7s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 10.06MB / 57.67MB 4.9s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 15.63MB / 127.96MB 4.9s #19 completed: 2019-08-01 12:25:25.247828602 +0000 UTC #19 duration: 4.864694788s #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 4.34MB / 4.34MB 0.7s done #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 45.34MB / 45.34MB 4.8s done #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 10.79MB / 10.79MB 1.0s done #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 57.67MB / 57.67MB 4.8s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 33.78MB / 50.07MB 4.9s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 1.83MB / 127.96MB 4.9s #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 0B / 126B 4.9s #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 44.89MB / 50.07MB 5.2s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 9.58MB / 127.96MB 5.2s #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 126B / 126B 5.1s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 50.07MB / 50.07MB 5.3s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 17.27MB / 127.96MB 5.4s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 17.77MB / 57.67MB 5.0s CC criu/plugin.o #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 26.63MB / 127.96MB 5.6s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 22.23MB / 57.67MB 5.1s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 25.22MB / 127.96MB 5.1s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 25.35MB / 57.67MB 5.3s CC criu/proc_parse.o #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 35.08MB / 127.96MB 6.0s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 29.92MB / 57.67MB 5.6s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 33.04MB / 127.96MB 5.6s #19 completed: 2019-08-01 12:25:26.554296223 +0000 UTC #19 duration: 6.153688534s #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 digest: sha256:0d336cb8fd6514a85eb316ec038899fefe3beab432d1448068f1123138d26d2f #5 name: "[base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222" #5 started: 2019-08-01 12:25:20.402506341 +0000 UTC #5 completed: 2019-08-01 12:25:20.402804833 +0000 UTC #5 duration: 298.492µs #5 started: 2019-08-01 12:25:20.424363927 +0000 UTC #5 resolve docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 done #5 sha256:88e108f3f5410e9e184bd61493306ab0be7e494fb5e4c42c33fc18284ef3a222 1.42kB / 1.42kB done #5 sha256:5ed856d584aea9940353b027dc82015ea8b45ff408529084348d7b467bd9aafb 1.80kB / 1.80kB done #5 sha256:f50db16df5daeb5ec7b76a61d6e990d281ef5ffffcab7e3cc229898d1d924c1d 5.47kB / 5.47kB done #5 sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 4.34MB / 4.34MB 1.0s done #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 45.34MB / 45.34MB 6.1s #5 sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 10.79MB / 10.79MB 1.5s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 50.07MB / 50.07MB 6.1s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 57.67MB / 57.67MB 6.1s Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...  ######################################################################## 100.0%  ######             9.6%#5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 43.75MB / 127.96MB 6.1s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 51.42MB / 127.96MB 6.2s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 33.56MB / 57.67MB 5.8s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 37.15MB / 57.67MB 5.9s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 41.06MB / 127.96MB 5.9s #5 sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 45.34MB / 45.34MB 6.2s done #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 50.07MB / 50.07MB 6.2s done #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 57.67MB / 57.67MB 6.2s done #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 0B / 127.96MB 6.3s #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 0B / 126B 6.3s #5 sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f 126B / 126B 6.3s done #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 64.77MB / 127.96MB 6.4s #5 sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 50.07MB / 50.07MB 6.4s done #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 42.30MB / 57.67MB 6.0s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 47.71MB / 127.96MB 6.1s  ############### 21.1% #######################   32.4% ################################## 48.2% ############################################## 64.9%#5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 11.34MB / 127.96MB 6.6s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 74.09MB / 127.96MB 6.8s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 49.00MB / 57.67MB 6.2s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 54.27MB / 57.67MB 6.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 54.92MB / 127.96MB 6.4s  ################################################# 68.8% ############################################################# 85.5% ######################################################################## 100.0% #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 82.48MB / 127.96MB 7.1s #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 57.67MB / 57.67MB 6.6s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 18.03MB / 127.96MB 7.0s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 89.68MB / 127.96MB 7.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 61.69MB / 127.96MB 6.8s  ######################################################################## 100.0%  #########################                                                 35.4% ###################################################### 75.0%#5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 25.27MB / 127.96MB 7.4s #4 ... #4 [internal] helper image for file operations #4 digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193 #4 name: "[internal] helper image for file operations" #4 started: 2019-08-01 12:25:20.832839408 +0000 UTC #4 started: 2019-08-01 12:25:21.939203417 +0000 UTC #4 completed: 2019-08-01 12:25:27.910661796 +0000 UTC #4 duration: 5.971458379s #4 resolve docker.io/docker/dockerfile-copy:v0.1.9@sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 1.1s done #4 sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 2.03kB / 2.03kB done #4 sha256:a546a4352bcaa6512f885d24fef3d9819e70551b98535ed1995e4b567ac6d05b 736B / 736B done #4 sha256:494e63343c3f0d392e7af8d718979262baec9496a23e97ad110d62b9c90d6182 766B / 766B done #4 sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 898.21kB / 898.21kB 4.2s done #4 extracting sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 0.7s done #4 sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 861.00kB / 861.00kB 4.4s done #4 extracting sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 0.6s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 57.67MB / 57.67MB 7.0s done #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 69.49MB / 127.96MB 7.2s  ######################################################################## 100.0%  ######################################################################## 100.0% #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 41.62MB / 127.96MB 7.7s CC criu/protobuf-desc.o #4 ... #4 [internal] helper image for file operations #4 digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193 #4 name: "[internal] helper image for file operations" #4 started: 2019-08-01 12:25:20.379279297 +0000 UTC #4 completed: 2019-08-01 12:25:24.80119007 +0000 UTC #4 duration: 4.421910773s #4 started: 2019-08-01 12:25:24.80341474 +0000 UTC #4 completed: 2019-08-01 12:25:28.079427359 +0000 UTC #4 duration: 3.276012619s #4 resolve docker.io/docker/dockerfile-copy:v0.1.9@sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 4.4s done #4 sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 2.03kB / 2.03kB done #4 sha256:a546a4352bcaa6512f885d24fef3d9819e70551b98535ed1995e4b567ac6d05b 736B / 736B done #4 sha256:494e63343c3f0d392e7af8d718979262baec9496a23e97ad110d62b9c90d6182 766B / 766B done #4 sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 898.21kB / 898.21kB 2.3s done #4 sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 861.00kB / 861.00kB 2.3s done #4 extracting sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 0.4s done #4 extracting sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 0.4s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 101.90MB / 127.96MB 7.8s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 50.35MB / 127.96MB 7.9s #4 ... #4 [internal] helper image for file operations #4 digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193 #4 name: "[internal] helper image for file operations" #4 started: 2019-08-01 12:25:20.397840368 +0000 UTC #4 completed: 2019-08-01 12:25:21.99241618 +0000 UTC #4 duration: 1.594575812s #4 started: 2019-08-01 12:25:21.993058982 +0000 UTC #4 completed: 2019-08-01 12:25:21.993177508 +0000 UTC #4 duration: 118.526µs #4 started: 2019-08-01 12:25:21.994974315 +0000 UTC #4 completed: 2019-08-01 12:25:28.453032197 +0000 UTC #4 duration: 6.458057882s #4 resolve docker.io/docker/dockerfile-copy:v0.1.9@sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 1.6s done #4 sha256:e8f159d3f00786604b93c675ee2783f8dc194bb565e61ca5788f6a6e9d304061 2.03kB / 2.03kB done #4 sha256:a546a4352bcaa6512f885d24fef3d9819e70551b98535ed1995e4b567ac6d05b 736B / 736B done #4 sha256:494e63343c3f0d392e7af8d718979262baec9496a23e97ad110d62b9c90d6182 766B / 766B done #4 sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 898.21kB / 898.21kB 5.3s done #4 sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 861.00kB / 861.00kB 5.4s done #4 extracting sha256:df3b4bed1f63b36992540a09e0d10bd3f9d0b082d50810313841d745d7cce368 0.6s done #4 extracting sha256:f7b6696c3fee7264ec4486cebe146a6a98aa8d1e46747843107ff473aada8d56 0.3s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 started: 2019-08-01 12:25:21.994121353 +0000 UTC #61 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done #61 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done #61 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 5.3s done #61 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.2s CC criu/protobuf.o #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 110.35MB / 127.96MB 8.1s  ########  11.5% #####################  29.4% ################################### 49.7% ################################################## 70.0%#5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 78.27MB / 127.96MB 7.5s #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 started: 2019-08-01 12:25:21.938738887 +0000 UTC #61 completed: 2019-08-01 12:25:28.557569642 +0000 UTC #61 duration: 6.618830755s #61 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done #61 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done #61 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.9s done #61 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.5s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 85.30MB / 127.96MB 7.8s #5 ... #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 56.95MB / 127.96MB 8.1s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 118.86MB / 127.96MB 8.3s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 93.97MB / 127.96MB 8.0s CC criu/pstree.o  ############################################################# 85.3% ######################################################################## 100.0%  ######################################################################## 100.0% #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 64.34MB / 127.96MB 8.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 73.22MB / 127.96MB 8.6s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 125.44MB / 127.96MB 8.5s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 102.84MB / 127.96MB 8.2s #61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 completed: 2019-08-01 12:25:29.298515562 +0000 UTC #61 duration: 7.304394209s #61 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.9s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 109.99MB / 127.96MB 8.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 116.81MB / 127.96MB 8.6s  ###  5.0% ######### 12.5% ############# 19.2%#61 ... #61 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... #61 started: 2019-08-01 12:25:24.802999407 +0000 UTC #61 completed: 2019-08-01 12:25:29.229436094 +0000 UTC #61 duration: 4.426436687s #61 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done #61 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done #61 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.0s done #61 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.0s done #5 [base 1/2] FROM docker.io/library/golang:1.12.7-stretch@sha256:88e108f3f... #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 127.96MB / 127.96MB 8.8s done CC criu/rbtree.o #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 86.71MB / 127.96MB 9.0s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 125.18MB / 127.96MB 8.8s  ###################  26.7% ########################  34.3% ##############################  41.8% CC criu/rst-malloc.o #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 95.49MB / 127.96MB 9.2s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 103.35MB / 127.96MB 9.4s #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 110.05MB / 127.96MB 9.6s CC criu/seccomp.o  ###################################  49.4% #########################################  57.0% ##############################################  64.5% ################################################### 72.1%#5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 127.96MB / 127.96MB 9.2s done #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 119.28MB / 127.96MB 9.8s CC criu/seize.o  ######################################################### 79.7% ##############################################################  87.2% ####################################################################  94.8% ######################################################################## 100.0% #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 127.96MB / 127.96MB 10.0s #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 5.1s #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 5.1s CC criu/shmem.o #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 5.3s done #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... CC criu/sigframe.o #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 6.1s done  ######################################################################## 100.0%  CC criu/signalfd.o CC criu/sk-inet.o #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 0.7s done #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e #5 sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 127.96MB / 127.96MB 11.3s done #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 5.0s #5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 #5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 0.2s done #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 CC criu/sk-netlink.o #5 extracting sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 5.5s done CC criu/sk-packet.o #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 0.7s done #5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385  0.3%#5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 0.3s done #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 CC criu/sk-queue.o  ######################################################################## 100.0%  #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e CC criu/sk-tcp.o Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... CC criu/sk-unix.o #5 extracting sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e 0.8s done  ######################################################################## 100.0%  ######################################################################## 100.0%  #5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 #5 extracting sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 0.3s done #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... skipping existing b63cc5f62c21 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... CC criu/sockets.o  ######################################################################## 100.0%  ######################################################################## 100.0%  Download of images into '/build' complete. Use something like the following to load the result into a Docker daemon: tar -cC '/build' . | docker load CC criu/stats.o CC criu/string.o CC criu/sysctl.o #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 4.1s done #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 CC criu/sysfs_parse.o CC criu/timerfd.o Removing intermediate container 327db3b2b78b ---> c82a8eb70ab5 Step 20/110 : FROM base AS cross-false ---> 86aa8ed2793f Step 21/110 : FROM base AS cross-true ---> 86aa8ed2793f Step 22/110 : RUN dpkg --add-architecture armhf CC criu/tty.o #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 3.7s done #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 ---> Running in 148cce23d144 Removing intermediate container 148cce23d144 ---> 9511fa05261f Step 23/110 : RUN dpkg --add-architecture arm64 ---> Running in cc75ba186762 CC criu/tun.o #5 extracting sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 3.6s done #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 CC criu/uffd.o Removing intermediate container cc75ba186762 ---> b0e65fb7c9be Step 24/110 : RUN dpkg --add-architecture armel ---> Running in 21f7213a0245 #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 3.2s done #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a CC criu/util.o #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 3.3s done #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a Removing intermediate container 21f7213a0245 ---> 4d902e6e8a9f Step 25/110 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel; fi ---> Running in ba42076e3685 CC criu/uts_ns.o CC criu/vdso.o LINK criu/built-in.o Removing intermediate container ba42076e3685 ---> 60ba5c5f1205 Step 26/110 : FROM cross-${CROSS} as dev-base ---> 86aa8ed2793f Step 27/110 : FROM dev-base AS runtime-dev-cross-false ---> 86aa8ed2793f Step 28/110 : RUN apt-get update && apt-get install -y libapparmor-dev libseccomp-dev LINK criu/criu #5 extracting sha256:0131e4edf1f358bec1dcc2a2b22a061205236e9c2d079bd7aa6a2bbeb24dddc5 3.1s done #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a DEP lib/c/criu.d CC images/rpc.pb-c.o ---> Running in fe229324eadd CC lib/c/criu.o Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [483 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] LINK lib/c/built-in.o LINK lib/c/libcriu.so GEN magic.py fatal: Not a git repository (or any of the parent directories): .git Fetched 7668 kB in 1s (4974 kB/s) Reading package lists...make[1]: Nothing to be done for 'all'. make[1]: 'images/built-in.o' is up to date. make[1]: 'compel/plugins/std.lib.a' is up to date. make[1]: 'compel/plugins/fds.lib.a' is up to date. make[1]: 'compel/libcompel.a' is up to date. make[1]: 'compel/compel-host-bin' is up to date. make[1]: Nothing to be done for 'all'. make[1]: 'soccr/libsoccr.a' is up to date. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. INSTALL criu/criu Reading package lists...#5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 5.1s Building dependency tree... Reading state information... The following additional packages will be installed: libapparmor1 libseccomp2 Suggested packages: seccomp The following NEW packages will be installed: libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. Need to get 301 kB of archives. After this operation, 1402 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 301 kB in 0s (3422 kB/s) Selecting previously unselected package libseccomp2:s390x. (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 ... 14827 files and directories currently installed.) Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libseccomp-dev:s390x. Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 5.0s Selecting previously unselected package libapparmor1:s390x. Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... Selecting previously unselected package libapparmor-dev:s390x. Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Removing intermediate container fe229324eadd ---> 382cffb2a75f Step 29/110 : FROM cross-true AS runtime-dev-cross-true ---> 60ba5c5f1205 Step 30/110 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev; fi Removing intermediate container 60e1ca920d3b ---> cd77228a227c Step 9/110 : FROM base AS registry ---> 2a28285bdb9f Step 10/110 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd ---> Running in c61683e4facb ---> Running in 461d67e60e93 Removing intermediate container c61683e4facb ---> f780bf6dd2f4 Step 11/110 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 ---> Running in e90c35729c8d Removing intermediate container e90c35729c8d ---> 1d608b0bb14f Step 12/110 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" ---> Running in aca10a4a725b #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 5.0s + mktemp -d + export GOPATH=/tmp/tmp.tRHKBB7dHU + git clone https://github.com/docker/distribution.git /tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution Cloning into '/tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution'... Removing intermediate container 461d67e60e93 ---> 0be9a68ff4ff Step 31/110 : FROM runtime-dev-cross-${CROSS} AS runtime-dev ---> 382cffb2a75f Step 32/110 : FROM base AS tomlv ---> 86aa8ed2793f Step 33/110 : ENV INSTALL_BINARY_NAME=tomlv ---> Running in 1ef793099500 #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 7.3s done #5 extracting sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f done #5 completed: 2019-08-01 12:25:47.845239463 +0000 UTC #5 duration: 27.44408356s #6 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... #6 digest: sha256:be8ce7ec4932a2f2fce6f029e221c6c9faaa008d8e3cde0499b15c5e69727f6f #6 name: "[base 2/2] RUN sed -ri \"s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list && sed -ri \"s/(security).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list" #6 started: 2019-08-01 12:25:47.846987076 +0000 UTC Removing intermediate container 1ef793099500 ---> 17a00e1e8bdd Step 34/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 1998d337e1e6 Step 35/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 7.4s done #5 extracting sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f done ---> 9d2aeea537de Step 36/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 63130ed92d8f #5 extracting sha256:8013cb24ecbc9983f829d596566699f086ec54b48b51ef2591262bbb20a92b7a 7.2s done #5 extracting sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f #5 completed: 2019-08-01 12:25:49.22416838 +0000 UTC #5 duration: 28.37852226s #6 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... #6 digest: sha256:be8ce7ec4932a2f2fce6f029e221c6c9faaa008d8e3cde0499b15c5e69727f6f #6 name: "[base 2/2] RUN sed -ri \"s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list && sed -ri \"s/(security).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list" #6 started: 2019-08-01 12:25:49.245984069 +0000 UTC + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 + export GOPATH=/tmp/tmp.sdLiias6bx + GOPATH=/tmp/tmp.sdLiias6bx + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=tomlv + shift + '[' '!' -f ./tomlv.installer ']' + . ./tomlv.installer ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 + install_tomlv + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.sdLiias6bx/src/github.com/BurntSushi/toml Cloning into '/tmp/tmp.sdLiias6bx/src/github.com/BurntSushi/toml'... #5 extracting sha256:f4fcc76edb41c797057807154c045ae80b119ad3e570175d30a88ee12dfe676f done #5 completed: 2019-08-01 12:25:49.452161937 +0000 UTC #5 duration: 29.02779801s #6 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... #6 digest: sha256:be8ce7ec4932a2f2fce6f029e221c6c9faaa008d8e3cde0499b15c5e69727f6f #6 name: "[base 2/2] RUN sed -ri \"s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list && sed -ri \"s/(security).debian.org/cdn-fastly.deb.debian.org/g\" /etc/apt/sources.list" #6 started: 2019-08-01 12:25:49.454044629 +0000 UTC + cd /tmp/tmp.sdLiias6bx/src/github.com/BurntSushi/toml + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv math/bits errors internal/cpu math internal/bytealg runtime/internal/atomic runtime/internal/sys runtime/internal/math runtime unicode/utf8 strconv internal/race sync/atomic unicode + cd /tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 internal/testlog encoding runtime/cgo #6 completed: 2019-08-01 12:25:50.498812282 +0000 UTC #6 duration: 1.252828213s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 digest: sha256:6b9648211c57454312b6ebb0758a31c3684a468371e41f0a2a8a6d0d09d608d8 #55 name: "[criu 1/1] RUN apt-get update && apt-get install -y \tlibnet-dev \tlibprotobuf-c0-dev \tlibprotobuf-dev \tlibnl-3-dev \tlibcap-dev \tprotobuf-compiler \tprotobuf-c-compiler \tpython-protobuf \t&& mkdir -p /usr/src/criu \t&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.11.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \t&& cd /usr/src/criu \t&& make \t&& make PREFIX=/build/ install-criu" #55 started: 2019-08-01 12:25:50.50141467 +0000 UTC + GOPATH=/tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.tRHKBB7dHU go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry #23 ... #23 [gometalinter 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #23 digest: sha256:98997917262d92b1eb63fa5ee53fe9c4f48590b81c94b2aca6b594bd85bd3727 #23 name: "[gometalinter 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #23 started: 2019-08-01 12:25:50.500852241 +0000 UTC #23 completed: 2019-08-01 12:25:51.202184338 +0000 UTC #23 duration: 701.332097ms #57 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #57 digest: sha256:ea99b4aad9d46c55f779b484a3c8b8266849d3aaafe9fe17035bcfb69831cff8 #57 name: "[rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./" #57 started: 2019-08-01 12:25:51.205975426 +0000 UTC sync io reflect syscall time sort #24 ... #24 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... #24 digest: sha256:fac231cf4bdf730184efbd600dbc1217a2a6f4727fece03e86d5d80dd31a1504 #24 name: "[gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ./" #24 started: 2019-08-01 12:25:51.205940113 +0000 UTC #24 completed: 2019-08-01 12:25:52.609888183 +0000 UTC #24 duration: 1.40394807s #57 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #57 completed: 2019-08-01 12:25:52.667932184 +0000 UTC #57 duration: 1.461956758s #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 digest: sha256:8d9ed1870d4f6a3e20ce357b22def9fdf0767971932632de949fed65bcefb303 #58 name: "[rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit" #58 started: 2019-08-01 12:25:52.743047963 +0000 UTC #47 ... #47 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ #47 digest: sha256:32382e2c5d20fcf6221f3d48df55338266035c92d8d268f6680c2a1e2a0b5e5d #47 name: "[proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./" #47 started: 2019-08-01 12:25:51.205622596 +0000 UTC #47 completed: 2019-08-01 12:25:52.94305364 +0000 UTC #47 duration: 1.737431044s #50 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #50 digest: sha256:d404fcd3629679929ee25d6b2b124c0a6147a3fe8282db8bcdc4f2b0c5a95aa8 #50 name: "[dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./" #50 started: 2019-08-01 12:25:51.205788898 +0000 UTC #50 completed: 2019-08-01 12:25:52.791171743 +0000 UTC #50 duration: 1.585382845s #27 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #27 digest: sha256:cfdfc1f71a9f88c9316d83c6836c80b58e8b4358835c7e09fe4149bcf233e55e #27 name: "[tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./" #27 started: 2019-08-01 12:25:51.20589922 +0000 UTC #27 completed: 2019-08-01 12:25:53.02741958 +0000 UTC #27 duration: 1.82152036s #30 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #30 digest: sha256:4310d68bdfd696cd3fabf5fa7a50e2393771c0f6d4dc307dabb095061ec5d88e #30 name: "[vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./" #30 started: 2019-08-01 12:25:51.205855354 +0000 UTC #30 completed: 2019-08-01 12:25:53.032821392 +0000 UTC #30 duration: 1.826966038s #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 digest: sha256:b2f53dbb88921289b9c1f032cc152d087309c993df1a9dd1ecfc298ebb5e87a8 #31 name: "[vndr 3/3] RUN PREFIX=/build ./install.sh vndr" #31 started: 2019-08-01 12:25:53.035104568 +0000 UTC #6 completed: 2019-08-01 12:25:53.128418535 +0000 UTC #6 duration: 5.281431459s #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 digest: sha256:9bd129437f09c75a84ab177ef2e7d35221863fe9ca9b5da9e33809ef39d5d932 #16 name: "[swagger 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/go-swagger/go-swagger.git \"/go/src/github.com/go-swagger/go-swagger\" \t&& (cd \"/go/src/github.com/go-swagger/go-swagger\" && git checkout -q \"c28258affb0b6251755d92489ef685af8d4ff3eb\") \t&& go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger \t&& rm -rf \"/go\"" #16 started: 2019-08-01 12:25:53.132955534 +0000 UTC internal/poll internal/fmtsort internal/syscall/unix strings os bytes fmt bufio path/filepath #23 ... #23 [gometalinter 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #23 digest: sha256:c7b557bcb0a90c8d6e1e610ea2143630f1a789528f03677f6b4ea618545c6027 #23 name: "[gometalinter 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #23 started: 2019-08-01 12:25:53.13203873 +0000 UTC #23 completed: 2019-08-01 12:25:53.708037788 +0000 UTC #23 duration: 575.999058ms #27 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #27 digest: sha256:1c8df9fa8b9bcb6480e0387de68680822f7d558bb37be90451fc561e79c92540 #27 name: "[tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./" #27 started: 2019-08-01 12:25:53.7130224 +0000 UTC io/ioutil path flag github.com/BurntSushi/toml log text/tabwriter github.com/BurntSushi/toml/cmd/tomlv #47 ... #47 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ #47 digest: sha256:d9750f0d017687b29fd085f09718dc925eb153e57c4e98aca15435fa9093edf3 #47 name: "[proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./" #47 started: 2019-08-01 12:25:53.712924258 +0000 UTC #47 completed: 2019-08-01 12:25:54.644687439 +0000 UTC #47 duration: 931.763181ms #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 digest: sha256:8cbebb55e3c5f06018e83865f0059a392e358c1a5efe4b2e0e5cfbbb69496c19 #48 name: "[proxy 3/3] RUN PREFIX=/build ./install.sh proxy" #48 started: 2019-08-01 12:25:54.648854784 +0000 UTC #30 ... #30 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #30 digest: sha256:e3caf33b66e6c7c38a35a401c6a5ca6eb55a5ec619a8418e9bc26bd9d45bfda4 #30 name: "[vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./" #30 started: 2019-08-01 12:25:53.712986318 +0000 UTC #30 completed: 2019-08-01 12:25:54.960580252 +0000 UTC #30 duration: 1.247593934s #27 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #27 completed: 2019-08-01 12:25:55.010665933 +0000 UTC #27 duration: 1.297643533s #57 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #57 digest: sha256:c331c3c4594962b6f79aa21fb49e3353f60d43ef201fbbcb4bfc9d423e2579ef #57 name: "[rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./" #57 started: 2019-08-01 12:25:53.71298147 +0000 UTC #57 completed: 2019-08-01 12:25:55.084425867 +0000 UTC #57 duration: 1.371444397s #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 digest: sha256:5d2afb247157d4a45273c1ab98313219743cfdc63620460f01174495083dd519 #58 name: "[rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit" #58 started: 2019-08-01 12:25:55.102777284 +0000 UTC #24 ... #24 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... #24 digest: sha256:7bcb741828eff5ec786778a03d0e2a56e9bb33d935ef4c1e2a9720cd88eff827 #24 name: "[gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ./" #24 started: 2019-08-01 12:25:53.712937823 +0000 UTC #24 completed: 2019-08-01 12:25:55.186309482 +0000 UTC #24 duration: 1.473371659s #50 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #50 digest: sha256:bbce337537d5c186f441e8954165ecbe51ac711991855327f7571f0c2902451a #50 name: "[dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./" #50 started: 2019-08-01 12:25:53.713022133 +0000 UTC #50 completed: 2019-08-01 12:25:55.176033396 +0000 UTC #50 duration: 1.463011263s #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 digest: sha256:b2bd78848e485521926ce08d1d60975413abe0381a1e2bad50f4c904506d1fc4 #25 name: "[gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter" #25 started: 2019-08-01 12:25:55.189086289 +0000 UTC Removing intermediate container 63130ed92d8f ---> c8383e7a528c Step 37/110 : FROM base AS vndr ---> 86aa8ed2793f Step 38/110 : ENV INSTALL_BINARY_NAME=vndr ---> Running in 7037b7df4d70 Removing intermediate container 7037b7df4d70 ---> b80cfb537a8f Step 39/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 81fa8f9f4a76 Step 40/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> db9fe0d1443e Step 41/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in a34a0dbf2a8f Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.Du0dGd7XnP + GOPATH=/tmp/tmp.Du0dGd7XnP + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=vndr + shift + '[' '!' -f ./vndr.installer ']' + . ./vndr.installer ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 + install_vndr + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Du0dGd7XnP/src/github.com/LK4D4/vndr Cloning into '/tmp/tmp.Du0dGd7XnP/src/github.com/LK4D4/vndr'... + cd /tmp/tmp.Du0dGd7XnP/src/github.com/LK4D4/vndr + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 + go build -buildmode=pie -v -o /build/vndr . errors internal/cpu #6 completed: 2019-08-01 12:25:56.587091472 +0000 UTC #6 duration: 7.133046843s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 digest: sha256:6b9648211c57454312b6ebb0758a31c3684a468371e41f0a2a8a6d0d09d608d8 #55 name: "[criu 1/1] RUN apt-get update && apt-get install -y \tlibnet-dev \tlibprotobuf-c0-dev \tlibprotobuf-dev \tlibnl-3-dev \tlibcap-dev \tprotobuf-compiler \tprotobuf-c-compiler \tpython-protobuf \t&& mkdir -p /usr/src/criu \t&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.11.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \t&& cd /usr/src/criu \t&& make \t&& make PREFIX=/build/ install-criu" #55 started: 2019-08-01 12:25:56.589652705 +0000 UTC #23 ... #23 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #23 digest: sha256:52f1d364a00191e4872d317c5edcc96486472557d6cf4093ef88492dbfd64c37 #23 name: "[dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #23 started: 2019-08-01 12:25:56.589205302 +0000 UTC #23 completed: 2019-08-01 12:25:57.096739111 +0000 UTC #23 duration: 507.533809ms #30 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #30 digest: sha256:536151153d82a8e06eb9d2e39202535c2efbcc65aeff86c1505df8f917bbfa2a #30 name: "[vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./" #30 started: 2019-08-01 12:25:57.100464982 +0000 UTC internal/race runtime/internal/atomic internal/bytealg runtime/internal/sys runtime/internal/math sync/atomic runtime unicode unicode/utf8 math/bits math strconv #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 7.597 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #55 7.598 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #55 7.627 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #55 7.628 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #55 7.693 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] internal/testlog encoding unicode/utf16 container/list crypto/internal/subtle crypto/subtle crypto/rc4 internal/x/crypto/cryptobyte/asn1 internal/nettrace internal/x/net/dns/dnsmessage #57 ... #57 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #57 digest: sha256:cd5484555a5a4a6a828af74b59a427b7c7b499ab7b1c6dffbeff10c435744071 #57 name: "[rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./" #57 started: 2019-08-01 12:25:57.100343397 +0000 UTC #57 completed: 2019-08-01 12:25:58.708443966 +0000 UTC #57 duration: 1.608100569s #27 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #27 digest: sha256:7cbcd00f623eda3dea2adbc42c93f817a986309c708a404d36f31fb4558503fb #27 name: "[tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./" #27 started: 2019-08-01 12:25:57.100287087 +0000 UTC #27 completed: 2019-08-01 12:25:58.743251014 +0000 UTC #27 duration: 1.642963927s #50 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #50 digest: sha256:a895d37406e25b0771eeb7b56dbbb045141e104027d4b1c27f4a4a90180189c2 #50 name: "[dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./" #50 started: 2019-08-01 12:25:57.100385177 +0000 UTC #50 completed: 2019-08-01 12:25:58.755690294 +0000 UTC #50 duration: 1.655305117s #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 digest: sha256:687ebfb32fc0bb118bf3289101b750972a7707daeab6cfad723a6899104114f8 #51 name: "[dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli" #51 started: 2019-08-01 12:25:58.803285341 +0000 UTC #55 8.403 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] runtime/cgo #24 ... #24 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... #24 digest: sha256:d2c68ce8bc5608c9cf6377ac92835b83e7e2d9edbcd64446f9776c6f5d2e5163 #24 name: "[gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ./" #24 started: 2019-08-01 12:25:57.100095195 +0000 UTC #24 completed: 2019-08-01 12:25:59.104768872 +0000 UTC #24 duration: 2.004673677s #30 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #30 completed: 2019-08-01 12:25:59.089799795 +0000 UTC #30 duration: 1.989334813s #47 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ #47 digest: sha256:f0e4300ca19721618d2094f80fea10a05a8e9349c4ac2e35465bb5d133c08e62 #47 name: "[proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./" #47 started: 2019-08-01 12:25:57.100428044 +0000 UTC #47 completed: 2019-08-01 12:25:59.189521663 +0000 UTC #47 duration: 2.089093619s #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 digest: sha256:ef2a926a2b18277bceb78dae1691a06851b2ff43dedc6decf95e8e34ea3764ab #25 name: "[gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter" #25 started: 2019-08-01 12:25:59.109998355 +0000 UTC #25 3.623 + RM_GOPATH=0 #25 3.623 + TMP_GOPATH= #25 3.623 + : /build #25 3.623 + '[' -z '' ']' #25 3.623 ++ mktemp -d #25 3.625 + export GOPATH=/tmp/tmp.FPXdmB7ano #25 3.625 + GOPATH=/tmp/tmp.FPXdmB7ano #25 3.625 + RM_GOPATH=1 #25 3.625 ++ dirname ./install.sh #25 3.625 + dir=. #25 3.625 + bin=gometalinter #25 3.625 + shift #25 3.625 + '[' '!' -f ./gometalinter.installer ']' #25 3.625 + . ./gometalinter.installer #25 3.625 ++ GOMETALINTER_COMMIT=v2.0.6 #25 3.625 + install_gometalinter #25 3.625 + echo 'Installing gometalinter version v2.0.6' #25 3.625 + go get -d github.com/alecthomas/gometalinter #25 3.632 Installing gometalinter version v2.0.6 sync io reflect bytes bufio syscall #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 4.343 + RM_GOPATH=0 #58 4.343 + TMP_GOPATH= #58 4.343 + : /build/ #58 4.343 + '[' -z '' ']' #58 4.343 ++ mktemp -d #58 4.347 + export GOPATH=/tmp/tmp.KgrHduqcwA #58 4.347 + GOPATH=/tmp/tmp.KgrHduqcwA #58 4.347 + RM_GOPATH=1 #58 4.350 ++ dirname ./install.sh #58 4.361 + dir=. #58 4.388 + bin=rootlesskit #58 4.393 + shift #58 4.399 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f #58 4.400 + '[' '!' -f ./rootlesskit.installer ']' #58 4.400 + . ./rootlesskit.installer #58 4.400 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f #58 4.400 + install_rootlesskit #58 4.400 + case "$1" in #58 4.400 + export CGO_ENABLED=0 #58 4.400 + CGO_ENABLED=0 #58 4.400 + _install_rootlesskit #58 4.400 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' #58 4.400 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.KgrHduqcwA/src/github.com/rootless-containers/rootlesskit #58 4.410 Cloning into '/tmp/tmp.KgrHduqcwA/src/github.com/rootless-containers/rootlesskit'... #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 digest: sha256:9bd129437f09c75a84ab177ef2e7d35221863fe9ca9b5da9e33809ef39d5d932 #16 name: "[swagger 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/go-swagger/go-swagger.git \"/go/src/github.com/go-swagger/go-swagger\" \t&& (cd \"/go/src/github.com/go-swagger/go-swagger\" && git checkout -q \"c28258affb0b6251755d92489ef685af8d4ff3eb\") \t&& go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger \t&& rm -rf \"/go\"" #16 started: 2019-08-01 12:25:50.501265413 +0000 UTC #16 6.071 + mktemp -d #16 6.071 + export GOPATH=/tmp/tmp.tN2ZGLdagx #16 6.071 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.tN2ZGLdagx/src/github.com/go-swagger/go-swagger #16 6.074 Cloning into '/tmp/tmp.tN2ZGLdagx/src/github.com/go-swagger/go-swagger'... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 digest: sha256:68e88ea60a999ed17b098ae34e3904f69e3ee37ca72b2ae114384904db0fb8cf #7 name: "[runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y \tlibapparmor-dev \tlibseccomp-dev" #7 started: 2019-08-01 12:25:50.501178717 +0000 UTC #7 6.615 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #7 6.639 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #7 6.668 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #7 6.694 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #7 6.694 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #7 7.054 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #7 8.024 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #7 8.962 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 digest: sha256:a64167898b516726ea50c865f77d5a2f9e34bb4d56e5f68dbe0c87ff1964023e #53 name: "[registry 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/docker/distribution.git \"/go/src/github.com/docker/distribution\" \t&& (cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"47a064d4195a9b56133891bbb13620c3ac83a827\") \t&& GOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\" \t\tgo build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry \t&& case $(dpkg --print-architecture) in \t\tamd64|ppc64*|s390x) \t\t(cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"ec87e9b6971d831f0eff752ddb54fb64693e51cd\"); \t\tGOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\"; \t\t\tgo build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; \t\t;; \t esac \t&& rm -rf \"/go\"" #53 started: 2019-08-01 12:25:50.500575781 +0000 UTC #53 5.275 + mktemp -d #53 5.284 + export GOPATH=/tmp/tmp.1xb8akjEj7 #53 5.284 + git clone https://github.com/docker/distribution.git /tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution #53 5.284 Cloning into '/tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution'... #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 digest: sha256:24c1a79e77074713cc856024fa28a6c928c3c9d2b276b435ee4265154f7ae94d #18 name: "[frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certificates --no-install-recommends" #18 started: 2019-08-01 12:25:50.50130159 +0000 UTC #18 7.441 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #18 7.447 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #18 7.483 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #18 7.498 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #18 7.549 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #18 8.341 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #18 10.12 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 digest: sha256:87620e47cfde78accae02b8098ea8f857c61af61b68784f92c070a6423ea78d4 #33 name: "[tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common" #33 started: 2019-08-01 12:25:50.501240634 +0000 UTC #33 7.726 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #33 7.728 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #33 7.766 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #33 7.769 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #33 7.806 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #33 8.700 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 digest: sha256:8b17a8a8d0f795757e80fb705c0f5037a75a78811fb5a3f4c38bd3f500b92552 #42 name: "[containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools" #42 started: 2019-08-01 12:25:50.501347116 +0000 UTC #42 7.219 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #42 7.219 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #42 7.254 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #42 7.274 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #42 7.300 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #42 7.910 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #42 9.724 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] time sort internal/fmtsort internal/syscall/unix strings internal/poll #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 5.138 + RM_GOPATH=0 #31 5.138 + TMP_GOPATH= #31 5.139 + : /build #31 5.139 + '[' -z '' ']' #31 5.140 ++ mktemp -d #31 5.149 + export GOPATH=/tmp/tmp.yOTuoa8d0q #31 5.149 + GOPATH=/tmp/tmp.yOTuoa8d0q #31 5.149 + RM_GOPATH=1 #31 5.150 ++ dirname ./install.sh #31 5.152 + dir=. #31 5.152 + bin=vndr #31 5.152 + shift #31 5.152 + '[' '!' -f ./vndr.installer ']' #31 5.153 + . ./vndr.installer #31 5.153 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 5.153 + install_vndr #31 5.153 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' #31 5.157 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 5.159 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yOTuoa8d0q/src/github.com/LK4D4/vndr #31 5.166 Cloning into '/tmp/tmp.yOTuoa8d0q/src/github.com/LK4D4/vndr'... #31 6.212 + cd /tmp/tmp.yOTuoa8d0q/src/github.com/LK4D4/vndr #31 6.213 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 6.229 + go build -buildmode=pie -v -o /build/vndr . #31 8.087 errors #31 8.213 internal/cpu #31 8.213 internal/race path os regexp/syntax fmt #31 8.446 runtime/internal/atomic path/filepath regexp flag go/token #31 9.211 internal/bytealg #31 9.274 runtime/internal/sys go/scanner go/ast io/ioutil net/url text/template/parse #31 9.622 runtime/internal/math #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 digest: sha256:be4c4cbc0aa57fc9c47be9bc2d2a0c4f6354499ca8b3d3e15a42811ad6ca643e #25 name: "[gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter" #25 started: 2019-08-01 12:25:52.61469009 +0000 UTC #25 5.448 + RM_GOPATH=0 #25 5.448 + TMP_GOPATH= #25 5.448 + : /build #25 5.448 + '[' -z '' ']' #25 5.448 ++ mktemp -d #25 5.448 + export GOPATH=/tmp/tmp.ROyv3woAS5 #25 5.448 + GOPATH=/tmp/tmp.ROyv3woAS5 #25 5.448 + RM_GOPATH=1 #25 5.448 ++ dirname ./install.sh #25 5.449 + dir=. #25 5.457 Installing gometalinter version v2.0.6 #25 5.457 + bin=gometalinter #25 5.457 + shift #25 5.457 + '[' '!' -f ./gometalinter.installer ']' #25 5.457 + . ./gometalinter.installer #25 5.457 ++ GOMETALINTER_COMMIT=v2.0.6 #25 5.457 + install_gometalinter #25 5.457 + echo 'Installing gometalinter version v2.0.6' #25 5.457 + go get -d github.com/alecthomas/gometalinter #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 digest: sha256:4117d0077141c85217a672b1b88a703e7795816595f4bdcf289cc9d7610f594b #48 name: "[proxy 3/3] RUN PREFIX=/build ./install.sh proxy" #48 started: 2019-08-01 12:25:52.949677856 +0000 UTC #48 5.106 + RM_GOPATH=0 #48 5.113 + TMP_GOPATH= #48 5.113 + : /build #48 5.114 + '[' -z '' ']' #48 5.122 ++ mktemp -d #48 5.130 + export GOPATH=/tmp/tmp.CUhzenKPRL #48 5.130 + GOPATH=/tmp/tmp.CUhzenKPRL #48 5.130 + RM_GOPATH=1 #48 5.130 ++ dirname ./install.sh #48 5.132 + dir=. #48 5.132 + bin=proxy #48 5.132 + shift #48 5.133 + '[' '!' -f ./proxy.installer ']' #48 5.133 + . ./proxy.installer #48 5.133 ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 5.133 + install_proxy #48 5.134 + case "$1" in #48 5.134 + export CGO_ENABLED=0 #48 5.134 + CGO_ENABLED=0 #48 5.134 + _install_proxy #48 5.135 + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' #48 5.135 Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 5.135 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.CUhzenKPRL/src/github.com/docker/libnetwork #48 5.138 Cloning into '/tmp/tmp.CUhzenKPRL/src/github.com/docker/libnetwork'... go/parser text/template #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 digest: sha256:6efb674f4ff161f3b154eb4071b6927fb5155c530fbb1347467d503c349c3eaa #51 name: "[dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli" #51 started: 2019-08-01 12:25:52.894421793 +0000 UTC #51 5.238 + RM_GOPATH=0 #51 5.238 + TMP_GOPATH= #51 5.238 + : /build #51 5.238 + '[' -z '' ']' #51 5.244 ++ mktemp -d #51 5.253 + export GOPATH=/tmp/tmp.EKVyYrVp3N #51 5.253 + GOPATH=/tmp/tmp.EKVyYrVp3N #51 5.253 + RM_GOPATH=1 #51 5.253 ++ dirname ./install.sh #51 5.272 + dir=. #51 5.273 + bin=dockercli #51 5.273 + shift #51 5.274 + '[' '!' -f ./dockercli.installer ']' #51 5.274 + . ./dockercli.installer #51 5.275 ++ DOCKERCLI_CHANNEL=stable #51 5.279 ++ DOCKERCLI_VERSION=17.06.2-ce #51 5.282 + install_dockercli #51 5.282 + echo 'Install docker/cli version 17.06.2-ce from stable' #51 5.283 Install docker/cli version 17.06.2-ce from stable #51 5.286 ++ uname -m #51 5.301 + arch=x86_64 #51 5.301 + '[' x86_64 '!=' x86_64 ']' #51 5.301 + url=https://download.docker.com/linux/static #51 5.305 + tar -xz docker/docker #51 5.307 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 digest: sha256:2f24d4b8c991364940586af80e32c1243e29448e157d12bae45fc706bacf4696 #28 name: "[tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv" #28 started: 2019-08-01 12:25:53.031599187 +0000 UTC #28 5.126 + RM_GOPATH=0 #28 5.126 + TMP_GOPATH= #28 5.126 + : /build #28 5.126 + '[' -z '' ']' #28 5.128 ++ mktemp -d #28 5.131 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 5.131 + export GOPATH=/tmp/tmp.vXFggUJA0C #28 5.131 + GOPATH=/tmp/tmp.vXFggUJA0C #28 5.131 + RM_GOPATH=1 #28 5.131 ++ dirname ./install.sh #28 5.131 + dir=. #28 5.131 + bin=tomlv #28 5.131 + shift #28 5.131 + '[' '!' -f ./tomlv.installer ']' #28 5.131 + . ./tomlv.installer #28 5.131 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 5.131 + install_tomlv #28 5.131 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' #28 5.131 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.vXFggUJA0C/src/github.com/BurntSushi/toml #28 5.133 Cloning into '/tmp/tmp.vXFggUJA0C/src/github.com/BurntSushi/toml'... #28 6.840 + cd /tmp/tmp.vXFggUJA0C/src/github.com/BurntSushi/toml #28 6.847 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 6.916 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv #28 7.982 internal/cpu #28 7.996 errors #28 8.365 math/bits #28 8.846 internal/bytealg #28 9.215 math #28 9.871 runtime/internal/atomic #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 digest: sha256:8b17a8a8d0f795757e80fb705c0f5037a75a78811fb5a3f4c38bd3f500b92552 #42 name: "[containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools" #42 started: 2019-08-01 12:25:53.13241629 +0000 UTC #42 4.239 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #42 4.245 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #42 4.269 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #42 4.271 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #42 4.288 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #42 4.709 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #42 5.492 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #42 6.999 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #28 10.15 runtime/internal/sys #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 9.883 sync/atomic #31 10.25 runtime #31 10.30 unicode log encoding/binary encoding/base64 #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 digest: sha256:24c1a79e77074713cc856024fa28a6c928c3c9d2b276b435ee4265154f7ae94d #18 name: "[frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certificates --no-install-recommends" #18 started: 2019-08-01 12:25:53.132541363 +0000 UTC #18 5.743 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #18 5.745 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #18 5.791 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #18 5.814 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #18 5.831 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #18 7.081 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #18 9.406 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 digest: sha256:87620e47cfde78accae02b8098ea8f857c61af61b68784f92c070a6423ea78d4 #33 name: "[tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common" #33 started: 2019-08-01 12:25:53.132506097 +0000 UTC #33 5.051 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #33 5.051 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #33 5.117 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #33 5.122 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #33 5.163 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #33 5.633 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #33 7.752 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #33 9.647 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 digest: sha256:a64167898b516726ea50c865f77d5a2f9e34bb4d56e5f68dbe0c87ff1964023e #53 name: "[registry 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/docker/distribution.git \"/go/src/github.com/docker/distribution\" \t&& (cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"47a064d4195a9b56133891bbb13620c3ac83a827\") \t&& GOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\" \t\tgo build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry \t&& case $(dpkg --print-architecture) in \t\tamd64|ppc64*|s390x) \t\t(cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"ec87e9b6971d831f0eff752ddb54fb64693e51cd\"); \t\tGOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\"; \t\t\tgo build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; \t\t;; \t esac \t&& rm -rf \"/go\"" #53 started: 2019-08-01 12:25:53.131543121 +0000 UTC #53 3.037 + mktemp -d #53 3.037 + export GOPATH=/tmp/tmp.M4uVdxq2TW #53 3.037 + git clone https://github.com/docker/distribution.git /tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution #53 3.037 Cloning into '/tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution'... #53 10.22 + cd /tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution #53 10.22 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 digest: sha256:6b9648211c57454312b6ebb0758a31c3684a468371e41f0a2a8a6d0d09d608d8 #55 name: "[criu 1/1] RUN apt-get update && apt-get install -y \tlibnet-dev \tlibprotobuf-c0-dev \tlibprotobuf-dev \tlibnl-3-dev \tlibcap-dev \tprotobuf-compiler \tprotobuf-c-compiler \tpython-protobuf \t&& mkdir -p /usr/src/criu \t&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.11.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \t&& cd /usr/src/criu \t&& make \t&& make PREFIX=/build/ install-criu" #55 started: 2019-08-01 12:25:53.132690505 +0000 UTC #55 5.967 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #55 5.971 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #55 6.031 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #55 6.063 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #55 6.115 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #55 7.962 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #55 10.21 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 digest: sha256:68e88ea60a999ed17b098ae34e3904f69e3ee37ca72b2ae114384904db0fb8cf #7 name: "[runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y \tlibapparmor-dev \tlibseccomp-dev" #7 started: 2019-08-01 12:25:53.132468341 +0000 UTC #7 5.591 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #7 5.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #7 5.635 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #7 5.663 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #7 5.682 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #7 6.982 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #7 9.934 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 10.42 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] encoding/json go/doc encoding/xml github.com/LK4D4/vndr/build github.com/LK4D4/vndr/godl/singleflight compress/flate hash hash/crc32 context compress/gzip crypto/cipher math/rand crypto/aes #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 digest: sha256:8b17a8a8d0f795757e80fb705c0f5037a75a78811fb5a3f4c38bd3f500b92552 #42 name: "[containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools" #42 started: 2019-08-01 12:25:56.589445635 +0000 UTC #42 5.580 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #42 5.582 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #42 5.607 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #42 5.613 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #42 5.655 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #42 6.269 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #42 7.095 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #42 7.677 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] math/big crypto crypto/des crypto/internal/randutil crypto/sha512 crypto/hmac crypto/md5 crypto/sha1 #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 digest: sha256:9abaa2e9586fd9c82318713fa60df83ebd9eb7cf26fd8e26582ea4af99ccc3be #28 name: "[tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv" #28 started: 2019-08-01 12:25:55.045324143 +0000 UTC #28 4.399 + RM_GOPATH=0 #28 4.399 + TMP_GOPATH= #28 4.399 + : /build #28 4.399 + '[' -z '' ']' #28 4.399 ++ mktemp -d #28 4.408 + export GOPATH=/tmp/tmp.Rt4LBossV1 #28 4.408 + GOPATH=/tmp/tmp.Rt4LBossV1 #28 4.408 + RM_GOPATH=1 #28 4.408 ++ dirname ./install.sh #28 4.409 + dir=. #28 4.409 + bin=tomlv #28 4.409 + shift #28 4.409 + '[' '!' -f ./tomlv.installer ']' #28 4.409 + . ./tomlv.installer #28 4.409 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 4.435 + install_tomlv #28 4.435 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' #28 4.435 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Rt4LBossV1/src/github.com/BurntSushi/toml #28 4.437 Cloning into '/tmp/tmp.Rt4LBossV1/src/github.com/BurntSushi/toml'... #28 4.439 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 6.325 + cd /tmp/tmp.Rt4LBossV1/src/github.com/BurntSushi/toml #28 6.325 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 6.376 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv #28 7.320 errors #28 7.369 internal/cpu #28 7.420 math/bits #28 8.111 internal/bytealg #28 8.287 math #28 8.874 runtime/internal/atomic #28 9.431 runtime/internal/sys #28 9.795 runtime/internal/math #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 6.347 + RM_GOPATH=0 #51 6.347 + TMP_GOPATH= #51 6.347 + : /build #51 6.347 + '[' -z '' ']' #51 6.347 ++ mktemp -d #51 6.347 + export GOPATH=/tmp/tmp.rTEMTvQTkY #51 6.347 + GOPATH=/tmp/tmp.rTEMTvQTkY #51 6.347 + RM_GOPATH=1 #51 6.347 ++ dirname ./install.sh #51 6.348 + dir=. #51 6.348 + bin=dockercli #51 6.348 + shift #51 6.348 + '[' '!' -f ./dockercli.installer ']' #51 6.348 + . ./dockercli.installer #51 6.348 ++ DOCKERCLI_CHANNEL=stable #51 6.348 ++ DOCKERCLI_VERSION=17.06.2-ce #51 6.348 + install_dockercli #51 6.348 + echo 'Install docker/cli version 17.06.2-ce from stable' #51 6.349 ++ uname -m #51 6.349 + arch=x86_64 #51 6.349 + '[' x86_64 '!=' x86_64 ']' #51 6.349 + url=https://download.docker.com/linux/static #51 6.352 + tar -xz docker/docker #51 6.352 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #51 6.358 Install docker/cli version 17.06.2-ce from stable #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 digest: sha256:cadfd3ae9b127e35648ec3fdfa40b4ddfaae2cd17f9e37af6104f3af6017366c #31 name: "[vndr 3/3] RUN PREFIX=/build ./install.sh vndr" #31 started: 2019-08-01 12:25:54.964054278 +0000 UTC #31 4.333 + RM_GOPATH=0 #31 4.334 + TMP_GOPATH= #31 4.334 + : /build #31 4.334 + '[' -z '' ']' #31 4.334 ++ mktemp -d #31 4.338 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 4.340 + export GOPATH=/tmp/tmp.aPA1vvyuJn #31 4.340 + GOPATH=/tmp/tmp.aPA1vvyuJn #31 4.340 + RM_GOPATH=1 #31 4.340 ++ dirname ./install.sh #31 4.340 + dir=. #31 4.340 + bin=vndr #31 4.340 + shift #31 4.340 + '[' '!' -f ./vndr.installer ']' #31 4.340 + . ./vndr.installer #31 4.340 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 4.340 + install_vndr #31 4.340 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' #31 4.340 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.aPA1vvyuJn/src/github.com/LK4D4/vndr #31 4.352 Cloning into '/tmp/tmp.aPA1vvyuJn/src/github.com/LK4D4/vndr'... #31 5.648 + cd /tmp/tmp.aPA1vvyuJn/src/github.com/LK4D4/vndr #31 5.648 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 5.650 + go build -buildmode=pie -v -o /build/vndr . #31 7.189 errors #31 7.264 internal/race #31 7.285 internal/cpu #31 7.361 runtime/internal/atomic #31 7.792 runtime/internal/sys #31 8.234 runtime/internal/math #31 8.364 sync/atomic #31 8.417 internal/bytealg #31 8.867 unicode #31 9.580 runtime #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 digest: sha256:1b03a4fddc2fbc85030de1e31b306617b29ce067bbb2bdca72443e0a4dffc6d9 #51 name: "[dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli" #51 started: 2019-08-01 12:25:55.181844332 +0000 UTC #51 4.320 + RM_GOPATH=0 #51 4.320 + TMP_GOPATH= #51 4.320 + : /build #51 4.320 + '[' -z '' ']' #51 4.330 ++ mktemp -d #51 4.331 + export GOPATH=/tmp/tmp.a5h7iwCSmG #51 4.331 + GOPATH=/tmp/tmp.a5h7iwCSmG #51 4.331 + RM_GOPATH=1 #51 4.333 ++ dirname ./install.sh #51 4.333 + dir=. #51 4.333 + bin=dockercli #51 4.333 + shift #51 4.333 + '[' '!' -f ./dockercli.installer ']' #51 4.333 + . ./dockercli.installer #51 4.333 ++ DOCKERCLI_CHANNEL=stable #51 4.333 ++ DOCKERCLI_VERSION=17.06.2-ce #51 4.333 + install_dockercli #51 4.333 + echo 'Install docker/cli version 17.06.2-ce from stable' #51 4.333 Install docker/cli version 17.06.2-ce from stable #51 4.339 ++ uname -m #51 4.341 + arch=x86_64 #51 4.341 + '[' x86_64 '!=' x86_64 ']' #51 4.341 + url=https://download.docker.com/linux/static #51 4.341 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #51 4.341 + tar -xz docker/docker #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 10.23 runtime crypto/sha256 encoding/hex encoding/pem internal/singleflight net crypto/rand crypto/elliptic encoding/asn1 crypto/ecdsa crypto/rsa crypto/dsa crypto/x509/pkix internal/x/crypto/cryptobyte internal/x/crypto/internal/chacha20 internal/x/crypto/poly1305 internal/x/crypto/chacha20poly1305 internal/x/crypto/curve25519 #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 digest: sha256:87620e47cfde78accae02b8098ea8f857c61af61b68784f92c070a6423ea78d4 #33 name: "[tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common" #33 started: 2019-08-01 12:25:56.5895382 +0000 UTC #33 5.265 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #33 5.265 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #33 5.297 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #33 5.314 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #33 5.330 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #33 5.615 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #33 6.353 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #33 6.728 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 digest: sha256:68e88ea60a999ed17b098ae34e3904f69e3ee37ca72b2ae114384904db0fb8cf #7 name: "[runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y \tlibapparmor-dev \tlibseccomp-dev" #7 started: 2019-08-01 12:25:56.589501973 +0000 UTC #7 6.957 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #7 6.973 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #7 7.005 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #7 7.005 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #7 7.024 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #7 7.581 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #7 8.777 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 digest: sha256:24c1a79e77074713cc856024fa28a6c928c3c9d2b276b435ee4265154f7ae94d #18 name: "[frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certificates --no-install-recommends" #18 started: 2019-08-01 12:25:56.589579848 +0000 UTC #18 8.109 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #18 8.112 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #18 8.173 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #18 8.181 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #18 8.265 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #18 8.747 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] internal/x/crypto/hkdf internal/x/text/transform internal/x/text/unicode/bidi #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 digest: sha256:a64167898b516726ea50c865f77d5a2f9e34bb4d56e5f68dbe0c87ff1964023e #53 name: "[registry 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/docker/distribution.git \"/go/src/github.com/docker/distribution\" \t&& (cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"47a064d4195a9b56133891bbb13620c3ac83a827\") \t&& GOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\" \t\tgo build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry \t&& case $(dpkg --print-architecture) in \t\tamd64|ppc64*|s390x) \t\t(cd \"/go/src/github.com/docker/distribution\" && git checkout -q \"ec87e9b6971d831f0eff752ddb54fb64693e51cd\"); \t\tGOPATH=\"/go/src/github.com/docker/distribution/Godeps/_workspace:/go\"; \t\t\tgo build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; \t\t;; \t esac \t&& rm -rf \"/go\"" #53 started: 2019-08-01 12:25:56.588887969 +0000 UTC #53 3.011 + mktemp -d #53 3.011 + export GOPATH=/tmp/tmp.6JOFBxjRS2 #53 3.011 + git clone https://github.com/docker/distribution.git /tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution #53 3.011 Cloning into '/tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution'... #53 5.995 + cd /tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution #53 5.995 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 #53 6.709 + GOPATH=/tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.6JOFBxjRS2 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 digest: sha256:9bd129437f09c75a84ab177ef2e7d35221863fe9ca9b5da9e33809ef39d5d932 #16 name: "[swagger 1/1] RUN set -x \t&& export GOPATH=\"$(mktemp -d)\" \t&& git clone https://github.com/go-swagger/go-swagger.git \"/go/src/github.com/go-swagger/go-swagger\" \t&& (cd \"/go/src/github.com/go-swagger/go-swagger\" && git checkout -q \"c28258affb0b6251755d92489ef685af8d4ff3eb\") \t&& go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger \t&& rm -rf \"/go\"" #16 started: 2019-08-01 12:25:56.58960546 +0000 UTC #16 6.926 + mktemp -d #16 6.926 + export GOPATH=/tmp/tmp.ERjfUoakUt #16 6.926 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ERjfUoakUt/src/github.com/go-swagger/go-swagger #16 6.926 Cloning into '/tmp/tmp.ERjfUoakUt/src/github.com/go-swagger/go-swagger'... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 10.32 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] internal/x/text/secure/bidirule internal/x/text/unicode/norm crypto/x509 internal/x/net/idna crypto/tls net/textproto internal/x/net/http/httpguts internal/x/net/http/httpproxy internal/x/net/http2/hpack mime mime/quotedprintable mime/multipart #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 5.320 + RM_GOPATH=0 #58 5.320 + TMP_GOPATH= #58 5.320 + : /build/ #58 5.320 + '[' -z '' ']' #58 5.321 ++ mktemp -d #58 5.334 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f #58 5.334 + export GOPATH=/tmp/tmp.xmYpIMLflN #58 5.334 + GOPATH=/tmp/tmp.xmYpIMLflN #58 5.334 + RM_GOPATH=1 #58 5.334 ++ dirname ./install.sh #58 5.334 + dir=. #58 5.334 + bin=rootlesskit #58 5.334 + shift #58 5.334 + '[' '!' -f ./rootlesskit.installer ']' #58 5.334 + . ./rootlesskit.installer #58 5.334 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f #58 5.334 + install_rootlesskit #58 5.334 + case "$1" in #58 5.334 + export CGO_ENABLED=0 #58 5.334 + CGO_ENABLED=0 #58 5.334 + _install_rootlesskit #58 5.334 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' #58 5.337 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xmYpIMLflN/src/github.com/rootless-containers/rootlesskit #58 5.351 Cloning into '/tmp/tmp.xmYpIMLflN/src/github.com/rootless-containers/rootlesskit'... #58 10.51 + cd /tmp/tmp.xmYpIMLflN/src/github.com/rootless-containers/rootlesskit #58 10.51 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f #58 11.40 + for f in rootlesskit rootlesskit-docker-proxy #58 11.40 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 14.13 + cd /tmp/tmp.ROyv3woAS5/src/github.com/alecthomas/gometalinter #25 14.13 + git checkout -q v2.0.6 #25 14.72 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 4.961 + mktemp -d #16 4.971 + export GOPATH=/tmp/tmp.Evp8bs1myt #16 4.971 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.Evp8bs1myt/src/github.com/go-swagger/go-swagger #16 4.971 Cloning into '/tmp/tmp.Evp8bs1myt/src/github.com/go-swagger/go-swagger'... #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 13.59 + GOPATH=/tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.M4uVdxq2TW go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 4.013 + RM_GOPATH=0 #48 4.013 + TMP_GOPATH= #48 4.013 + : /build #48 4.013 + '[' -z '' ']' #48 4.013 ++ mktemp -d #48 4.013 + export GOPATH=/tmp/tmp.DOZlVrDY0d #48 4.013 + GOPATH=/tmp/tmp.DOZlVrDY0d #48 4.013 + RM_GOPATH=1 #48 4.013 ++ dirname ./install.sh #48 4.021 Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 4.022 + dir=. #48 4.022 + bin=proxy #48 4.022 + shift #48 4.022 + '[' '!' -f ./proxy.installer ']' #48 4.022 + . ./proxy.installer #48 4.022 ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 4.022 + install_proxy #48 4.022 + case "$1" in #48 4.022 + export CGO_ENABLED=0 #48 4.022 + CGO_ENABLED=0 #48 4.022 + _install_proxy #48 4.022 + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' #48 4.022 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DOZlVrDY0d/src/github.com/docker/libnetwork #48 4.022 Cloning into '/tmp/tmp.DOZlVrDY0d/src/github.com/docker/libnetwork'... #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 12.55 + cd /tmp/tmp.FPXdmB7ano/src/github.com/alecthomas/gometalinter #25 12.55 + git checkout -q v2.0.6 #25 13.34 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter net/http/internal os/exec #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 digest: sha256:d00a289b571b0a2c5dc259f33e1194e601541e20c7e228696353e1156232d1d0 #58 name: "[rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit" #58 started: 2019-08-01 12:25:58.728782534 +0000 UTC #58 6.785 + RM_GOPATH=0 #58 6.785 + TMP_GOPATH= #58 6.785 + : /build/ #58 6.785 + '[' -z '' ']' #58 6.786 ++ mktemp -d #58 6.788 + export GOPATH=/tmp/tmp.fqYKVyNqXa #58 6.788 + GOPATH=/tmp/tmp.fqYKVyNqXa #58 6.788 + RM_GOPATH=1 #58 6.789 ++ dirname ./install.sh #58 6.790 + dir=. #58 6.790 + bin=rootlesskit #58 6.790 + shift #58 6.801 + '[' '!' -f ./rootlesskit.installer ']' #58 6.801 + . ./rootlesskit.installer #58 6.801 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f #58 6.801 + install_rootlesskit #58 6.801 + case "$1" in #58 6.801 + export CGO_ENABLED=0 #58 6.801 + CGO_ENABLED=0 #58 6.801 + _install_rootlesskit #58 6.801 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' #58 6.801 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.fqYKVyNqXa/src/github.com/rootless-containers/rootlesskit #58 6.801 Cloning into '/tmp/tmp.fqYKVyNqXa/src/github.com/rootless-containers/rootlesskit'... #58 6.801 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 digest: sha256:4e7e95667a6d70d5e49f3b4419fb324dd229d9a3c8f15ba516a3a0fd4a5f97d0 #28 name: "[tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv" #28 started: 2019-08-01 12:25:58.748612624 +0000 UTC #28 6.884 + RM_GOPATH=0 #28 6.884 + TMP_GOPATH= #28 6.884 + : /build #28 6.884 + '[' -z '' ']' #28 6.885 ++ mktemp -d #28 6.886 + export GOPATH=/tmp/tmp.cCoYppfoHi #28 6.886 + GOPATH=/tmp/tmp.cCoYppfoHi #28 6.886 + RM_GOPATH=1 #28 6.887 ++ dirname ./install.sh #28 6.895 + dir=. #28 6.895 + bin=tomlv #28 6.895 + shift #28 6.895 + '[' '!' -f ./tomlv.installer ']' #28 6.895 + . ./tomlv.installer #28 6.895 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 6.895 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 6.895 + install_tomlv #28 6.895 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' #28 6.895 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.cCoYppfoHi/src/github.com/BurntSushi/toml #28 6.903 Cloning into '/tmp/tmp.cCoYppfoHi/src/github.com/BurntSushi/toml'... #28 9.174 + cd /tmp/tmp.cCoYppfoHi/src/github.com/BurntSushi/toml #28 9.174 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #28 9.256 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 digest: sha256:9ab03fa8316018591cef0003680064286c337323e46bcd4e86a55aeb9f2b30bb #31 name: "[vndr 3/3] RUN PREFIX=/build ./install.sh vndr" #31 started: 2019-08-01 12:25:59.099452476 +0000 UTC #31 6.591 + RM_GOPATH=0 #31 6.591 + TMP_GOPATH= #31 6.591 + : /build #31 6.591 + '[' -z '' ']' #31 6.591 ++ mktemp -d #31 6.592 + export GOPATH=/tmp/tmp.9wuj7McsgL #31 6.592 + GOPATH=/tmp/tmp.9wuj7McsgL #31 6.592 + RM_GOPATH=1 #31 6.593 ++ dirname ./install.sh #31 6.601 + dir=. #31 6.601 + bin=vndr #31 6.601 + shift #31 6.602 + '[' '!' -f ./vndr.installer ']' #31 6.602 + . ./vndr.installer #31 6.602 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 6.602 + install_vndr #31 6.603 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' #31 6.603 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 6.603 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9wuj7McsgL/src/github.com/LK4D4/vndr #31 6.607 Cloning into '/tmp/tmp.9wuj7McsgL/src/github.com/LK4D4/vndr'... #31 8.341 + cd /tmp/tmp.9wuj7McsgL/src/github.com/LK4D4/vndr #31 8.343 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 #31 8.360 + go build -buildmode=pie -v -o /build/vndr . #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 10.45 errors #28 10.46 internal/cpu net/http/httptrace net/http #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 digest: sha256:5010a725f635fd990dd8127462d82d75a4a2d3349235a0318f03a9b5d3365696 #48 name: "[proxy 3/3] RUN PREFIX=/build ./install.sh proxy" #48 started: 2019-08-01 12:25:59.231343703 +0000 UTC #48 6.097 + RM_GOPATH=0 #48 6.097 + TMP_GOPATH= #48 6.097 + : /build #48 6.097 + '[' -z '' ']' #48 6.097 ++ mktemp -d #48 6.097 + export GOPATH=/tmp/tmp.tYFTcvRaYW #48 6.097 + GOPATH=/tmp/tmp.tYFTcvRaYW #48 6.097 + RM_GOPATH=1 #48 6.098 ++ dirname ./install.sh #48 6.101 Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 6.101 + dir=. #48 6.101 + bin=proxy #48 6.101 + shift #48 6.101 + '[' '!' -f ./proxy.installer ']' #48 6.101 + . ./proxy.installer #48 6.101 ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 6.101 + install_proxy #48 6.101 + case "$1" in #48 6.101 + export CGO_ENABLED=0 #48 6.101 + CGO_ENABLED=0 #48 6.101 + _install_proxy #48 6.101 + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' #48 6.101 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.tYFTcvRaYW/src/github.com/docker/libnetwork #48 6.111 Cloning into '/tmp/tmp.tYFTcvRaYW/src/github.com/docker/libnetwork'... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 10.31 errors #31 10.31 internal/cpu #31 10.39 internal/race #31 10.58 runtime/internal/atomic #31 11.19 runtime/internal/sys #31 11.22 internal/bytealg #31 11.74 runtime/internal/math #31 11.96 sync/atomic github.com/LK4D4/vndr/godl github.com/LK4D4/vndr #31 12.61 runtime #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 10.71 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #55 12.42 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 17.57 + mkdir -p /build #51 17.57 + mv docker/docker /build/ #51 17.58 + rmdir docker #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 10.92 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #33 12.37 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 11.08 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 15.86 unicode/utf8 #31 17.30 math/bits #31 17.92 math #31 12.81 unicode #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 completed: 2019-08-01 12:26:11.903029128 +0000 UTC #51 duration: 19.008607335s #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 10.55 runtime/internal/math #28 11.01 runtime #28 18.19 unicode/utf8 #28 18.73 strconv #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 11.66 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 14.40 + cd /tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution #53 14.40 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 #53 17.84 + GOPATH=/tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1xb8akjEj7 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry Removing intermediate container a34a0dbf2a8f ---> 2fe65fb679d3 Step 42/110 : FROM dev-base AS containerd ---> 86aa8ed2793f Step 43/110 : RUN apt-get update && apt-get install -y btrfs-tools ---> Running in 1d485696d9cd #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 17.23 unicode/utf8 #28 17.92 strconv #51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 completed: 2019-08-01 12:26:13.479086622 +0000 UTC #51 duration: 18.29724229s #51 15.95 + mkdir -p /build #51 15.95 + mv docker/docker /build/ #51 15.96 + rmdir docker #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 14.14 unicode/utf8 #31 15.06 math/bits #31 16.06 math #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 10.99 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 23.60 Fetched 7915 kB in 17s (440 kB/s) #7 23.60 Reading package lists...#58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 9.299 + cd /tmp/tmp.KgrHduqcwA/src/github.com/rootless-containers/rootlesskit #58 9.301 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f #58 10.18 + for f in rootlesskit rootlesskit-docker-proxy #58 10.18 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [483 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 11.78 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 18.35 Fetched 7915 kB in 14s (563 kB/s) #33 18.35 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 9.197 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #55 9.197 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] #55 9.231 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] #55 9.235 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] #55 9.272 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #55 10.48 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [500 kB] #55 12.96 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #55 14.99 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 6.726 + RM_GOPATH=0 #25 6.726 + TMP_GOPATH= #25 6.726 + : /build #25 6.726 + '[' -z '' ']' #25 6.726 ++ mktemp -d #25 6.761 + export GOPATH=/tmp/tmp.hlZbvJ2t8L #25 6.761 + GOPATH=/tmp/tmp.hlZbvJ2t8L #25 6.761 + RM_GOPATH=1 #25 6.761 ++ dirname ./install.sh #25 6.766 Installing gometalinter version v2.0.6 #25 6.766 + dir=. #25 6.766 + bin=gometalinter #25 6.766 + shift #25 6.766 + '[' '!' -f ./gometalinter.installer ']' #25 6.766 + . ./gometalinter.installer #25 6.766 ++ GOMETALINTER_COMMIT=v2.0.6 #25 6.766 + install_gometalinter #25 6.766 + echo 'Installing gometalinter version v2.0.6' #25 6.766 + go get -d github.com/alecthomas/gometalinter #25 15.95 + cd /tmp/tmp.hlZbvJ2t8L/src/github.com/alecthomas/gometalinter #25 15.95 + git checkout -q v2.0.6 #25 16.53 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter Fetched 7668 kB in 1s (4923 kB/s) Reading package lists...#28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 10.66 math/bits #28 11.43 runtime/internal/atomic #28 11.62 math #28 12.14 internal/bytealg #28 13.64 runtime/internal/sys #28 13.83 runtime/internal/math #28 14.23 runtime #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 21.29 strconv Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: btrfs-progs liblzo2-2 The following NEW packages will be installed: btrfs-progs btrfs-tools liblzo2-2 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. Need to get 668 kB of archives. After this operation, 5446 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 18.16 unicode/utf8 #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 10.81 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] #18 12.57 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 12.86 + cd /tmp/tmp.fqYKVyNqXa/src/github.com/rootless-containers/rootlesskit #58 12.86 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f #58 13.77 + for f in rootlesskit rootlesskit-docker-proxy #58 13.78 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit debconf: delaying package configuration, since apt-utils is not installed Fetched 668 kB in 0s (7432 kB/s) Selecting previously unselected package liblzo2-2:s390x. (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 ... 14827 files and directories currently installed.) Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... Unpacking btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up liblzo2-2:s390x (2.08-1.2+b2) ... Setting up btrfs-progs (4.7.3-1) ... Setting up btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 18.74 math/bits Removing intermediate container 1d485696d9cd ---> cd375df9b8e7 Step 44/110 : ENV INSTALL_BINARY_NAME=containerd ---> Running in 2cab03e9945a Removing intermediate container 2cab03e9945a ---> 97dc570eccf7 Step 45/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> adfc4ad2405c Step 46/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 3ef574f5d0a6 Step 47/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 0f996b12650c #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 28.51 Fetched 7915 kB in 21s (362 kB/s) #55 28.51 Reading package lists...#51 ... #51 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #51 completed: 2019-08-01 12:26:19.450604511 +0000 UTC #51 duration: 20.64731917s #51 19.36 + mkdir -p /build #51 19.39 + mv docker/docker /build/ #51 19.40 + rmdir docker #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 20.30 math + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.Fkp4duYw97 + GOPATH=/tmp/tmp.Fkp4duYw97 + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=containerd + shift + '[' '!' -f ./containerd.installer ']' + . ./containerd.installer ++ CONTAINERD_COMMIT=85f6aa58b8a3170aec9824568f7a31832878b603 + install_containerd + echo 'Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603' + git clone https://github.com/containerd/containerd.git /tmp/tmp.Fkp4duYw97/src/github.com/containerd/containerd Cloning into '/tmp/tmp.Fkp4duYw97/src/github.com/containerd/containerd'... Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603 #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 23.25 internal/race #28 23.63 sync/atomic #28 24.24 unicode #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 25.72 Fetched 7915 kB in 19s (401 kB/s) #7 25.72 Reading package lists...+ cd /tmp/tmp.Fkp4duYw97/src/github.com/containerd/containerd + git checkout -q 85f6aa58b8a3170aec9824568f7a31832878b603 + export 'BUILDTAGS=netgo osusergo static_build' + BUILDTAGS='netgo osusergo static_build' + export EXTRA_FLAGS=-buildmode=pie + EXTRA_FLAGS=-buildmode=pie + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' + '[' '' = dynamic ']' + make 🇩 bin/ctr #28 28.94 internal/testlog #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 26.83 internal/testlog #31 27.53 encoding #31 27.74 unicode/utf16 #31 28.42 container/list #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 23.60 Reading package lists... #7 33.52 Reading package lists...#31 29.83 crypto/internal/subtle #31 30.04 crypto/subtle #31 30.16 crypto/rc4 #31 30.70 internal/x/crypto/cryptobyte/asn1 #31 30.89 internal/nettrace #31 30.94 internal/x/net/dns/dnsmessage #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 23.23 Fetched 7915 kB in 19s (397 kB/s) #42 23.23 Reading package lists... #42 33.02 Reading package lists... #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 29.62 encoding #28 29.93 runtime/cgo #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 25.95 Fetched 7915 kB in 19s (404 kB/s) #42 25.95 Reading package lists... #42 35.54 Reading package lists... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 24.73 strconv #31 30.12 internal/testlog #31 30.71 encoding #31 30.94 unicode/utf16 #31 31.52 container/list #31 32.47 crypto/internal/subtle #31 32.77 crypto/subtle #31 33.15 crypto/rc4 #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 22.01 + cd /tmp/tmp.DOZlVrDY0d/src/github.com/docker/libnetwork #48 22.01 + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 22.53 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #31 33.89 internal/x/crypto/cryptobyte/asn1 #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 24.04 internal/race #28 24.25 sync/atomic #28 24.71 unicode #28 30.03 internal/testlog #28 30.57 encoding #28 31.03 runtime/cgo #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 34.19 internal/nettrace #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 24.38 + cd /tmp/tmp.CUhzenKPRL/src/github.com/docker/libnetwork #48 24.38 + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 24.70 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 34.36 internal/x/net/dns/dnsmessage #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 27.32 Fetched 7915 kB in 20s (384 kB/s) #33 27.32 Reading package lists... #33 37.24 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 28.51 Reading package lists... #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 27.58 Fetched 7915 kB in 21s (375 kB/s) #18 27.58 Reading package lists... #18 37.32 Reading package lists...#33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 25.73 Fetched 7915 kB in 21s (367 kB/s) #33 25.73 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 37.77 Reading package lists... #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 26.66 + cd /tmp/tmp.tYFTcvRaYW/src/github.com/docker/libnetwork #48 26.66 + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 #48 27.17 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 25.24 Fetched 7915 kB in 20s (384 kB/s) #18 25.24 Reading package lists... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 25.90 Fetched 7915 kB in 21s (374 kB/s) #7 25.90 Reading package lists... #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 35.57 Reading package lists...#42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 22.53 Fetched 7915 kB in 17s (442 kB/s) #42 22.53 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 31.07 Fetched 7915 kB in 22s (345 kB/s) #55 31.07 Reading package lists...+ dpkg --print-architecture + cd /tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd + GOPATH=/tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.tRHKBB7dHU + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry  #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 21.42 unicode/utf8 #28 21.96 strconv #28 28.14 internal/race #28 28.26 sync/atomic #28 28.72 unicode #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 32.99 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 27.14 Fetched 7915 kB in 22s (359 kB/s) #55 27.14 Reading package lists... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 36.02 Reading package lists... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 33.52 Reading package lists... #7 43.00 Building dependency tree...+ rm -rf /tmp/tmp.tRHKBB7dHU/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.tRHKBB7dHU  #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 18.35 Reading package lists... #33 27.92 Reading package lists... #33 37.14 Building dependency tree... #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 34.09 internal/testlog #28 34.68 encoding #28 35.04 runtime/cgo #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 27.91 Fetched 7915 kB in 20s (381 kB/s) #18 27.91 Reading package lists... #18 37.47 Reading package lists... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 26.12 strconv #31 31.12 internal/testlog #31 31.68 encoding #31 31.93 unicode/utf16 #31 32.34 container/list #31 33.45 crypto/internal/subtle #31 33.74 crypto/subtle #31 33.98 crypto/rc4 #31 34.34 internal/x/crypto/cryptobyte/asn1 #31 34.62 internal/nettrace #31 34.85 internal/x/net/dns/dnsmessage #7 44.88 Reading state information... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 37.78 runtime/cgo #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 37.14 Building dependency tree... #33 39.18 Reading state information... Removing intermediate container aca10a4a725b ---> 2c8877125123 Step 13/110 : FROM base AS swagger ---> 2a28285bdb9f Step 14/110 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb ---> Running in e7fc83a73cf7 Removing intermediate container e7fc83a73cf7 ---> 13894e401bc1 Step 15/110 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" ---> Running in e9f06099d95f + mktemp -d + export GOPATH=/tmp/tmp.FiFlhh0vqH + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.FiFlhh0vqH/src/github.com/go-swagger/go-swagger Cloning into '/tmp/tmp.FiFlhh0vqH/src/github.com/go-swagger/go-swagger'... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 36.02 Reading package lists... #7 47.18 The following additional packages will be installed: #7 47.19 libapparmor1 libseccomp2 #7 47.20 Suggested packages: #7 47.23 seccomp #7 47.76 The following NEW packages will be installed: #7 47.77 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 #7 45.13 Building dependency tree...#33 41.94 The following additional packages will be installed: #33 41.97 cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 41.98 libxml2 sgml-base vim vim-runtime xml-core xxd #33 42.00 Suggested packages: #33 42.06 codeblocks eclipse ninja-build lrzip gpm sgml-base-doc ctags vim-doc #33 42.06 vim-scripts debhelper #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 35.75 Reading package lists... #18 45.70 Building dependency tree... #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 33.02 Reading package lists... #42 43.31 Building dependency tree... #42 45.50 Reading state information... #7 48.97 0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. #7 48.97 Need to get 300 kB of archives. #7 48.97 After this operation, 1201 kB of additional disk space will be used. #7 48.97 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] #7 48.98 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] #7 48.98 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] #7 48.98 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] #33 43.40 The following NEW packages will be installed: #33 43.40 cmake cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 43.41 libxml2 sgml-base vim vim-common vim-runtime xml-core xxd #42 47.47 The following additional packages will be installed: #42 47.48 btrfs-progs liblzo2-2 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 37.49 Reading package lists... #55 46.36 Building dependency tree...#16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 50.07 + cd /tmp/tmp.tN2ZGLdagx/src/github.com/go-swagger/go-swagger #16 50.07 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 45.13 Building dependency tree... #7 47.25 Reading state information... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 25.72 Reading package lists... #7 34.98 Reading package lists... #7 44.21 Building dependency tree... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 41.77 runtime/cgo #7 49.25 The following additional packages will be installed: #7 49.26 libapparmor1 libseccomp2 #7 49.27 Suggested packages: #7 49.28 seccomp #7 49.50 The following NEW packages will be installed: #7 49.50 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 completed: 2019-08-01 12:26:43.462909958 +0000 UTC #48 duration: 48.814055174s #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 50.29 + cd /tmp/tmp.Evp8bs1myt/src/github.com/go-swagger/go-swagger #16 50.29 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb + cd /tmp/tmp.FiFlhh0vqH/src/github.com/go-swagger/go-swagger + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb #16 52.94 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 40.86 runtime/cgo #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 51.11 debconf: delaying package configuration, since apt-utils is not installed #7 51.49 Fetched 300 kB in 1s (282 kB/s) #7 51.77 Selecting previously unselected package libseccomp2:amd64. #7 51.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #7 51.85 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... #7 51.86 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #7 52.04 Selecting previously unselected package libseccomp-dev:amd64. #7 52.04 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... #7 52.05 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #7 52.34 Selecting previously unselected package libapparmor1:amd64. #7 52.34 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... #7 52.34 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... #7 52.76 Selecting previously unselected package libapparmor-dev:amd64. #7 52.77 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... #7 52.80 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #7 53.62 Processing triggers for libc-bin (2.24-11+deb9u4) ... #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 35.54 Reading package lists... #42 44.67 Building dependency tree... #42 46.84 Reading state information... #42 49.01 The following additional packages will be installed: #42 49.04 btrfs-progs liblzo2-2 #42 49.57 The following NEW packages will be installed: #42 49.66 btrfs-progs btrfs-tools liblzo2-2 #42 50.93 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #42 50.93 Need to get 649 kB of archives. #42 50.93 After this operation, 4320 kB of additional disk space will be used. #42 50.93 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #42 50.93 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #42 51.06 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #42 52.64 debconf: delaying package configuration, since apt-utils is not installed #42 52.94 Fetched 649 kB in 1s (537 kB/s) #42 53.58 Selecting previously unselected package liblzo2-2:amd64. #42 53.58 (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 ... 15090 files and directories currently installed.) #42 53.64 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 completed: 2019-08-01 12:26:45.128616852 +0000 UTC #48 duration: 52.178938996s #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 54.62 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 37.77 Reading package lists... #55 47.58 Building dependency tree... #55 49.30 Reading state information... #55 52.09 The following additional packages will be installed: #55 52.10 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 #55 52.10 libprotoc10 python-pkg-resources zlib1g-dev #55 52.14 Suggested packages: #55 52.14 manpages-dev python-setuptools #55 53.50 The following NEW packages will be installed: #55 53.50 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev #55 53.50 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 #55 53.51 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf #55 53.52 zlib1g-dev #55 54.71 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. #55 54.71 Need to get 3602 kB of archives. #55 54.71 After this operation, 18.9 MB of additional disk space will be used. #55 54.71 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #55 54.71 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] #55 54.71 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] #55 54.73 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #55 54.73 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] #55 54.73 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #55 54.73 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] #55 54.75 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] #55 54.75 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 54.71 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #7 54.73 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... #7 54.81 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #7 54.83 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #7 54.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... #16 52.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 44.58 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. #33 44.58 Need to get 20.2 MB of archives. #33 44.58 After this operation, 88.1 MB of additional disk space will be used. #33 44.58 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] #33 44.74 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #33 44.74 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB] #33 45.99 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] #33 46.09 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] #33 46.16 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #33 46.19 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] #33 46.20 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] #33 46.52 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] #33 46.53 Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #33 46.56 Get:11 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #33 46.58 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #33 46.58 Get:13 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #33 47.49 Get:14 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #33 47.68 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] #33 48.88 debconf: delaying package configuration, since apt-utils is not installed #33 49.21 Fetched 20.2 MB in 4s (4842 kB/s) #33 49.45 Selecting previously unselected package cmake-data. #33 49.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #33 49.64 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... #33 49.64 Unpacking cmake-data (3.7.2-1) ... #7 completed: 2019-08-01 12:26:45.994892647 +0000 UTC #7 duration: 55.49371393s #38 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #38 digest: sha256:7dfe8e205426e53a43435115830184c5078f5fbc46bcc56c47b39e2486c6f646 #38 name: "[runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #38 started: 2019-08-01 12:26:46.059880607 +0000 UTC #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 37.24 Reading package lists... #33 45.98 Building dependency tree... #33 48.08 Reading state information... #33 50.57 The following additional packages will be installed: #33 50.57 cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 50.62 libxml2 sgml-base vim vim-runtime xml-core xxd #33 50.62 Suggested packages: #33 50.64 codeblocks eclipse ninja-build lrzip gpm sgml-base-doc ctags vim-doc #33 50.64 vim-scripts debhelper #33 52.04 The following NEW packages will be installed: #33 52.05 cmake cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 52.05 libxml2 sgml-base vim vim-common vim-runtime xml-core xxd #33 53.48 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. #33 53.48 Need to get 20.2 MB of archives. #33 53.48 After this operation, 88.1 MB of additional disk space will be used. #33 53.48 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] #33 54.31 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #33 54.31 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB] #33 55.34 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] #33 55.42 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] #33 55.47 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #33 55.47 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] #33 55.52 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] #8 ... #8 [dev 1/22] RUN groupadd -r docker #8 digest: sha256:bb487054aa8cb5b2de60549ca3c9cf7c7f7a0a4b65a9a3993d9c008ace737030 #8 name: "[dev 1/22] RUN groupadd -r docker" #8 started: 2019-08-01 12:26:46.044544349 +0000 UTC #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 31.07 Reading package lists... #55 40.31 Reading package lists... #55 49.75 Building dependency tree... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 44.21 Building dependency tree... #7 46.32 Reading state information... #7 48.58 The following additional packages will be installed: #7 48.59 libapparmor1 libseccomp2 #7 48.60 Suggested packages: #7 48.61 seccomp #7 49.15 The following NEW packages will be installed: #7 49.15 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 37.32 Reading package lists... #18 46.96 Building dependency tree... #18 48.38 Reading state information... #18 51.15 ca-certificates is already the newest version (20161130+nmu1+deb9u1). #18 51.15 The following additional packages will be installed: #18 51.19 libjq1 libonig4 #18 51.80 The following NEW packages will be installed: #18 51.83 jq libjq1 libonig4 #18 53.04 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #18 53.04 Need to get 327 kB of archives. #18 53.04 After this operation, 1157 kB of additional disk space will be used. #18 53.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #18 53.10 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #18 53.11 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #18 54.86 debconf: delaying package configuration, since apt-utils is not installed #18 55.23 Fetched 327 kB in 1s (285 kB/s) #18 55.46 Selecting previously unselected package libonig4:amd64. #18 55.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 ... 15090 files and directories currently installed.) #18 55.56 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... #18 55.56 Unpacking libonig4:amd64 (6.1.3-2) ... #18 56.06 Selecting previously unselected package libjq1:amd64. #18 56.06 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... #18 56.09 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #18 56.57 Selecting previously unselected package jq. #18 56.57 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... #18 56.57 Unpacking jq (1.5+dfsg-1.3) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 54.05 internal/x/crypto/curve25519 #7 50.47 0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. #7 50.47 Need to get 300 kB of archives. #7 50.47 After this operation, 1201 kB of additional disk space will be used. #7 50.47 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] #7 50.48 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] #7 50.48 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] #7 50.48 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 35.57 Reading package lists... #33 44.67 Building dependency tree... #33 46.55 Reading state information... #33 48.87 The following additional packages will be installed: #33 48.87 cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 48.87 libxml2 sgml-base vim vim-runtime xml-core xxd #33 48.87 Suggested packages: #33 48.87 codeblocks eclipse ninja-build lrzip gpm sgml-base-doc ctags vim-doc #33 48.87 vim-scripts debhelper #33 49.58 The following NEW packages will be installed: #33 49.58 cmake cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 #33 49.59 libxml2 sgml-base vim vim-common vim-runtime xml-core xxd #33 50.67 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. #33 50.67 Need to get 20.2 MB of archives. #33 50.67 After this operation, 88.1 MB of additional disk space will be used. #33 50.67 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] #33 50.83 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #33 50.83 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB] #33 52.95 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] #33 53.09 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] #33 53.23 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #33 53.29 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] #33 53.29 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] #33 53.60 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] #33 53.62 Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #33 53.62 Get:11 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #33 53.62 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #33 53.65 Get:13 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 50.61 0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. #7 50.61 Need to get 300 kB of archives. #7 50.61 After this operation, 1201 kB of additional disk space will be used. #7 50.61 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] #7 50.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] #7 50.62 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] #7 50.62 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] #7 53.08 debconf: delaying package configuration, since apt-utils is not installed #7 53.40 Fetched 300 kB in 1s (286 kB/s) #7 53.66 Selecting previously unselected package libseccomp2:amd64. #7 53.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #7 53.75 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... #7 53.76 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #7 53.90 Selecting previously unselected package libseccomp-dev:amd64. #7 53.90 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... #7 53.91 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #7 54.26 Selecting previously unselected package libapparmor1:amd64. #7 54.26 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... #7 54.27 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 completed: 2019-08-01 12:26:47.666760824 +0000 UTC #42 duration: 57.165413708s #42 54.91 Selecting previously unselected package btrfs-progs. #42 54.95 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... #42 55.07 Unpacking btrfs-progs (4.7.3-1) ... #42 56.20 Selecting previously unselected package btrfs-tools. #42 56.23 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... #42 56.23 Unpacking btrfs-tools (4.7.3-1) ... #42 56.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... #42 56.65 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #42 56.68 Setting up btrfs-progs (4.7.3-1) ... #42 56.69 Setting up btrfs-tools (4.7.3-1) ... #42 56.73 Processing triggers for libc-bin (2.24-11+deb9u4) ... #43 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #43 digest: sha256:d8abf24e1237b46a2350de7b3226e09c62e3e9f49f710fa6432de02543cb9d02 #43 name: "[containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #43 started: 2019-08-01 12:26:47.671849588 +0000 UTC #7 54.46 Selecting previously unselected package libapparmor-dev:amd64. #7 54.47 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 completed: 2019-08-01 12:26:47.704637853 +0000 UTC #42 duration: 54.572221563s #42 47.97 The following NEW packages will be installed: #42 47.99 btrfs-progs btrfs-tools liblzo2-2 #42 49.27 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #42 49.27 Need to get 649 kB of archives. #42 49.27 After this operation, 4320 kB of additional disk space will be used. #42 49.27 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #42 49.28 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #42 49.40 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #42 50.53 debconf: delaying package configuration, since apt-utils is not installed #42 50.82 Fetched 649 kB in 1s (526 kB/s) #42 51.03 Selecting previously unselected package liblzo2-2:amd64. #42 51.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #42 51.11 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... #42 51.13 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #42 51.42 Selecting previously unselected package btrfs-progs. #42 51.42 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... #42 51.43 Unpacking btrfs-progs (4.7.3-1) ... #42 53.65 Selecting previously unselected package btrfs-tools. #42 53.66 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... #42 53.66 Unpacking btrfs-tools (4.7.3-1) ... #42 54.00 Processing triggers for libc-bin (2.24-11+deb9u4) ... #42 54.07 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #42 54.12 Setting up btrfs-progs (4.7.3-1) ... #42 54.18 Setting up btrfs-tools (4.7.3-1) ... #42 54.24 Processing triggers for libc-bin (2.24-11+deb9u4) ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 54.53 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #38 ... #38 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #38 completed: 2019-08-01 12:26:47.756995573 +0000 UTC #38 duration: 1.697114966s #39 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #39 digest: sha256:5115c59741ed8aa7f4a0665c0acf17f9b07b7dbe20d46f53506eda8e781cbef7 #39 name: "[runc 2/3] COPY hack/dockerfile/install/runc.installer ./" #39 started: 2019-08-01 12:26:47.772526688 +0000 UTC #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 completed: 2019-08-01 12:26:48.165267659 +0000 UTC #18 duration: 57.663966069s #18 56.97 Setting up libonig4:amd64 (6.1.3-2) ... #18 56.97 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #18 57.00 Processing triggers for libc-bin (2.24-11+deb9u4) ... #18 57.16 Setting up jq (1.5+dfsg-1.3) ... #7 54.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... #20 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #20 digest: sha256:77d10f5b3b7e65a41b8daf72ee8b80de74cc3b6cd0ba7126a934be145c74a612 #20 name: "[frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /" #20 started: 2019-08-01 12:26:48.316286079 +0000 UTC #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 49.75 Building dependency tree... #55 51.75 Reading state information... #42 ... #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 32.99 Reading package lists... #42 42.32 Building dependency tree... #42 44.23 Reading state information... #42 46.71 The following additional packages will be installed: #42 46.74 btrfs-progs liblzo2-2 #42 47.18 The following NEW packages will be installed: #42 47.19 btrfs-progs btrfs-tools liblzo2-2 #42 48.36 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #42 48.36 Need to get 649 kB of archives. #42 48.36 After this operation, 4320 kB of additional disk space will be used. #42 48.36 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #42 48.37 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #42 48.41 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #42 49.91 debconf: delaying package configuration, since apt-utils is not installed #42 50.21 Fetched 649 kB in 1s (573 kB/s) #42 50.61 Selecting previously unselected package liblzo2-2:amd64. #42 50.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #42 50.77 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... #42 50.77 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #42 51.24 Selecting previously unselected package btrfs-progs. #42 51.24 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... #42 51.29 Unpacking btrfs-progs (4.7.3-1) ... #7 55.22 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 completed: 2019-08-01 12:26:48.581037809 +0000 UTC #18 duration: 55.448496446s #18 45.70 Building dependency tree... #18 47.85 Reading state information... #18 49.71 ca-certificates is already the newest version (20161130+nmu1+deb9u1). #18 49.71 The following additional packages will be installed: #18 49.71 libjq1 libonig4 #18 49.92 The following NEW packages will be installed: #18 49.92 jq libjq1 libonig4 #18 51.04 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #18 51.04 Need to get 327 kB of archives. #18 51.04 After this operation, 1157 kB of additional disk space will be used. #18 51.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #18 51.04 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #18 51.05 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #18 53.09 debconf: delaying package configuration, since apt-utils is not installed #18 53.32 Fetched 327 kB in 1s (309 kB/s) #18 53.60 Selecting previously unselected package libonig4:amd64. #18 53.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #18 53.69 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... #18 53.70 Unpacking libonig4:amd64 (6.1.3-2) ... #18 54.07 Selecting previously unselected package libjq1:amd64. #18 54.07 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... #18 54.07 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #18 54.34 Selecting previously unselected package jq. #18 54.34 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... #18 54.35 Unpacking jq (1.5+dfsg-1.3) ... #18 54.66 Setting up libonig4:amd64 (6.1.3-2) ... #18 54.69 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #18 54.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... #18 54.90 Setting up jq (1.5+dfsg-1.3) ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 55.48 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... #7 55.50 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #7 55.51 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #7 55.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 52.20 debconf: delaying package configuration, since apt-utils is not installed #43 ... #43 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #43 digest: sha256:b306820d35fccd52c99dd7d07db968f15394f8c17333a3b7cecff6eeb34e4348 #43 name: "[containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #43 started: 2019-08-01 12:26:47.706581111 +0000 UTC #43 completed: 2019-08-01 12:26:48.879692941 +0000 UTC #43 duration: 1.17311183s #44 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #44 digest: sha256:cd90145814a4ec34236d003e190ef93157c04488abd7e94998662fb30a79e85a #44 name: "[containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./" #44 started: 2019-08-01 12:26:48.890349129 +0000 UTC #7 52.49 Fetched 300 kB in 1s (266 kB/s) #7 ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 completed: 2019-08-01 12:26:49.053924541 +0000 UTC #7 duration: 55.9214562s #38 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #38 digest: sha256:cba41e1fcc48d3f21c2392fd3c8b3d832f1e7a445df1908b15673d3531377a0e #38 name: "[runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #38 started: 2019-08-01 12:26:49.068347439 +0000 UTC #7 52.69 Selecting previously unselected package libseccomp2:amd64. #7 52.69 (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 ... 15090 files and directories currently installed.) #7 52.75 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... #7 52.77 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #7 52.96 Selecting previously unselected package libseccomp-dev:amd64. #7 52.97 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... #7 52.98 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #43 ... #43 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #43 completed: 2019-08-01 12:26:49.7381136 +0000 UTC #43 duration: 2.066264012s #39 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #39 completed: 2019-08-01 12:26:49.762762206 +0000 UTC #39 duration: 1.990235518s #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 digest: sha256:05a358b621efb906fe7c601f44813b32e15fe85e3ee1f0cdb67516982e458fe1 #40 name: "[runc 3/3] RUN PREFIX=/build ./install.sh runc" #40 started: 2019-08-01 12:26:49.768293598 +0000 UTC #7 53.34 Selecting previously unselected package libapparmor1:amd64. #7 53.34 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... #7 53.35 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... #8 ... #8 [dev 1/22] RUN groupadd -r docker #8 completed: 2019-08-01 12:26:49.999938214 +0000 UTC #8 duration: 3.955393865s #20 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #20 completed: 2019-08-01 12:26:50.016243184 +0000 UTC #20 duration: 1.699957105s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 digest: sha256:bab236a7a62dd96ce40f20c33ae756256d6ae59c9a2abc606023a484370a8ab5 #21 name: "[frozen-images 3/3] RUN /download-frozen-image-v2.sh /build \tbuildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 \tbusybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 \tbusybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 \tdebian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 \thello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c" #21 started: 2019-08-01 12:26:50.066613783 +0000 UTC #7 53.56 Selecting previously unselected package libapparmor-dev:amd64. #7 53.58 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... #7 53.62 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #38 completed: 2019-08-01 12:26:50.538696629 +0000 UTC #38 duration: 1.47034919s #44 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #44 completed: 2019-08-01 12:26:50.531840051 +0000 UTC #44 duration: 1.641490922s #20 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #20 digest: sha256:7d2f6ed27a70208a801d82a5abeaf8a6bae69010354307bd509e930bc2fe6754 #20 name: "[frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /" #20 started: 2019-08-01 12:26:48.583068504 +0000 UTC #20 completed: 2019-08-01 12:26:50.57973312 +0000 UTC #20 duration: 1.996664616s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 digest: sha256:402891316bbc2b34bf56e7bd0a914d2b9cb06fb93bfeb360b2bf2fb08f7c40fe #21 name: "[frozen-images 3/3] RUN /download-frozen-image-v2.sh /build \tbuildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 \tbusybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 \tbusybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 \tdebian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 \thello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c" #21 started: 2019-08-01 12:26:50.588467713 +0000 UTC #48 ... #48 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #48 completed: 2019-08-01 12:26:51.02494162 +0000 UTC #48 duration: 51.793597917s #42 [containerd 1/4] RUN apt-get update && apt-get install -y btrfs-tools #42 completed: 2019-08-01 12:26:50.984480899 +0000 UTC #42 duration: 54.395035264s #42 52.85 Selecting previously unselected package btrfs-tools. #42 52.85 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... #42 52.88 Unpacking btrfs-tools (4.7.3-1) ... #42 53.07 Processing triggers for libc-bin (2.24-11+deb9u4) ... #42 53.20 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #42 53.29 Setting up btrfs-progs (4.7.3-1) ... #42 53.31 Setting up btrfs-tools (4.7.3-1) ... #42 53.33 Processing triggers for libc-bin (2.24-11+deb9u4) ... #7 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y ... #7 54.44 Processing triggers for libc-bin (2.24-11+deb9u4) ... #7 54.58 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... #7 54.63 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... #7 54.64 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... #7 54.67 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... #7 54.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 46.36 Building dependency tree... #55 48.44 Reading state information... #55 50.00 The following additional packages will be installed: #55 50.00 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 #55 50.00 libprotoc10 python-pkg-resources zlib1g-dev #55 50.01 Suggested packages: #55 50.01 manpages-dev python-setuptools #55 52.21 The following NEW packages will be installed: #55 52.21 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev #55 52.22 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 #55 52.22 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf #55 52.22 zlib1g-dev #55 53.46 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. #55 53.46 Need to get 3602 kB of archives. #55 53.46 After this operation, 18.9 MB of additional disk space will be used. #55 53.46 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #55 53.55 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] #55 53.57 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] #55 53.58 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #55 53.58 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] #55 53.59 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #55 53.60 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] #55 53.60 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] #55 53.63 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] #55 53.74 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] #55 53.74 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] #55 53.88 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] #55 53.94 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] #55 53.96 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] #55 53.96 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] #55 54.01 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] #55 55.67 debconf: delaying package configuration, since apt-utils is not installed #55 56.05 Fetched 3602 kB in 1s (2240 kB/s) #55 56.24 Selecting previously unselected package libnet1:amd64. #55 56.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #55 56.34 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... #55 56.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #55 56.66 Selecting previously unselected package libcap-dev:amd64. #55 56.66 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... #55 56.68 Unpacking libcap-dev:amd64 (1:2.25-1) ... #55 56.88 Selecting previously unselected package libnet1-dev. #55 56.89 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... #55 56.92 Unpacking libnet1-dev (1.1.6+dfsg-3) ... #55 57.38 Selecting previously unselected package libnl-3-200:amd64. #55 57.39 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... #55 57.41 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #55 57.56 Selecting previously unselected package libnl-3-dev:amd64. #55 57.57 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... #55 57.59 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... #55 58.03 Selecting previously unselected package libprotobuf-c1:amd64. #55 58.03 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... #55 58.03 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #55 58.30 Selecting previously unselected package libprotobuf-c-dev:amd64. #55 58.30 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... #55 58.31 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 58.47 Selecting previously unselected package zlib1g-dev:amd64. #55 58.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... #55 58.49 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #7 completed: 2019-08-01 12:26:51.885635126 +0000 UTC #7 duration: 55.296133153s #38 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #38 digest: sha256:79c9762c147d0a8a342d1ba27ee92ce8373374ea60d2d89d29557adc4358c47a #38 name: "[runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #38 started: 2019-08-01 12:26:51.902521436 +0000 UTC #44 ... #44 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #44 digest: sha256:7109bc4a440dba1f3693d04f70bde50d8985109ccdb68b7e49f0cb450d6011f4 #44 name: "[containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./" #44 started: 2019-08-01 12:26:49.744328717 +0000 UTC #44 completed: 2019-08-01 12:26:51.658576509 +0000 UTC #44 duration: 1.914247792s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 digest: sha256:8efc62585a0eb63caa94a20c00d1f48fa98f744c53b227ce77143dc723f8f10e #45 name: "[containerd 4/4] RUN PREFIX=/build ./install.sh containerd" #45 started: 2019-08-01 12:26:51.664041846 +0000 UTC 🇩 bin/containerd #8 ... #8 [dev 1/22] RUN groupadd -r docker #8 digest: sha256:bb487054aa8cb5b2de60549ca3c9cf7c7f7a0a4b65a9a3993d9c008ace737030 #8 name: "[dev 1/22] RUN groupadd -r docker" #8 started: 2019-08-01 12:26:49.068163808 +0000 UTC #8 completed: 2019-08-01 12:26:52.211674366 +0000 UTC #8 duration: 3.143510558s #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 54.53 Get:14 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #33 54.72 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] #33 56.25 debconf: delaying package configuration, since apt-utils is not installed #33 56.60 Fetched 20.2 MB in 5s (3962 kB/s) #33 56.75 Selecting previously unselected package cmake-data. #33 56.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #33 56.86 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... #33 56.89 Unpacking cmake-data (3.7.2-1) ... #39 ... #39 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #39 digest: sha256:66b888cf48e539504b1ea431a96c3998ca8fcabaf3f112540a4f46702b67a531 #39 name: "[runc 2/3] COPY hack/dockerfile/install/runc.installer ./" #39 started: 2019-08-01 12:26:50.568881883 +0000 UTC #39 completed: 2019-08-01 12:26:52.333955732 +0000 UTC #39 duration: 1.765073849s #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 digest: sha256:3894f5ed76c668460c308225d29630d2ec97e6e1637a7da4a2038b1443ea1bbb #40 name: "[runc 3/3] RUN PREFIX=/build ./install.sh runc" #40 started: 2019-08-01 12:26:52.338150373 +0000 UTC #43 ... #43 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #43 digest: sha256:1af3ea7a0002a50bfca4a42f673adf32998f2a60a7620b49c3600c7fa802599d #43 name: "[containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #43 started: 2019-08-01 12:26:50.98610193 +0000 UTC #43 completed: 2019-08-01 12:26:52.574770217 +0000 UTC #43 duration: 1.588668287s #44 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #44 digest: sha256:7e739aabe064906c41c4cc1f89885165b583f73ae5b3a9973a8f0db250260904 #44 name: "[containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./" #44 started: 2019-08-01 12:26:52.607450722 +0000 UTC #18 ... #18 [frozen-images 1/3] RUN apt-get update && apt-get install -y jq ca-certi... #18 completed: 2019-08-01 12:26:53.228287976 +0000 UTC #18 duration: 56.638708128s #18 37.47 Reading package lists... #18 47.05 Building dependency tree... #18 49.10 Reading state information... #18 51.33 ca-certificates is already the newest version (20161130+nmu1+deb9u1). #18 51.33 The following additional packages will be installed: #18 51.37 libjq1 libonig4 #18 51.96 The following NEW packages will be installed: #18 51.96 jq libjq1 libonig4 #18 53.13 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. #18 53.13 Need to get 327 kB of archives. #18 53.13 After this operation, 1157 kB of additional disk space will be used. #18 53.13 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #18 53.15 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #18 53.17 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #18 54.58 debconf: delaying package configuration, since apt-utils is not installed #18 54.88 Fetched 327 kB in 1s (310 kB/s) #18 55.04 Selecting previously unselected package libonig4:amd64. #18 55.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #18 55.18 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... #18 55.26 Unpacking libonig4:amd64 (6.1.3-2) ... #18 55.69 Selecting previously unselected package libjq1:amd64. #18 55.72 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... #18 55.72 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #18 56.03 Selecting previously unselected package jq. #18 56.04 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... #18 56.08 Unpacking jq (1.5+dfsg-1.3) ... #18 56.41 Setting up libonig4:amd64 (6.1.3-2) ... #18 56.42 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #18 56.43 Processing triggers for libc-bin (2.24-11+deb9u4) ... #18 56.50 Setting up jq (1.5+dfsg-1.3) ... #20 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #20 digest: sha256:ba44ffa129ef000627f7ac5eff8878a4ecb75352ad117b684dd620033b4532c2 #20 name: "[frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /" #20 started: 2019-08-01 12:26:53.296036874 +0000 UTC #38 ... #38 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #38 completed: 2019-08-01 12:26:53.877638274 +0000 UTC #38 duration: 1.975116838s #39 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #39 digest: sha256:92c0b64a07f78114f125b1f439faa6e1d1f7c444ba31ccfe04e01b82d433fea3 #39 name: "[runc 2/3] COPY hack/dockerfile/install/runc.installer ./" #39 started: 2019-08-01 12:26:53.887468356 +0000 UTC #44 ... #44 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #44 completed: 2019-08-01 12:26:54.325805204 +0000 UTC #44 duration: 1.718354482s #9 ... #9 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser #9 digest: sha256:cdb6ad56a60fcda9e976b9dfdc6a1d98d5f6007f446e06edfc7e9ad7e9473e20 #9 name: "[dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser" #9 started: 2019-08-01 12:26:50.004835687 +0000 UTC #9 completed: 2019-08-01 12:26:53.907565102 +0000 UTC #9 duration: 3.902729415s #10 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #10 digest: sha256:3d9134e7141f4eb81540a5b3a08d20b4549ee39849780b88e3d2efba5057205f #10 name: "[dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc" #10 started: 2019-08-01 12:26:53.909388618 +0000 UTC #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 digest: sha256:b7a36175f4bf18e754a5042f55aab78bc72faa2ad53d54af561c6085d2820180 #45 name: "[containerd 4/4] RUN PREFIX=/build ./install.sh containerd" #45 started: 2019-08-01 12:26:54.331048939 +0000 UTC #40 2.634 + RM_GOPATH=0 #40 2.634 + TMP_GOPATH= #40 2.634 + : /build #40 2.634 + '[' -z '' ']' #40 2.634 ++ mktemp -d #40 2.635 + export GOPATH=/tmp/tmp.NbSmujaz0w #40 2.636 + GOPATH=/tmp/tmp.NbSmujaz0w #40 2.636 + RM_GOPATH=1 #40 2.639 ++ dirname ./install.sh #40 2.650 + dir=. #40 2.650 + bin=runc #40 2.650 + shift #40 2.650 + '[' '!' -f ./runc.installer ']' #40 2.650 + . ./runc.installer #40 2.650 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f #40 2.651 + install_runc #40 2.658 + grep -q '^3\.10\.0.*\.el7\.' #40 2.664 + uname -r #40 2.670 + RUNC_BUILDTAGS='seccomp apparmor selinux ' #40 2.680 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' #40 2.680 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) #40 2.680 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NbSmujaz0w/src/github.com/opencontainers/runc #40 2.687 Cloning into '/tmp/tmp.NbSmujaz0w/src/github.com/opencontainers/runc'... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 54.98 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] #55 54.98 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] #55 55.14 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] #55 55.23 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] #55 55.27 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] #55 55.27 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] #55 55.27 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] #55 56.73 debconf: delaying package configuration, since apt-utils is not installed #55 57.16 Fetched 3602 kB in 1s (2188 kB/s) #55 57.34 Selecting previously unselected package libnet1:amd64. #55 57.34 (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 ... 15090 files and directories currently installed.) #55 57.45 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... #55 57.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #55 57.63 Selecting previously unselected package libcap-dev:amd64. #55 57.63 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... #55 57.74 Unpacking libcap-dev:amd64 (1:2.25-1) ... #55 57.86 Selecting previously unselected package libnet1-dev. #55 57.86 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... #55 57.90 Unpacking libnet1-dev (1.1.6+dfsg-3) ... #55 58.22 Selecting previously unselected package libnl-3-200:amd64. #55 58.22 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... #55 58.24 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #55 58.48 Selecting previously unselected package libnl-3-dev:amd64. #55 58.51 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... #55 58.56 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... #55 59.03 Selecting previously unselected package libprotobuf-c1:amd64. #55 59.03 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... #55 59.03 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #55 59.21 Selecting previously unselected package libprotobuf-c-dev:amd64. #55 59.21 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... #55 59.24 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 59.49 Selecting previously unselected package zlib1g-dev:amd64. #55 59.52 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... #55 59.61 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #55 59.89 Selecting previously unselected package libprotobuf10:amd64. #55 59.92 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... #55 59.95 Unpacking libprotobuf10:amd64 (3.0.0-9) ... #55 61.17 Selecting previously unselected package libprotobuf-lite10:amd64. #55 61.18 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... #55 61.18 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... #55 61.45 Selecting previously unselected package libprotobuf-dev:amd64. #55 61.46 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... #55 61.46 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... #55 63.52 Selecting previously unselected package libprotoc10:amd64. #55 63.52 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... #55 63.53 Unpacking libprotoc10:amd64 (3.0.0-9) ... #55 64.78 Selecting previously unselected package protobuf-c-compiler. #55 64.79 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... #55 64.81 Unpacking protobuf-c-compiler (1.2.1-2) ... #20 ... #20 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #20 completed: 2019-08-01 12:26:55.218837893 +0000 UTC #20 duration: 1.922801019s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 digest: sha256:bc4554ecb14d1397c68b6b74814b71796640cabd4cb0968555fec603b84fa9ee #21 name: "[frozen-images 3/3] RUN /download-frozen-image-v2.sh /build \tbuildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 \tbusybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 \tbusybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 \tdebian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 \thello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c" #21 started: 2019-08-01 12:26:55.271517182 +0000 UTC #9 ... #9 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser #9 digest: sha256:cdb6ad56a60fcda9e976b9dfdc6a1d98d5f6007f446e06edfc7e9ad7e9473e20 #9 name: "[dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser" #9 started: 2019-08-01 12:26:52.258811147 +0000 UTC #9 completed: 2019-08-01 12:26:55.521392076 +0000 UTC #9 duration: 3.262580929s #10 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #10 digest: sha256:3d9134e7141f4eb81540a5b3a08d20b4549ee39849780b88e3d2efba5057205f #10 name: "[dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc" #10 started: 2019-08-01 12:26:55.52321095 +0000 UTC #10 ... #10 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #10 1.600 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #10 completed: 2019-08-01 12:26:55.637705968 +0000 UTC #10 duration: 1.72831735s #11 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ... #11 digest: sha256:da9ed4376517c06260a1efd85b6d4a0420fcab33cdaf317aa974aed64543c0dc #11 name: "[dev 4/22] RUN echo \"source /usr/share/bash-completion/bash_completion\" >> /etc/bash.bashrc" #11 started: 2019-08-01 12:26:55.639415593 +0000 UTC #39 ... #39 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #39 completed: 2019-08-01 12:26:55.580533095 +0000 UTC #39 duration: 1.693064739s #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 digest: sha256:e6dee78561e908bd99106cd4d9800c1156942a09e62cd68fe6316979fb0b2e6f #40 name: "[runc 3/3] RUN PREFIX=/build ./install.sh runc" #40 started: 2019-08-01 12:26:55.591892186 +0000 UTC #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 51.17 internal/x/crypto/curve25519 #31 56.08 sync #31 56.76 reflect #31 56.78 io #31 58.69 bytes #31 61.07 bufio #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 59.13 Selecting previously unselected package libprotobuf10:amd64. #55 59.13 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... #55 59.14 Unpacking libprotobuf10:amd64 (3.0.0-9) ... #55 59.90 Selecting previously unselected package libprotobuf-lite10:amd64. #55 59.92 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... #55 59.93 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... #55 60.18 Selecting previously unselected package libprotobuf-dev:amd64. #55 60.18 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... #55 60.18 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... #55 61.27 Selecting previously unselected package libprotoc10:amd64. #55 61.28 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... #55 61.29 Unpacking libprotoc10:amd64 (3.0.0-9) ... #55 61.81 Selecting previously unselected package protobuf-c-compiler. #55 61.81 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... #55 61.82 Unpacking protobuf-c-compiler (1.2.1-2) ... #55 62.14 Selecting previously unselected package protobuf-compiler. #55 62.15 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... #55 62.15 Unpacking protobuf-compiler (3.0.0-9) ... #55 62.53 Selecting previously unselected package python-pkg-resources. #55 62.53 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... #55 62.54 Unpacking python-pkg-resources (33.1.1-1) ... #55 62.86 Selecting previously unselected package python-protobuf. #55 62.87 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... #55 62.88 Unpacking python-protobuf (3.0.0-9) ... #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 56.06 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] #33 56.06 Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #33 56.06 Get:11 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #33 56.11 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #33 56.19 Get:13 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #33 57.15 Get:14 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #33 57.26 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] #33 58.93 debconf: delaying package configuration, since apt-utils is not installed #33 59.25 Fetched 20.2 MB in 5s (3981 kB/s) #33 59.48 Selecting previously unselected package cmake-data. #33 59.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #33 59.61 Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... #33 59.62 Unpacking cmake-data (3.7.2-1) ... #33 63.18 Selecting previously unselected package liblzo2-2:amd64. #33 63.19 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_amd64.deb ... #33 63.22 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #33 63.49 Selecting previously unselected package libicu57:amd64. #33 63.49 Preparing to unpack .../02-libicu57_57.1-6+deb9u2_amd64.deb ... #33 63.52 Unpacking libicu57:amd64 (57.1-6+deb9u2) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 65.22 Selecting previously unselected package protobuf-compiler. #55 65.23 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... #55 65.25 Unpacking protobuf-compiler (3.0.0-9) ... #55 65.66 Selecting previously unselected package python-pkg-resources. #55 65.66 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... #55 65.67 Unpacking python-pkg-resources (33.1.1-1) ... #55 66.16 Selecting previously unselected package python-protobuf. #55 66.17 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... #8 ... #8 [dev 1/22] RUN groupadd -r docker #8 digest: sha256:bb487054aa8cb5b2de60549ca3c9cf7c7f7a0a4b65a9a3993d9c008ace737030 #8 name: "[dev 1/22] RUN groupadd -r docker" #8 started: 2019-08-01 12:26:51.89738927 +0000 UTC #8 completed: 2019-08-01 12:26:56.51870856 +0000 UTC #8 duration: 4.62131929s #9 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser #9 digest: sha256:cdb6ad56a60fcda9e976b9dfdc6a1d98d5f6007f446e06edfc7e9ad7e9473e20 #9 name: "[dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser" #9 started: 2019-08-01 12:26:56.533479187 +0000 UTC #55 63.50 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #55 63.63 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #55 63.65 Setting up python-pkg-resources (33.1.1-1) ... #55 66.17 Unpacking python-protobuf (3.0.0-9) ... #11 ... #11 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ... #11 completed: 2019-08-01 12:26:57.409363794 +0000 UTC #11 duration: 1.769948201s #12 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #12 digest: sha256:df4eb2c8af01468d536eee9d3770e2b5896ce8abb3649347d28356684d5816fb #12 name: "[dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker" #12 started: 2019-08-01 12:26:57.411879932 +0000 UTC #10 ... #10 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #10 completed: 2019-08-01 12:26:57.459939604 +0000 UTC #10 duration: 1.936728654s #10 1.729 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #11 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ... #11 digest: sha256:da9ed4376517c06260a1efd85b6d4a0420fcab33cdaf317aa974aed64543c0dc #11 name: "[dev 4/22] RUN echo \"source /usr/share/bash-completion/bash_completion\" >> /etc/bash.bashrc" #11 started: 2019-08-01 12:26:57.47309891 +0000 UTC #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 55.65 sync #28 56.67 io #28 56.71 reflect #28 58.64 syscall #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 6.382 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #21 7.507 ######################################################################## 100.0% #21 8.067 ## 3.4% #### 6.8% ###### 9.4% ############ 16.9% ################ 23.1% #################### 29.2% ####################### 32.2% ########################## 37.1% ################################ 44.7% ################################### 49.8% ###################################### 54.0% ########################################## 59.6%#11 completed: 2019-08-01 12:26:59.400552295 +0000 UTC #11 duration: 1.927453385s #12 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #12 digest: sha256:df4eb2c8af01468d536eee9d3770e2b5896ce8abb3649347d28356684d5816fb #12 name: "[dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker" #12 started: 2019-08-01 12:26:59.40237494 +0000 UTC #12 ... #12 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #12 completed: 2019-08-01 12:26:59.40382686 +0000 UTC #12 duration: 1.991946928s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 8.067 ## 3.4% #### 6.8% ###### 9.4% ############ 16.9% ################ 23.1% #################### 29.2% ####################### 32.2% ########################## 37.1% ################################ 44.7% ################################### 49.8% ###################################### 54.0% ########################################## 59.6% ############################################# 63.0% ############################################## 65.2% ################################################ 68.0% ###################################################### 75.4% ############################################################ 83.6%#9 completed: 2019-08-01 12:26:59.625499427 +0000 UTC #9 duration: 3.09202024s #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 3.876 + RM_GOPATH=0 #40 3.886 + TMP_GOPATH= #40 3.886 + : /build #40 3.886 + '[' -z '' ']' #40 3.920 ++ mktemp -d #40 3.922 + export GOPATH=/tmp/tmp.NkjCBVk4ie #40 3.922 + GOPATH=/tmp/tmp.NkjCBVk4ie #40 3.922 + RM_GOPATH=1 #40 3.922 ++ dirname ./install.sh #40 3.924 + dir=. #40 3.924 + bin=runc #40 3.924 + shift #40 3.924 + '[' '!' -f ./runc.installer ']' #40 3.924 + . ./runc.installer #40 3.924 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f #40 3.924 + install_runc #40 3.924 + uname -r #40 3.931 + grep -q '^3\.10\.0.*\.el7\.' #40 3.940 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) #40 3.941 + RUNC_BUILDTAGS='seccomp apparmor selinux ' #40 3.941 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' #40 3.941 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NkjCBVk4ie/src/github.com/opencontainers/runc #40 3.951 Cloning into '/tmp/tmp.NkjCBVk4ie/src/github.com/opencontainers/runc'... ################################################################ 89.2%#28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 55.10 sync #28 56.10 io #28 56.12 reflect #28 57.90 syscall #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 53.45 + cd /tmp/tmp.ERjfUoakUt/src/github.com/go-swagger/go-swagger #16 53.45 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb #16 56.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 53.81 The following additional packages will be installed: #55 53.83 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 #55 53.83 libprotoc10 python-pkg-resources zlib1g-dev #55 53.84 Suggested packages: #55 53.86 manpages-dev python-setuptools #55 55.88 The following NEW packages will be installed: #55 55.88 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev #55 55.88 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 #55 55.92 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf #55 55.92 zlib1g-dev #55 57.08 0 upgraded, 16 newly installed, 0 to remove and 4 not upgraded. #55 57.08 Need to get 3602 kB of archives. #55 57.08 After this operation, 18.9 MB of additional disk space will be used. #55 57.08 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #55 57.08 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] #55 57.08 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] #55 57.09 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #55 57.09 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] #55 57.11 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #55 57.11 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] #55 57.14 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] #55 57.19 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] #55 57.33 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] #55 57.35 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] #55 57.55 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] #55 57.66 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] #55 57.69 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] #55 57.69 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] #55 57.69 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] #55 59.27 debconf: delaying package configuration, since apt-utils is not installed #55 59.59 Fetched 3602 kB in 1s (2113 kB/s) #55 59.76 Selecting previously unselected package libnet1:amd64. #55 59.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15090 files and directories currently installed.) #55 59.89 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... #55 59.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #55 60.10 Selecting previously unselected package libcap-dev:amd64. #55 60.10 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... #55 60.13 Unpacking libcap-dev:amd64 (1:2.25-1) ... #55 60.26 Selecting previously unselected package libnet1-dev. #55 60.27 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... #55 60.28 Unpacking libnet1-dev (1.1.6+dfsg-3) ... #55 60.61 Selecting previously unselected package libnl-3-200:amd64. #55 60.61 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... #55 60.61 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #55 60.75 Selecting previously unselected package libnl-3-dev:amd64. #55 60.75 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... #55 60.80 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... #55 61.21 Selecting previously unselected package libprotobuf-c1:amd64. #55 61.21 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... #55 61.23 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #55 61.41 Selecting previously unselected package libprotobuf-c-dev:amd64. #55 61.43 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... #55 61.44 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 61.59 Selecting previously unselected package zlib1g-dev:amd64. #55 61.62 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... #55 61.62 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #55 61.96 Selecting previously unselected package libprotobuf10:amd64. #55 61.97 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... #55 61.98 Unpacking libprotobuf10:amd64 (3.0.0-9) ... #55 62.89 Selecting previously unselected package libprotobuf-lite10:amd64. #55 62.89 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... #55 62.91 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... #55 63.22 Selecting previously unselected package libprotobuf-dev:amd64. #55 63.22 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... #55 63.22 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... #################################################################### 94.5% ####################################################################### 99.3% ######################################################################## 100.0% #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 4.961 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #21 5.818 ######################################################################## 100.0% #21 6.123 ### 5.2% ######## 12.3% ############ 17.5% ################ 22.7% ################### 27.4% #################### 28.6% ######################## 33.4% ############################ 39.6% ############################# 41.6% ############################### 44.4% #################################### 50.8% ###################################### 53.6% ######################################## 56.8% ########################################### 61.0% ############################################## 64.4% ################################################ 67.1% ################################################## 70.1% #################################################### 73.3% ###################################################### 75.6% ############################################################## 86.3% ################################################################## 92.5% ######################################################################## 100.0% #21 9.372 ######################################################################## 100.0% #21 9.783 ######### 13.0% ################## 26.0% #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 digest: sha256:32deef29c52585e953389b1eb1d73cd26124c072546100defa88f328a486a502 #45 name: "[containerd 4/4] RUN PREFIX=/build ./install.sh containerd" #45 started: 2019-08-01 12:26:50.544756734 +0000 UTC #45 3.261 + RM_GOPATH=0 #45 3.261 + TMP_GOPATH= #45 3.261 + : /build #45 3.261 + '[' -z '' ']' #45 3.261 ++ mktemp -d #45 3.269 Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603 #45 3.269 + export GOPATH=/tmp/tmp.2uxBmBiUzg #45 3.269 + GOPATH=/tmp/tmp.2uxBmBiUzg #45 3.269 + RM_GOPATH=1 #45 3.269 ++ dirname ./install.sh #45 3.269 + dir=. #45 3.269 + bin=containerd #45 3.269 + shift #45 3.269 + '[' '!' -f ./containerd.installer ']' #45 3.269 + . ./containerd.installer #45 3.269 ++ CONTAINERD_COMMIT=85f6aa58b8a3170aec9824568f7a31832878b603 #45 3.269 + install_containerd #45 3.269 + echo 'Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603' #45 3.269 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2uxBmBiUzg/src/github.com/containerd/containerd #45 3.269 Cloning into '/tmp/tmp.2uxBmBiUzg/src/github.com/containerd/containerd'... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 9.783 ######### 13.0% ################## 26.0% ######################### 35.3% ################################### 49.3% ############################################## 64.0% ###################################################### 75.6% ############################################################### 87.7%#13 ... #13 [dev 6/22] RUN ldconfig #13 digest: sha256:c5525c2ee49a5dfa3f5a21c8dea0fac51c838c05e536047bd32d506830c4e5e6 #13 name: "[dev 6/22] RUN ldconfig" #13 started: 2019-08-01 12:26:59.407802853 +0000 UTC #13 completed: 2019-08-01 12:27:01.073963342 +0000 UTC #13 duration: 1.666160489s #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 54.40 Selecting previously unselected package liblzo2-2:amd64. #33 54.40 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_amd64.deb ... #33 54.42 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #33 54.68 Selecting previously unselected package libicu57:amd64. #33 54.69 Preparing to unpack .../02-libicu57_57.1-6+deb9u2_amd64.deb ... #33 54.69 Unpacking libicu57:amd64 (57.1-6+deb9u2) ... #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 3.725 + RM_GOPATH=0 #45 3.727 + TMP_GOPATH= #45 3.727 + : /build #45 3.727 + '[' -z '' ']' #45 3.727 ++ mktemp -d #45 3.748 + export GOPATH=/tmp/tmp.vkKcPuJiIA #45 3.748 + GOPATH=/tmp/tmp.vkKcPuJiIA #45 3.748 + RM_GOPATH=1 #45 3.760 ++ dirname ./install.sh #45 3.764 Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603 #45 3.764 + dir=. #45 3.764 + bin=containerd #45 3.764 + shift #45 3.764 + '[' '!' -f ./containerd.installer ']' #45 3.764 + . ./containerd.installer #45 3.764 ++ CONTAINERD_COMMIT=85f6aa58b8a3170aec9824568f7a31832878b603 #45 3.764 + install_containerd #45 3.764 + echo 'Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603' #45 3.764 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vkKcPuJiIA/src/github.com/containerd/containerd #45 3.777 Cloning into '/tmp/tmp.vkKcPuJiIA/src/github.com/containerd/containerd'... ######################################################################## 100.0% #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 digest: sha256:16f45f51e9a8475fe22808dd7b6ca40b4e0b000b22e3feeb27e9ec8c06281b2a #14 name: "[dev 7/22] RUN apt-get update && apt-get install -y \tapparmor \taufs-tools \tbash-completion \tbtrfs-tools \tiptables \tjq \tlibcap2-bin \tlibdevmapper-dev \tlibudev-dev \tlibsystemd-dev \tbinutils-mingw-w64 \tg++-mingw-w64-x86-64 \tnet-tools \tpigz \tpython3-pip \tpython3-setuptools \tthin-provisioning-tools \tvim \tvim-common \txfsprogs \tzip \tbzip2 \txz-utils \tlibprotobuf-c1 \tlibnet1 \tlibnl-3-200 \t--no-install-recommends" #14 started: 2019-08-01 12:27:01.075601283 +0000 UTC #10 ... #10 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... #10 digest: sha256:3d9134e7141f4eb81540a5b3a08d20b4549ee39849780b88e3d2efba5057205f #10 name: "[dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc" #10 started: 2019-08-01 12:26:59.627316839 +0000 UTC #10 completed: 2019-08-01 12:27:01.472209147 +0000 UTC #10 duration: 1.844892308s #10 1.625 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #11 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ... #11 digest: sha256:da9ed4376517c06260a1efd85b6d4a0420fcab33cdaf317aa974aed64543c0dc #11 name: "[dev 4/22] RUN echo \"source /usr/share/bash-completion/bash_completion\" >> /etc/bash.bashrc" #11 started: 2019-08-01 12:27:01.47393323 +0000 UTC #12 ... #12 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #12 completed: 2019-08-01 12:27:01.590281201 +0000 UTC #12 duration: 2.187906261s #13 [dev 6/22] RUN ldconfig #13 digest: sha256:c5525c2ee49a5dfa3f5a21c8dea0fac51c838c05e536047bd32d506830c4e5e6 #13 name: "[dev 6/22] RUN ldconfig" #13 started: 2019-08-01 12:27:01.592514999 +0000 UTC #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 59.13 sync #31 60.22 io #31 60.22 reflect #31 62.49 bytes #31 66.38 bufio #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 11.13 ######################################################################## 100.0% #21 11.54 ##### 7.1% ############# 18.8% ################### 27.5% ######################## 33.8% ################################ 45.7% ####################################### 55.2% ################################################ 67.3% ############################################################## 87.5% ######################################################################## 100.0% #21 13.23 ######################################################################## 100.0% #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 3.767 + RM_GOPATH=0 #40 3.767 + TMP_GOPATH= #40 3.767 + : /build #40 3.767 + '[' -z '' ']' #40 3.767 ++ mktemp -d #40 3.771 + export GOPATH=/tmp/tmp.YcHni8YFSY #40 3.771 + GOPATH=/tmp/tmp.YcHni8YFSY #40 3.771 + RM_GOPATH=1 #40 3.771 ++ dirname ./install.sh #40 3.773 + dir=. #40 3.773 + bin=runc #40 3.773 + shift #40 3.773 + '[' '!' -f ./runc.installer ']' #40 3.773 + . ./runc.installer #40 3.773 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f #40 3.773 + install_runc #40 3.773 + grep -q '^3\.10\.0.*\.el7\.' #40 3.779 + uname -r #40 3.788 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) #40 3.788 + RUNC_BUILDTAGS='seccomp apparmor selinux ' #40 3.788 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' #40 3.788 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YcHni8YFSY/src/github.com/opencontainers/runc #40 3.807 Cloning into '/tmp/tmp.YcHni8YFSY/src/github.com/opencontainers/runc'... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 13.59 #### 5.7%#33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 60.56 Selecting previously unselected package liblzo2-2:amd64. #33 60.56 Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_amd64.deb ... #33 60.56 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #33 60.85 Selecting previously unselected package libicu57:amd64. #33 60.85 Preparing to unpack .../02-libicu57_57.1-6+deb9u2_amd64.deb ... #33 60.87 Unpacking libicu57:amd64 (57.1-6+deb9u2) ... ############ 17.2% #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 11.40 ######################################################################## 100.0% #21 11.71 1.2% ##### 7.2% ######## 11.2% ########### 16.6% ################# 24.4% #################### 29.0% ######################## 34.3% ################################### 49.6% ############################################ 61.7% #################################################### 73.1% ########################################################### 82.9% ################################################################ 88.9% ###################################################################### 97.6% ######################################################################## 100.0% #13 ... #13 [dev 6/22] RUN ldconfig #13 completed: 2019-08-01 12:27:04.019837568 +0000 UTC #13 duration: 2.427322569s ################# 24.7% #################### 28.7% ############################# 40.5% #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 2.466 + RM_GOPATH=0 #45 2.466 + TMP_GOPATH= #45 2.466 + : /build #45 2.466 + '[' -z '' ']' #45 2.472 ++ mktemp -d #45 2.476 + export GOPATH=/tmp/tmp.0ZNYRdRcTy #45 2.476 + GOPATH=/tmp/tmp.0ZNYRdRcTy #45 2.476 + RM_GOPATH=1 #45 2.477 ++ dirname ./install.sh #45 2.478 + dir=. #45 2.478 + bin=containerd #45 2.478 + shift #45 2.478 + '[' '!' -f ./containerd.installer ']' #45 2.478 + . ./containerd.installer #45 2.478 ++ CONTAINERD_COMMIT=85f6aa58b8a3170aec9824568f7a31832878b603 #45 2.478 + install_containerd #45 2.478 + echo 'Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603' #45 2.478 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0ZNYRdRcTy/src/github.com/containerd/containerd #45 2.480 Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603 #45 2.483 Cloning into '/tmp/tmp.0ZNYRdRcTy/src/github.com/containerd/containerd'... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 digest: sha256:16f45f51e9a8475fe22808dd7b6ca40b4e0b000b22e3feeb27e9ec8c06281b2a #14 name: "[dev 7/22] RUN apt-get update && apt-get install -y \tapparmor \taufs-tools \tbash-completion \tbtrfs-tools \tiptables \tjq \tlibcap2-bin \tlibdevmapper-dev \tlibudev-dev \tlibsystemd-dev \tbinutils-mingw-w64 \tg++-mingw-w64-x86-64 \tnet-tools \tpigz \tpython3-pip \tpython3-setuptools \tthin-provisioning-tools \tvim \tvim-common \txfsprogs \tzip \tbzip2 \txz-utils \tlibprotobuf-c1 \tlibnet1 \tlibnl-3-200 \t--no-install-recommends" #14 started: 2019-08-01 12:27:04.022924413 +0000 UTC #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 2.943 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #14 3.060 Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease #14 3.060 Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease #14 3.062 Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release + rm -rf /tmp/tmp.FiFlhh0vqH Removing intermediate container e9f06099d95f ---> c2f4a2187706 Step 16/110 : FROM base AS frozen-images ---> 2a28285bdb9f Step 17/110 : RUN apt-get update && apt-get install -y jq ca-certificates --no-install-recommends ---> Running in 4aecb34bcf98 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 56.92 internal/x/crypto/curve25519 #31 61.39 sync #31 62.36 reflect #31 62.36 io #31 65.01 bytes #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 6.508 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #21 7.259 ######################################################################## 100.0% #21 7.539 # 1.9% ### 5.3% ##### 8.0% ######## 12.2% ########### 15.3% ############## 20.8% ################## 25.5% ######################## 33.5% ############################# 40.8% #################################### 50.6% ######################################### 58.1% ############################################## 64.9% ################################################## 70.8% ########################################################## 81.1% ################################################################# 91.1% ####################################################################### 99.3% ######################################################################## 100.0% #21 9.860 ######################################################################## 100.0% #21 10.31 ####### 10.2% ######################## 34.5% ####################################### 55.1% ###################################################### 75.5% ################################################################ 89.1% ######################################################################## 100.0% #11 ... #11 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ... #11 completed: 2019-08-01 12:27:06.74543391 +0000 UTC #11 duration: 5.27150068s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 11.58 ######################################################################## 100.0% #21 12.04 ## 3.7% ##### 7.4%#55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 67.10 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #55 67.23 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #55 67.24 Setting up python-pkg-resources (33.1.1-1) ... #55 72.54 Setting up libnet1-dev (1.1.6+dfsg-3) ... #55 72.56 Setting up libprotobuf10:amd64 (3.0.0-9) ... #55 72.60 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 72.64 Setting up python-protobuf (3.0.0-9) ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 13.59 #### 5.7% ############ 17.2% ################# 24.7% #################### 28.7% ############################# 40.5% ############################### 43.9% ################################# 46.8% #################################### 51.3% ######################################## 56.1% ################################################ 67.9% ###################################################### 76.1% ############################################################# 85.4% ################################################################ 89.4% ################################################################# 91.5% ######################################################################## 100.0% #21 16.37 ######################################################################## 100.0% #21 16.81 1.2% ## 3.5% #### 5.8% #### 6.9% ####### 10.1% ######## 12.3% ########## 14.0% ############ 16.9% ########## 14.0% ############## 19.6% ############### 22.0%############# 19.2% ############## 20.0%Fetched 7714 kB in 2s (3220 kB/s) Reading package lists... ################### 27.3% ######################## 33.5% #### ################# 24.3% ################### 27.2% ##################### 30.1%######################## 39.7% ################################## 48.3% #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 63.24 syscall #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 14.16 ######################################################################## 100.0% #21 14.61 0.1% # 1.4% ## 4.1% #### 6.1% ###### 9.1% ######## 11.8% ########## 14.0% ########### 16.3% ############# 19.0% ################ 22.6% ################# 25.0% ################### 27.0% #################### 28.9% ###################### 31.8% ######################## 34.4% ######################### 35.8% ########################### 37.5% ############################# 41.6% ################################ 45.0% ################################## 48.5% ##################################### 51.4% ####################################### 54.8% ######################################## 56.9% ########################################## 58.9% ############################################# 62.9% ############################################### 66.2% ################################################# 69.2% ################################################## 70.5% ####################### 32.5% ##################################### 51.9% ####################################### 54.4%##################################################### 73.7% ###################################################### 75.2% ####################################################### 77.2%######################## 34.3% ######################### 36.1% ########################### 38.1% ########################################### 60.4% ################################################## 70.3% ####################################################### 77.0% #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 60.08 sync #28 61.29 io #28 61.29 reflect #28 63.48 syscall ######################################################### 79.4% ############################# 40.4% ############################## 42.5% Reading package lists...#21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 12.04 ## 3.7% ##### 7.4% ########## 14.0% ############## 19.6% ############### 22.0% ################### 27.3% ######################## 33.5% ############################ 39.7% ################################## 48.3% ##################################### 51.9% ####################################### 54.4% ########################################### 60.4% ################################################## 70.3% ####################################################### 77.0% ############################################################ 83.4% ################################################################# 90.5% ###################################################################### 98.3% ################################################################### 82.0% ############################################################ 83.6% ############################################################# 85.7% ############################### 44.2% ################################ 45.7% ################################## 47.6%################################################################ 100.0% ############################################################## 87.3% ################################################################ 89.1% ################################################################# 90.8% ################################### 48.8% #21 14.45 ######################################################################## 100.0% ################################################################## 92.6%#################################### 50.2% ##################################### 51.9% ###################################### 53.1% ################################################################### 94.3% ##################################################################### 96.4% ####################################################################### 99.0% ######################################################################## 100.0% ####################################### 55.4% ######################################### 57.5% Building dependency tree... ########################################## 58.8% ########################################### 61.0% #21 14.95 # 2.0% Reading state information... ca-certificates is already the newest version (20161130+nmu1+deb9u1). The following additional packages will be installed: libjq1 libonig4 ############################################ 62.2% ############################################## 64.3%#21 19.80 ## 4.0% ### 4.7%The following NEW packages will be installed: jq libjq1 libonig4 0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. Need to get 310 kB of archives. After this operation, 1267 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] ############################################### 65.6% ################################################ 67.0% ################################################# 68.4% #### 5.8% #### 6.8% ####### 9.7%debconf: delaying package configuration, since apt-utils is not installed Fetched 310 kB in 0s (3663 kB/s) Selecting previously unselected package libonig4:ppc64el. (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 ... 14949 files and directories currently installed.) Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... Unpacking libonig4:ppc64el (6.1.3-2) ... Selecting previously unselected package libjq1:ppc64el. Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... Selecting previously unselected package jq. Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... Unpacking jq (1.5+dfsg-1.3) ... Setting up libonig4:ppc64el (6.1.3-2) ... Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up jq (1.5+dfsg-1.3) ... ################################################## 70.5% #################################################### 72.5% ###################################################### 75.1% ######## 11.9% ######### 13.8% ###################################################### 76.3%########### 15.8% ############ 17.9% #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 64.75 Selecting previously unselected package libxml2:amd64. #33 64.75 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... #33 64.77 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 66.06 Selecting previously unselected package libarchive13:amd64. #33 66.06 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u1_amd64.deb ... #33 66.10 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 66.79 Selecting previously unselected package libjsoncpp1:amd64. #33 66.80 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... #33 66.81 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #33 67.30 Selecting previously unselected package libuv1:amd64. #33 67.32 Preparing to unpack .../06-libuv1_1.9.1-3_amd64.deb ... #33 67.34 Unpacking libuv1:amd64 (1.9.1-3) ... #33 67.68 Selecting previously unselected package cmake. #33 67.68 Preparing to unpack .../07-cmake_3.7.2-1_amd64.deb ... #33 67.93 Unpacking cmake (3.7.2-1) ... #33 73.06 Selecting previously unselected package sgml-base. #33 73.06 Preparing to unpack .../08-sgml-base_1.29_all.deb ... #33 73.12 Unpacking sgml-base (1.29) ... #33 73.51 Selecting previously unselected package xxd. #33 73.51 Preparing to unpack .../09-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #33 73.53 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #33 73.81 Selecting previously unselected package vim-common. #33 73.88 Preparing to unpack .../10-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #33 73.93 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #33 74.44 Selecting previously unselected package libgpm2:amd64. #33 74.46 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #33 74.48 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... Removing intermediate container 4aecb34bcf98 ---> 5280344c9a8f Step 18/110 : COPY contrib/download-frozen-image-v2.sh / ######################################################## 78.7% ######################################################### 80.3% ########################################################## 81.4%#33 74.77 Selecting previously unselected package vim-runtime. #33 74.82 Preparing to unpack .../12-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 14.95 # 2.0% ## 4.0% ### 4.7% #### 5.8% #### 6.8% ####### 9.7% ######## 11.9% ######### 13.8% ########### 15.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 23.5% ################# ########################################################### 83.0% ############################################################# 85.2% ############################################################## 87.0% ---> 072e86156c25 Step 19/110 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c ---> Running in 6b42121f8392 24.7% #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 65.12 Selecting previously unselected package libprotoc10:amd64. #55 65.13 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... #55 65.14 Unpacking libprotoc10:amd64 (3.0.0-9) ... #55 66.55 Selecting previously unselected package protobuf-c-compiler. #55 66.56 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... #55 66.63 Unpacking protobuf-c-compiler (1.2.1-2) ... #55 66.79 Selecting previously unselected package protobuf-compiler. #55 66.80 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... #55 66.81 Unpacking protobuf-compiler (3.0.0-9) ... #55 67.14 Selecting previously unselected package python-pkg-resources. #55 67.15 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... #55 67.17 Unpacking python-pkg-resources (33.1.1-1) ... #55 67.68 Selecting previously unselected package python-protobuf. #55 67.68 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... #55 67.71 Unpacking python-protobuf (3.0.0-9) ... #55 68.76 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #55 68.89 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #55 68.90 Setting up python-pkg-resources (33.1.1-1) ... #55 74.28 Setting up libnet1-dev (1.1.6+dfsg-3) ... #55 74.31 Setting up libprotobuf10:amd64 (3.0.0-9) ... #55 74.32 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 74.37 Setting up python-protobuf (3.0.0-9) ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 14.95 # 2.0% ## 4.0% ### 4.7% #### 5.8% #### 6.8% ####### 9.7% ######## 11.9% ######### 13.8% ########### 15.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 23.5% ################# 24.7% ################### 26.5% ############################################################### 88.5% #################### 29.0% #12 ... #12 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... #12 digest: sha256:df4eb2c8af01468d536eee9d3770e2b5896ce8abb3649347d28356684d5816fb #12 name: "[dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker" #12 started: 2019-08-01 12:27:06.74726109 +0000 UTC #12 completed: 2019-08-01 12:27:12.060320871 +0000 UTC #12 duration: 5.313059781s #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 14.95 # 2.0% ## 4.0% ### 4.7% #### 5.8% #### 6.8% ####### 9.7% ######## 11.9% ######### 13.8% ########### 15.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 23.5% ################# 24.7% ################### 26.5% #################### 29.0% ###################### 31.7%🇩 bin/containerd-stress ################################################################# 91.0% ################################################################## 92.2% ################################################################### 93.8% ######################## 33.5% ######################### 35.8% ########################### 38.1%#21 21.64 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... #################################################################### 95.1% ##################################################################### 96.8% ############################# 40.3% ############################### 43.7%#21 22.11 ######################################################################## 100.0% #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 69.52 Setting up libnet1-dev (1.1.6+dfsg-3) ... #55 69.54 Setting up libprotobuf10:amd64 (3.0.0-9) ... #55 69.59 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 69.61 Setting up python-protobuf (3.0.0-9) ... #55 77.69 Setting up libcap-dev:amd64 (1:2.25-1) ... #55 77.71 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 77.72 Setting up libnl-3-200:amd64 (3.2.27-2) ... #55 77.76 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... #55 77.78 Setting up libprotoc10:amd64 (3.0.0-9) ... #55 77.81 Setting up protobuf-c-compiler (1.2.1-2) ... #55 77.85 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #55 77.89 Setting up protobuf-compiler (3.0.0-9) ... #55 77.90 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... #55 77.93 Setting up libnl-3-dev:amd64 (3.2.27-2) ... #55 77.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... ###################################################################### 98.6% ######################################################################## 100.0% #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 69.74 time #28 78.88 sort #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 81.03 Setting up libcap-dev:amd64 (1:2.25-1) ... #55 81.05 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 81.06 Setting up libnl-3-200:amd64 (3.2.27-2) ... #55 81.13 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... #55 81.17 Setting up libprotoc10:amd64 (3.0.0-9) ... #55 81.21 Setting up protobuf-c-compiler (1.2.1-2) ... #55 81.23 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #55 81.26 Setting up protobuf-compiler (3.0.0-9) ... #55 81.28 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... #55 81.29 Setting up libnl-3-dev:amd64 (3.2.27-2) ... #55 81.31 Processing triggers for libc-bin (2.24-11+deb9u4) ... Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... ################################# 45.9% ################################### 48.8%🇩 bin/containerd-shim #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 72.56 Selecting previously unselected package libxml2:amd64. #33 72.59 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... #33 72.60 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 73.66 Selecting previously unselected package libarchive13:amd64. #33 73.66 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u1_amd64.deb ... #33 73.67 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 74.15 Selecting previously unselected package libjsoncpp1:amd64. #33 74.18 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... #33 74.19 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #33 74.63 Selecting previously unselected package libuv1:amd64. #33 74.63 Preparing to unpack .../06-libuv1_1.9.1-3_amd64.deb ... #33 74.65 Unpacking libuv1:amd64 (1.9.1-3) ... #33 74.82 Selecting previously unselected package cmake. #33 74.82 Preparing to unpack .../07-cmake_3.7.2-1_amd64.deb ... #33 74.96 Unpacking cmake (3.7.2-1) ... #33 79.91 Selecting previously unselected package sgml-base. #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 69.97 syscall  ######################################################################## 100.0%  #################################### 51.1% ##################################### 52.6% ######################################### 57.9%#33 79.92 Preparing to unpack .../08-sgml-base_1.29_all.deb ... #33 80.00 Unpacking sgml-base (1.29) ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 22.89  #######  10.9% ###################    27.5% #################################   46.7% ########################################### 60.1%#21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 22.66 ######################################################################## 100.0% #21 22.83 #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 68.44 time #28 76.44 sort #28 77.31 internal/poll #28 78.03 internal/fmtsort  ############################################     62.3% ################################################ 67.4% ############################################ 62.1% ############################################# 63.3% ############################################## 64.2%#33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 80.38 Selecting previously unselected package xxd. #33 80.38 Preparing to unpack .../09-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #33 80.38 Unpacking xxd (2:8.0.0197-4+deb9u3) ...  ############################################################  83.8% ######################################################################## 100.0%  ############################################### 65.4% ################################################ #33 80.79 Selecting previously unselected package vim-common. #33 80.79 Preparing to unpack .../10-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #33 80.85 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... 67.4% ################################################## 69.4% ######### ######################################################################## 100.0%  #######################   32.8%#33 81.15 Selecting previously unselected package libgpm2:amd64. #33 81.15 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #33 81.16 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... ########################################### 73.2% ###################################################### 75.5% ####################################################### 77.8% #######################################################     76.7% ######################################################################## 100.0% #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 14.53 + cd /tmp/tmp.YcHni8YFSY/src/github.com/opencontainers/runc #40 14.53 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f #40 14.97 + '[' -z '' ']' #40 14.98 + target=static #40 14.98 + make 'BUILDTAGS=seccomp apparmor selinux ' static #40 17.54 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 75.43 Selecting previously unselected package libxml2:amd64. #33 75.45 Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... #33 75.45 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 76.59 Selecting previously unselected package libarchive13:amd64. #33 76.59 Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u1_amd64.deb ... #33 76.61 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 77.29 Selecting previously unselected package libjsoncpp1:amd64. #33 77.30 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ... #33 77.35 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #33 77.77 Selecting previously unselected package libuv1:amd64. #33 77.77 Preparing to unpack .../06-libuv1_1.9.1-3_amd64.deb ... #33 77.78 Unpacking libuv1:amd64 (1.9.1-3) ... #33 78.17 Selecting previously unselected package cmake. #33 78.17 Preparing to unpack .../07-cmake_3.7.2-1_amd64.deb ... #33 78.48 Unpacking cmake (3.7.2-1) ... ########################################################## 80.9% ########################################################### 82.9% ######################################################################## 100.0%  #########  12.8%#33 81.53 Selecting previously unselected package vim-runtime. #33 81.54 Preparing to unpack .../12-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #33 81.64 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #33 81.71 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' ############################################################# 84.9% ############################################################## 87.4%  #######################                   33.3% ########################################               56.6%#33 81.73 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #33 84.54 Selecting previously unselected package sgml-base. #33 84.59 Preparing to unpack .../08-sgml-base_1.29_all.deb ... #33 84.63 Unpacking sgml-base (1.29) ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 25.21 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... ################################################################# 90.3% ################################################################### 93.1% ############################################################# 84.9% ######################################################################## 100.0% #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 12.91 + cd /tmp/tmp.NbSmujaz0w/src/github.com/opencontainers/runc #40 12.91 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f #40 13.28 + '[' -z '' ']' #40 13.28 + target=static #40 13.28 + make 'BUILDTAGS=seccomp apparmor selinux ' static #40 15.88 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 78.93 internal/syscall/unix #28 79.47 strings ##################################################################### 95.9% ###################################################################### 98.2%  ######################################################################## 100.0%  ###  4.5%######################################################################## 100.0%  #########  12.9% ###############    22.1% ######################    31.0%#21 20.62  ############################    39.1% #################################    46.5% #######################################  55.3% ############################################# 62.9% ################################################### 71.4% ##############################21 26.26 ######################################################################## 100.0% #21 26.51 ######################################################################## 100.0% #28 81.40 os ############################       79.6% ###############################################################  88.3% #####################################################################  96.3% ######################################################################## 100.0% #21 26.63 #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 68.09 bufio #31 71.35 syscall #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 14.72 + cd /tmp/tmp.NkjCBVk4ie/src/github.com/opencontainers/runc #40 14.75 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f #40 15.18 + '[' -z '' ']' #40 15.19 + target=static #40 15.19 + make 'BUILDTAGS=seccomp apparmor selinux ' static #40 18.75 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... #13 ... #13 [dev 6/22] RUN ldconfig #13 digest: sha256:c5525c2ee49a5dfa3f5a21c8dea0fac51c838c05e536047bd32d506830c4e5e6 #13 name: "[dev 6/22] RUN ldconfig" #13 started: 2019-08-01 12:27:12.062392146 +0000 UTC #13 completed: 2019-08-01 12:27:17.842871159 +0000 UTC #13 duration: 5.780479013s #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 74.93 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #33 75.04 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #33 75.06 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 digest: sha256:16f45f51e9a8475fe22808dd7b6ca40b4e0b000b22e3feeb27e9ec8c06281b2a #14 name: "[dev 7/22] RUN apt-get update && apt-get install -y \tapparmor \taufs-tools \tbash-completion \tbtrfs-tools \tiptables \tjq \tlibcap2-bin \tlibdevmapper-dev \tlibudev-dev \tlibsystemd-dev \tbinutils-mingw-w64 \tg++-mingw-w64-x86-64 \tnet-tools \tpigz \tpython3-pip \tpython3-setuptools \tthin-provisioning-tools \tvim \tvim-common \txfsprogs \tzip \tbzip2 \txz-utils \tlibprotobuf-c1 \tlibnet1 \tlibnl-3-200 \t--no-install-recommends" #14 started: 2019-08-01 12:27:17.848568622 +0000 UTC  ######################################################################## 100.0% 🇩 bin/containerd-shim-runc-v1 #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 7.219 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 87.74 fatal: Not a git repository (or any of the parent directories): .git #55 87.84 GEN .gitid #55 87.87 GEN criu/include/version.h #55 87.93 GEN include/common/asm #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 5.028 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #14 5.149 Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease #14 5.149 Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease #14 5.180 Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release #14 9.477 Reading package lists... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 25.43 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #21 26.64 ######################################################################## 100.0% #21 26.90 ################################################# 68.9% ######################################################################## 100.0% #21 27.20 #21 28.72 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 74.52 time #31 75.78 sort #31 77.91 internal/fmtsort #31 79.46 internal/syscall/unix #31 80.12 strings #31 84.44 internal/poll #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 29.04 skipping existing 1849cc453dee  #    1.6% ######################################################################## 100.0%  #21 29.30 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...  ######################################################################## 100.0%  ######################################################################## 100.0% 🇩 binaries + mkdir -p /build + cp bin/containerd /build/containerd + cp bin/containerd-shim /build/containerd-shim + cp bin/ctr /build/ctr  Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... skipping existing c8c2d4a6b2e3 #21 31.71 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #55 91.67 PBCC images/google/protobuf/descriptor.pb-c.c #55 91.70 PBCC images/opts.pb-c.c #55 91.77 PBCC images/sit.pb-c.c #55 91.83 DEP images/google/protobuf/descriptor.pb-c.d #55 91.91 DEP images/opts.pb-c.d #55 91.97 DEP images/sit.pb-c.d #55 92.03 PBCC images/macvlan.pb-c.c #55 92.07 DEP images/macvlan.pb-c.d #55 92.14 PBCC images/autofs.pb-c.c #55 92.16 DEP images/autofs.pb-c.d #55 92.26 PBCC images/sysctl.pb-c.c #55 92.28 DEP images/sysctl.pb-c.d #55 92.38 PBCC images/time.pb-c.c #55 92.40 DEP images/time.pb-c.d #55 92.48 PBCC images/binfmt-misc.pb-c.c #55 92.53 DEP images/binfmt-misc.pb-c.d #55 92.68 PBCC images/seccomp.pb-c.c Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...  ######################################################################## 100.0% #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 22.75 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... #21 23.41 ######################################################################## 100.0% #21 23.64 ######################################################################## 100.0% #21 24.03 #21 26.34 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #21 26.92 ######################################################################## 100.0% #21 27.23 ######################################################################## 100.0% #21 27.48 #55 92.74 DEP images/seccomp.pb-c.d #55 92.82 PBCC images/userns.pb-c.c #55 92.89 DEP images/userns.pb-c.d #55 92.98 PBCC images/cgroup.pb-c.c  ######################################################################## 100.0%  Download of images into '/build' complete. Use something like the following to load the result into a Docker daemon: tar -cC '/build' . | docker load #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 5.633 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease #14 5.659 Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease #14 5.660 Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease #14 5.661 Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release #21 32.67 ######################################################################## 100.0% #21 32.98 ######################################################################## 100.0% #55 93.05 DEP images/cgroup.pb-c.d #55 93.15 PBCC images/fown.pb-c.c #55 93.18 PBCC images/ext-file.pb-c.c #55 93.23 DEP images/fown.pb-c.d #21 33.12 #21 33.16 Download of images into '/build' complete. #21 33.17 Use something like the following to load the result into a Docker daemon: #21 33.17 tar -cC '/build' . | docker load Removing intermediate container 0f996b12650c ---> abbd60c2773f Step 48/110 : FROM dev-base AS proxy ---> 86aa8ed2793f Step 49/110 : ENV INSTALL_BINARY_NAME=proxy ---> Running in ab98b8db4bae Removing intermediate container ab98b8db4bae ---> e3c71b18c166 Step 50/110 : COPY hack/dockerfile/install/install.sh ./install.sh #55 93.30 DEP images/ext-file.pb-c.d #55 93.34 PBCC images/rpc.pb-c.c #55 93.42 DEP images/rpc.pb-c.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 80.89 sort #31 83.63 internal/fmtsort #31 84.02 time #31 84.46 internal/syscall/unix #31 85.03 strings #31 89.47 path #31 90.59 regexp/syntax #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 80.98 internal/poll #28 82.10 internal/fmtsort #28 83.54 internal/syscall/unix #28 83.80 strings #28 84.87 os #28 88.05 bytes #28 90.68 fmt #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 93.49 PBCC images/siginfo.pb-c.c #55 93.50 DEP images/siginfo.pb-c.d #55 93.58 PBCC images/pagemap.pb-c.c #55 93.65 DEP images/pagemap.pb-c.d ---> 6920feece25e Step 51/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #55 93.91 PBCC images/rlimit.pb-c.c #55 94.08 DEP images/rlimit.pb-c.d ---> af3e13f39573 Step 52/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in bb22e52d468f #55 94.11 PBCC images/file-lock.pb-c.c #55 94.15 DEP images/file-lock.pb-c.d #55 94.26 PBCC images/tty.pb-c.c #55 94.33 DEP images/tty.pb-c.d #55 94.66 PBCC images/tun.pb-c.c + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.v02QOA0m69 + GOPATH=/tmp/tmp.v02QOA0m69 + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=proxy + shift + '[' '!' -f ./proxy.installer ']' + . ./proxy.installer ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 + install_proxy + case "$1" in + export CGO_ENABLED=0 + CGO_ENABLED=0 + _install_proxy + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' + git clone https://github.com/docker/libnetwork.git /tmp/tmp.v02QOA0m69/src/github.com/docker/libnetwork Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 Cloning into '/tmp/tmp.v02QOA0m69/src/github.com/docker/libnetwork'... #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 92.03 Selecting previously unselected package vim. #33 92.06 Preparing to unpack .../13-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #55 94.81 PBCC images/netdev.pb-c.c #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 76.19 time #28 82.21 sort #28 83.95 internal/fmtsort #28 84.85 internal/poll #28 85.04 internal/syscall/unix #28 85.38 strings #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 86.03 Selecting previously unselected package vim. #33 86.03 Preparing to unpack .../13-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #33 86.03 Unpacking vim (2:8.0.0197-4+deb9u3) ... #33 87.20 Selecting previously unselected package xml-core. #33 87.20 Preparing to unpack .../14-xml-core_0.17_all.deb ... #33 87.21 Unpacking xml-core (0.17) ... #33 87.59 Processing triggers for mime-support (3.60) ... #33 87.75 Setting up xxd (2:8.0.0197-4+deb9u3) ... #33 87.80 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #33 87.81 Setting up libuv1:amd64 (1.9.1-3) ... #33 87.82 Setting up cmake-data (3.7.2-1) ... #33 88.01 Setting up sgml-base (1.29) ... #33 88.28 Setting up libicu57:amd64 (57.1-6+deb9u2) ... #33 88.31 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 88.35 Processing triggers for libc-bin (2.24-11+deb9u4) ... #33 88.48 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #33 88.50 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #33 92.26 Unpacking vim (2:8.0.0197-4+deb9u3) ... #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 completed: 2019-08-01 12:27:25.463456576 +0000 UTC #21 duration: 34.874988863s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 83.59 fatal: Not a git repository (or any of the parent directories): .git #55 83.73 GEN .gitid #55 83.76 GEN criu/include/version.h #55 83.84 GEN include/common/asm #55 86.59 PBCC images/google/protobuf/descriptor.pb-c.c #55 86.88 PBCC images/opts.pb-c.c #55 86.96 PBCC images/sit.pb-c.c #55 87.11 DEP images/google/protobuf/descriptor.pb-c.d #55 87.23 DEP images/opts.pb-c.d #55 87.30 DEP images/sit.pb-c.d #55 87.53 PBCC images/macvlan.pb-c.c #55 87.58 DEP images/macvlan.pb-c.d #55 87.78 PBCC images/autofs.pb-c.c #55 87.83 DEP images/autofs.pb-c.d #55 88.02 PBCC images/sysctl.pb-c.c #55 88.20 DEP images/sysctl.pb-c.d #55 88.40 PBCC images/time.pb-c.c #55 88.44 DEP images/time.pb-c.d #55 88.50 PBCC images/binfmt-misc.pb-c.c #55 88.74 DEP images/binfmt-misc.pb-c.d #55 88.81 PBCC images/seccomp.pb-c.c #55 88.88 DEP images/seccomp.pb-c.d #55 88.93 PBCC images/userns.pb-c.c #55 89.10 DEP images/userns.pb-c.d #55 89.20 PBCC images/cgroup.pb-c.c #55 89.30 DEP images/cgroup.pb-c.d #55 89.39 PBCC images/fown.pb-c.c #55 89.59 PBCC images/ext-file.pb-c.c #55 89.76 DEP images/fown.pb-c.d #55 89.95 DEP images/ext-file.pb-c.d #55 90.06 PBCC images/rpc.pb-c.c #55 90.16 DEP images/rpc.pb-c.d #55 90.24 PBCC images/siginfo.pb-c.c #55 90.25 DEP images/siginfo.pb-c.d #55 90.34 PBCC images/pagemap.pb-c.c #55 90.41 DEP images/pagemap.pb-c.d #55 90.48 PBCC images/rlimit.pb-c.c #55 90.49 DEP images/rlimit.pb-c.d #55 90.54 PBCC images/file-lock.pb-c.c #55 90.55 DEP images/file-lock.pb-c.d #55 90.66 PBCC images/tty.pb-c.c #55 90.74 DEP images/tty.pb-c.d #55 90.78 PBCC images/tun.pb-c.c #55 90.83 PBCC images/netdev.pb-c.c #55 90.91 DEP images/tun.pb-c.d #55 91.02 DEP images/netdev.pb-c.d #55 91.11 PBCC images/vma.pb-c.c #55 91.17 DEP images/vma.pb-c.d #55 91.28 PBCC images/creds.pb-c.c #55 91.29 DEP images/creds.pb-c.d #55 91.38 PBCC images/utsns.pb-c.c #55 91.44 DEP images/utsns.pb-c.d #55 91.51 PBCC images/ipc-desc.pb-c.c #55 91.52 PBCC images/ipc-sem.pb-c.c #55 91.55 DEP images/ipc-desc.pb-c.d #55 91.62 DEP images/ipc-sem.pb-c.d #55 91.65 PBCC images/ipc-msg.pb-c.c #55 91.68 DEP images/ipc-msg.pb-c.d #55 91.84 PBCC images/ipc-shm.pb-c.c #55 91.86 DEP images/ipc-shm.pb-c.d #55 91.94 PBCC images/ipc-var.pb-c.c #55 92.00 DEP images/ipc-var.pb-c.d #55 92.26 PBCC images/sk-opts.pb-c.c #55 92.28 PBCC images/packet-sock.pb-c.c #55 92.50 DEP images/sk-opts.pb-c.d #55 94.98 DEP images/tun.pb-c.d #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 84.99 Selecting previously unselected package xxd. #33 85.01 Preparing to unpack .../09-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #33 85.04 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #33 85.47 Selecting previously unselected package vim-common. #33 85.48 Preparing to unpack .../10-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #33 85.55 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #33 86.65 Selecting previously unselected package libgpm2:amd64. #33 86.66 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #33 86.66 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... #33 86.89 Selecting previously unselected package vim-runtime. #33 86.90 Preparing to unpack .../12-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #33 87.04 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #33 87.12 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #33 87.19 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #55 92.61 DEP images/packet-sock.pb-c.d #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 95.16 DEP images/netdev.pb-c.d #55 95.36 PBCC images/vma.pb-c.c #55 92.78 PBCC images/sk-netlink.pb-c.c #55 92.95 DEP images/sk-netlink.pb-c.d #55 95.49 DEP images/vma.pb-c.d Removing intermediate container 6b42121f8392 ---> a74df77f828d Step 20/110 : FROM base AS cross-false ---> 2a28285bdb9f Step 21/110 : FROM base AS cross-true ---> 2a28285bdb9f Step 22/110 : RUN dpkg --add-architecture armhf ---> Running in bf7ea2f32188 #55 93.07 PBCC images/sk-inet.pb-c.c #55 93.20 DEP images/sk-inet.pb-c.d #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 93.28 Selecting previously unselected package xml-core.#33 89.55 Setting up xml-core (0.17) ... #55 95.63 PBCC images/creds.pb-c.c #55 95.71 DEP images/creds.pb-c.d #55 95.81 PBCC images/utsns.pb-c.c #55 95.85 DEP images/utsns.pb-c.d #55 95.88 PBCC images/ipc-desc.pb-c.c #33 93.28 Preparing to unpack .../14-xml-core_0.17_all.deb ... #33 93.30 Unpacking xml-core (0.17) ... #55 95.90 PBCC images/ipc-sem.pb-c.c #55 95.99 DEP images/ipc-desc.pb-c.d #55 96.06 DEP images/ipc-sem.pb-c.d #55 96.09 PBCC images/ipc-msg.pb-c.c #55 96.12 DEP images/ipc-msg.pb-c.d Removing intermediate container bf7ea2f32188 ---> faeeccd28070 Step 23/110 : RUN dpkg --add-architecture arm64 ---> Running in 0ef0a2ab36e3 #33 93.58 Processing triggers for mime-support (3.60) ... #55 96.31 PBCC images/ipc-shm.pb-c.c + cd /tmp/tmp.v02QOA0m69/src/github.com/docker/libnetwork + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #33 93.82 Setting up xxd (2:8.0.0197-4+deb9u3) ... #33 93.83 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #33 93.89 Setting up libuv1:amd64 (1.9.1-3) ... #33 93.91 Setting up cmake-data (3.7.2-1) ... #33 93.98 Setting up sgml-base (1.29) ... #55 96.41 DEP images/ipc-shm.pb-c.d #55 96.51 PBCC images/ipc-var.pb-c.c #55 96.57 DEP images/ipc-var.pb-c.d #55 96.70 PBCC images/sk-opts.pb-c.c #55 96.76 PBCC images/packet-sock.pb-c.c #55 96.78 DEP images/sk-opts.pb-c.d #55 96.86 DEP images/packet-sock.pb-c.d #33 94.30 Setting up libicu57:amd64 (57.1-6+deb9u2) ... #55 97.14 PBCC images/sk-netlink.pb-c.c #33 94.36 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 94.37 Processing triggers for libc-bin (2.24-11+deb9u4) ... #33 94.49 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #33 94.50 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... Removing intermediate container 0ef0a2ab36e3 ---> 491cf9d19a3f Step 24/110 : RUN dpkg --add-architecture armel ---> Running in 2bf6a24fc798 #55 97.24 DEP images/sk-netlink.pb-c.d #55 97.31 PBCC images/sk-inet.pb-c.c #55 97.37 DEP images/sk-inet.pb-c.d #55 97.42 PBCC images/sk-unix.pb-c.c #55 97.49 DEP images/sk-unix.pb-c.d #55 97.54 PBCC images/mm.pb-c.c #55 97.67 DEP images/mm.pb-c.d #55 97.70 PBCC images/timerfd.pb-c.c #55 97.72 DEP images/timerfd.pb-c.d #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 completed: 2019-08-01 12:27:28.335023933 +0000 UTC #21 duration: 38.26841015s #21 28.66 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #21 29.64 ######################################################################## 100.0% #21 29.95 ######################################################################## 100.0% #21 30.07 #21 32.12 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #21 32.15 skipping existing 1849cc453dee #21 32.32 #21 33.92 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #21 34.76 ######################################################################## 100.0% #21 35.10 ######################################################################## 100.0% #21 35.48 #21 35.79 Download of images into '/build' complete. #21 35.79 Use something like the following to load the result into a Docker daemon: #21 35.79 tar -cC '/build' . | docker load #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 97.83 PBCC images/timer.pb-c.c #55 97.87 DEP images/timer.pb-c.d #55 97.99 PBCC images/sa.pb-c.c Removing intermediate container 2bf6a24fc798 ---> b93da6915193 Step 25/110 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel; fi ---> Running in b237b627afcc #55 98.06 DEP images/sa.pb-c.d #55 98.11 PBCC images/pipe-data.pb-c.c #55 98.16 DEP images/pipe-data.pb-c.d #33 91.99 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #33 92.00 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #33 92.01 Setting up vim (2:8.0.0197-4+deb9u3) ... #33 92.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #33 92.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #33 92.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #33 92.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #33 92.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #33 92.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #33 92.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #33 92.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #33 92.16 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 92.22 Setting up cmake (3.7.2-1) ... #55 98.21 PBCC images/mnt.pb-c.c #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 7.219 Reading package lists... #14 18.21 Reading package lists... #14 27.27 Building dependency tree... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 98.35 DEP images/mnt.pb-c.d #55 98.42 PBCC images/sk-packet.pb-c.c #33 95.78 Setting up xml-core (0.17) ... Removing intermediate container b237b627afcc ---> 0dc05237178e Step 26/110 : FROM cross-${CROSS} as dev-base ---> 2a28285bdb9f Step 27/110 : FROM dev-base AS runtime-dev-cross-false ---> 2a28285bdb9f Step 28/110 : RUN apt-get update && apt-get install -y libapparmor-dev libseccomp-dev #33 92.48 Processing triggers for sgml-base (1.29) ... #55 98.51 DEP images/sk-packet.pb-c.d #55 98.57 PBCC images/tcp-stream.pb-c.c #55 98.68 DEP images/tcp-stream.pb-c.d ---> Running in c25850fc3c0e #21 ... #21 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... #21 completed: 2019-08-01 12:27:29.212164582 +0000 UTC #21 duration: 33.9406474s #21 29.30 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #21 29.43 skipping existing 1849cc453dee #21 29.68 #21 32.08 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #21 32.80 ######################################################################## 100.0% #21 33.03 ######################################################################## 100.0% #21 33.18 #21 33.30 Download of images into '/build' complete. #21 33.30 Use something like the following to load the result into a Docker daemon: #21 33.30 tar -cC '/build' . | docker load #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 92.61 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 83.34 Setting up libcap-dev:amd64 (1:2.25-1) ... #55 83.43 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... #55 83.45 Setting up libnl-3-200:amd64 (3.2.27-2) ... #55 83.47 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... #55 83.49 Setting up libprotoc10:amd64 (3.0.0-9) ... #55 83.51 Setting up protobuf-c-compiler (1.2.1-2) ... #55 83.56 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... #55 83.62 Setting up protobuf-compiler (3.0.0-9) ... #55 83.66 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... #55 83.70 Setting up libnl-3-dev:amd64 (3.2.27-2) ... #55 83.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 88.36 fatal: Not a git repository (or any of the parent directories): .git #55 88.40 GEN .gitid #55 88.47 GEN criu/include/version.h #55 88.58 GEN include/common/asm #55 92.41 PBCC images/google/protobuf/descriptor.pb-c.c #55 92.56 PBCC images/opts.pb-c.c #55 92.61 PBCC images/sit.pb-c.c #55 92.69 DEP images/google/protobuf/descriptor.pb-c.d #55 98.80 PBCC images/pipe.pb-c.c #55 98.96 DEP images/pipe.pb-c.d Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Removing intermediate container bb22e52d468f ---> 7e0b677f9707 Step 53/110 : FROM base AS gometalinter ---> 86aa8ed2793f Step 54/110 : ENV INSTALL_BINARY_NAME=gometalinter ---> Running in 90c15b903d24 #55 92.87 DEP images/opts.pb-c.d #55 93.02 DEP images/sit.pb-c.d #55 99.08 PBCC images/pstree.pb-c.c #55 99.15 DEP images/pstree.pb-c.d Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] #55 93.06 PBCC images/macvlan.pb-c.c #55 93.09 DEP images/macvlan.pb-c.d #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 completed: 2019-08-01 12:27:29.766733107 +0000 UTC #33 duration: 1m33.177194907s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 93.18 PBCC images/autofs.pb-c.c #34 ... #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 digest: sha256:42131a2376cd7ba63c0750f70c99259156b48d8b677f8f989c64660ff078423d #34 name: "[tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #34 started: 2019-08-01 12:27:29.800567453 +0000 UTC #55 99.27 PBCC images/fs.pb-c.c #55 99.30 DEP images/fs.pb-c.d #55 99.42 PBCC images/signalfd.pb-c.c #55 99.47 DEP images/signalfd.pb-c.d Removing intermediate container 90c15b903d24 ---> f5ce06205680 Step 55/110 : COPY hack/dockerfile/install/install.sh ./install.sh #55 99.54 PBCC images/fh.pb-c.c #55 99.61 PBCC images/fsnotify.pb-c.c #55 99.70 DEP images/fh.pb-c.d Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 85.00 bytes #28 88.90 fmt #28 89.34 bufio #28 91.79 path/filepath #28 94.46 io/ioutil #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 85.13 path #31 86.85 regexp/syntax #31 88.07 os #31 94.29 fmt #31 94.85 path/filepath #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 37.14 Checking out files: 23% (687/2897) Checking out files: 24% (696/2897) Checking out files: 25% (725/2897) Checking out files: 26% (754/2897) Checking out files: 27% (783/2897) Checking out files: 28% (812/2897) Checking out files: 29% (841/2897) Checking out files: 30% (870/2897) Checking out files: 31% (899/2897) Checking out files: 32% (928/2897) Checking out files: 33% (957/2897) Checking out files: 34% (985/2897) Checking out files: 35% (1014/2897) Checking out files: 36% (1043/2897) Checking out files: 37% (1072/2897) Checking out files: 38% (1101/2897) Checking out files: 39% (1130/2897) Checking out files: 40% (1159/2897) Checking out files: 41% (1188/2897) Checking out files: 42% (1217/2897) Checking out files: 43% (1246/2897) Checking out files: 44% (1275/2897) Checking out files: 45% (1304/2897) Checking out files: 46% (1333/2897) Checking out files: 47% (1362/2897) Checking out files: 48% (1391/2897) Checking out files: 49% (1420/2897) Checking out files: 50% (1449/2897) Checking out files: 51% (1478/2897) Checking out files: 52% (1507/2897) Checking out files: 53% (1536/2897) Checking out files: 54% (1565/2897) Checking out files: 55% (1594/2897) Checking out files: 56% (1623/2897) Checking out files: 57% (1652/2897) Checking out files: 58% (1681/2897) Checking out files: 58% (1692/2897) Checking out files: 59% (1710/2897) Checking out files: 60% (1739/2897) Checking out files: 61% (1768/2897) Checking out files: 62% (1797/2897) Checking out files: 63% (1826/2897) Checking out files: 64% (1855/2897) Checking out files: 65% (1884/2897) Checking out files: 66% (1913/2897) Checking out files: 67% (1941/2897) Checking out files: 68% (1970/2897) Checking out files: 69% (1999/2897) Checking out files: 70% (2028/2897) Checking out files: 71% (2057/2897) Checking out files: 72% (2086/2897) Checking out files: 73% (2115/2897) Checking out files: 74% (2144/2897) Checking out files: 75% (2173/2897) Checking out files: 76% (2202/2897) Checking out files: 77% (2231/2897) Checking out files: 78% (2260/2897) Checking out files: 79% (2289/2897) Checking out files: 80% (2318/2897) Checking out files: 81% (2347/2897) Checking out files: 82% (2376/2897) Checking out files: 83% (2405/2897) Checking out files: 84% (2434/2897) Checking out files: 85% (2463/2897) Checking out files: 86% (2492/2897) Checking out files: 87% (2521/2897) Checking out files: 87% (2544/2897) Checking out files: 88% (2550/2897) Checking out files: 89% (2579/2897) Checking out files: 90% (2608/2897) Checking out files: 91% (2637/2897) Checking out files: 92% (2666/2897) Checking out files: 93% (2695/2897) Checking out files: 94% (2724/2897) Checking out files: 95% (2753/2897) Checking out files: 96% (2782/2897) Checking out files: 97% (2811/2897) Checking out files: 98% (2840/2897) Checking out files: 99% (2869/2897) Checking out files: 100% (2897/2897) Checking out files: 100% (2897/2897), done. #45 39.56 + cd /tmp/tmp.2uxBmBiUzg/src/github.com/containerd/containerd #45 39.57 + git checkout -q 85f6aa58b8a3170aec9824568f7a31832878b603 ---> 70fa8dce599d Step 56/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 4c9f276b4400 Step 57/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 21510c92a0ff #55 99.76 DEP images/fsnotify.pb-c.d #55 99.96 PBCC images/eventpoll.pb-c.c #55 99.98 DEP images/eventpoll.pb-c.d #55 100.0 PBCC images/eventfd.pb-c.c #55 100.1 DEP images/eventfd.pb-c.d #55 100.2 PBCC images/remap-file-path.pb-c.c #55 100.3 DEP images/remap-file-path.pb-c.d #55 100.5 PBCC images/fifo.pb-c.c + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.G7voV6H6zH + GOPATH=/tmp/tmp.G7voV6H6zH + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=gometalinter + shift + '[' '!' -f ./gometalinter.installer ']' + . ./gometalinter.installer ++ GOMETALINTER_COMMIT=v2.0.6 + install_gometalinter + echo 'Installing gometalinter version v2.0.6' + go get -d github.com/alecthomas/gometalinter Installing gometalinter version v2.0.6 #55 100.5 DEP images/fifo.pb-c.d #55 100.6 PBCC images/ghost-file.pb-c.c #55 100.7 DEP images/ghost-file.pb-c.d #55 100.8 PBCC images/regfile.pb-c.c #55 101.0 DEP images/regfile.pb-c.d #55 101.3 PBCC images/ns.pb-c.c #55 101.3 DEP images/ns.pb-c.d #55 101.4 PBCC images/fdinfo.pb-c.c #55 101.5 DEP images/fdinfo.pb-c.d + cd /tmp/tmp.G7voV6H6zH/src/github.com/alecthomas/gometalinter + git checkout -q v2.0.6 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter Fetched 7714 kB in 2s (3168 kB/s) Reading package lists...#55 101.6 PBCC images/core-aarch64.pb-c.c #55 101.7 PBCC images/core-arm.pb-c.c #45 41.59 + export 'BUILDTAGS=netgo osusergo static_build' #45 41.59 + BUILDTAGS='netgo osusergo static_build' #45 41.59 + export EXTRA_FLAGS=-buildmode=pie #45 41.59 + EXTRA_FLAGS=-buildmode=pie #45 41.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' #45 41.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' #45 41.59 + '[' '' = dynamic ']' #45 41.59 + make #55 101.9 PBCC images/core-ppc64.pb-c.c #55 102.0 PBCC images/core-s390.pb-c.c #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 completed: 2019-08-01 12:27:32.490737677 +0000 UTC #33 duration: 1m39.35823158s #33 97.85 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #33 97.92 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #33 97.94 Setting up vim (2:8.0.0197-4+deb9u3) ... #33 97.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #33 97.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #33 97.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #33 97.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #33 97.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #33 98.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #33 98.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #33 98.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #33 98.15 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 98.17 Setting up cmake (3.7.2-1) ... #33 98.33 Processing triggers for sgml-base (1.29) ... #33 98.58 Processing triggers for libc-bin (2.24-11+deb9u4) ... #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 digest: sha256:2202080fb546d7f17213c9f1ba5b68b4f026211fd149260b91368e19cd1b78f8 #34 name: "[tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #34 started: 2019-08-01 12:27:32.495445829 +0000 UTC #55 102.2 PBCC images/core-x86.pb-c.c #55 102.3 PBCC images/core.pb-c.c #55 102.5 PBCC images/inventory.pb-c.c #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 9.477 Reading package lists... #14 19.76 Reading package lists... #14 27.58 Building dependency tree... #14 28.86 Reading state information... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 83.74 time #31 85.32 sort #31 86.84 internal/fmtsort #31 87.47 internal/syscall/unix #31 87.99 strings #31 91.50 internal/poll #31 92.93 path #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 93.28 DEP images/autofs.pb-c.d #55 93.42 PBCC images/sysctl.pb-c.c #55 93.44 DEP images/sysctl.pb-c.d #55 93.55 PBCC images/time.pb-c.c #55 93.64 DEP images/time.pb-c.d #55 93.76 PBCC images/binfmt-misc.pb-c.c #55 93.83 DEP images/binfmt-misc.pb-c.d #55 93.99 PBCC images/seccomp.pb-c.c #55 94.01 DEP images/seccomp.pb-c.d #55 94.07 PBCC images/userns.pb-c.c #55 94.17 DEP images/userns.pb-c.d #55 94.27 PBCC images/cgroup.pb-c.c #55 94.31 DEP images/cgroup.pb-c.d #55 94.42 PBCC images/fown.pb-c.c #55 94.47 PBCC images/ext-file.pb-c.c #55 94.58 DEP images/fown.pb-c.d #55 94.66 DEP images/ext-file.pb-c.d #55 94.77 PBCC images/rpc.pb-c.c #55 94.86 DEP images/rpc.pb-c.d #55 95.02 PBCC images/siginfo.pb-c.c #55 95.06 DEP images/siginfo.pb-c.d #55 95.25 PBCC images/pagemap.pb-c.c #55 95.28 DEP images/pagemap.pb-c.d #55 95.42 PBCC images/rlimit.pb-c.c #55 95.48 DEP images/rlimit.pb-c.d #55 95.62 PBCC images/file-lock.pb-c.c #55 95.69 DEP images/file-lock.pb-c.d #55 95.75 PBCC images/tty.pb-c.c #55 95.86 DEP images/tty.pb-c.d #55 95.93 PBCC images/tun.pb-c.c #55 96.13 PBCC images/netdev.pb-c.c #55 96.39 DEP images/tun.pb-c.d #55 96.52 DEP images/netdev.pb-c.d Reading package lists...#55 102.7 DEP images/core-aarch64.pb-c.d #55 102.7 DEP images/core-arm.pb-c.d #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 42.63 🇩 bin/ctr #55 96.67 PBCC images/vma.pb-c.c #55 96.94 DEP images/vma.pb-c.d #55 102.9 DEP images/core-ppc64.pb-c.d #55 103.0 DEP images/core-s390.pb-c.d #55 103.1 DEP images/core-x86.pb-c.d #34 ... #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 completed: 2019-08-01 12:27:33.554740831 +0000 UTC #34 duration: 3.754173378s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 38.68 Checking out files: 44% (1299/2897) Checking out files: 45% (1304/2897) Checking out files: 46% (1333/2897) Checking out files: 47% (1362/2897) Checking out files: 48% (1391/2897) Checking out files: 49% (1420/2897) Checking out files: 50% (1449/2897) Checking out files: 51% (1478/2897) Checking out files: 52% (1507/2897) Checking out files: 53% (1536/2897) Checking out files: 54% (1565/2897) Checking out files: 55% (1594/2897) Checking out files: 56% (1623/2897) Checking out files: 57% (1652/2897) Checking out files: 58% (1681/2897) Checking out files: 59% (1710/2897) Checking out files: 60% (1739/2897) Checking out files: 61% (1768/2897) Checking out files: 62% (1797/2897) Checking out files: 63% (1826/2897) Checking out files: 64% (1855/2897) Checking out files: 65% (1884/2897) Checking out files: 66% (1913/2897) Checking out files: 67% (1941/2897) Checking out files: 68% (1970/2897) Checking out files: 69% (1999/2897) Checking out files: 70% (2028/2897) Checking out files: 71% (2057/2897) Checking out files: 72% (2086/2897) Checking out files: 73% (2115/2897) Checking out files: 74% (2144/2897) #55 103.2 DEP images/core.pb-c.d Checking out files: 75% (2173/2897) Checking out files: 76% (2202/2897) Checking out files: 77% (2231/2897) Checking out files: 78% (2260/2897) Checking out files: 79% (2289/2897) #55 103.3 DEP images/inventory.pb-c.d #55 103.4 PBCC images/cpuinfo.pb-c.c #55 103.5 DEP images/cpuinfo.pb-c.d #55 103.6 PBCC images/stats.pb-c.c Checking out files: 79% (2305/2897) Checking out files: 80% (2318/2897) Checking out files: 81% (2347/2897) Checking out files: 82% (2376/2897) Checking out files: 83% (2405/2897) Checking out files: 84% (2434/2897) Checking out files: 85% (2463/2897) Building dependency tree...#55 103.7 DEP images/stats.pb-c.d Checking out files: 86% (2492/2897) Checking out files: 87% (2521/2897) Checking out files: 88% (2550/2897) Checking out files: 89% (2579/2897) Checking out files: 90% (2608/2897) Reading state information... #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 91.31 bufio #28 94.41 path/filepath #28 96.92 io/ioutil #28 97.63 path #28 98.60 text/tabwriter #28 99.31 flag #28 99.66 github.com/BurntSushi/toml #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 37.29 Checking out files: 35% (1020/2897) Checking out files: 36% (1043/2897) Checking out files: 37% (1072/2897) Checking out files: 38% (1101/2897) Checking out files: 39% (1130/2897) Checking out files: 40% (1159/2897) Checking out files: 41% (1188/2897) Checking out files: 42% (1217/2897) Checking out files: 43% (1246/2897) Checking out files: 44% (1275/2897) Checking out files: 45% (1304/2897) Checking out files: 46% (1333/2897) Checking out files: 47% (1362/2897) Checking out files: 48% (1391/2897) Checking out files: 49% (1420/2897) Checking out files: 50% (1449/2897) Checking out files: 51% (1478/2897) Checking out files: 52% (1507/2897) Checking out files: 53% (1536/2897) Checking out files: 54% (1565/2897) Checking out files: 55% (1594/2897) Checking out files: 56% (1623/2897) Checking out files: 57% (1652/2897) Checking out files: 58% (1681/2897) Checking out files: 59% (1710/2897) Checking out files: 60% (1739/2897) Checking out files: 61% (1768/2897) Checking out files: 62% (1797/2897) Checking out files: 63% (1826/2897) Checking out files: 64% (1855/2897) Checking out files: 65% (1884/2897) Checking out files: 66% (1913/2897) Checking out files: 67% (1941/2897) Checking out files: 68% (1970/2897) Checking out files: 69% (1999/2897) Checking out files: 70% (2028/2897) Checking out files: 71% (2057/2897) Checking out files: 72% (2086/2897) Checking out files: 73% (2115/2897) Checking out files: 74% (2144/2897) Checking out files: 75% (2173/2897) Checking out files: 76% (2202/2897) Checking out files: 77% (2231/2897) Checking out files: 78% (2260/2897) Checking out files: 79% (2289/2897) Checking out files: 80% (2318/2897) Checking out files: 81% (2347/2897) Checking out files: 82% (2376/2897) Checking out files: 83% (2405/2897) Checking out files: 84% (2434/2897) Checking out files: 85% (2463/2897) Checking out files: 86% (2492/2897) Checking out files: 87% (2521/2897) Checking out files: 88% (2550/2897) Checking out files: 89% (2579/2897) Checking out files: 90% (2608/2897) Checking out files: 90% (2623/2897) Checking out files: 91% (2637/2897) Checking out files: 92% (2666/2897) Checking out files: 93% (2695/2897) Checking out files: 94% (2724/2897) Checking out files: 95% (2753/2897) Checking out files: 96% (2782/2897) Checking out files: 97% (2811/2897) Checking out files: 98% (2840/2897) Checking out files: 99% (2869/2897) Checking out files: 100% (2897/2897) Checking out files: 100% (2897/2897), done. #45 39.65 + cd /tmp/tmp.0ZNYRdRcTy/src/github.com/containerd/containerd #45 39.65 + git checkout -q 85f6aa58b8a3170aec9824568f7a31832878b603 #45 41.63 + export 'BUILDTAGS=netgo osusergo static_build' #45 41.63 + BUILDTAGS='netgo osusergo static_build' #45 41.63 + export EXTRA_FLAGS=-buildmode=pie #45 41.63 + EXTRA_FLAGS=-buildmode=pie #45 41.63 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' #45 41.63 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' #45 41.63 + '[' '' = dynamic ']' #45 41.63 + make #45 42.67 🇩 bin/ctr Checking out files: 91% (2637/2897) Checking out files: 92% (2666/2897) Checking out files: 93% (2695/2897) Checking out files: 94% (2724/2897) Checking out files: 95% (2753/2897) Checking out files: 96% (2782/2897) The following additional packages will be installed: libapparmor1 libseccomp2 Suggested packages: seccomp The following NEW packages will be installed: libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 0 upgraded, 4 newly installed, 0 to remove and 4 not upgraded. Need to get 296 kB of archives. After this operation, 1346 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] Checking out files: 97% (2811/2897) Checking out files: 98% (2840/2897) debconf: delaying package configuration, since apt-utils is not installed Fetched 296 kB in 0s (2657 kB/s) Selecting previously unselected package libseccomp2:ppc64el. (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 ... 14949 files and directories currently installed.) Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libseccomp-dev:ppc64el. Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... Selecting previously unselected package libapparmor1:ppc64el. Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... Selecting previously unselected package libapparmor-dev:ppc64el. Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... Checking out files: 98% (2867/2897) Checking out files: 99% (2869/2897) Checking out files: 100% (2897/2897) Checking out files: 100% (2897/2897), done. #45 40.87 + cd /tmp/tmp.vkKcPuJiIA/src/github.com/containerd/containerd #45 40.87 + git checkout -q 85f6aa58b8a3170aec9824568f7a31832878b603 #34 ... #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 completed: 2019-08-01 12:27:35.192534789 +0000 UTC #34 duration: 2.69708896s #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #35 digest: sha256:10b6dc8e02cf31d9ba3b3435214f32264249a37b03dfb7d7d323501bddb6c8bf #35 name: "[tini 3/4] COPY hack/dockerfile/install/tini.installer ./" #35 started: 2019-08-01 12:27:35.196348512 +0000 UTC Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 102.2 log Removing intermediate container c25850fc3c0e ---> 935e284e0044 Step 29/110 : FROM cross-true AS runtime-dev-cross-true ---> 0dc05237178e Step 30/110 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev; fi ---> Running in 7217cf587900 #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 93.12 internal/poll #31 95.78 os #31 98.12 regexp #31 102.9 fmt #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 98.08 Selecting previously unselected package vim. #33 98.09 Preparing to unpack .../13-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #33 98.09 Unpacking vim (2:8.0.0197-4+deb9u3) ... #33 99.82 Selecting previously unselected package xml-core. #33 99.82 Preparing to unpack .../14-xml-core_0.17_all.deb ... #33 99.83 Unpacking xml-core (0.17) ... #33 100.4 Processing triggers for mime-support (3.60) ... #33 100.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... #33 100.6 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #33 100.7 Setting up libuv1:amd64 (1.9.1-3) ... #33 100.7 Setting up cmake-data (3.7.2-1) ... #33 100.8 Setting up sgml-base (1.29) ... #33 101.3 Setting up libicu57:amd64 (57.1-6+deb9u2) ... #33 101.4 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... #33 101.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... #33 101.7 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #33 101.8 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #33 103.0 Setting up xml-core (0.17) ... #33 104.9 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #33 104.9 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #33 105.0 Setting up vim (2:8.0.0197-4+deb9u3) ... #33 105.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #33 105.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #33 105.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #33 105.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #33 105.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #33 105.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #33 105.1 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #33 105.2 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #33 105.2 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... #33 105.2 Setting up cmake (3.7.2-1) ... #33 105.5 Processing triggers for sgml-base (1.29) ... #33 105.6 Processing triggers for libc-bin (2.24-11+deb9u4) ... Removing intermediate container 7217cf587900 ---> d36a0dd33e94 Step 31/110 : FROM runtime-dev-cross-${CROSS} AS runtime-dev ---> 935e284e0044 Step 32/110 : FROM base AS tomlv ---> 2a28285bdb9f Step 33/110 : ENV INSTALL_BINARY_NAME=tomlv ---> Running in c4b0913cd968 #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 103.6 path/filepath #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 87.81 os #28 89.16 bytes #28 92.79 bufio #28 94.14 fmt #28 96.01 path/filepath #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 97.07 PBCC images/creds.pb-c.c #55 97.14 DEP images/creds.pb-c.d #55 97.29 PBCC images/utsns.pb-c.c #55 97.32 DEP images/utsns.pb-c.d #55 97.45 PBCC images/ipc-desc.pb-c.c #55 97.46 PBCC images/ipc-sem.pb-c.c #55 97.58 DEP images/ipc-desc.pb-c.d #55 97.71 DEP images/ipc-sem.pb-c.d #55 97.86 PBCC images/ipc-msg.pb-c.c #55 97.91 DEP images/ipc-msg.pb-c.d #55 98.08 PBCC images/ipc-shm.pb-c.c #55 98.20 DEP images/ipc-shm.pb-c.d #55 98.27 PBCC images/ipc-var.pb-c.c #55 98.39 DEP images/ipc-var.pb-c.d #55 98.51 PBCC images/sk-opts.pb-c.c #55 98.60 PBCC images/packet-sock.pb-c.c #55 98.64 DEP images/sk-opts.pb-c.d #55 98.70 DEP images/packet-sock.pb-c.d #55 98.74 PBCC images/sk-netlink.pb-c.c #55 98.74 DEP images/sk-netlink.pb-c.d #55 98.75 PBCC images/sk-inet.pb-c.c #55 98.76 DEP images/sk-inet.pb-c.d #55 98.77 PBCC images/sk-unix.pb-c.c #55 98.78 DEP images/sk-unix.pb-c.d #55 99.00 PBCC images/mm.pb-c.c #55 99.12 DEP images/mm.pb-c.d #55 99.26 PBCC images/timerfd.pb-c.c #55 99.33 DEP images/timerfd.pb-c.d #55 99.45 PBCC images/timer.pb-c.c #55 99.46 DEP images/timer.pb-c.d #55 99.51 PBCC images/sa.pb-c.c #55 99.58 DEP images/sa.pb-c.d #55 99.64 PBCC images/pipe-data.pb-c.c #55 99.69 DEP images/pipe-data.pb-c.d #55 99.77 PBCC images/mnt.pb-c.c #55 99.92 DEP images/mnt.pb-c.d #55 100.0 PBCC images/sk-packet.pb-c.c #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 93.43 PBCC images/sk-unix.pb-c.c #55 93.51 DEP images/sk-unix.pb-c.d #55 93.72 PBCC images/mm.pb-c.c #55 93.78 DEP images/mm.pb-c.d #55 93.81 PBCC images/timerfd.pb-c.c #55 93.95 DEP images/timerfd.pb-c.d #55 94.05 PBCC images/timer.pb-c.c #55 94.12 DEP images/timer.pb-c.d #55 94.23 PBCC images/sa.pb-c.c #55 94.28 DEP images/sa.pb-c.d #55 94.36 PBCC images/pipe-data.pb-c.c #55 94.46 DEP images/pipe-data.pb-c.d #55 94.58 PBCC images/mnt.pb-c.c #55 94.64 DEP images/mnt.pb-c.d #55 94.73 PBCC images/sk-packet.pb-c.c #55 94.80 DEP images/sk-packet.pb-c.d #55 94.91 PBCC images/tcp-stream.pb-c.c #55 94.98 DEP images/tcp-stream.pb-c.d #55 95.09 PBCC images/pipe.pb-c.c #55 95.17 DEP images/pipe.pb-c.d #55 95.28 PBCC images/pstree.pb-c.c #55 95.31 DEP images/pstree.pb-c.d #55 95.40 PBCC images/fs.pb-c.c #55 95.46 DEP images/fs.pb-c.d #55 95.53 PBCC images/signalfd.pb-c.c #55 95.66 DEP images/signalfd.pb-c.d #55 95.87 PBCC images/fh.pb-c.c #55 95.94 PBCC images/fsnotify.pb-c.c #55 96.09 DEP images/fh.pb-c.d #55 96.27 DEP images/fsnotify.pb-c.d #55 96.56 PBCC images/eventpoll.pb-c.c #55 96.63 DEP images/eventpoll.pb-c.d #55 96.82 PBCC images/eventfd.pb-c.c #55 96.88 DEP images/eventfd.pb-c.d #55 97.01 PBCC images/remap-file-path.pb-c.c #55 97.07 DEP images/remap-file-path.pb-c.d #55 97.17 PBCC images/fifo.pb-c.c #55 97.21 DEP images/fifo.pb-c.d #55 97.41 PBCC images/ghost-file.pb-c.c #55 97.46 DEP images/ghost-file.pb-c.d #55 97.58 PBCC images/regfile.pb-c.c #55 97.65 DEP images/regfile.pb-c.d #55 97.79 PBCC images/ns.pb-c.c #55 97.84 DEP images/ns.pb-c.d #55 97.92 PBCC images/fdinfo.pb-c.c #55 98.08 DEP images/fdinfo.pb-c.d #55 98.36 PBCC images/core-aarch64.pb-c.c #55 98.59 PBCC images/core-arm.pb-c.c #55 98.69 PBCC images/core-ppc64.pb-c.c #55 98.74 PBCC images/core-s390.pb-c.c #55 98.79 PBCC images/core-x86.pb-c.c #55 98.99 PBCC images/core.pb-c.c #55 99.22 PBCC images/inventory.pb-c.c #55 99.37 DEP images/core-aarch64.pb-c.d #55 99.54 DEP images/core-arm.pb-c.d #55 99.67 DEP images/core-ppc64.pb-c.d #55 99.75 DEP images/core-s390.pb-c.d #55 99.83 DEP images/core-x86.pb-c.d #55 99.88 DEP images/core.pb-c.d #55 99.94 DEP images/inventory.pb-c.d #55 100.0 PBCC images/cpuinfo.pb-c.c #55 100.0 DEP images/cpuinfo.pb-c.d #55 100.1 PBCC images/stats.pb-c.c #55 100.2 DEP images/stats.pb-c.d #55 103.3 make[1]: Nothing to be done for 'all'. Removing intermediate container c4b0913cd968 ---> 6849afc40e97 Step 34/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> f51cb8f8cf1e Step 35/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #33 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y cmake vim-common #33 completed: 2019-08-01 12:27:36.830191383 +0000 UTC #33 duration: 1m46.328950749s #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 digest: sha256:2e78be92713c57c2bad1c570d647142e9323dd4c28a9f675305181e376454eb9 #34 name: "[tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh" #34 started: 2019-08-01 12:27:36.833808539 +0000 UTC #55 100.1 DEP images/sk-packet.pb-c.d #55 100.2 PBCC images/tcp-stream.pb-c.c #55 100.3 DEP images/tcp-stream.pb-c.d #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 9.111 Reading package lists... #14 18.05 Reading package lists... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 100.5 PBCC images/pipe.pb-c.c ---> dc2d97d99559 Step 36/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 74df933dc965 #55 100.6 DEP images/pipe.pb-c.d #55 100.8 PBCC images/pstree.pb-c.c + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.iC7uhDUBj4 + GOPATH=/tmp/tmp.iC7uhDUBj4 + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=tomlv + shift + '[' '!' -f ./tomlv.installer ']' + . ./tomlv.installer ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 + install_tomlv + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.iC7uhDUBj4/src/github.com/BurntSushi/toml Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 Cloning into '/tmp/tmp.iC7uhDUBj4/src/github.com/BurntSushi/toml'... #55 100.9 DEP images/pstree.pb-c.d #55 101.1 PBCC images/fs.pb-c.c #55 101.1 DEP images/fs.pb-c.d + cd /tmp/tmp.iC7uhDUBj4/src/github.com/BurntSushi/toml + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #55 101.2 PBCC images/signalfd.pb-c.c #55 101.3 DEP images/signalfd.pb-c.d + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv errors internal/cpu math/bits runtime/internal/atomic runtime/internal/sys runtime/internal/math internal/bytealg unicode/utf8 math internal/race sync/atomic #35 ... #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #35 digest: sha256:abe24133754acc87c8539a2f4ea7dcc06a85fb9e00cae6dd5fe67179f936e1a5 #35 name: "[tini 3/4] COPY hack/dockerfile/install/tini.installer ./" #35 started: 2019-08-01 12:27:33.570051488 +0000 UTC #35 completed: 2019-08-01 12:27:38.012873364 +0000 UTC #35 duration: 4.442821876s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 101.4 PBCC images/fh.pb-c.c #55 101.5 PBCC images/fsnotify.pb-c.c #55 101.6 DEP images/fh.pb-c.d unicode internal/testlog runtime encoding runtime/cgo #55 101.7 DEP images/fsnotify.pb-c.d #35 ... #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #35 completed: 2019-08-01 12:27:38.425556369 +0000 UTC #35 duration: 3.229207857s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 30.84 The following additional packages will be installed: #14 30.84 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python #14 30.84 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl #14 30.85 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 #14 30.85 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 #14 30.85 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #14 30.85 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 #14 30.85 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common #14 30.86 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal #14 30.86 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd #14 30.87 Suggested packages: #14 30.87 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc #14 30.87 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv #14 30.87 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags #14 30.87 vim-doc vim-scripts xfsdump acl attr quota #14 30.89 Recommended packages: #14 30.89 aufs-dkms libpam-cap build-essential python3-dev python3-wheel unzip #55 101.9 PBCC images/eventpoll.pb-c.c #55 101.9 DEP images/eventpoll.pb-c.d #55 102.1 PBCC images/eventfd.pb-c.c #55 102.1 DEP images/eventfd.pb-c.d strconv #55 102.2 PBCC images/remap-file-path.pb-c.c #55 102.2 DEP images/remap-file-path.pb-c.d #55 102.4 PBCC images/fifo.pb-c.c #55 102.4 DEP images/fifo.pb-c.d #55 102.5 PBCC images/ghost-file.pb-c.c #55 102.6 DEP images/ghost-file.pb-c.d #55 102.8 PBCC images/regfile.pb-c.c #55 102.9 DEP images/regfile.pb-c.d #55 103.0 PBCC images/ns.pb-c.c #55 103.1 DEP images/ns.pb-c.d #55 103.2 PBCC images/fdinfo.pb-c.c #55 103.5 DEP images/fdinfo.pb-c.d #55 103.5 PBCC images/core-aarch64.pb-c.c #55 103.7 PBCC images/core-arm.pb-c.c #55 103.8 PBCC images/core-ppc64.pb-c.c #55 104.0 PBCC images/core-s390.pb-c.c #55 104.1 PBCC images/core-x86.pb-c.c #55 104.2 PBCC images/core.pb-c.c #55 104.3 PBCC images/inventory.pb-c.c #34 completed: 2019-08-01 12:27:40.300172054 +0000 UTC #34 duration: 3.466363515s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 27.27 Building dependency tree... #14 29.30 Reading state information... #14 31.54 The following additional packages will be installed: #14 31.54 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python #14 31.54 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl #14 31.56 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 #14 31.56 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 #14 31.56 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #14 31.56 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 #14 31.56 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common #14 31.56 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal #14 31.56 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd #14 31.59 Suggested packages: #14 31.59 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc #14 31.59 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv #14 31.59 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags #14 31.59 vim-doc vim-scripts xfsdump acl attr quota #14 31.59 Recommended packages: #14 31.59 aufs-dkms libpam-cap build-essential python3-dev python3-wheel unzip #14 36.91 The following NEW packages will be installed: #14 36.94 apparmor aufs-tools bash-completion binutils-mingw-w64 #14 36.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools #14 36.94 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base #14 36.94 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin #14 36.94 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 #14 36.95 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 #14 36.95 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 #14 36.95 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib #14 36.95 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev #14 36.95 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common #14 36.95 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal #14 36.95 python3-pip python3-pkg-resources python3-setuptools python3.5 #14 36.95 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime #14 36.96 xfsprogs xxd xz-utils zip #14 38.18 0 upgraded, 68 newly installed, 0 to remove and 4 not upgraded. #14 38.18 Need to get 90.9 MB of archives. #14 38.18 After this operation, 541 MB of additional disk space will be used. #14 38.18 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] #14 38.18 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #14 38.18 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] #14 38.18 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] #14 38.20 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u11 [92.4 kB] #14 38.20 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] #14 38.27 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] #14 38.41 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] #14 38.41 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] #14 38.44 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] #14 38.63 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] #14 38.66 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] #14 38.66 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] #14 38.68 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] #14 38.69 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] #14 38.69 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] #14 38.71 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] #14 38.71 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] #14 38.73 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] #14 38.74 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] #14 38.74 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] #14 38.82 Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #14 38.86 Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #14 38.91 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] #14 38.92 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #14 38.93 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] #14 38.96 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] #14 38.97 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #14 38.99 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #14 39.09 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #14 39.09 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] #14 39.10 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] #14 39.10 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #14 39.11 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #14 39.14 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #14 39.15 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] #14 39.20 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] #14 39.21 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] #14 39.22 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] #14 39.24 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] #14 39.33 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] #14 39.41 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] #35 ... #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #35 digest: sha256:1a113955f2225a754395b05dda42cc797f885ba68357cecb07a932e52c60fceb #35 name: "[tini 3/4] COPY hack/dockerfile/install/tini.installer ./" #35 started: 2019-08-01 12:27:40.303562621 +0000 UTC #14 36.62 The following NEW packages will be installed: #14 36.62 apparmor aufs-tools bash-completion binutils-mingw-w64 #14 36.62 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools #14 36.62 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base #14 36.62 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin #14 36.63 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 #14 36.63 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 #14 36.63 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 #14 36.63 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib #14 36.63 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev #14 36.63 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common #14 36.63 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal #14 36.63 python3-pip python3-pkg-resources python3-setuptools python3.5 #14 36.63 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime #14 36.63 xfsprogs xxd xz-utils zip #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 95.82 path #28 96.25 flag #28 96.73 github.com/BurntSushi/toml #28 99.27 log #28 100.3 text/tabwriter #28 104.5 github.com/BurntSushi/toml/cmd/tomlv #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 106.7 CC images/stats.o #55 107.2 CC images/core.o #55 104.7 DEP images/core-aarch64.pb-c.d #55 108.3 CC images/core-x86.o + GOBIN=/build + /build/gometalinter --install Installing: deadcode dupl errcheck gas gochecknoglobals gochecknoinits goconst gocyclo goimports golint gosimple gotype gotypex ineffassign interfacer lll maligned megacheck misspell nakedret safesql staticcheck structcheck unconvert unparam unused varcheck #55 104.8 DEP images/core-arm.pb-c.d #55 104.8 DEP images/core-ppc64.pb-c.d #55 104.9 DEP images/core-s390.pb-c.d #55 105.1 DEP images/core-x86.pb-c.d #55 105.2 DEP images/core.pb-c.d #55 105.4 DEP images/inventory.pb-c.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 96.97 regexp #31 101.8 flag #31 103.1 go/token #31 104.9 go/scanner #31 105.1 io/ioutil #31 106.3 net/url #31 106.7 go/ast #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 37.76 0 upgraded, 68 newly installed, 0 to remove and 4 not upgraded. #14 37.76 Need to get 90.9 MB of archives. #14 37.76 After this operation, 541 MB of additional disk space will be used. #14 37.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] #14 37.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #14 37.78 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] #14 37.78 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] #14 37.78 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u11 [92.4 kB] #14 37.81 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] #14 37.89 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] #14 38.17 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] #14 38.18 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] #14 38.18 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] #55 105.6 PBCC images/cpuinfo.pb-c.c #55 105.6 DEP images/cpuinfo.pb-c.d #55 105.7 PBCC images/stats.pb-c.c #55 105.7 DEP images/stats.pb-c.d sync io reflect syscall bytes strings #14 38.47 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] #14 38.52 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] #14 38.52 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] #14 38.53 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] #14 38.55 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] #14 38.55 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] #14 38.57 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] #14 38.58 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] #14 38.60 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] bufio #14 38.60 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] #14 38.61 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] #14 38.63 Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #14 38.65 Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #14 38.67 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] #14 38.69 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #14 38.70 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] #14 38.72 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] #14 38.73 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #14 38.74 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #14 38.80 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #14 38.81 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] #14 38.82 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] #14 38.83 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #14 38.86 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #14 38.87 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #14 38.88 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] #14 38.89 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] #14 38.90 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] #14 38.91 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] #14 38.94 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] #14 38.99 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] #14 39.02 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] #14 39.11 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 93.96 regexp/syntax #31 94.74 os #31 100.8 fmt #31 101.8 path/filepath #31 103.6 regexp #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 18.05 Reading package lists... #14 39.13 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] #14 39.15 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #14 39.16 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #14 39.18 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] #14 39.20 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u11 [1974 kB] path text/tabwriter #14 25.60 Building dependency tree...#14 39.52 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] #14 39.57 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] #35 completed: 2019-08-01 12:27:43.39611178 +0000 UTC #35 duration: 3.092549159s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 39.59 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] #14 39.64 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] #14 39.65 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #14 39.65 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #14 39.72 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] #14 39.73 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u11 [1974 kB] #14 40.03 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] #14 40.03 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] #14 40.23 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] #14 40.25 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] #14 40.26 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] #14 40.31 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] #14 40.37 Get:55 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #14 41.20 Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #14 41.38 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] #14 41.50 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] #14 41.53 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] #14 41.54 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] #14 41.63 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] #14 41.86 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] #14 42.18 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] #14 42.19 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] internal/syscall/unix time #14 42.81 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] #14 39.95 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] #14 40.01 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] #14 40.07 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] #14 40.09 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] #14 40.15 Get:55 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] sort internal/poll #14 43.32 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] #14 43.32 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] internal/fmtsort os path/filepath fmt  #14 27.04 Reading state information... #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 completed: 2019-08-01 12:27:44.87783968 +0000 UTC #28 duration: 1m51.846240493s #28 105.9 github.com/BurntSushi/toml/cmd/tomlv #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 digest: sha256:e38b5354c77830ee44d2d806e56801934e5d21a2cbbc74c0f336c163652b48b1 #36 name: "[tini 4/4] RUN PREFIX=/build ./install.sh tini" #36 started: 2019-08-01 12:27:43.398171823 +0000 UTC io/ioutil log flag github.com/BurntSushi/toml #14 41.54 Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] #14 41.64 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] #14 41.70 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 completed: 2019-08-01 12:27:45.775740995 +0000 UTC #28 duration: 1m50.730416852s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 41.74 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] #14 41.75 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] #14 41.84 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] #14 42.14 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] github.com/BurntSushi/toml/cmd/tomlv #14 42.39 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] #14 42.42 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] #14 28.82 The following additional packages will be installed: #14 28.82 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python #14 28.82 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl #14 28.82 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 #14 28.82 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 #14 28.82 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #14 28.82 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 #14 28.82 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common #14 28.82 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal #14 28.82 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd #14 28.90 Suggested packages: #14 28.90 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc #14 28.90 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv #14 28.90 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags #14 28.90 vim-doc vim-scripts xfsdump acl attr quota #14 28.90 Recommended packages: #14 28.90 aufs-dkms libpam-cap build-essential python3-dev python3-wheel unzip #36 3.211 + RM_GOPATH=0 #36 3.211 + TMP_GOPATH= #36 3.211 + : /build #36 3.211 + '[' -z '' ']' #36 3.211 ++ mktemp -d #36 3.211 + export GOPATH=/tmp/tmp.z6POrXTgl6 #36 3.211 + GOPATH=/tmp/tmp.z6POrXTgl6 #36 3.211 + RM_GOPATH=1 #36 3.211 ++ dirname ./install.sh #36 3.240 + dir=. #36 3.240 + bin=tini #36 3.240 + shift #36 3.240 + '[' '!' -f ./tini.installer ']' #36 3.240 + . ./tini.installer #36 3.240 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 #36 3.240 + install_tini #36 3.240 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' #36 3.240 + git clone https://github.com/krallin/tini.git /tmp/tmp.z6POrXTgl6/tini #36 3.240 Cloning into '/tmp/tmp.z6POrXTgl6/tini'... #36 3.241 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 #45 ... #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #45 42.99 + export 'BUILDTAGS=netgo osusergo static_build' #45 42.99 + BUILDTAGS='netgo osusergo static_build' #45 42.99 + export EXTRA_FLAGS=-buildmode=pie #45 42.99 + EXTRA_FLAGS=-buildmode=pie #45 42.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' #45 42.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' #45 42.99 + '[' '' = dynamic ']' #45 42.99 + make #45 44.11 🇩 bin/ctr #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 107.5 flag #31 108.1 go/token #14 43.16 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 98.80 io/ioutil #28 99.82 path #28 101.2 text/tabwriter #28 101.4 flag #28 102.7 github.com/BurntSushi/toml #28 104.2 log #28 107.8 github.com/BurntSushi/toml/cmd/tomlv #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 digest: sha256:4c3e3edc3f801410848887e718c3811886b7479daeafe6315855cfb2d856c3e7 #36 name: "[tini 4/4] RUN PREFIX=/build ./install.sh tini" #36 started: 2019-08-01 12:27:38.015221502 +0000 UTC #36 4.086 + RM_GOPATH=0 #36 4.086 + TMP_GOPATH= #36 4.086 + : /build #36 4.086 + '[' -z '' ']' #36 4.086 ++ mktemp -d #36 4.096 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 #36 4.096 + export GOPATH=/tmp/tmp.vM9EuGlfnk #36 4.096 + GOPATH=/tmp/tmp.vM9EuGlfnk #36 4.096 + RM_GOPATH=1 #36 4.096 ++ dirname ./install.sh #36 4.096 + dir=. #36 4.096 + bin=tini #36 4.096 + shift #36 4.096 + '[' '!' -f ./tini.installer ']' #36 4.096 + . ./tini.installer #36 4.096 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 #36 4.096 + install_tini #36 4.096 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' #36 4.096 + git clone https://github.com/krallin/tini.git /tmp/tmp.vM9EuGlfnk/tini #36 4.096 Cloning into '/tmp/tmp.vM9EuGlfnk/tini'... #36 5.684 + cd /tmp/tmp.vM9EuGlfnk/tini #36 5.684 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 #36 5.764 + cmake . #36 6.728 -- The C compiler identification is GNU 6.3.0 #36 6.803 -- Check for working C compiler: /usr/bin/cc #36 7.941 -- Check for working C compiler: /usr/bin/cc -- works #36 7.957 -- Detecting C compiler ABI info #36 8.755 -- Detecting C compiler ABI info - done #36 8.825 -- Detecting C compile features #14 43.71 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] #14 43.72 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 107.2 make[1]: Nothing to be done for 'all'. #55 109.8 CC images/stats.o #55 110.4 CC images/core.o #55 111.6 CC images/core-x86.o #55 112.7 CC images/core-arm.o #55 113.4 CC images/core-aarch64.o #55 114.1 CC images/core-ppc64.o #55 115.3 CC images/core-s390.o #55 116.8 CC images/cpuinfo.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 106.0 io/ioutil #31 106.6 encoding/binary #31 110.1 encoding/base64 #31 111.4 github.com/LK4D4/vndr/godl/singleflight #31 111.5 flag #31 112.0 go/token #31 113.4 go/scanner #31 114.0 net/url #31 114.9 go/ast Removing intermediate container 74df933dc965 ---> 14f97b598d11 Step 37/110 : FROM base AS vndr ---> 2a28285bdb9f Step 38/110 : ENV INSTALL_BINARY_NAME=vndr ---> Running in 61de8ad2a192 Removing intermediate container 61de8ad2a192 ---> aa66fad8f39a Step 39/110 : COPY hack/dockerfile/install/install.sh ./install.sh #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 117.5 CC images/inventory.o ---> bbf4fad3e6f4 Step 40/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 3b9aca4f2459 Step 41/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in fc6b19994fca #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 109.5 go/scanner #55 117.9 CC images/fdinfo.o #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 digest: sha256:f3baa15098f80367c1e3b6a78714382cbcb2f44f30893f19244aed1ff0bad8fa #36 name: "[tini 4/4] RUN PREFIX=/build ./install.sh tini" #36 started: 2019-08-01 12:27:38.427919158 +0000 UTC #36 4.134 + RM_GOPATH=0 #36 4.134 + TMP_GOPATH= #36 4.134 + : /build #36 4.134 + '[' -z '' ']' #36 4.134 ++ mktemp -d #36 4.134 + export GOPATH=/tmp/tmp.QvWew1ENPZ #36 4.134 + GOPATH=/tmp/tmp.QvWew1ENPZ #36 4.134 + RM_GOPATH=1 #36 4.134 ++ dirname ./install.sh #36 4.143 + dir=. #36 4.143 + bin=tini #36 4.143 + shift #36 4.143 + '[' '!' -f ./tini.installer ']' #36 4.143 + . ./tini.installer #36 4.143 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 #36 4.143 + install_tini #36 4.143 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' #36 4.143 + git clone https://github.com/krallin/tini.git /tmp/tmp.QvWew1ENPZ/tini #36 4.143 Cloning into '/tmp/tmp.QvWew1ENPZ/tini'... #36 4.143 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 #36 5.661 + cd /tmp/tmp.QvWew1ENPZ/tini #36 5.663 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 #36 5.744 + cmake . #36 6.710 -- The C compiler identification is GNU 6.3.0 #36 6.745 -- Check for working C compiler: /usr/bin/cc #36 7.790 -- Check for working C compiler: /usr/bin/cc -- works #36 7.796 -- Detecting C compiler ABI info #36 8.946 -- Detecting C compiler ABI info - done #36 9.100 -- Detecting C compile features + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.Dx86wyWX0J + GOPATH=/tmp/tmp.Dx86wyWX0J + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=vndr + shift + '[' '!' -f ./vndr.installer ']' + . ./vndr.installer ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 + install_vndr + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Dx86wyWX0J/src/github.com/LK4D4/vndr Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 Cloning into '/tmp/tmp.Dx86wyWX0J/src/github.com/LK4D4/vndr'... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 109.3 CC images/core-arm.o #55 110.1 CC images/core-aarch64.o #55 110.7 CC images/core-ppc64.o #55 111.9 CC images/core-s390.o #55 112.9 CC images/cpuinfo.o #55 113.7 CC images/inventory.o #55 114.3 CC images/fdinfo.o #55 114.9 CC images/fown.o #55 115.2 CC images/ns.o #55 115.6 CC images/regfile.o + cd /tmp/tmp.Dx86wyWX0J/src/github.com/LK4D4/vndr + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 + go build -buildmode=pie -v -o /build/vndr . errors internal/cpu internal/race #55 118.7 CC images/fown.o #55 116.1 CC images/ghost-file.o runtime/internal/sys runtime/internal/atomic sync/atomic runtime/internal/math unicode unicode/utf8 internal/bytealg math/bits internal/testlog math encoding runtime unicode/utf16 #31 110.2 io/ioutil container/list crypto/internal/subtle crypto/subtle internal/x/crypto/cryptobyte/asn1 internal/nettrace internal/x/net/dns/dnsmessage #31 110.7 net/url #55 119.2 CC images/ns.o #55 116.5 CC images/fifo.o runtime/cgo strconv #55 119.6 CC images/regfile.o #55 117.1 CC images/remap-file-path.o #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 12.00 -- Detecting C compile features - done #55 120.0 CC images/ghost-file.o #36 12.14 -- Performing Test HAS_BUILTIN_FORTIFY #31 111.5 go/ast crypto/rc4 #36 12.50 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #36 12.71 -- Configuring done #55 120.5 CC images/fifo.o #36 12.74 -- Generating done #36 12.75 -- Build files have been written to: /tmp/tmp.QvWew1ENPZ/tini #36 12.75 + make tini-static #36 13.24 Scanning dependencies of target tini-static #55 121.1 CC images/remap-file-path.o #36 13.35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #55 121.7 CC images/eventfd.o #28 ... #28 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #28 completed: 2019-08-01 12:27:52.560178669 +0000 UTC #28 duration: 1m53.811566045s #55 122.2 CC images/eventpoll.o #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 34.62 The following NEW packages will be installed: #14 34.63 apparmor aufs-tools bash-completion binutils-mingw-w64 #14 34.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools #14 34.63 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base #14 34.63 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin #14 34.63 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 #14 34.63 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 #14 34.63 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 #14 34.63 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib #14 34.64 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev #14 34.64 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common #14 34.64 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal #14 34.64 python3-pip python3-pkg-resources python3-setuptools python3.5 #14 34.64 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime #14 34.64 xfsprogs xxd xz-utils zip #55 122.7 CC images/fh.o sync github.com/LK4D4/vndr/godl/singleflight io reflect syscall math/rand #14 35.90 0 upgraded, 68 newly installed, 0 to remove and 4 not upgraded. #14 35.90 Need to get 90.9 MB of archives. #14 35.90 After this operation, 541 MB of additional disk space will be used. #14 35.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] #14 35.91 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] #14 35.92 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] #14 35.92 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] #14 35.93 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u11 [92.4 kB] #14 35.95 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] #55 123.4 CC images/fsnotify.o #14 36.09 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 completed: 2019-08-01 12:27:53.962552218 +0000 UTC #36 duration: 15.947330716s #36 11.38 -- Detecting C compile features - done #36 11.50 -- Performing Test HAS_BUILTIN_FORTIFY #36 12.06 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #36 12.18 -- Configuring done #36 12.22 -- Generating done #36 12.25 -- Build files have been written to: /tmp/tmp.vM9EuGlfnk/tini #36 12.26 + make tini-static #36 12.59 Scanning dependencies of target tini-static #36 12.81 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #36 15.00 [100%] Linking C executable tini-static #36 15.66 [100%] Built target tini-static #36 15.82 + mkdir -p /build #36 15.82 + cp tini-static /build/docker-init #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 36.30 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] bytes strings #14 36.31 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] #14 36.33 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] bufio #36 15.50 [100%] Linking C executable tini-static #14 36.63 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] #14 36.66 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] #14 36.69 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] #14 36.70 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] #14 36.70 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] #14 36.76 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] #14 36.76 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] #14 36.76 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] #14 36.76 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] #14 36.76 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] #14 36.76 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] path hash #36 16.23 [100%] Built target tini-static #36 16.31 + mkdir -p /build #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 109.8 text/template/parse #31 114.7 go/parser #31 116.4 text/template #14 36.81 Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] #14 36.81 Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] #14 36.83 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] #14 36.85 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] #14 36.85 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] #14 36.89 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] #14 36.91 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] #14 36.91 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] #14 37.00 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] #14 37.00 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] #14 37.02 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] #14 37.07 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] #14 37.07 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] #14 37.07 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 47.72 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] #14 52.04 debconf: delaying package configuration, since apt-utils is not installed #14 52.22 Fetched 90.9 MB in 13s (6857 kB/s) #14 52.40 Selecting previously unselected package bash-completion. #14 52.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15160 files and directories currently installed.) #14 52.50 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 16.32 + cp tini-static /build/docker-init #36 completed: 2019-08-01 12:27:55.039957474 +0000 UTC #36 duration: 16.612038316s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 117.3 CC images/eventfd.o #55 117.6 CC images/eventpoll.o #55 118.2 CC images/fh.o #55 118.9 CC images/fsnotify.o #55 120.0 CC images/signalfd.o #55 120.4 CC images/fs.o #55 120.8 CC images/pstree.o #55 121.0 CC images/pipe.o #55 121.3 CC images/tcp-stream.o #55 121.6 CC images/sk-packet.o hash/crc32 crypto crypto/internal/randutil crypto/sha512 #14 37.15 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] #14 37.15 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] #14 37.15 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] #14 37.15 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] #14 37.17 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] #14 37.23 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] #14 37.32 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 124.5 CC images/signalfd.o #55 122.1 CC images/mnt.o crypto/hmac crypto/sha1 crypto/sha256 time internal/syscall/unix #14 37.36 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] #14 37.40 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] #14 37.41 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] #14 37.44 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] #14 37.44 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] #14 37.45 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u11 [1974 kB] #55 124.9 CC images/fs.o internal/singleflight internal/x/crypto/hkdf internal/x/text/transform #14 37.69 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] #14 37.73 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] #55 125.1 CC images/pstree.o #55 122.4 CC images/pipe-data.o #55 122.7 CC images/sa.o #14 37.96 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] #14 38.00 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] #14 38.05 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] #14 38.07 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] #55 125.3 CC images/pipe.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 121.0 log #14 38.12 Get:55 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 109.6 make[1]: Nothing to be done for 'all'. #55 113.3 CC images/stats.o #55 113.8 CC images/core.o #55 115.0 CC images/core-x86.o #55 116.0 CC images/core-arm.o #55 116.8 CC images/core-aarch64.o #55 117.6 CC images/core-ppc64.o #55 118.7 CC images/core-s390.o encoding/binary sort internal/poll internal/fmtsort regexp/syntax encoding/base64 crypto/cipher #55 125.8 CC images/tcp-stream.o #55 119.9 CC images/cpuinfo.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 38.85 Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] os crypto/md5 crypto/aes #55 126.2 CC images/sk-packet.o #14 39.03 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] #14 39.09 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] #14 39.13 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] #14 39.15 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] #14 39.20 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] #31 121.8 encoding/binary crypto/des encoding/pem internal/x/crypto/internal/chacha20 #55 126.6 CC images/mnt.o internal/x/crypto/poly1305 internal/x/crypto/curve25519 internal/x/crypto/chacha20poly1305 #14 39.43 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] #14 39.62 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] #14 39.63 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] #55 126.9 CC images/pipe-data.o fmt path/filepath regexp io/ioutil #55 127.4 CC images/sa.o #14 40.10 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] go/token net/url flag text/template/parse go/scanner #14 40.41 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] #14 40.43 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] #36 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 completed: 2019-08-01 12:27:58.351817616 +0000 UTC #36 duration: 14.953645793s #36 4.925 + cd /tmp/tmp.z6POrXTgl6/tini #36 4.925 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 #36 4.953 + cmake . #36 5.976 -- The C compiler identification is GNU 6.3.0 #36 6.048 -- Check for working C compiler: /usr/bin/cc #36 6.571 -- Check for working C compiler: /usr/bin/cc -- works #36 6.573 -- Detecting C compiler ABI info #36 7.341 -- Detecting C compiler ABI info - done #36 7.461 -- Detecting C compile features #36 11.02 -- Detecting C compile features - done #36 11.06 -- Performing Test HAS_BUILTIN_FORTIFY #36 11.44 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #36 11.61 -- Configuring done #36 11.63 -- Generating done #36 11.63 -- Build files have been written to: /tmp/tmp.z6POrXTgl6/tini #36 11.65 + make tini-static #36 11.93 Scanning dependencies of target tini-static #36 12.01 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #36 13.86 [100%] Linking C executable tini-static #36 14.49 [100%] Built target tini-static #36 14.60 + mkdir -p /build #36 14.61 + cp tini-static /build/docker-init #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 127.9 CC images/timer.o Removing intermediate container 21510c92a0ff ---> 63c8da19ce17 Step 58/110 : FROM dev-base AS dockercli ---> 86aa8ed2793f Step 59/110 : ENV INSTALL_BINARY_NAME=dockercli ---> Running in 6e3699599414 Removing intermediate container 6e3699599414 ---> 365fd96ce676 Step 60/110 : COPY hack/dockerfile/install/install.sh ./install.sh log encoding/json encoding/xml  ---> c422487352e2 Step 61/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 92dd068264af Step 62/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in b0baa0fa0395 go/ast #31 123.6 encoding/base64 text/template #55 128.5 CC images/timerfd.o #55 128.9 CC images/mm.o #31 124.3 go/doc #31 124.4 encoding/json Install docker/cli version 17.06.2-ce from stable + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.dPnhkAiI6d + GOPATH=/tmp/tmp.dPnhkAiI6d + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=dockercli + shift + '[' '!' -f ./dockercli.installer ']' + . ./dockercli.installer ++ DOCKERCLI_CHANNEL=stable ++ DOCKERCLI_VERSION=17.06.2-ce + install_dockercli + echo 'Install docker/cli version 17.06.2-ce from stable' ++ uname -m + arch=s390x + '[' s390x '!=' x86_64 ']' + '[' s390x '!=' s390x ']' + url=https://download.docker.com/linux/static + tar -xz docker/docker + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz go/parser compress/flate #55 129.5 CC images/sk-opts.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 117.2 text/template/parse #31 122.4 go/parser #31 123.9 text/template context #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 59.25 Unpacking bash-completion (1:2.1-4.3) ... go/doc math/big + mkdir -p /build + mv docker/docker /build/ + rmdir docker encoding/hex compress/gzip Removing intermediate container b0baa0fa0395 ---> c5890bd58ed1 Step 63/110 : FROM runtime-dev AS runc ---> 382cffb2a75f Step 64/110 : ENV INSTALL_BINARY_NAME=runc ---> Running in 92d80257abd3 net internal/x/text/unicode/bidi #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 47.40 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] #14 51.67 debconf: delaying package configuration, since apt-utils is not installed #14 52.02 Fetched 90.9 MB in 13s (6649 kB/s) #14 52.25 Selecting previously unselected package bash-completion. #14 52.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15160 files and directories currently installed.) #14 52.36 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... #14 60.14 Selecting previously unselected package libnet1:amd64. #14 60.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... #14 60.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #14 60.26 Selecting previously unselected package libnfnetlink0:amd64. #14 60.27 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... #14 60.28 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... #14 60.35 Selecting previously unselected package libpcrecpp0v5:amd64. #14 60.35 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... #14 60.37 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... github.com/LK4D4/vndr/build #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 123.0 CC images/timer.o #55 123.5 CC images/timerfd.o #55 123.9 CC images/mm.o #55 124.6 CC images/sk-opts.o #55 125.0 CC images/sk-unix.o #55 125.8 CC images/sk-inet.o #55 126.4 CC images/tun.o #55 126.8 CC images/sk-netlink.o #55 127.2 CC images/packet-sock.o #55 127.5 CC images/ipc-var.o #55 127.8 CC images/ipc-desc.o #55 128.0 CC images/ipc-shm.o #55 128.3 CC images/ipc-msg.o #14 43.72 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] Removing intermediate container 92d80257abd3 ---> 8411fca7394e Step 65/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> da5d309243bf Step 66/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #14 60.52 Selecting previously unselected package libudev-dev:amd64. #14 60.52 Preparing to unpack .../04-libudev-dev_232-25+deb9u11_amd64.deb ... #14 60.55 Unpacking libudev-dev:amd64 (232-25+deb9u11) ... internal/x/text/secure/bidirule #55 128.8 CC images/ipc-sem.o #14 60.85 Selecting previously unselected package libpython3.5-minimal:amd64. #14 60.85 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 60.85 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... ---> b00d556b3950 Step 67/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in c017d187a7b1 internal/x/text/unicode/norm + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.UVqMfbONdn + GOPATH=/tmp/tmp.UVqMfbONdn + RM_GOPATH=1 ++ dirname ./install.sh #55 129.1 CC images/utsns.o #55 129.4 CC images/creds.o internal/x/net/http2/hpack + dir=. + bin=runc + shift + '[' '!' -f ./runc.installer ']' + . ./runc.installer ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f + install_runc + uname -r + grep -q '^3\.10\.0.*\.el7\.' + RUNC_BUILDTAGS='seccomp apparmor selinux ' + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UVqMfbONdn/src/github.com/opencontainers/runc Cloning into '/tmp/tmp.UVqMfbONdn/src/github.com/opencontainers/runc'... Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) #14 61.76 Selecting previously unselected package python3.5-minimal. #14 61.76 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 58.76 Unpacking bash-completion (1:2.1-4.3) ... mime crypto/rand #14 61.84 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... crypto/elliptic encoding/asn1 crypto/rsa #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 114.0 text/template/parse #31 119.8 go/parser #31 120.2 text/template #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 120.5 CC images/inventory.o #55 120.8 CC images/fdinfo.o #55 121.4 CC images/fown.o #55 121.8 CC images/ns.o #55 122.2 CC images/regfile.o #55 122.8 CC images/ghost-file.o #55 123.6 CC images/fifo.o #55 124.0 CC images/remap-file-path.o #55 124.4 CC images/eventfd.o #55 124.7 CC images/eventpoll.o #55 125.1 CC images/fh.o #55 125.4 CC images/fsnotify.o #55 126.4 CC images/signalfd.o #55 126.7 CC images/fs.o #55 127.0 CC images/pstree.o #14 59.87 Selecting previously unselected package libnet1:amd64. #14 59.87 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... #14 59.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... crypto/dsa internal/x/net/idna mime/quotedprintable #55 127.3 CC images/pipe.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 125.0 log #14 59.99 Selecting previously unselected package libnfnetlink0:amd64. #14 60.00 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... #14 60.00 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... #14 60.10 Selecting previously unselected package libpcrecpp0v5:amd64. #14 60.10 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... #14 60.12 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... crypto/ecdsa crypto/x509/pkix #14 60.26 Selecting previously unselected package libudev-dev:amd64. #14 60.27 Preparing to unpack .../04-libudev-dev_232-25+deb9u11_amd64.deb ... #14 60.34 Unpacking libudev-dev:amd64 (232-25+deb9u11) ... internal/x/crypto/cryptobyte net/http/internal os/exec #14 60.77 Selecting previously unselected package libpython3.5-minimal:amd64. #14 60.78 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 60.79 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #14 63.90 Selecting previously unselected package python3-minimal. #14 63.94 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... #14 63.94 Unpacking python3-minimal (3.5.3-1) ... #31 125.9 encoding/binary + cd /tmp/tmp.UVqMfbONdn/src/github.com/opencontainers/runc + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f + '[' -z '' ']' + target=static + make 'BUILDTAGS=seccomp apparmor selinux ' static CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . #14 64.28 Selecting previously unselected package libmpdec2:amd64. #14 64.28 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... #14 64.29 Unpacking libmpdec2:amd64 (2.4.2-1) ... #14 64.53 Selecting previously unselected package libpython3.5-stdlib:amd64. #14 64.56 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... #14 64.56 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #14 62.00 Selecting previously unselected package python3.5-minimal.internal/x/net/http/httpproxy net/textproto crypto/x509  #14 62.00 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 62.08 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... internal/x/net/http/httpguts mime/multipart crypto/tls #31 128.2 encoding/base64 #31 128.7 go/doc #14 63.67 Selecting previously unselected package python3-minimal. #14 63.67 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... #14 63.68 Unpacking python3-minimal (3.5.3-1) ... #14 63.82 Selecting previously unselected package libmpdec2:amd64. #14 63.82 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... #14 63.83 Unpacking libmpdec2:amd64 (2.4.2-1) ... #14 63.92 Selecting previously unselected package libpython3.5-stdlib:amd64. #14 63.92 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... #14 63.93 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #31 129.0 encoding/json net/http/httptrace net/http #14 67.40 Selecting previously unselected package python3.5. #14 67.42 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... #14 67.43 Unpacking python3.5 (3.5.3-1+deb9u1) ... #14 67.67 Selecting previously unselected package libpython3-stdlib:amd64. #14 67.67 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... #14 67.72 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... #14 67.80 Selecting previously unselected package dh-python. #14 67.80 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... #14 67.82 Unpacking dh-python (2.20170125) ... #14 68.12 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #14 68.16 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 127.8 CC images/tcp-stream.o #55 128.1 CC images/sk-packet.o #55 128.6 CC images/mnt.o #55 129.0 CC images/pipe-data.o #55 129.4 CC images/sa.o #55 129.9 CC images/timer.o #55 130.6 CC images/timerfd.o #55 130.9 CC images/mm.o #55 131.3 CC images/sk-opts.o #55 131.9 CC images/sk-unix.o #55 132.6 CC images/sk-inet.o #55 132.9 CC images/tun.o #55 133.2 CC images/sk-netlink.o #55 133.5 CC images/packet-sock.o #14 66.61 Selecting previously unselected package python3.5. #55 134.1 CC images/ipc-var.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 130.0 CC images/sk-unix.o #55 130.4 CC images/sk-inet.o #55 130.8 CC images/tun.o #55 131.2 CC images/sk-netlink.o #55 131.4 CC images/packet-sock.o #55 132.0 CC images/ipc-var.o #55 132.3 CC images/ipc-desc.o #55 132.6 CC images/ipc-shm.o #55 132.9 CC images/ipc-msg.o #55 133.4 CC images/ipc-sem.o #55 133.9 CC images/utsns.o #55 134.2 CC images/creds.o #55 134.4 CC images/vma.o #55 134.7 CC images/netdev.o #55 135.3 CC images/tty.o #55 136.3 CC images/file-lock.o #55 136.7 CC images/rlimit.o #55 137.2 CC images/pagemap.o #55 137.6 CC images/siginfo.o #55 137.9 CC images/rpc.o #55 139.9 CC images/ext-file.o #14 66.61 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... #14 66.62 Unpacking python3.5 (3.5.3-1+deb9u1) ... #55 140.4 CC images/cgroup.o #14 67.01 Selecting previously unselected package libpython3-stdlib:amd64. #14 67.02 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... #14 67.09 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 128.1 log #31 128.6 encoding/json #31 131.2 go/doc #31 136.5 github.com/LK4D4/vndr/build #31 137.8 encoding/xml #55 134.6 CC images/ipc-desc.o #14 67.38 Selecting previously unselected package dh-python. #14 67.38 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... #14 67.40 Unpacking dh-python (2.20170125) ... #55 134.9 CC images/ipc-shm.o #55 135.2 CC images/ipc-msg.o #14 67.82 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #14 67.84 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 141.4 CC images/userns.o #55 135.7 CC images/ipc-sem.o #55 141.9 CC images/google/protobuf/descriptor.o github.com/LK4D4/vndr/godl github.com/LK4D4/vndr #55 136.1 CC images/utsns.o #55 136.5 CC images/creds.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 129.9 CC images/vma.o #55 130.5 CC images/netdev.o #55 131.0 CC images/tty.o #55 132.2 CC images/file-lock.o #55 132.7 CC images/rlimit.o #55 133.2 CC images/pagemap.o #55 133.7 CC images/siginfo.o #55 134.3 CC images/rpc.o #55 135.8 CC images/ext-file.o #55 136.2 CC images/cgroup.o #55 137.3 CC images/userns.o #55 137.7 CC images/google/protobuf/descriptor.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 134.0 github.com/LK4D4/vndr/build #55 140.6 CC images/opts.o #55 141.0 CC images/seccomp.o #55 141.5 CC images/binfmt-misc.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 129.6 github.com/LK4D4/vndr/build #31 132.4 encoding/xml #31 134.8 github.com/LK4D4/vndr/godl/singleflight #31 135.5 compress/flate #31 140.0 hash #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 142.0 CC images/time.o #55 142.3 CC images/sysctl.o #55 144.7 CC images/opts.o #55 145.3 CC images/seccomp.o #55 142.6 CC images/autofs.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 47.84 debconf: delaying package configuration, since apt-utils is not installed #14 48.17 Fetched 90.9 MB in 11s (7991 kB/s) #14 48.43 Selecting previously unselected package bash-completion. #14 48.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15160 files and directories currently installed.) #14 48.48 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... #14 55.62 Unpacking bash-completion (1:2.1-4.3) ... #14 56.12 Selecting previously unselected package libnet1:amd64. #14 56.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... #14 56.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... #14 56.35 Selecting previously unselected package libnfnetlink0:amd64. #14 56.35 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... #14 56.35 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... #14 56.47 Selecting previously unselected package libpcrecpp0v5:amd64. #14 56.47 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... #14 56.48 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... #14 56.66 Selecting previously unselected package libudev-dev:amd64. #14 56.67 Preparing to unpack .../04-libudev-dev_232-25+deb9u11_amd64.deb ... #14 56.77 Unpacking libudev-dev:amd64 (232-25+deb9u11) ... #14 57.01 Selecting previously unselected package libpython3.5-minimal:amd64. #14 57.03 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 57.04 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #55 143.0 CC images/macvlan.o #14 58.32 Selecting previously unselected package python3.5-minimal. #14 58.32 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... #14 58.35 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 137.1 encoding/xml #55 145.8 CC images/binfmt-misc.o #55 143.3 CC images/sit.o Removing intermediate container fc6b19994fca ---> 6ab7ab68be93 Step 42/110 : FROM dev-base AS containerd ---> 2a28285bdb9f Step 43/110 : RUN apt-get update && apt-get install -y btrfs-tools ---> Running in 7cba6af012ae Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] #55 146.2 CC images/time.o #55 143.7 LINK images/built-in.o #55 143.8 GEN compel/include/asm #55 146.5 CC images/sysctl.o Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] #55 143.8 GEN compel/include/version.h #55 143.8 touch .config #55 143.8 GEN include/common/config.h #55 144.0 GEN compel/plugins/include/uapi/std/syscall-codes-64.h #55 144.0 GEN compel/plugins/include/uapi/std/syscall-64.h #55 146.8 CC images/autofs.o Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] #55 144.1 GEN compel/arch/x86/plugins/std/syscalls-64.S #55 144.2 DEP compel/arch/x86/plugins/std/syscalls-64.d #55 144.2 DEP compel/arch/x86/plugins/std/memcpy.d #55 144.3 DEP compel/arch/x86/plugins/std/parasite-head.d #55 144.4 GEN compel/plugins/include/uapi/std/syscall.h #55 144.4 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c #55 144.5 GEN compel/plugins/include/uapi/std/syscall-codes.h #55 144.5 GEN compel/plugins/include/uapi/std/asm/syscall-types.h #55 144.6 DEP compel/plugins/std/infect.d #55 147.2 CC images/macvlan.o #55 144.8 DEP compel/plugins/std/string.d #55 144.9 DEP compel/plugins/std/log.d #31 139.1 github.com/LK4D4/vndr/godl/singleflight #55 147.5 CC images/sit.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 74.51 Setting up python3-minimal (3.5.3-1) ... #14 76.78 Selecting previously unselected package python3. #14 76.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16746 files and directories currently installed.) #14 76.83 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... #14 76.85 Unpacking python3 (3.5.3-1) ... #14 77.01 Selecting previously unselected package pigz. #14 77.02 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... #14 77.02 Unpacking pigz (2.3.4-1) ... #14 77.18 Selecting previously unselected package libip4tc0:amd64. #14 77.19 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.19 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #55 145.0 DEP compel/plugins/std/fds.d #55 145.2 DEP compel/plugins/std/std.d #14 77.36 Selecting previously unselected package libip6tc0:amd64. #14 77.36 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.37 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #31 139.3 compress/flate #14 77.51 Selecting previously unselected package libiptc0:amd64. #14 77.52 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.52 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 77.66 Selecting previously unselected package libxtables12:amd64. #14 77.67 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...#55 145.4 DEP compel/plugins/shmem/shmem.d #55 145.5 DEP compel/plugins/fds/fds.d #14 77.67 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 77.86 Selecting previously unselected package libnetfilter-conntrack3:amd64. #14 77.87 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... #14 77.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... #55 145.9 CC compel/plugins/std/std.o CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty + mkdir -p /build + cp runc /build/runc #14 78.03 Selecting previously unselected package iptables. #14 78.03 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... #14 78.04 Unpacking iptables (1.6.0+snapshot20161117-6) ... Fetched 7714 kB in 2s (3154 kB/s) Reading package lists...Removing intermediate container c017d187a7b1 ---> ed28822ac82c Step 68/110 : FROM dev-base AS tini ---> 86aa8ed2793f Step 69/110 : RUN apt-get update && apt-get install -y cmake vim-common ---> Running in b23b8c430724 #55 146.5 CC compel/plugins/std/fds.o #14 78.51 Selecting previously unselected package xxd. #14 78.52 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 78.54 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #14 78.80 Selecting previously unselected package vim-common. #14 78.82 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #14 78.84 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #14 79.22 Selecting previously unselected package bzip2. #14 79.22 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... #14 79.24 Unpacking bzip2 (1.0.6-8.1) ... Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [483 kB] Reading package lists...#14 79.48 Selecting previously unselected package libgpm2:amd64. #14 79.48 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #14 79.49 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... #55 147.5 CC compel/plugins/std/log.o Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] #14 79.61 Selecting previously unselected package xz-utils. #14 79.62 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... #14 79.64 Unpacking xz-utils (5.2.2-1.2+b1) ... #14 80.24 Selecting previously unselected package aufs-tools. #14 80.24 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... #14 80.25 Unpacking aufs-tools (1:4.1+20161219-1) ... Building dependency tree...Fetched 7668 kB in 1s (4961 kB/s) Reading package lists...#14 80.58 Selecting previously unselected package liblzo2-2:amd64. #14 80.60 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... Reading state information... The following additional packages will be installed: btrfs-progs liblzo2-2 The following NEW packages will be installed: btrfs-progs btrfs-tools liblzo2-2 #14 80.62 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #55 148.7 CC compel/plugins/std/string.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 60.54 Selecting previously unselected package python3-minimal. #14 60.55 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... #14 60.55 Unpacking python3-minimal (3.5.3-1) ... #14 60.68 Selecting previously unselected package libmpdec2:amd64. #14 60.69 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... #14 60.72 Unpacking libmpdec2:amd64 (2.4.2-1) ... #14 60.90 Selecting previously unselected package libpython3.5-stdlib:amd64. #14 60.90 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... #14 60.91 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #14 63.89 Selecting previously unselected package python3.5. #14 63.90 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... #14 63.92 Unpacking python3.5 (3.5.3-1+deb9u1) ... #14 64.09 Selecting previously unselected package libpython3-stdlib:amd64.0 upgraded, 3 newly installed, 0 to remove and 4 not upgraded. Need to get 588 kB of archives. After this operation, 5005 kB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] debconf: delaying package configuration, since apt-utils is not installed #14 80.91 Selecting previously unselected package btrfs-progs. #14 80.94 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... #14 80.95 Unpacking btrfs-progs (4.7.3-1) ... #14 64.09 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... #14 64.11 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... #14 64.23 Selecting previously unselected package dh-python. #14 64.24 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... #14 64.25 Unpacking dh-python (2.20170125) ... Fetched 588 kB in 0s (5895 kB/s) Selecting previously unselected package liblzo2-2:ppc64el. (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 ... 14949 files and directories currently installed.) Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... Unpacking btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... Setting up btrfs-progs (4.7.3-1) ... Setting up btrfs-tools (4.7.3-1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Reading package lists...#14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 73.60 Setting up python3-minimal (3.5.3-1) ... #14 75.72 Selecting previously unselected package python3. #14 75.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16746 files and directories currently installed.) #14 75.91 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... #14 75.94 Unpacking python3 (3.5.3-1) ... #14 76.08 Selecting previously unselected package pigz. #14 76.16 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... #14 76.19 Unpacking pigz (2.3.4-1) ... #14 76.41 Selecting previously unselected package libip4tc0:amd64. #14 76.42 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 76.46 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 76.68 Selecting previously unselected package libip6tc0:amd64. #14 76.73 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 76.75 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 77.11 Selecting previously unselected package libiptc0:amd64. #14 77.13 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.15 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 77.40 Selecting previously unselected package libxtables12:amd64. #14 77.40 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.40 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 77.54 Selecting previously unselected package libnetfilter-conntrack3:amd64. #14 77.54 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... #14 77.55 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... #14 77.79 Selecting previously unselected package iptables. #14 77.82 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... #14 77.84 Unpacking iptables (1.6.0+snapshot20161117-6) ... #14 78.44 Selecting previously unselected package xxd. #14 78.44 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 78.46 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 149.8 + for f in rootlesskit rootlesskit-docker-proxy #58 149.8 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy Building dependency tree... Reading state information... #14 64.81 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... #14 64.83 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... Removing intermediate container 7cba6af012ae ---> dada227fcd71 Step 44/110 : ENV INSTALL_BINARY_NAME=containerd #14 78.82 Selecting previously unselected package vim-common. #14 78.84 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #14 78.86 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #14 79.10 Selecting previously unselected package bzip2. The following additional packages will be installed: cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 sgml-base vim vim-runtime xml-core xxd Suggested packages: codeblocks eclipse ninja-build lrzip gpm sgml-base-doc ctags vim-doc vim-scripts debhelper The following NEW packages will be installed: cmake cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 sgml-base vim vim-common vim-runtime xml-core xxd 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. Need to get 19.7 MB of archives. After this operation, 90.8 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u2 [7531 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] ---> Running in 43da120de0b1 Removing intermediate container 43da120de0b1 ---> 56265c5b42ae Step 45/110 : COPY hack/dockerfile/install/install.sh ./install.sh #14 79.11 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... #14 79.11 Unpacking bzip2 (1.0.6-8.1) ... #14 79.31 Selecting previously unselected package libgpm2:amd64. #14 79.31 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... ---> af7c243c7bd1 Step 46/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> d56358d9ef40 Step 47/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 1947e988b11f Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x sgml-base all 1.29 [14.8 kB] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] Get:11 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] Get:13 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] Get:14 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xml-core all 0.17 [23.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.7 MB in 0s (54.5 MB/s) Selecting previously unselected package cmake-data. (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 ... 14827 files and directories currently installed.) Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... Unpacking cmake-data (3.7.2-1) ... #14 79.31 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... #14 79.62 Selecting previously unselected package xz-utils. #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 136.9 CC images/vma.o #55 137.1 CC images/netdev.o #55 137.5 CC images/tty.o #55 138.4 CC images/file-lock.o #55 138.7 CC images/rlimit.o #55 138.9 CC images/pagemap.o #55 139.6 CC images/siginfo.o #55 140.0 CC images/rpc.o #55 142.0 CC images/ext-file.o #55 142.3 CC images/cgroup.o #55 143.4 CC images/userns.o #55 144.1 CC images/google/protobuf/descriptor.o #55 146.8 CC images/opts.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 144.1 hash #31 144.3 hash/crc32 + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.c7EhvYhj6h + GOPATH=/tmp/tmp.c7EhvYhj6h + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=containerd + shift + '[' '!' -f ./containerd.installer ']' + . ./containerd.installer ++ CONTAINERD_COMMIT=85f6aa58b8a3170aec9824568f7a31832878b603 + install_containerd + echo 'Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603' + git clone https://github.com/containerd/containerd.git /tmp/tmp.c7EhvYhj6h/src/github.com/containerd/containerd Install containerd version 85f6aa58b8a3170aec9824568f7a31832878b603 Cloning into '/tmp/tmp.c7EhvYhj6h/src/github.com/containerd/containerd'... #14 79.62 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... #14 79.65 Unpacking xz-utils (5.2.2-1.2+b1) ... Selecting previously unselected package liblzo2-2:s390x. Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_s390x.deb ... Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... Selecting previously unselected package libicu57:s390x. Preparing to unpack .../02-libicu57_57.1-6+deb9u2_s390x.deb ... Unpacking libicu57:s390x (57.1-6+deb9u2) ... #14 80.07 Selecting previously unselected package aufs-tools. #14 80.07 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... #14 80.12 Unpacking aufs-tools (1:4.1+20161219-1) ... #14 80.37 Selecting previously unselected package liblzo2-2:amd64. #14 80.38 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... #14 80.38 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #14 80.53 Selecting previously unselected package btrfs-progs. #14 80.53 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... #14 80.54 Unpacking btrfs-progs (4.7.3-1) ... #31 145.5 compress/gzip Selecting previously unselected package libxml2:s390x. Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... Selecting previously unselected package libarchive13:s390x. Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u1_s390x.deb ... Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... Selecting previously unselected package libjsoncpp1:s390x. Preparing to unpack .../05-libjsoncpp1_1.7.4-3_s390x.deb ... Unpacking libjsoncpp1:s390x (1.7.4-3) ... Selecting previously unselected package libuv1:s390x. Preparing to unpack .../06-libuv1_1.9.1-3_s390x.deb ... Unpacking libuv1:s390x (1.9.1-3) ... Selecting previously unselected package cmake. Preparing to unpack .../07-cmake_3.7.2-1_s390x.deb ... Unpacking cmake (3.7.2-1) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 141.8 compress/flate #31 146.8 hash #31 147.0 context #31 147.1 hash/crc32 #31 148.0 compress/gzip #31 148.3 crypto/cipher #31 149.3 math/rand #31 150.2 crypto/aes #31 150.6 math/big #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 81.94 Selecting previously unselected package btrfs-tools. #14 81.99 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... #14 82.01 Unpacking btrfs-tools (4.7.3-1) ... #14 82.08 Selecting previously unselected package libdevmapper1.02.1:amd64. #14 82.08 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... #14 82.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 82.27 Selecting previously unselected package dmsetup. #14 82.29 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... #14 82.29 Unpacking dmsetup (2:1.02.137-2) ... #14 82.46 Selecting previously unselected package libonig4:amd64. #14 82.46 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... #14 82.47 Unpacking libonig4:amd64 (6.1.3-2) ... #14 82.72 Selecting previously unselected package libjq1:amd64. #14 82.72 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... #14 82.72 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #14 83.10 Selecting previously unselected package jq. #14 83.10 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... #14 83.11 Unpacking jq (1.5+dfsg-1.3) ... #14 83.46 Selecting previously unselected package libaio1:amd64. #14 83.46 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... #14 83.46 Unpacking libaio1:amd64 (0.3.110-3) ... #14 83.71 Selecting previously unselected package libcap2-bin. #14 83.72 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... #14 83.72 Unpacking libcap2-bin (1:2.25-1) ... #14 83.95 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #14 83.96 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... #14 83.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 84.08 Selecting previously unselected package libsepol1-dev:amd64. #14 84.09 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... #14 84.09 Unpacking libsepol1-dev:amd64 (2.6-2) ... #31 146.0 context #31 146.4 crypto/cipher Selecting previously unselected package sgml-base. Preparing to unpack .../08-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package xxd. Preparing to unpack .../09-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... Unpacking xxd (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package vim-common. Preparing to unpack .../10-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... Unpacking vim-common (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package libgpm2:s390x. Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../12-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 140.3 hash/crc32 #31 140.8 context #31 141.3 compress/gzip #31 141.7 crypto/cipher #31 142.2 math/rand #31 143.4 crypto/aes #31 143.5 math/big #31 145.3 crypto #31 146.0 crypto/des #31 147.0 crypto/internal/randutil #31 147.1 crypto/sha512 #31 148.6 crypto/hmac #31 148.9 crypto/md5 #31 150.1 crypto/sha1 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 150.0 CC compel/plugins/std/infect.o #55 150.8 CC compel/arch/x86/plugins/std/parasite-head.o #55 150.9 CC compel/arch/x86/plugins/std/memcpy.o #55 151.0 CC compel/arch/x86/plugins/std/syscalls-64.o #55 151.2 AR compel/plugins/std.lib.a #55 151.3 CC compel/plugins/fds/fds.o #55 151.7 AR compel/plugins/fds.lib.a #55 151.7 HOSTDEP compel/src/lib/handle-elf-host.d #55 151.7 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d #55 151.7 HOSTDEP compel/src/lib/log-host.d #55 151.8 HOSTDEP compel/src/main-host.d #55 151.9 DEP compel/src/lib/ptrace.d #55 152.2 DEP compel/src/lib/infect.d #55 152.4 DEP compel/src/lib/infect-util.d #31 146.6 math/rand #14 84.66 Selecting previously unselected package libpcre16-3:amd64. #14 84.66 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... #14 84.67 Unpacking libpcre16-3:amd64 (2:8.39-3) ... #55 152.7 DEP compel/src/lib/infect-rpc.d #55 152.9 DEP compel/src/lib/handle-elf.d #14 85.13 Selecting previously unselected package libpcre32-3:amd64. #14 85.13 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... #14 85.13 Unpacking libpcre32-3:amd64 (2:8.39-3) ... #55 153.2 DEP compel/arch/x86/src/lib/handle-elf.d Selecting previously unselected package vim. Preparing to unpack .../13-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... Unpacking vim (2:8.0.0197-4+deb9u3) ... #14 85.60 Selecting previously unselected package libpcre3-dev:amd64.#55 153.4 DEP compel/arch/x86/src/lib/infect.d Selecting previously unselected package xml-core. Preparing to unpack .../14-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Processing triggers for mime-support (3.60) ... Setting up xxd (2:8.0.0197-4+deb9u3) ... Setting up libgpm2:s390x (1.20.4-6.2+b1) ... Setting up libuv1:s390x (1.9.1-3) ... Setting up cmake-data (3.7.2-1) ... Setting up sgml-base (1.29) ... Setting up libicu57:s390x (57.1-6+deb9u2) ... Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up vim-common (2:8.0.0197-4+deb9u3) ... Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... Setting up xml-core (0.17) ... Setting up liblzo2-2:s390x (2.08-1.2+b2) ... #14 85.60 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... #14 85.61 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... #55 153.6 DEP compel/arch/x86/src/lib/cpu.d #55 153.7 DEP compel/src/lib/log.d #55 153.9 DEP compel/src/main.d Setting up libjsoncpp1:s390x (1.7.4-3) ... Setting up vim (2:8.0.0197-4+deb9u3) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... Setting up cmake (3.7.2-1) ... Processing triggers for sgml-base (1.29) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 154.1 CC compel/src/lib/log.o #14 86.40 Selecting previously unselected package libselinux1-dev:amd64.#31 148.0 math/big #31 148.1 crypto/aes #14 86.41 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... #14 86.41 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... #14 86.86 Selecting previously unselected package libdevmapper-dev:amd64. #14 86.87 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... #55 154.7 CC compel/arch/x86/src/lib/cpu.o #14 86.98 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 142.9 + for f in rootlesskit rootlesskit-docker-proxy #58 142.9 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 81.56 Selecting previously unselected package btrfs-tools. #14 81.56 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... #14 81.57 Unpacking btrfs-tools (4.7.3-1) ... #14 81.81 Selecting previously unselected package libdevmapper1.02.1:amd64. #14 81.82 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... #14 81.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 82.07 Selecting previously unselected package dmsetup. #14 82.07 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... #14 82.09 Unpacking dmsetup (2:1.02.137-2) ... #14 82.28 Selecting previously unselected package libonig4:amd64. #14 82.29 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... #14 82.30 Unpacking libonig4:amd64 (6.1.3-2) ... #14 82.57 Selecting previously unselected package libjq1:amd64. #14 82.57 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... #14 82.57 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #14 82.66 Selecting previously unselected package jq. #14 82.66 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... #14 82.66 Unpacking jq (1.5+dfsg-1.3) ... #14 82.82 Selecting previously unselected package libaio1:amd64. #14 82.82 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... #14 82.83 Unpacking libaio1:amd64 (0.3.110-3) ... #14 82.91 Selecting previously unselected package libcap2-bin. #14 82.91 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... #14 82.92 Unpacking libcap2-bin (1:2.25-1) ... #14 83.04 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #14 83.04 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... #14 83.05 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 83.18 Selecting previously unselected package libsepol1-dev:amd64. #14 83.18 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... #14 83.19 Unpacking libsepol1-dev:amd64 (2.6-2) ... #14 83.87 Selecting previously unselected package libpcre16-3:amd64. #14 83.89 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... #14 83.90 Unpacking libpcre16-3:amd64 (2:8.39-3) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 147.8 LINK images/built-in.o #55 148.0 GEN compel/include/asm #55 148.0 GEN compel/include/version.h #55 148.0 touch .config #55 148.0 GEN include/common/config.h #55 148.2 GEN compel/plugins/include/uapi/std/syscall-codes-64.h #55 148.2 GEN compel/plugins/include/uapi/std/syscall-64.h #55 148.2 GEN compel/arch/x86/plugins/std/syscalls-64.S #55 148.3 DEP compel/arch/x86/plugins/std/syscalls-64.d #55 148.4 DEP compel/arch/x86/plugins/std/memcpy.d #55 148.4 DEP compel/arch/x86/plugins/std/parasite-head.d #55 148.5 GEN compel/plugins/include/uapi/std/syscall.h #55 148.6 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c #55 148.6 GEN compel/plugins/include/uapi/std/syscall-codes.h #55 148.6 GEN compel/plugins/include/uapi/std/asm/syscall-types.h #55 148.7 DEP compel/plugins/std/infect.d #55 149.0 DEP compel/plugins/std/string.d #55 149.2 DEP compel/plugins/std/log.d #55 149.3 DEP compel/plugins/std/fds.d #55 149.6 DEP compel/plugins/std/std.d #55 149.8 DEP compel/plugins/shmem/shmem.d #55 149.9 DEP compel/plugins/fds/fds.d #55 150.3 CC compel/plugins/std/std.o #55 151.0 CC compel/plugins/std/fds.o #55 151.6 CC compel/plugins/std/log.o #55 152.6 CC compel/plugins/std/string.o #55 153.6 CC compel/plugins/std/infect.o #55 154.3 CC compel/arch/x86/plugins/std/parasite-head.o #55 154.4 CC compel/arch/x86/plugins/std/memcpy.o #55 154.5 CC compel/arch/x86/plugins/std/syscalls-64.o #55 154.5 AR compel/plugins/std.lib.a #55 154.7 CC compel/plugins/fds/fds.o #55 155.1 AR compel/plugins/fds.lib.a #55 155.3 HOSTDEP compel/src/lib/handle-elf-host.d #55 155.5 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d #55 155.7 HOSTDEP compel/src/lib/log-host.d #55 155.9 HOSTDEP compel/src/main-host.d #55 156.1 DEP compel/src/lib/ptrace.d #55 156.4 DEP compel/src/lib/infect.d #55 156.6 DEP compel/src/lib/infect-util.d #55 156.7 DEP compel/src/lib/infect-rpc.d #55 156.9 DEP compel/src/lib/handle-elf.d #55 157.3 DEP compel/arch/x86/src/lib/handle-elf.d #55 157.6 DEP compel/arch/x86/src/lib/infect.d #55 157.9 DEP compel/arch/x86/src/lib/cpu.d Removing intermediate container b23b8c430724 ---> b48fb5d7e3a8 Step 70/110 : COPY hack/dockerfile/install/install.sh ./install.sh #14 84.26 Selecting previously unselected package libpcre32-3:amd64. #14 84.26 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... #14 84.31 Unpacking libpcre32-3:amd64 (2:8.39-3) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 87.42 Selecting previously unselected package libnl-3-200:amd64. #14 87.43 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... #14 87.44 Unpacking libnl-3-200:amd64 (3.2.27-2) ... ---> 654732062d64 Step 71/110 : ENV INSTALL_BINARY_NAME=tini ---> Running in 5ffb090852d7 #14 87.81 Selecting previously unselected package libprotobuf-c1:amd64. #14 87.82 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... #14 87.84 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #31 149.7 crypto #14 84.78 Selecting previously unselected package libpcre3-dev:amd64. #14 84.78 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... #14 88.01 Selecting previously unselected package libreadline5:amd64. #14 88.01 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... #14 88.04 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 147.1 CC images/seccomp.o #55 147.6 CC images/binfmt-misc.o #55 148.0 CC images/time.o #55 148.6 CC images/sysctl.o #55 149.0 CC images/autofs.o #55 149.4 CC images/macvlan.o #55 149.8 CC images/sit.o #55 150.2 LINK images/built-in.o #55 150.3 GEN compel/include/asm #55 150.3 GEN compel/include/version.h #55 150.4 touch .config #55 150.4 GEN include/common/config.h #55 150.5 GEN compel/plugins/include/uapi/std/syscall-codes-64.h #55 150.5 GEN compel/plugins/include/uapi/std/syscall-64.h #55 150.5 GEN compel/arch/x86/plugins/std/syscalls-64.S #55 150.5 DEP compel/arch/x86/plugins/std/syscalls-64.d #55 150.6 DEP compel/arch/x86/plugins/std/memcpy.d #55 150.6 DEP compel/arch/x86/plugins/std/parasite-head.d #55 150.6 GEN compel/plugins/include/uapi/std/syscall.h #55 150.7 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c #55 150.7 GEN compel/plugins/include/uapi/std/syscall-codes.h #55 150.8 GEN compel/plugins/include/uapi/std/asm/syscall-types.h #55 150.8 DEP compel/plugins/std/infect.d #55 151.0 DEP compel/plugins/std/string.d #55 151.1 DEP compel/plugins/std/log.d #55 151.2 DEP compel/plugins/std/fds.d #55 151.3 DEP compel/plugins/std/std.d #55 151.5 DEP compel/plugins/shmem/shmem.d #55 151.6 DEP compel/plugins/fds/fds.d #55 151.8 CC compel/plugins/std/std.o #55 152.3 CC compel/plugins/std/fds.o #14 85.03 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 completed: 2019-08-01 12:28:29.180272601 +0000 UTC #58 duration: 2m34.077495317s #59 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build #59 digest: sha256:6c0be4c4ceb5c0830d3119547fc98d9c2d14b8299671a484472ea3bb809c7de5 #59 name: "[rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build" #59 started: 2019-08-01 12:28:29.182314895 +0000 UTC #14 88.49 Selecting previously unselected package libsystemd-dev:amd64. #14 88.49 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_amd64.deb ... #14 88.51 Unpacking libsystemd-dev:amd64 (232-25+deb9u11) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 150.4 crypto/des Removing intermediate container 5ffb090852d7 ---> 752d78e21ece Step 72/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> b07ee4885588 Step 73/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in a10a590932dd #31 151.4 crypto/internal/randutil + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.LeXYnLORoO + GOPATH=/tmp/tmp.LeXYnLORoO + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=tini + shift + '[' '!' -f ./tini.installer ']' + . ./tini.installer ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /tmp/tmp.LeXYnLORoO/tini Install tini version fec3683b971d9c3ef73f284f176672c44b448662 Cloning into '/tmp/tmp.LeXYnLORoO/tini'... + cd /tmp/tmp.LeXYnLORoO/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . + cd /tmp/tmp.c7EhvYhj6h/src/github.com/containerd/containerd + git checkout -q 85f6aa58b8a3170aec9824568f7a31832878b603 + export 'BUILDTAGS=netgo osusergo static_build' + BUILDTAGS='netgo osusergo static_build' + export EXTRA_FLAGS=-buildmode=pie + EXTRA_FLAGS=-buildmode=pie + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' + '[' '' = dynamic ']' + make #31 151.5 crypto/sha512 -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /tmp/tmp.LeXYnLORoO/tini 🇩 bin/ctr + make tini-static Scanning dependencies of target tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static [100%] Built target tini-static + mkdir -p /build + cp tini-static /build/docker-init Removing intermediate container a10a590932dd ---> 174a79207092 Step 74/110 : FROM dev-base AS rootlesskit ---> 86aa8ed2793f Step 75/110 : ENV INSTALL_BINARY_NAME=rootlesskit ---> Running in 4aed8fa83759 Removing intermediate container 4aed8fa83759 ---> d2ecc6552979 Step 76/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 7c0199246fc1 Step 77/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #59 completed: 2019-08-01 12:28:32.134288561 +0000 UTC #59 duration: 2.951973666s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 85.77 Selecting previously unselected package libselinux1-dev:amd64. #14 85.80 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... #14 85.82 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... #14 86.27 Selecting previously unselected package libdevmapper-dev:amd64. #14 86.27 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... #14 86.28 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... #14 86.41 Selecting previously unselected package libnl-3-200:amd64. #14 86.41 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... #14 86.42 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #14 86.80 Selecting previously unselected package libprotobuf-c1:amd64. #14 86.81 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... #14 86.82 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #14 87.02 Selecting previously unselected package libreadline5:amd64. #14 87.02 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... #14 87.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... #14 87.25 Selecting previously unselected package libsystemd-dev:amd64. #14 87.26 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_amd64.deb ... #14 87.29 Unpacking libsystemd-dev:amd64 (232-25+deb9u11) ... #31 153.5 crypto/hmac ---> cbafdee1c87b Step 78/110 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME ---> Running in 4e31474187c8 #31 153.8 crypto/md5 + RM_GOPATH=0 + TMP_GOPATH= + : /build/ + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.iTHIAOA10l + GOPATH=/tmp/tmp.iTHIAOA10l + RM_GOPATH=1 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f ++ dirname ./install.sh + dir=. + bin=rootlesskit + shift + '[' '!' -f ./rootlesskit.installer ']' + . ./rootlesskit.installer ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f + install_rootlesskit + case "$1" in + export CGO_ENABLED=0 + CGO_ENABLED=0 + _install_rootlesskit + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.iTHIAOA10l/src/github.com/rootless-containers/rootlesskit Cloning into '/tmp/tmp.iTHIAOA10l/src/github.com/rootless-containers/rootlesskit'... #14 91.79 Selecting previously unselected package net-tools. #14 91.79 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... #14 91.80 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 completed: 2019-08-01 12:28:33.161555519 +0000 UTC #58 duration: 2m40.418507556s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 92.16 Selecting previously unselected package python-pip-whl. #14 92.19 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... #14 92.21 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... #31 154.7 crypto/sha1 + cd /tmp/tmp.iTHIAOA10l/src/github.com/rootless-containers/rootlesskit + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f + for f in rootlesskit rootlesskit-docker-proxy + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit #14 93.05 Selecting previously unselected package python3-pip. #14 93.06 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... #14 93.06 Unpacking python3-pip (9.0.1-2+deb9u1) ... #14 93.23 Selecting previously unselected package python3-pkg-resources. #14 93.24 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... #14 93.25 Unpacking python3-pkg-resources (33.1.1-1) ... #14 93.54 Selecting previously unselected package python3-setuptools. #14 93.55 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... #14 93.55 Unpacking python3-setuptools (33.1.1-1) ... #14 93.84 Selecting previously unselected package thin-provisioning-tools. #14 93.84 Preparing to unpack .../40-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... #14 93.84 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... #14 90.78 Selecting previously unselected package net-tools. #14 90.79 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... #14 90.86 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 70.47 Setting up python3-minimal (3.5.3-1) ... #14 72.80 Selecting previously unselected package python3. #14 72.80 (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 ... 16746 files and directories currently installed.) #14 72.83 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... #14 72.85 Unpacking python3 (3.5.3-1) ... #14 73.03 Selecting previously unselected package pigz. #14 73.04 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... #14 73.05 Unpacking pigz (2.3.4-1) ... #14 73.33 Selecting previously unselected package libip4tc0:amd64. #14 73.33 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 73.33 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 73.48 Selecting previously unselected package libip6tc0:amd64. #14 73.48 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 73.48 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 73.58 Selecting previously unselected package libiptc0:amd64. #14 73.58 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... #14 73.58 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 73.73 Selecting previously unselected package libxtables12:amd64. #14 73.74 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... #14 73.76 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 73.92 Selecting previously unselected package libnetfilter-conntrack3:amd64. #14 73.93 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... #14 73.95 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... #14 74.15 Selecting previously unselected package iptables. #14 74.15 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... #14 74.21 Unpacking iptables (1.6.0+snapshot20161117-6) ... #14 75.04 Selecting previously unselected package xxd. #14 75.04 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 75.07 Unpacking xxd (2:8.0.0197-4+deb9u3) ... #14 75.48 Selecting previously unselected package vim-common. #14 75.48 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... #14 75.50 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... #14 75.93 Selecting previously unselected package bzip2. #14 75.94 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... #14 75.98 Unpacking bzip2 (1.0.6-8.1) ... #14 76.14 Selecting previously unselected package libgpm2:amd64. #14 76.14 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... #14 76.16 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... #14 76.51 Selecting previously unselected package xz-utils. #14 76.53 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... #14 76.54 Unpacking xz-utils (5.2.2-1.2+b1) ... #14 76.89 Selecting previously unselected package aufs-tools. #14 76.89 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... #14 76.91 Unpacking aufs-tools (1:4.1+20161219-1) ... #14 77.14 Selecting previously unselected package liblzo2-2:amd64. #14 77.14 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... #14 77.14 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 156.0 crypto/sha256 #14 91.22 Selecting previously unselected package python-pip-whl. #14 91.23 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... #14 91.24 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... #14 94.26 Selecting previously unselected package vim-runtime. #14 94.26 Preparing to unpack .../41-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #14 94.32 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #14 94.36 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #14 94.37 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 152.4 crypto #31 152.9 crypto/des #31 153.7 crypto/internal/randutil #31 153.9 crypto/sha512 #31 155.7 crypto/hmac #31 156.2 crypto/md5 #31 157.3 crypto/sha1 #31 158.8 crypto/sha256 #31 160.2 encoding/hex #31 160.8 encoding/pem #31 161.8 internal/singleflight #31 162.1 net #31 162.4 crypto/rand #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 158.1 DEP compel/src/lib/log.d #55 158.4 DEP compel/src/main.d #55 158.8 CC compel/src/lib/log.o #55 159.3 CC compel/arch/x86/src/lib/cpu.o #55 160.7 CC compel/arch/x86/src/lib/infect.o #55 162.1 CC compel/arch/x86/src/lib/handle-elf.o #55 162.4 CC compel/src/lib/handle-elf.o #55 164.4 CC compel/src/lib/infect-rpc.o #55 164.9 CC compel/src/lib/infect-util.o #55 165.2 CC compel/src/lib/infect.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 151.1 crypto/sha256 #31 152.6 encoding/hex #31 153.3 encoding/pem #31 154.2 internal/singleflight #31 154.6 net #31 156.7 crypto/rand #31 157.2 crypto/elliptic #31 159.9 encoding/asn1 #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 92.17 Selecting previously unselected package python3-pip. #14 92.18 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... #14 92.19 Unpacking python3-pip (9.0.1-2+deb9u1) ... #59 ... #59 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build #59 digest: sha256:31dfb21ab6bc131f6186c0a4d2b5a433dbca4f25226d990bdcb0c98abc93857e #59 name: "[rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build" #59 started: 2019-08-01 12:28:33.164068985 +0000 UTC #59 completed: 2019-08-01 12:28:36.379005565 +0000 UTC #59 duration: 3.21493658s #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 163.3 crypto/elliptic #14 92.48 Selecting previously unselected package python3-pkg-resources. #14 92.48 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... #14 92.49 Unpacking python3-pkg-resources (33.1.1-1) ... #31 157.3 encoding/hex #14 92.70 Selecting previously unselected package python3-setuptools. #14 92.71 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... #14 92.71 Unpacking python3-setuptools (33.1.1-1) ... #31 157.7 encoding/pem #14 93.29 Selecting previously unselected package thin-provisioning-tools. #14 93.31 Preparing to unpack .../40-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... #14 93.32 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... #31 158.3 internal/singleflight #14 93.66 Selecting previously unselected package vim-runtime. #14 93.66 Preparing to unpack .../41-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #14 93.74 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #14 93.81 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #14 93.81 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #31 158.6 net #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 156.0 CC compel/arch/x86/src/lib/infect.o #55 157.5 CC compel/arch/x86/src/lib/handle-elf.o #55 157.8 CC compel/src/lib/handle-elf.o #55 159.2 CC compel/src/lib/infect-rpc.o #55 159.7 CC compel/src/lib/infect-util.o #55 160.4 CC compel/src/lib/infect.o #55 163.6 CC compel/src/lib/ptrace.o #55 164.2 AR compel/libcompel.a #55 164.4 HOSTCC compel/src/main-host.o #55 165.2 HOSTCC compel/src/lib/log-host.o #55 165.7 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o #55 166.1 HOSTCC compel/src/lib/handle-elf-host.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 162.9 crypto/ecdsa #31 164.0 crypto/rsa #31 160.5 crypto/rand #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 151.2 + for f in rootlesskit rootlesskit-docker-proxy #58 151.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 153.3 CC compel/plugins/std/log.o #55 155.2 CC compel/plugins/std/string.o #55 156.2 CC compel/plugins/std/infect.o #55 157.0 CC compel/arch/x86/plugins/std/parasite-head.o #55 157.1 CC compel/arch/x86/plugins/std/memcpy.o #55 157.3 CC compel/arch/x86/plugins/std/syscalls-64.o #55 157.3 AR compel/plugins/std.lib.a #55 157.4 CC compel/plugins/fds/fds.o #55 157.7 AR compel/plugins/fds.lib.a #55 157.8 HOSTDEP compel/src/lib/handle-elf-host.d #55 158.1 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d #55 158.2 HOSTDEP compel/src/lib/log-host.d #55 158.3 HOSTDEP compel/src/main-host.d #55 158.6 DEP compel/src/lib/ptrace.d #55 158.7 DEP compel/src/lib/infect.d #55 159.0 DEP compel/src/lib/infect-util.d #55 159.1 DEP compel/src/lib/infect-rpc.d #55 159.3 DEP compel/src/lib/handle-elf.d #55 159.5 DEP compel/arch/x86/src/lib/handle-elf.d #55 159.7 DEP compel/arch/x86/src/lib/infect.d #55 160.3 DEP compel/arch/x86/src/lib/cpu.d #55 160.6 DEP compel/src/lib/log.d #55 161.0 DEP compel/src/main.d #55 161.3 CC compel/src/lib/log.o #55 161.9 CC compel/arch/x86/src/lib/cpu.o #55 163.1 CC compel/arch/x86/src/lib/infect.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 161.0 crypto/elliptic #58 ... #58 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #58 completed: 2019-08-01 12:28:40.180362801 +0000 UTC #58 duration: 2m41.451580267s #59 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build #59 digest: sha256:17ecb975ffa9c12835960ffe85484269a96f96f997ca5dfc98753b1f1f4a1965 #59 name: "[rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build" #59 started: 2019-08-01 12:28:40.186155073 +0000 UTC #31 166.8 encoding/asn1 #31 166.5 crypto/dsa + for f in rootlesskit rootlesskit-docker-proxy + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 169.0 CC compel/src/lib/ptrace.o #55 169.2 AR compel/libcompel.a #55 169.4 HOSTCC compel/src/main-host.o #55 170.1 HOSTCC compel/src/lib/log-host.o #55 170.7 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o #55 171.2 HOSTCC compel/src/lib/handle-elf-host.o #31 167.4 crypto/x509/pkix #55 172.1 HOSTLINK compel/compel-host-bin #55 172.4 DEP soccr/soccr.d #55 172.6 CC soccr/soccr.o Removing intermediate container 4e31474187c8 ---> 1b5b722374c0 Step 79/110 : COPY ./contrib/dockerd-rootless.sh /build #31 168.2 internal/x/crypto/cryptobyte ---> f0399cc86eb6 Step 80/110 : FROM runtime-dev AS dev ---> 382cffb2a75f Step 81/110 : RUN groupadd -r docker ---> Running in eef6fbca494a #59 completed: 2019-08-01 12:28:43.445591117 +0000 UTC #59 duration: 3.259436044s #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 77.31 Selecting previously unselected package btrfs-progs. #14 77.31 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... #14 77.32 Unpacking btrfs-progs (4.7.3-1) ... #14 78.20 Selecting previously unselected package btrfs-tools. #14 78.20 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... #14 78.21 Unpacking btrfs-tools (4.7.3-1) ... #14 78.48 Selecting previously unselected package libdevmapper1.02.1:amd64. #14 78.48 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... #14 78.49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 78.69 Selecting previously unselected package dmsetup. #14 78.69 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... #14 78.70 Unpacking dmsetup (2:1.02.137-2) ... #14 78.88 Selecting previously unselected package libonig4:amd64. #14 78.88 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... #14 78.88 Unpacking libonig4:amd64 (6.1.3-2) ... #14 79.24 Selecting previously unselected package libjq1:amd64. #14 79.24 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... #14 79.26 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... #14 79.63 Selecting previously unselected package jq. #14 79.63 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... #14 79.65 Unpacking jq (1.5+dfsg-1.3) ... #14 80.01 Selecting previously unselected package libaio1:amd64. #14 80.01 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... #14 80.03 Unpacking libaio1:amd64 (0.3.110-3) ... #14 80.10 Selecting previously unselected package libcap2-bin. #14 80.12 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... #14 80.13 Unpacking libcap2-bin (1:2.25-1) ... #14 80.26 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #14 80.26 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... #14 80.27 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 80.76 Selecting previously unselected package libsepol1-dev:amd64. #14 80.77 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... #14 80.77 Unpacking libsepol1-dev:amd64 (2.6-2) ... #14 81.19 Selecting previously unselected package libpcre16-3:amd64. #14 81.20 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... #14 81.22 Unpacking libpcre16-3:amd64 (2:8.39-3) ... #14 81.71 Selecting previously unselected package libpcre32-3:amd64. #14 81.73 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... #14 81.76 Unpacking libpcre32-3:amd64 (2:8.39-3) ... #14 82.30 Selecting previously unselected package libpcre3-dev:amd64. #14 82.30 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... #14 82.33 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... #14 83.51 Selecting previously unselected package libselinux1-dev:amd64. #14 83.52 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... #14 83.55 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... #14 84.37 Selecting previously unselected package libdevmapper-dev:amd64. #14 84.38 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... #14 84.41 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... #14 84.77 Selecting previously unselected package libnl-3-200:amd64. #14 84.77 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... #14 84.80 Unpacking libnl-3-200:amd64 (3.2.27-2) ... #14 84.93 Selecting previously unselected package libprotobuf-c1:amd64. #14 84.96 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... #14 84.97 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... #14 85.04 Selecting previously unselected package libreadline5:amd64. #14 85.04 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... #14 85.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... #14 85.29 Selecting previously unselected package libsystemd-dev:amd64. #14 85.30 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_amd64.deb ... #14 85.31 Unpacking libsystemd-dev:amd64 (232-25+deb9u11) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 164.9 encoding/asn1 Removing intermediate container eef6fbca494a ---> 46073a2eff19 Step 82/110 : RUN useradd --create-home --gid docker unprivilegeduser #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 166.8 HOSTLINK compel/compel-host-bin #55 167.1 DEP soccr/soccr.d #55 167.4 CC soccr/soccr.o #55 169.7 AR soccr/libsoccr.a #55 169.7 make[1]: 'soccr/libsoccr.a' is up to date. #55 170.2 DEP criu/arch/x86/sigframe.d #55 170.4 DEP criu/arch/x86/sigaction_compat.d #55 170.7 DEP criu/arch/x86/kerndat.d #55 170.9 DEP criu/arch/x86/crtools.d #55 171.1 DEP criu/arch/x86/cpu.d #55 171.4 CC criu/arch/x86/cpu.o ---> Running in 150a1569d236 Removing intermediate container 150a1569d236 ---> 855fd4ddfae6 Step 83/110 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc #55 175.0 AR soccr/libsoccr.a #55 175.1 make[1]: 'soccr/libsoccr.a' is up to date. #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 101.9 Selecting previously unselected package vim. #14 101.9 Preparing to unpack .../42-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 101.9 Unpacking vim (2:8.0.0197-4+deb9u3) ... #14 103.2 Selecting previously unselected package xfsprogs. #14 103.2 Preparing to unpack .../43-xfsprogs_4.9.0+nmu1_amd64.deb ... #14 103.2 Unpacking xfsprogs (4.9.0+nmu1) ... #14 104.3 Selecting previously unselected package zip. #14 104.3 Preparing to unpack .../44-zip_3.0-11+b1_amd64.deb ... #14 104.3 Unpacking zip (3.0-11+b1) ... #14 104.8 Selecting previously unselected package libapparmor-perl. #14 104.8 Preparing to unpack .../45-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... #14 104.9 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... ---> Running in 7b49acf8aa83 #55 172.6 CC criu/arch/x86/crtools.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 100.9 Selecting previously unselected package vim. #14 100.9 Preparing to unpack .../42-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 100.9 Unpacking vim (2:8.0.0197-4+deb9u3) ... #14 102.0 Selecting previously unselected package xfsprogs. #14 102.0 Preparing to unpack .../43-xfsprogs_4.9.0+nmu1_amd64.deb ... #14 102.0 Unpacking xfsprogs (4.9.0+nmu1) ... #14 105.0 Selecting previously unselected package apparmor. #14 105.0 Preparing to unpack .../46-apparmor_2.11.0-3+deb9u2_amd64.deb ... '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #14 105.3 Unpacking apparmor (2.11.0-3+deb9u2) ... Removing intermediate container 7b49acf8aa83 ---> 263a5728b630 Step 84/110 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc ---> Running in 5a6b7f812981 #14 106.2 Selecting previously unselected package binutils-mingw-w64-i686. #14 106.2 Preparing to unpack .../47-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... #14 106.2 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 103.3 Selecting previously unselected package zip. #14 103.3 Preparing to unpack .../44-zip_3.0-11+b1_amd64.deb ... #14 103.3 Unpacking zip (3.0-11+b1) ... #31 168.3 crypto/ecdsa #14 103.7 Selecting previously unselected package libapparmor-perl. #14 103.7 Preparing to unpack .../45-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... #14 103.7 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... Removing intermediate container 5a6b7f812981 ---> 78a961a462cb Step 85/110 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker ---> Running in 846ed037c07e #14 104.1 Selecting previously unselected package apparmor. #14 104.1 Preparing to unpack .../46-apparmor_2.11.0-3+deb9u2_amd64.deb ... #31 169.2 crypto/rsa #14 104.4 Unpacking apparmor (2.11.0-3+deb9u2) ... Removing intermediate container 846ed037c07e ---> 53387ed7e10f Step 86/110 : RUN ldconfig ---> Running in 6cacf6408ea3 #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 88.36 Selecting previously unselected package net-tools. #14 88.36 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... #14 88.37 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... #14 88.74 Selecting previously unselected package python-pip-whl. #14 88.74 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... #14 88.75 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... #14 89.55 Selecting previously unselected package python3-pip. #14 89.55 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... #14 89.56 Unpacking python3-pip (9.0.1-2+deb9u1) ... #14 89.81 Selecting previously unselected package python3-pkg-resources. #14 89.81 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... #14 89.81 Unpacking python3-pkg-resources (33.1.1-1) ... #14 90.25 Selecting previously unselected package python3-setuptools. #14 90.26 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... #14 90.30 Unpacking python3-setuptools (33.1.1-1) ... #14 90.79 Selecting previously unselected package thin-provisioning-tools. #14 90.84 Preparing to unpack .../40-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... #14 90.85 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... #14 105.3 Selecting previously unselected package binutils-mingw-w64-i686. #14 105.3 Preparing to unpack .../47-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... #14 105.3 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 91.63 Selecting previously unselected package vim-runtime. #14 91.65 Preparing to unpack .../41-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... #14 91.74 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' #14 91.84 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' #14 91.86 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... Removing intermediate container 6cacf6408ea3 ---> 1524e1bc12cb Step 87/110 : RUN apt-get update && apt-get install -y apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 --no-install-recommends ---> Running in 3fb7bfb5b016 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 164.1 CC compel/arch/x86/src/lib/handle-elf.o #55 164.7 CC compel/src/lib/handle-elf.o #55 166.9 CC compel/src/lib/infect-rpc.o #55 167.6 CC compel/src/lib/infect-util.o #55 168.1 CC compel/src/lib/infect.o #55 171.9 CC compel/src/lib/ptrace.o #55 172.5 AR compel/libcompel.a #55 172.8 HOSTCC compel/src/main-host.o #55 173.5 HOSTCC compel/src/lib/log-host.o #55 174.0 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 171.3 crypto/dsa #31 172.2 crypto/x509/pkix Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release Reading package lists...#14 110.0 Selecting previously unselected package binutils-mingw-w64-x86-64. #14 110.0 Preparing to unpack .../48-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... #14 110.0 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #31 172.9 internal/x/crypto/cryptobyte Reading package lists... Building dependency tree... Reading state information... #14 108.0 Selecting previously unselected package binutils-mingw-w64-x86-64. #14 108.0 Preparing to unpack .../48-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... #14 108.1 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... The following additional packages will be installed: binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd Suggested packages: apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota Recommended packages: aufs-dkms libpam-cap build-essential python3-dev python3-wheel unzip The following NEW packages will be installed: apparmor aufs-tools bash-completion binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal python3-pip python3-pkg-resources python3-setuptools python3.5 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip 0 upgraded, 68 newly installed, 0 to remove and 4 not upgraded. Need to get 88.2 MB of archives. After this operation, 565 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u11 [92.4 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u11 [1762 kB] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] Get:55 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 170.8 crypto/ecdsa #31 171.7 crypto/rsa #31 173.9 crypto/dsa #31 174.6 crypto/x509/pkix #31 175.7 internal/x/crypto/cryptobyte #31 178.1 internal/x/crypto/internal/chacha20 #31 178.8 internal/x/crypto/poly1305 #31 179.1 internal/x/crypto/chacha20poly1305 #31 180.8 internal/x/crypto/hkdf #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 112.9 Selecting previously unselected package binutils-mingw-w64. #14 112.9 Preparing to unpack .../49-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... #14 112.9 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 113.1 Selecting previously unselected package mingw-w64-common. #14 113.1 Preparing to unpack .../50-mingw-w64-common_5.0.1-1_all.deb ... #14 113.1 Unpacking mingw-w64-common (5.0.1-1) ... #31 175.3 internal/x/crypto/internal/chacha20 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] debconf: delaying package configuration, since apt-utils is not installed Fetched 88.2 MB in 1s (71.0 MB/s) Selecting previously unselected package bash-completion. (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 ... 14897 files and directories currently installed.) Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... #31 175.8 internal/x/crypto/poly1305 #14 110.7 Selecting previously unselected package binutils-mingw-w64. #14 110.7 Preparing to unpack .../49-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... #14 110.7 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 110.8 Selecting previously unselected package mingw-w64-common. #14 110.9 Preparing to unpack .../50-mingw-w64-common_5.0.1-1_all.deb ... #14 110.9 Unpacking mingw-w64-common (5.0.1-1) ... #31 176.2 internal/x/crypto/chacha20poly1305 Unpacking bash-completion (1:2.1-4.3) ... Selecting previously unselected package libnet1:s390x. Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... Unpacking libnet1:s390x (1.1.6+dfsg-3) ... Selecting previously unselected package libnfnetlink0:s390x. Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... Unpacking libnfnetlink0:s390x (1.0.1-3) ... Selecting previously unselected package libpcrecpp0v5:s390x. Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... Selecting previously unselected package libudev-dev:s390x. Preparing to unpack .../04-libudev-dev_232-25+deb9u11_s390x.deb ... Unpacking libudev-dev:s390x (232-25+deb9u11) ... Selecting previously unselected package libpython3.5-minimal:s390x. Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... Selecting previously unselected package python3.5-minimal. Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... Selecting previously unselected package python3-minimal. Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... Unpacking python3-minimal (3.5.3-1) ... Selecting previously unselected package libmpdec2:s390x. Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... Unpacking libmpdec2:s390x (2.4.2-1) ... Selecting previously unselected package libpython3.5-stdlib:s390x. Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... Selecting previously unselected package python3.5. Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... Unpacking python3.5 (3.5.3-1+deb9u1) ... Selecting previously unselected package libpython3-stdlib:s390x. Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... Unpacking libpython3-stdlib:s390x (3.5.3-1) ... Selecting previously unselected package dh-python. Preparing to unpack .../12-dh-python_2.20170125_all.deb ... Unpacking dh-python (2.20170125) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 171.2 internal/x/crypto/internal/chacha20 #31 172.4 internal/x/crypto/poly1305 #31 173.1 internal/x/crypto/chacha20poly1305 #31 174.2 internal/x/crypto/hkdf #31 174.8 internal/x/text/transform #31 175.8 internal/x/text/unicode/bidi #31 178.3 internal/x/text/secure/bidirule #31 178.8 internal/x/text/unicode/norm #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 175.0 CC criu/arch/x86/kerndat.o #55 176.2 CC criu/arch/x86/sigaction_compat.o #55 176.8 CC criu/arch/x86/sigframe.o #55 177.1 LINK criu/arch/x86/crtools.built-in.o #55 177.1 DEP criu/pie/util-vdso-elf32.d #55 177.4 DEP criu/arch/x86/vdso-pie.d #55 177.6 DEP criu/pie/parasite-vdso.d #55 177.9 DEP criu/pie/util-vdso.d #55 178.0 DEP criu/pie/util.d #55 178.3 CC criu/pie/util.o #55 178.9 CC criu/pie/util-vdso.o #55 179.8 CC criu/pie/parasite-vdso.o #55 181.3 CC criu/arch/x86/vdso-pie.o #55 181.9 CC criu/pie/util-vdso-elf32.o #55 183.0 AR criu/pie/pie.lib.a #55 183.1 DEP criu/pie/restorer.d #55 183.3 DEP criu/arch/x86/sigaction_compat_pie.d Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... Setting up python3.5-minimal (3.5.3-1+deb9u1) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 98.79 Selecting previously unselected package vim. #14 98.80 Preparing to unpack .../42-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... #14 98.81 Unpacking vim (2:8.0.0197-4+deb9u3) ... #55 183.4 DEP criu/arch/x86/restorer_unmap.d #55 183.5 DEP criu/arch/x86/restorer.d #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 175.9 DEP criu/arch/x86/sigframe.d #55 176.2 DEP criu/arch/x86/sigaction_compat.d #55 176.5 DEP criu/arch/x86/kerndat.d #55 176.8 DEP criu/arch/x86/crtools.d #55 177.1 DEP criu/arch/x86/cpu.d #55 177.5 CC criu/arch/x86/cpu.o #55 178.5 CC criu/arch/x86/crtools.o #55 180.2 CC criu/arch/x86/kerndat.o #55 180.8 CC criu/arch/x86/sigaction_compat.o #55 181.2 CC criu/arch/x86/sigframe.o #55 181.6 LINK criu/arch/x86/crtools.built-in.o #55 181.7 DEP criu/pie/util-vdso-elf32.d #55 181.9 DEP criu/arch/x86/vdso-pie.d #55 182.1 DEP criu/pie/parasite-vdso.d #55 182.3 DEP criu/pie/util-vdso.d #55 182.4 DEP criu/pie/util.d #55 182.7 CC criu/pie/util.o #55 183.3 CC criu/pie/util-vdso.o #55 184.2 CC criu/pie/parasite-vdso.o #55 185.8 CC criu/arch/x86/vdso-pie.o #55 186.3 CC criu/pie/util-vdso-elf32.o Setting up python3-minimal (3.5.3-1) ... Selecting previously unselected package python3. (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 ... 16483 files and directories currently installed.) Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... Unpacking python3 (3.5.3-1) ... Selecting previously unselected package pigz. Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... Unpacking pigz (2.3.4-1) ... Selecting previously unselected package libip4tc0:s390x. Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libip6tc0:s390x. Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... #55 183.7 DEP criu/pie/parasite.d Selecting previously unselected package libiptc0:s390x. Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libxtables12:s390x. Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libnetfilter-conntrack3:s390x. Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... Selecting previously unselected package iptables. Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... Unpacking iptables (1.6.0+snapshot20161117-6) ... Selecting previously unselected package xxd. Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... Unpacking xxd (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package vim-common. Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... Unpacking vim-common (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package bzip2. Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package libgpm2:s390x. Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... Unpacking xz-utils (5.2.2-1.2+b1) ... #55 184.2 CC criu/pie/parasite.o Selecting previously unselected package aufs-tools. Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... Unpacking aufs-tools (1:4.1+20161219-1) ... Selecting previously unselected package liblzo2-2:s390x. Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... Unpacking btrfs-tools (4.7.3-1) ... Selecting previously unselected package libdevmapper1.02.1:s390x. Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... Unpacking dmsetup (2:1.02.137-2) ... Selecting previously unselected package libonig4:s390x. Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... Unpacking libonig4:s390x (6.1.3-2) ... #55 187.3 AR criu/pie/pie.lib.a #55 187.4 DEP criu/pie/restorer.d Selecting previously unselected package libjq1:s390x. Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... Unpacking libjq1:s390x (1.5+dfsg-1.3) ... Selecting previously unselected package jq. Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... Unpacking jq (1.5+dfsg-1.3) ... Selecting previously unselected package libaio1:s390x. Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... Unpacking libaio1:s390x (0.3.110-3) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... Unpacking libcap2-bin (1:2.25-1) ... Selecting previously unselected package libdevmapper-event1.02.1:s390x. Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... Selecting previously unselected package libsepol1-dev:s390x. Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... Unpacking libsepol1-dev:s390x (2.6-2) ... Selecting previously unselected package libpcre16-3:s390x. Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... Unpacking libpcre16-3:s390x (2:8.39-3) ... Selecting previously unselected package libpcre32-3:s390x. Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... Unpacking libpcre32-3:s390x (2:8.39-3) ... #14 99.95 Selecting previously unselected package xfsprogs. #14 99.96 Preparing to unpack .../43-xfsprogs_4.9.0+nmu1_amd64.deb ... #14 99.97 Unpacking xfsprogs (4.9.0+nmu1) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 182.9 crypto/x509 #55 187.8 DEP criu/arch/x86/sigaction_compat_pie.d Selecting previously unselected package libpcre3-dev:s390x. Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... Unpacking libpcre3-dev:s390x (2:8.39-3) ... Selecting previously unselected package libselinux1-dev:s390x. Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... Unpacking libselinux1-dev:s390x (2.6-3+b3) ... Selecting previously unselected package libdevmapper-dev:s390x. Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... Selecting previously unselected package libnl-3-200:s390x. Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... Unpacking libnl-3-200:s390x (3.2.27-2) ... Selecting previously unselected package libprotobuf-c1:s390x. Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... Unpacking libprotobuf-c1:s390x (1.2.1-2) ... Selecting previously unselected package libreadline5:s390x. Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... Selecting previously unselected package libsystemd-dev:s390x. Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_s390x.deb ... Unpacking libsystemd-dev:s390x (232-25+deb9u11) ... #55 188.0 DEP criu/arch/x86/restorer_unmap.d #55 188.0 DEP criu/arch/x86/restorer.d #14 100.8 Selecting previously unselected package zip. #14 100.8 Preparing to unpack .../44-zip_3.0-11+b1_amd64.deb ... #14 100.9 Unpacking zip (3.0-11+b1) ... Selecting previously unselected package net-tools. Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... Unpacking net-tools (1.60+git20161116.90da8a0-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... Unpacking python-pip-whl (9.0.1-2+deb9u1) ... #55 188.5 DEP criu/pie/parasite.d #14 101.4 Selecting previously unselected package libapparmor-perl. #14 101.4 Preparing to unpack .../45-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... Selecting previously unselected package python3-pip. Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... Unpacking python3-pip (9.0.1-2+deb9u1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... Unpacking python3-pkg-resources (33.1.1-1) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... Unpacking python3-setuptools (33.1.1-1) ... Selecting previously unselected package thin-provisioning-tools. Preparing to unpack .../40-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... Unpacking thin-provisioning-tools (0.6.1-4+b1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../41-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... #14 101.4 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... #55 189.2 CC criu/pie/parasite.o #14 101.8 Selecting previously unselected package apparmor. #14 101.8 Preparing to unpack .../46-apparmor_2.11.0-3+deb9u2_amd64.deb ... #14 102.1 Unpacking apparmor (2.11.0-3+deb9u2) ... Selecting previously unselected package vim. Preparing to unpack .../42-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... Unpacking vim (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package xfsprogs. Preparing to unpack .../43-xfsprogs_4.9.0+nmu1_s390x.deb ... Unpacking xfsprogs (4.9.0+nmu1) ... Selecting previously unselected package zip. Preparing to unpack .../44-zip_3.0-11+b1_s390x.deb ... Unpacking zip (3.0-11+b1) ... Selecting previously unselected package libapparmor-perl. Preparing to unpack .../45-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... Selecting previously unselected package apparmor. Preparing to unpack .../46-apparmor_2.11.0-3+deb9u2_s390x.deb ... Unpacking apparmor (2.11.0-3+deb9u2) ... #14 102.8 Selecting previously unselected package binutils-mingw-w64-i686. #14 102.8 Preparing to unpack .../47-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... #14 102.8 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...#31 185.1 internal/x/net/idna #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 175.0 + GOBIN=/build #25 175.0 + /build/gometalinter --install #25 175.0 Installing: #25 175.0 deadcode #25 175.0 dupl #25 175.0 errcheck #25 175.0 gas #25 175.0 gochecknoglobals #25 175.0 gochecknoinits #25 175.0 goconst #25 175.0 gocyclo #25 175.0 goimports #25 175.0 golint #25 175.0 gosimple #25 175.0 gotype #25 175.0 gotypex #25 175.0 ineffassign #25 175.0 interfacer #25 175.0 lll #25 175.0 maligned #25 175.0 megacheck #25 175.0 misspell #25 175.0 nakedret #25 175.0 safesql #25 175.0 staticcheck #25 175.0 structcheck #25 175.0 unconvert #25 175.0 unparam #25 175.0 unused #25 175.0 varcheck #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 186.1 LINK criu/pie/parasite.built-in.o #55 186.1 GEN criu/pie/parasite-blob.h #55 186.2 CC criu/arch/x86/restorer.o #55 187.2 CC criu/arch/x86/restorer_unmap.o #55 187.2 CC criu/arch/x86/sigaction_compat_pie.o Selecting previously unselected package binutils-mingw-w64-i686. Preparing to unpack .../47-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 119.6 Selecting previously unselected package mingw-w64-x86-64-dev. #14 119.7 Preparing to unpack .../51-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... #14 119.7 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 174.3 HOSTCC compel/src/lib/handle-elf-host.o #55 174.9 HOSTLINK compel/compel-host-bin #55 175.0 DEP soccr/soccr.d #55 175.4 CC soccr/soccr.o #55 177.3 AR soccr/libsoccr.a #55 177.4 make[1]: 'soccr/libsoccr.a' is up to date. #55 177.7 DEP criu/arch/x86/sigframe.d #55 177.8 DEP criu/arch/x86/sigaction_compat.d #55 177.9 DEP criu/arch/x86/kerndat.d #55 178.0 DEP criu/arch/x86/crtools.d #55 178.3 DEP criu/arch/x86/cpu.d #55 178.5 CC criu/arch/x86/cpu.o #55 179.5 CC criu/arch/x86/crtools.o #55 181.9 CC criu/arch/x86/kerndat.o #55 182.8 CC criu/arch/x86/sigaction_compat.o #55 183.3 CC criu/arch/x86/sigframe.o #55 183.7 LINK criu/arch/x86/crtools.built-in.o #55 183.8 DEP criu/pie/util-vdso-elf32.d #55 184.1 DEP criu/arch/x86/vdso-pie.d #55 184.3 DEP criu/pie/parasite-vdso.d #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 181.0 + GOBIN=/build #25 181.0 + /build/gometalinter --install #25 181.1 Installing: #25 181.1 deadcode #25 181.1 dupl #25 181.1 errcheck #25 181.1 gas #25 181.1 gochecknoglobals #25 181.1 gochecknoinits #25 181.1 goconst #25 181.1 gocyclo #25 181.1 goimports #25 181.1 golint #25 181.1 gosimple #25 181.1 gotype #25 181.1 gotypex #25 181.1 ineffassign #25 181.1 interfacer #25 181.1 lll #25 181.1 maligned #25 181.1 megacheck #25 181.1 misspell #25 181.1 nakedret #25 181.1 safesql #25 181.1 staticcheck #25 181.1 structcheck #25 181.1 unconvert #25 181.1 unparam #25 181.1 unused #25 181.1 varcheck #55 187.8 CC criu/pie/restorer.o Selecting previously unselected package binutils-mingw-w64-x86-64. Preparing to unpack .../48-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... Selecting previously unselected package binutils-mingw-w64. Preparing to unpack .../49-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... Selecting previously unselected package mingw-w64-common. Preparing to unpack .../50-mingw-w64-common_5.0.1-1_all.deb ... Unpacking mingw-w64-common (5.0.1-1) ... Selecting previously unselected package mingw-w64-x86-64-dev. Preparing to unpack .../51-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... Selecting previously unselected package gcc-mingw-w64-base. Preparing to unpack .../52-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... Selecting previously unselected package gcc-mingw-w64-x86-64. Preparing to unpack .../53-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 181.2 + GOBIN=/build #25 181.2 + /build/gometalinter --install #25 181.2 Installing: #25 181.2 deadcode #25 181.2 dupl #25 181.2 errcheck #25 181.2 gas #25 181.2 gochecknoglobals #25 181.2 gochecknoinits #25 181.2 goconst #25 181.2 gocyclo #25 181.2 goimports #25 181.2 golint #25 181.2 gosimple #25 181.2 gotype #25 181.2 gotypex #25 181.2 ineffassign #25 181.2 interfacer #25 181.2 lll #25 181.2 maligned #25 181.2 megacheck #25 181.2 misspell #25 181.2 nakedret #25 181.2 safesql #25 181.2 staticcheck #25 181.2 structcheck #25 181.2 unconvert #25 181.2 unparam #25 181.2 unused #25 181.2 varcheck #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 191.5 LINK criu/pie/parasite.built-in.o #55 191.5 GEN criu/pie/parasite-blob.h #55 191.6 CC criu/arch/x86/restorer.o #55 192.4 CC criu/arch/x86/restorer_unmap.o #55 192.4 CC criu/arch/x86/sigaction_compat_pie.o #55 192.7 CC criu/pie/restorer.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 181.0 internal/x/text/transform #31 182.3 internal/x/text/unicode/bidi #31 185.0 internal/x/text/secure/bidirule #31 185.7 internal/x/text/unicode/norm #31 190.4 crypto/x509 #31 191.8 internal/x/net/idna #55 191.8 LINK criu/pie/restorer.built-in.o #55 191.9 GEN criu/pie/restorer-blob.h #55 192.0 DEP criu/vdso.d #55 192.1 DEP criu/vdso-compat.d #55 192.3 DEP criu/uts_ns.d #55 192.6 DEP criu/util.d #55 192.9 DEP criu/uffd.d #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 105.4 Selecting previously unselected package binutils-mingw-w64-x86-64. #14 105.4 Preparing to unpack .../48-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... #14 105.4 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #14 108.1 Selecting previously unselected package binutils-mingw-w64. #14 108.1 Preparing to unpack .../49-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... #14 108.1 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 108.3 Selecting previously unselected package mingw-w64-common. #14 108.3 Preparing to unpack .../50-mingw-w64-common_5.0.1-1_all.deb ... #14 108.3 Unpacking mingw-w64-common (5.0.1-1) ... #55 193.2 DEP criu/tun.d Selecting previously unselected package g++-mingw-w64-x86-64. Preparing to unpack .../54-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 193.5 DEP criu/tty.d #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 196.3 LINK criu/pie/restorer.built-in.o #55 196.3 GEN criu/pie/restorer-blob.h #55 196.4 DEP criu/vdso.d #55 193.9 DEP criu/timerfd.d #55 196.6 DEP criu/vdso-compat.d #55 194.2 DEP criu/sysfs_parse.d #55 196.8 DEP criu/uts_ns.d #55 196.9 DEP criu/util.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 178.3 internal/x/crypto/hkdf #31 178.6 internal/x/text/transform #31 179.5 internal/x/text/unicode/bidi #31 182.0 internal/x/text/secure/bidirule #31 182.9 internal/x/text/unicode/norm #31 188.0 crypto/x509 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 184.6 DEP criu/pie/util-vdso.d #55 184.9 DEP criu/pie/util.d #55 185.2 CC criu/pie/util.o #55 185.7 CC criu/pie/util-vdso.o #55 187.0 CC criu/pie/parasite-vdso.o #55 188.7 CC criu/arch/x86/vdso-pie.o #55 189.1 CC criu/pie/util-vdso-elf32.o #55 189.9 AR criu/pie/pie.lib.a #55 190.1 DEP criu/pie/restorer.d #55 190.5 DEP criu/arch/x86/sigaction_compat_pie.d #55 190.6 DEP criu/arch/x86/restorer_unmap.d #55 190.7 DEP criu/arch/x86/restorer.d #55 191.0 DEP criu/pie/parasite.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 188.6 internal/x/net/idna #55 194.5 DEP criu/sysctl.d #55 194.8 DEP criu/string.d #55 195.0 DEP criu/stats.d #55 197.4 DEP criu/uffd.d #55 197.7 DEP criu/tun.d #55 195.2 DEP criu/sockets.d #55 198.1 DEP criu/tty.d #55 195.6 DEP criu/sk-unix.d #55 198.5 DEP criu/timerfd.d Setting up aufs-tools (1:4.1+20161219-1) ... Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... Setting up libsepol1-dev:s390x (2.6-2) ... Setting up python-pip-whl (9.0.1-2+deb9u1) ... Setting up libnet1:s390x (1.1.6+dfsg-3) ... Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... Processing triggers for mime-support (3.60) ... Setting up xxd (2:8.0.0197-4+deb9u3) ... Setting up libgpm2:s390x (1.20.4-6.2+b1) ... #55 196.0 DEP criu/sk-tcp.d Setting up libcap2-bin (1:2.25-1) ... Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... Setting up bash-completion (1:2.1-4.3) ... #55 196.4 DEP criu/sk-queue.d #55 198.8 DEP criu/sysfs_parse.d Setting up libonig4:s390x (6.1.3-2) ... Setting up libprotobuf-c1:s390x (1.2.1-2) ... Setting up zip (3.0-11+b1) ... Setting up bzip2 (1.0.6-8.1) ... Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... Setting up libjq1:s390x (1.5+dfsg-1.3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libaio1:s390x (0.3.110-3) ... Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... Setting up xz-utils (5.2.2-1.2+b1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up thin-provisioning-tools (0.6.1-4+b1) ... Setting up vim-common (2:8.0.0197-4+deb9u3) ... Setting up libpcrecpp0v5:s390x (2:8.39-3) ... Setting up libpcre32-3:s390x (2:8.39-3) ... Setting up libnfnetlink0:s390x (1.0.1-3) ... Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #55 199.2 DEP criu/sysctl.d #55 199.4 DEP criu/string.d #55 199.5 DEP criu/stats.d Setting up libsystemd-dev:s390x (232-25+deb9u11) ... Setting up libpcre16-3:s390x (2:8.39-3) ... Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... Setting up libnl-3-200:s390x (3.2.27-2) ... Setting up net-tools (1.60+git20161116.90da8a0-1) ... Setting up libudev-dev:s390x (232-25+deb9u11) ... Setting up pigz (2.3.4-1) ... Setting up libapparmor-perl (2.11.0-3+deb9u2) ... Setting up libmpdec2:s390x (2.4.2-1) ... Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... Setting up mingw-w64-common (5.0.1-1) ... Setting up liblzo2-2:s390x (2.08-1.2+b2) ... Setting up jq (1.5+dfsg-1.3) ... Setting up libpcre3-dev:s390x (2:8.39-3) ... Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... Setting up xfsprogs (4.9.0+nmu1) ... Setting up vim (2:8.0.0197-4+deb9u3) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... Setting up mingw-w64-x86-64-dev (5.0.1-1) ... #55 196.7 DEP criu/sk-packet.d #55 199.7 DEP criu/sockets.d #55 197.2 DEP criu/sk-netlink.d Setting up iptables (1.6.0+snapshot20161117-6) ... Setting up btrfs-progs (4.7.3-1) ... Setting up libselinux1-dev:s390x (2.6-3+b3) ... Setting up python3.5 (3.5.3-1+deb9u1) ... #55 200.0 DEP criu/sk-unix.d #55 197.5 DEP criu/sk-inet.d #55 200.3 DEP criu/sk-tcp.d #55 200.7 DEP criu/sk-queue.d #55 197.8 DEP criu/signalfd.d #55 198.1 DEP criu/sigframe.d Setting up libpython3-stdlib:s390x (3.5.3-1) ... Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 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 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist 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 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist Setting up btrfs-tools (4.7.3-1) ... Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 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 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 Setting up python3 (3.5.3-1) ... running python rtupdate hooks for python3.5... #55 200.9 DEP criu/sk-packet.d #55 198.3 DEP criu/shmem.d running python post-rtupdate hooks for python3.5... Setting up apparmor (2.11.0-3+deb9u2) ... #55 198.5 DEP criu/seize.d #55 201.3 DEP criu/sk-netlink.d #31 192.0 net/textproto #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 117.8 Selecting previously unselected package mingw-w64-x86-64-dev. #14 117.8 Preparing to unpack .../51-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... #14 117.8 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... #14 124.9 Selecting previously unselected package gcc-mingw-w64-base. #14 124.9 Preparing to unpack .../52-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... #14 125.0 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #14 125.2 Selecting previously unselected package gcc-mingw-w64-x86-64. #14 125.2 Preparing to unpack .../53-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 125.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 198.9 DEP criu/seccomp.d #55 201.6 DEP criu/sk-inet.d #55 202.0 DEP criu/signalfd.d debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... Setting up python3-pkg-resources (33.1.1-1) ... #55 199.3 DEP criu/rst-malloc.d #55 199.4 DEP criu/rbtree.d #55 199.4 DEP criu/pstree.d #55 202.2 DEP criu/sigframe.d #31 193.7 internal/x/net/http/httpguts Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... Setting up python3-pip (9.0.1-2+deb9u1) ... Setting up dmsetup (2:1.02.137-2) ... Setting up python3-setuptools (33.1.1-1) ... #55 202.3 DEP criu/shmem.d #31 194.0 internal/x/net/http/httpproxy #55 199.7 DEP criu/protobuf.d #55 200.0 GEN criu/protobuf-desc-gen.h #55 202.7 DEP criu/seize.d #55 202.8 DEP criu/seccomp.d Setting up dh-python (2.20170125) ... Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 188.5 net/textproto #31 189.7 internal/x/net/http/httpguts #31 190.0 internal/x/net/http/httpproxy #31 190.7 crypto/tls #31 190.8 internal/x/net/http2/hpack #31 192.1 mime #31 195.2 mime/quotedprintable #31 195.9 mime/multipart #31 197.5 net/http/internal #31 198.3 os/exec #55 202.9 DEP criu/rst-malloc.d #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 114.7 Selecting previously unselected package mingw-w64-x86-64-dev. #14 114.7 Preparing to unpack .../51-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... #14 114.7 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... #55 203.0 DEP criu/rbtree.d #55 203.1 DEP criu/pstree.d #55 203.3 DEP criu/protobuf.d #55 203.6 GEN criu/protobuf-desc-gen.h #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 203.1 DEP criu/protobuf-desc.d #55 203.3 DEP criu/proc_parse.d #55 203.5 DEP criu/plugin.d #55 203.5 DEP criu/pipes.d #55 203.7 DEP criu/pie-util.d #55 203.8 DEP criu/pie-util-vdso.d #55 203.9 DEP criu/pie-util-vdso-elf32.d #55 204.1 DEP criu/path.d #55 204.3 DEP criu/parasite-syscall.d #55 206.7 DEP criu/protobuf-desc.d #55 206.9 DEP criu/proc_parse.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 194.3 net/textproto #31 195.9 internal/x/net/http/httpguts #31 196.4 internal/x/net/http/httpproxy #31 197.4 internal/x/net/http2/hpack #31 197.9 crypto/tls #31 199.1 mime #31 201.4 mime/quotedprintable #31 202.0 mime/multipart #31 203.8 net/http/internal #31 204.4 os/exec #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 207.0 DEP criu/plugin.d #55 204.5 DEP criu/pagemap.d #55 207.1 DEP criu/pipes.d #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 191.3 CC criu/pie/parasite.o #55 193.3 LINK criu/pie/parasite.built-in.o #55 193.3 GEN criu/pie/parasite-blob.h #55 193.3 CC criu/arch/x86/restorer.o #55 194.5 CC criu/arch/x86/restorer_unmap.o #55 194.6 CC criu/arch/x86/sigaction_compat_pie.o #55 194.9 CC criu/pie/restorer.o #55 199.5 LINK criu/pie/restorer.built-in.o #55 199.5 GEN criu/pie/restorer-blob.h #55 199.9 DEP criu/vdso.d #55 200.2 DEP criu/vdso-compat.d #55 200.4 DEP criu/uts_ns.d #55 200.6 DEP criu/util.d #55 200.9 DEP criu/uffd.d #55 201.1 DEP criu/tun.d #55 204.7 DEP criu/pagemap-cache.d #55 207.4 DEP criu/pie-util.d #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 126.9 Selecting previously unselected package gcc-mingw-w64-base. #14 126.9 Preparing to unpack .../52-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... #14 127.0 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #14 127.2 Selecting previously unselected package gcc-mingw-w64-x86-64. #14 127.2 Preparing to unpack .../53-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 127.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 207.5 DEP criu/pie-util-vdso.d #55 201.4 DEP criu/tty.d #55 204.9 DEP criu/page-xfer.d #55 205.1 DEP criu/page-pipe.d #55 207.8 DEP criu/pie-util-vdso-elf32.d Removing intermediate container 3fb7bfb5b016 ---> 942200ba5ef5 Step 88/110 : RUN pip3 install yamllint==1.16.0 ---> Running in 65e0357487c0 #55 201.6 DEP criu/timerfd.d #55 201.8 DEP criu/sysfs_parse.d #55 205.2 DEP criu/netfilter.d #55 205.3 DEP criu/net.d #55 207.9 DEP criu/path.d #55 208.1 DEP criu/parasite-syscall.d #55 201.9 DEP criu/sysctl.d #55 205.6 DEP criu/namespaces.d #55 208.3 DEP criu/pagemap.d #55 202.2 DEP criu/string.d #55 202.3 DEP criu/stats.d #55 202.4 DEP criu/sockets.d #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 121.0 Selecting previously unselected package gcc-mingw-w64-base. #14 121.0 Preparing to unpack .../52-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... #14 121.0 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #55 205.8 DEP criu/mount.d #55 208.5 DEP criu/pagemap-cache.d #55 208.6 DEP criu/page-xfer.d Collecting yamllint==1.16.0 #14 121.2 Selecting previously unselected package gcc-mingw-w64-x86-64. #14 121.2 Preparing to unpack .../53-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 121.2 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 206.0 DEP criu/mem.d #55 208.7 DEP criu/page-pipe.d #55 206.2 DEP criu/lsm.d Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) Collecting pathspec>=0.5.3 (from yamllint==1.16.0) Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz #55 208.8 DEP criu/netfilter.d #55 209.0 DEP criu/net.d #55 206.4 DEP criu/log.d #55 206.6 DEP criu/libnetlink.d #55 209.3 DEP criu/namespaces.d Collecting pyyaml (from yamllint==1.16.0) #55 206.8 DEP criu/kerndat.d #55 209.5 DEP criu/mount.d Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) #55 207.1 DEP criu/kcmp-ids.d #55 207.2 DEP criu/irmap.d #55 209.7 DEP criu/mem.d #55 207.4 DEP criu/ipc_ns.d #55 210.0 DEP criu/lsm.d #55 210.1 DEP criu/log.d Building wheels for collected packages: pathspec, pyyaml Running setup.py bdist_wheel for pathspec: started Running setup.py bdist_wheel for pathspec: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-r8w5_o_i/pathspec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpwz3mxec6pip-wheel- --python-tag cp35: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ----------------------------------------  Failed building wheel for pathspec  Running setup.py clean for pathspec #55 207.6 DEP criu/image.d #55 210.3 DEP criu/libnetlink.d Running setup.py bdist_wheel for pyyaml: started Running setup.py bdist_wheel for pyyaml: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-r8w5_o_i/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmperbs_267pip-wheel- --python-tag cp35: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ----------------------------------------  Failed building wheel for pyyaml  Running setup.py clean for pyyaml Failed to build pathspec pyyaml Installing collected packages: pathspec, pyyaml, yamllint Running setup.py install for pathspec: started #55 210.4 DEP criu/kerndat.d #55 207.7 DEP criu/image-desc.d #55 207.8 DEP criu/fsnotify.d #55 210.7 DEP criu/kcmp-ids.d #55 210.8 DEP criu/irmap.d #55 208.1 DEP criu/filesystems.d Running setup.py install for pathspec: finished with status 'done' Running setup.py install for pyyaml: started #55 211.0 DEP criu/ipc_ns.d #55 208.3 DEP criu/files.d #55 208.5 DEP criu/files-reg.d #55 211.2 DEP criu/image.d #55 208.7 DEP criu/files-ext.d Running setup.py install for pyyaml: finished with status 'done' Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 #55 211.5 DEP criu/image-desc.d #55 211.6 DEP criu/fsnotify.d #55 208.9 DEP criu/file-lock.d #55 211.8 DEP criu/filesystems.d #55 209.0 DEP criu/file-ids.d #55 209.2 DEP criu/fifo.d #55 209.3 DEP criu/fdstore.d #55 212.1 DEP criu/files.d #55 209.5 DEP criu/fault-injection.d Removing intermediate container 65e0357487c0 ---> 598d9238f9d3 Step 89/110 : COPY --from=swagger /build/swagger* /usr/local/bin/ #55 212.3 DEP criu/files-reg.d #55 209.5 DEP criu/external.d #55 209.7 DEP criu/eventpoll.d #55 212.5 DEP criu/files-ext.d #55 209.9 DEP criu/eventfd.d #55 210.0 DEP criu/crtools.d #55 212.7 DEP criu/file-lock.d #55 210.3 DEP criu/cr-service.d ---> 43234ce0537d Step 90/110 : COPY --from=frozen-images /build/ /docker-frozen-images #55 212.9 DEP criu/file-ids.d #55 213.1 DEP criu/fifo.d #55 210.5 DEP criu/cr-restore.d #55 213.3 DEP criu/fdstore.d #55 213.5 DEP criu/fault-injection.d #55 210.8 DEP criu/cr-errno.d #55 213.5 DEP criu/external.d #55 213.7 DEP criu/eventpoll.d #55 210.8 DEP criu/cr-dump.d #55 211.0 DEP criu/cr-dedup.d #55 213.9 DEP criu/eventfd.d #55 211.3 DEP criu/cr-check.d #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 194.9 internal/x/net/http2/hpack #31 195.8 crypto/tls #31 197.1 mime #31 199.0 mime/quotedprintable #31 199.4 mime/multipart #31 200.5 net/http/internal #31 200.9 os/exec #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 202.6 DEP criu/sk-unix.d #55 202.8 DEP criu/sk-tcp.d #55 203.1 DEP criu/sk-queue.d #55 203.3 DEP criu/sk-packet.d #55 203.6 DEP criu/sk-netlink.d #55 203.8 DEP criu/sk-inet.d #55 204.0 DEP criu/signalfd.d #55 204.2 DEP criu/sigframe.d #55 204.3 DEP criu/shmem.d #55 204.5 DEP criu/seize.d #55 204.7 DEP criu/seccomp.d #55 205.0 DEP criu/rst-malloc.d #55 205.1 DEP criu/rbtree.d #55 205.2 DEP criu/pstree.d #55 205.4 DEP criu/protobuf.d #55 205.6 GEN criu/protobuf-desc-gen.h #55 207.0 DEP criu/protobuf-desc.d #55 207.1 DEP criu/proc_parse.d #55 207.3 DEP criu/plugin.d #55 207.4 DEP criu/pipes.d #55 207.6 DEP criu/pie-util.d #55 207.8 DEP criu/pie-util-vdso.d #55 214.0 DEP criu/crtools.d #55 211.5 DEP criu/config.d #55 208.0 DEP criu/pie-util-vdso-elf32.d #55 208.1 DEP criu/path.d #55 214.2 DEP criu/cr-service.d #55 214.4 DEP criu/cr-restore.d #55 211.7 DEP criu/clone-noasan.d #55 211.8 DEP criu/cgroup.d #55 214.7 DEP criu/cr-errno.d #55 214.8 DEP criu/cr-dump.d #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 214.7 + rm -rf /tmp/tmp.tN2ZGLdagx #55 212.0 DEP criu/cgroup-props.d #55 208.4 DEP criu/parasite-syscall.d #55 208.6 DEP criu/pagemap.d ---> ee155368cfb5 Step 91/110 : COPY --from=gometalinter /build/ /usr/local/bin/ #55 212.1 DEP criu/bitmap.d #55 212.2 DEP criu/bfd.d #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 212.1 + rm -rf /tmp/tmp.Evp8bs1myt #55 208.9 DEP criu/pagemap-cache.d #55 209.1 DEP criu/page-xfer.d #55 209.3 DEP criu/page-pipe.d #55 209.5 DEP criu/netfilter.d #55 209.7 DEP criu/net.d #16 completed: 2019-08-01 12:29:26.694362025 +0000 UTC #16 duration: 3m33.561406491s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 212.3 DEP criu/autofs.d #55 212.5 DEP criu/aio.d #55 212.7 DEP criu/action-scripts.d #55 213.1 CC criu/action-scripts.o #55 213.6 CC criu/aio.o #55 210.0 DEP criu/namespaces.d #55 210.3 DEP criu/mount.d #16 completed: 2019-08-01 12:29:26.61883633 +0000 UTC #16 duration: 3m36.117570917s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 215.1 DEP criu/cr-dedup.d #55 215.2 DEP criu/cr-check.d #55 215.4 DEP criu/config.d #55 215.6 DEP criu/clone-noasan.d #55 215.7 DEP criu/cgroup.d #55 215.9 DEP criu/cgroup-props.d #55 216.1 DEP criu/bitmap.d #55 216.1 DEP criu/bfd.d #55 216.4 DEP criu/autofs.d #55 210.5 DEP criu/mem.d ---> c3731fbfe50e Step 92/110 : COPY --from=tomlv /build/ /usr/local/bin/ ---> e0ce51059691 Step 93/110 : COPY --from=vndr /build/ /usr/local/bin/ ---> 1590847ccc0b Step 94/110 : COPY --from=tini /build/ /usr/local/bin/ #55 216.6 DEP criu/aio.d #55 210.7 DEP criu/lsm.d #55 210.8 DEP criu/log.d #55 216.9 DEP criu/action-scripts.d #55 210.9 DEP criu/libnetlink.d #55 211.0 DEP criu/kerndat.d 🇩 bin/containerd ---> db9c3ed7137e Step 95/110 : COPY --from=runc /build/ /usr/local/bin/ #55 214.6 CC criu/autofs.o #55 211.3 DEP criu/kcmp-ids.d ---> ae2555ff3a4e Step 96/110 : COPY --from=containerd /build/ /usr/local/bin/ #55 217.5 CC criu/action-scripts.o #55 211.4 DEP criu/irmap.d #55 211.5 DEP criu/ipc_ns.d #55 211.8 DEP criu/image.d ---> 35d3e43a27fb Step 97/110 : COPY --from=proxy /build/ /usr/local/bin/ #55 212.0 DEP criu/image-desc.d #55 212.1 DEP criu/fsnotify.d ---> 5c10c3ea7119 Step 98/110 : COPY --from=dockercli /build/ /usr/local/cli #55 212.3 DEP criu/filesystems.d #55 218.4 CC criu/aio.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 204.1 net/http/httptrace #31 204.4 net/http #55 212.5 DEP criu/files.d ---> 24f2b9d15906 Step 99/110 : COPY --from=registry /build/registry* /usr/local/bin/ #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 145.4 Selecting previously unselected package g++-mingw-w64-x86-64. #14 145.4 Preparing to unpack .../54-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 145.4 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 212.7 DEP criu/files-reg.d #55 212.9 DEP criu/files-ext.d #55 218.9 CC criu/autofs.o #55 213.0 DEP criu/file-lock.d #55 213.2 DEP criu/file-ids.d #55 213.3 DEP criu/fifo.d ---> fe6d793f1353 Step 100/110 : COPY --from=criu /build/ /usr/local/ #55 213.6 DEP criu/fdstore.d #55 213.7 DEP criu/fault-injection.d ---> 0c2b87fe6b62 Step 101/110 : COPY --from=rootlesskit /build/ /usr/local/bin/ #55 213.7 DEP criu/external.d #55 213.9 DEP criu/eventpoll.d #55 214.1 DEP criu/eventfd.d ---> ee26a9baacdf Step 102/110 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 #55 214.2 DEP criu/crtools.d #16 ... #16 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... #16 214.2 + rm -rf /tmp/tmp.ERjfUoakUt #55 220.4 CC criu/bfd.o sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit bad55c542dc9: Pulling fs layer #55 220.9 CC criu/bitmap.o #55 221.1 CC criu/cgroup-props.o bad55c542dc9: Verifying Checksum bad55c542dc9: Download complete #16 completed: 2019-08-01 12:29:31.922460421 +0000 UTC #16 duration: 3m35.332854961s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 214.5 DEP criu/cr-service.d #55 214.7 DEP criu/cr-restore.d #55 214.9 DEP criu/cr-errno.d #55 215.0 DEP criu/cr-dump.d #55 215.2 DEP criu/cr-dedup.d bad55c542dc9: Pull complete Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 209.1 net/http/httptrace #31 209.5 net/http #55 215.5 DEP criu/cr-check.d ---> 2b8bb061ddc0 Step 103/110 : ENV PATH=/usr/local/cli:$PATH ---> Running in c423c1df8682 #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 148.3 Selecting previously unselected package g++-mingw-w64-x86-64. #14 148.3 Preparing to unpack .../54-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 148.3 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #55 215.8 DEP criu/config.d #55 216.0 DEP criu/clone-noasan.d #55 216.1 DEP criu/cgroup.d Removing intermediate container c423c1df8682 ---> f293ff4d72b7 Step 104/110 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux ---> Running in 27a1bf5cd05f Removing intermediate container 27a1bf5cd05f ---> 8d015c6215e5 Step 105/110 : ENV GOMETALINTER_OPTS="--deadline=2m" #55 216.3 DEP criu/cgroup-props.d ---> Running in 731834b26d02 Removing intermediate container 731834b26d02 ---> c5d23e4029f6 Step 106/110 : WORKDIR /go/src/github.com/docker/docker ---> Running in 9d6adf3e49bc #55 216.5 DEP criu/bitmap.d #55 216.6 DEP criu/bfd.d Removing intermediate container 9d6adf3e49bc ---> 828aa63bac1d Step 107/110 : VOLUME /var/lib/docker ---> Running in acf08a42d487 Removing intermediate container acf08a42d487 ---> 55dea4dcc3e7 Step 108/110 : ENTRYPOINT ["hack/dind"] ---> Running in 75647efc8769 #55 216.7 DEP criu/autofs.d #55 217.0 DEP criu/aio.d Removing intermediate container 75647efc8769 ---> 54aa79a08020 Step 109/110 : FROM dev AS final ---> 54aa79a08020 Step 110/110 : COPY . /go/src/github.com/docker/docker #55 217.2 DEP criu/action-scripts.d #55 217.7 CC criu/action-scripts.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 205.7 net/http/httptrace #31 205.9 net/http #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 218.3 CC criu/aio.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 221.6 github.com/LK4D4/vndr/godl #55 218.9 CC criu/autofs.o #31 222.5 github.com/LK4D4/vndr ---> 8ae463d69112 Successfully built 8ae463d69112 Successfully tagged docker-s390x:5f0231b + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr-s390x3 -e DOCKER_GRAPHDRIVER=vfs -e TIMEOUT=300m -e DOCKER_GITCOMMIT=5f0231b docker-s390x:5f0231b hack/ci/z #55 220.5 CC criu/bfd.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 216.5 CC criu/bfd.o #55 217.1 CC criu/bitmap.o #55 217.2 CC criu/cgroup-props.o #55 218.2 CC criu/cgroup.o #55 221.3 CC criu/clone-noasan.o #55 221.4 CC criu/config.o #55 222.7 CC criu/cr-check.o #55 221.0 CC criu/bitmap.o #55 224.5 CC criu/cr-dedup.o #55 221.2 CC criu/cgroup-props.o #55 225.0 CC criu/cr-dump.o ? github.com/docker/docker/api [no test files] #55 222.2 CC criu/cgroup.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 completed: 2019-08-01 12:29:40.251394308 +0000 UTC #31 duration: 3m45.28734003s #31 216.3 github.com/LK4D4/vndr/godl #31 217.1 github.com/LK4D4/vndr #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 227.9 CC criu/cr-errno.o #55 228.0 CC criu/cr-restore.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 160.5 Setting up aufs-tools (1:4.1+20161219-1) ... #14 160.6 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #14 160.6 Setting up libsepol1-dev:amd64 (2.6-2) ... #14 160.6 Setting up python-pip-whl (9.0.1-2+deb9u1) ... #14 160.6 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #14 160.7 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 160.7 Processing triggers for mime-support (3.60) ... #14 160.7 Setting up xxd (2:8.0.0197-4+deb9u3) ... #14 160.8 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #14 160.8 Setting up libcap2-bin (1:2.25-1) ... #14 160.8 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 160.8 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 160.8 Setting up bash-completion (1:2.1-4.3) ... #55 225.5 CC criu/clone-noasan.o #55 225.7 CC criu/config.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 222.0 CC criu/cgroup.o #55 224.9 CC criu/clone-noasan.o #55 225.1 CC criu/config.o #55 226.7 CC criu/cr-check.o #55 228.4 CC criu/cr-dedup.o #55 228.9 CC criu/cr-dump.o #55 231.3 CC criu/cr-errno.o #55 231.4 CC criu/cr-restore.o #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 completed: 2019-08-01 12:29:43.535396584 +0000 UTC #31 duration: 3m50.500292016s #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #55 227.2 CC criu/cr-check.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 163.8 Setting up libonig4:amd64 (6.1.3-2) ... #14 163.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #14 163.8 Setting up zip (3.0-11+b1) ... #14 163.8 Setting up bzip2 (1.0.6-8.1) ... #14 163.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #14 163.9 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #14 163.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... #14 163.9 Setting up libaio1:amd64 (0.3.110-3) ... #14 163.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 163.9 Setting up xz-utils (5.2.2-1.2+b1) ... #14 163.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 163.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ... #14 164.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #14 164.0 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... #14 164.0 Setting up libpcre32-3:amd64 (2:8.39-3) ... #14 164.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ... #14 164.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #55 228.8 CC criu/cr-dedup.o #14 164.4 Setting up libsystemd-dev:amd64 (232-25+deb9u11) ... #14 164.4 Setting up libpcre16-3:amd64 (2:8.39-3) ... #14 164.4 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... #14 164.4 Setting up libnl-3-200:amd64 (3.2.27-2) ... #14 164.4 Setting up net-tools (1.60+git20161116.90da8a0-1) ... #14 164.4 Setting up libudev-dev:amd64 (232-25+deb9u11) ... #14 164.5 Setting up pigz (2.3.4-1) ... #14 164.5 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... #14 164.5 Setting up libmpdec2:amd64 (2.4.2-1) ... #14 164.5 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 164.5 Setting up mingw-w64-common (5.0.1-1) ... #14 164.5 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #14 164.5 Setting up jq (1.5+dfsg-1.3) ... #14 164.5 Setting up libpcre3-dev:amd64 (2:8.39-3) ... #14 164.6 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... #14 164.6 Setting up xfsprogs (4.9.0+nmu1) ... #14 164.6 Setting up vim (2:8.0.0197-4+deb9u3) ... #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #14 164.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #14 164.6 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #14 164.7 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 138.1 Selecting previously unselected package g++-mingw-w64-x86-64. #14 138.1 Preparing to unpack .../54-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... #14 138.1 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 164.7 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... #14 164.7 Setting up iptables (1.6.0+snapshot20161117-6) ... #14 164.7 Setting up btrfs-progs (4.7.3-1) ... #14 164.7 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... #14 164.7 Setting up python3.5 (3.5.3-1+deb9u1) ... #31 ... #31 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #31 completed: 2019-08-01 12:29:45.979298402 +0000 UTC #31 duration: 3m46.879845926s #31 218.0 github.com/LK4D4/vndr/godl #31 218.8 github.com/LK4D4/vndr #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 229.4 CC criu/cr-dump.o #55 232.7 CC criu/cr-service.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 157.1 Setting up aufs-tools (1:4.1+20161219-1) ... #14 157.1 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #14 157.1 Setting up libsepol1-dev:amd64 (2.6-2) ... #14 157.1 Setting up python-pip-whl (9.0.1-2+deb9u1) ... #14 157.1 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #14 157.1 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 157.2 Processing triggers for mime-support (3.60) ... #14 157.3 Setting up xxd (2:8.0.0197-4+deb9u3) ... #14 157.3 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #14 157.3 Setting up libcap2-bin (1:2.25-1) ... #14 157.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 157.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 157.5 Setting up bash-completion (1:2.1-4.3) ... #14 159.8 Setting up libonig4:amd64 (6.1.3-2) ... #14 159.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #14 159.8 Setting up zip (3.0-11+b1) ... #14 159.8 Setting up bzip2 (1.0.6-8.1) ... #14 159.8 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #14 159.8 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #14 159.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... #14 159.8 Setting up libaio1:amd64 (0.3.110-3) ... #14 159.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 159.9 Setting up xz-utils (5.2.2-1.2+b1) ... #14 159.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 159.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ... #14 159.9 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #14 159.9 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... #14 159.9 Setting up libpcre32-3:amd64 (2:8.39-3) ... #14 160.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ... #14 160.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #14 160.4 Setting up libsystemd-dev:amd64 (232-25+deb9u11) ... #14 160.4 Setting up libpcre16-3:amd64 (2:8.39-3) ... #14 160.4 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... #14 160.5 Setting up libnl-3-200:amd64 (3.2.27-2) ... #14 160.5 Setting up net-tools (1.60+git20161116.90da8a0-1) ... #14 160.5 Setting up libudev-dev:amd64 (232-25+deb9u11) ... #14 160.5 Setting up pigz (2.3.4-1) ... #14 160.6 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... #14 160.6 Setting up libmpdec2:amd64 (2.4.2-1) ... #14 160.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 160.6 Setting up mingw-w64-common (5.0.1-1) ... #14 160.6 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #14 160.7 Setting up jq (1.5+dfsg-1.3) ... #14 160.7 Setting up libpcre3-dev:amd64 (2:8.39-3) ... #14 160.7 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... #14 160.7 Setting up xfsprogs (4.9.0+nmu1) ... #14 160.7 Setting up vim (2:8.0.0197-4+deb9u3) ... #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #14 160.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #14 160.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #14 160.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #14 160.8 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #14 160.8 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 160.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... #14 160.8 Setting up iptables (1.6.0+snapshot20161117-6) ... #14 160.9 Setting up btrfs-progs (4.7.3-1) ... #14 160.9 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... #14 160.9 Setting up python3.5 (3.5.3-1+deb9u1) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 234.2 CC criu/crtools.o #55 235.0 CC criu/eventfd.o #55 235.4 CC criu/eventpoll.o #55 232.0 CC criu/cr-errno.o #55 232.1 CC criu/cr-restore.o #55 236.3 CC criu/external.o #55 236.7 CC criu/fault-injection.o #55 236.9 CC criu/fdstore.o #14 169.0 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... #14 169.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 169.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #14 169.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 169.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #14 169.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 169.0 Setting up btrfs-tools (4.7.3-1) ... #14 169.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 169.1 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 #14 169.1 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 #14 169.1 Setting up python3 (3.5.3-1) ... #14 169.1 running python rtupdate hooks for python3.5... #55 237.2 CC criu/fifo.o #55 237.6 CC criu/file-ids.o #55 237.9 CC criu/file-lock.o #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 150.4 Setting up aufs-tools (1:4.1+20161219-1) ... #14 150.4 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... #14 150.4 Setting up libsepol1-dev:amd64 (2.6-2) ... #14 150.4 Setting up python-pip-whl (9.0.1-2+deb9u1) ... #14 150.4 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... #14 150.4 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 150.4 Processing triggers for mime-support (3.60) ... #14 150.5 Setting up xxd (2:8.0.0197-4+deb9u3) ... #14 150.5 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... #14 150.5 Setting up libcap2-bin (1:2.25-1) ... #14 150.5 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... #14 150.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... #14 150.5 Setting up bash-completion (1:2.1-4.3) ... #14 152.8 Setting up libonig4:amd64 (6.1.3-2) ... #14 152.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... #14 152.8 Setting up zip (3.0-11+b1) ... #14 152.8 Setting up bzip2 (1.0.6-8.1) ... #14 152.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... #14 152.9 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... #14 152.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... #14 152.9 Setting up libaio1:amd64 (0.3.110-3) ... #14 152.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... #14 152.9 Setting up xz-utils (5.2.2-1.2+b1) ... #14 152.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #14 153.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ... #14 153.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... #14 153.0 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... #14 153.0 Setting up libpcre32-3:amd64 (2:8.39-3) ... #14 153.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ... #14 153.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... #14 153.3 Setting up libsystemd-dev:amd64 (232-25+deb9u11) ... #14 153.4 Setting up libpcre16-3:amd64 (2:8.39-3) ... #14 153.4 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... #14 153.4 Setting up libnl-3-200:amd64 (3.2.27-2) ... #14 153.4 Setting up net-tools (1.60+git20161116.90da8a0-1) ... #14 153.4 Setting up libudev-dev:amd64 (232-25+deb9u11) ... #14 153.4 Setting up pigz (2.3.4-1) ... #14 153.4 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... #14 153.4 Setting up libmpdec2:amd64 (2.4.2-1) ... #14 153.4 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... #14 153.5 Setting up mingw-w64-common (5.0.1-1) ... #14 153.5 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... #14 153.5 Setting up jq (1.5+dfsg-1.3) ... #14 153.5 Setting up libpcre3-dev:amd64 (2:8.39-3) ... #14 153.5 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... #14 153.5 Setting up xfsprogs (4.9.0+nmu1) ... #14 153.5 Setting up vim (2:8.0.0197-4+deb9u3) ... #14 153.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #14 153.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #14 153.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #14 153.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #14 153.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #14 153.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #14 153.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #14 153.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #14 153.6 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... #14 153.6 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... #14 153.6 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... #14 153.6 Setting up iptables (1.6.0+snapshot20161117-6) ... #14 153.6 Setting up btrfs-progs (4.7.3-1) ... #14 153.6 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... #14 153.6 Setting up python3.5 (3.5.3-1+deb9u1) ... #14 170.3 running python post-rtupdate hooks for python3.5... #14 170.7 Setting up apparmor (2.11.0-3+deb9u2) ... ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements #55 238.9 CC criu/files-ext.o #55 239.3 CC criu/files-reg.o #14 171.6 debconf: unable to initialize frontend: Dialog #14 171.6 debconf: (TERM is not set, so the dialog frontend is not usable.) #14 171.6 debconf: falling back to frontend: Readline #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 165.2 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... #14 165.3 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 165.3 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 #14 165.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 165.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #14 165.3 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 165.3 Setting up btrfs-tools (4.7.3-1) ... #14 165.3 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 165.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode #14 165.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode #14 165.3 Setting up python3 (3.5.3-1) ... #14 165.3 running python rtupdate hooks for python3.5... #14 166.4 running python post-rtupdate hooks for python3.5... #14 166.8 Setting up apparmor (2.11.0-3+deb9u2) ... #14 167.6 debconf: unable to initialize frontend: Dialog #14 167.6 debconf: (TERM is not set, so the dialog frontend is not usable.) #14 167.6 debconf: falling back to frontend: Readline #14 168.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults #14 168.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory #14 168.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 168.4 Setting up python3-pkg-resources (33.1.1-1) ... #14 172.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults #14 172.4 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory #14 172.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 172.4 Setting up python3-pkg-resources (33.1.1-1) ... #14 169.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 169.5 Setting up python3-pip (9.0.1-2+deb9u1) ... #14 173.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 173.4 Setting up python3-pip (9.0.1-2+deb9u1) ... #14 170.7 Setting up dmsetup (2:1.02.137-2) ... #14 170.8 Setting up python3-setuptools (33.1.1-1) ... #14 174.7 Setting up dmsetup (2:1.02.137-2) ... #14 174.7 Setting up python3-setuptools (33.1.1-1) ... #14 171.9 Setting up dh-python (2.20170125) ... #14 158.4 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... #14 158.4 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 158.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #14 158.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 158.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #14 158.4 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist #14 158.5 Setting up btrfs-tools (4.7.3-1) ... #14 158.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... #14 158.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode #14 158.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode #14 158.5 Setting up python3 (3.5.3-1) ... #14 158.5 running python rtupdate hooks for python3.5... #14 175.8 Setting up dh-python (2.20170125) ... #14 172.8 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... #14 172.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 236.7 CC criu/cr-service.o #55 238.2 CC criu/crtools.o #55 239.0 CC criu/eventfd.o #55 239.4 CC criu/eventpoll.o #55 240.3 CC criu/external.o #55 240.6 CC criu/fault-injection.o #55 240.8 CC criu/fdstore.o #55 241.2 CC criu/fifo.o #55 241.7 CC criu/file-ids.o #55 242.1 CC criu/file-lock.o #55 243.1 CC criu/files-ext.o #55 243.4 CC criu/files-reg.o #55 245.5 CC criu/files.o #14 completed: 2019-08-01 12:29:57.469295261 +0000 UTC #14 duration: 2m53.446370848s #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 digest: sha256:42ee78965e0562ac83e21a1e292cc4c305f562ada0a0f26a13fa75a33f4fc293 #15 name: "[dev 8/22] RUN pip3 install yamllint==1.16.0" #15 started: 2019-08-01 12:29:57.471123796 +0000 UTC #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 176.5 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... #14 176.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... #14 159.9 running python post-rtupdate hooks for python3.5... #14 160.3 Setting up apparmor (2.11.0-3+deb9u2) ... #14 completed: 2019-08-01 12:29:58.342716436 +0000 UTC #14 duration: 2m57.267115153s #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 digest: sha256:42ee78965e0562ac83e21a1e292cc4c305f562ada0a0f26a13fa75a33f4fc293 #15 name: "[dev 8/22] RUN pip3 install yamllint==1.16.0" #15 started: 2019-08-01 12:29:58.344531467 +0000 UTC #14 161.2 debconf: unable to initialize frontend: Dialog #14 161.2 debconf: (TERM is not set, so the dialog frontend is not usable.) #14 161.2 debconf: falling back to frontend: Readline #14 161.8 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults #14 162.0 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory #14 162.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... #14 162.0 Setting up python3-pkg-resources (33.1.1-1) ... 🇩 bin/containerd-stress #14 163.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... #14 163.1 Setting up python3-pip (9.0.1-2+deb9u1) ... 🇩 bin/containerd-shim #14 164.4 Setting up dmsetup (2:1.02.137-2) ... #14 164.4 Setting up python3-setuptools (33.1.1-1) ... #14 165.5 Setting up dh-python (2.20170125) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 236.8 CC criu/cr-service.o #55 238.2 CC criu/crtools.o #55 238.9 CC criu/eventfd.o #55 239.3 CC criu/eventpoll.o #55 240.2 CC criu/external.o #55 240.8 CC criu/fault-injection.o #55 240.9 CC criu/fdstore.o #55 241.3 CC criu/fifo.o #55 241.7 CC criu/file-ids.o #55 242.1 CC criu/file-lock.o #55 243.1 CC criu/files-ext.o #55 243.5 CC criu/files-reg.o #55 245.9 CC criu/files.o #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 194.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 191.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty #14 ... #14 [dev 7/22] RUN apt-get update && apt-get install -y apparmor aufs-tool... #14 166.4 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... #14 166.4 Processing triggers for libc-bin (2.24-11+deb9u4) ... #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 241.4 CC criu/files.o #55 243.4 CC criu/filesystems.o #55 244.1 CC criu/fsnotify.o #55 245.4 CC criu/image-desc.o #55 245.5 CC criu/image.o #55 246.4 CC criu/ipc_ns.o #55 247.6 CC criu/irmap.o #55 248.3 CC criu/kcmp-ids.o #55 248.7 CC criu/kerndat.o #55 249.9 CC criu/libnetlink.o #55 250.3 CC criu/log.o #55 250.7 CC criu/lsm.o #55 251.2 CC criu/mem.o #14 completed: 2019-08-01 12:30:04.849454562 +0000 UTC #14 duration: 2m47.00088594s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 248.1 CC criu/filesystems.o #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 193.0 + mkdir -p /build #40 193.0 + cp runc /build/runc #55 249.0 CC criu/fsnotify.o #40 completed: 2019-08-01 12:30:05.82235391 +0000 UTC #40 duration: 3m13.484203537s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 252.5 CC criu/mount.o #40 196.3 + mkdir -p /build #40 196.3 + cp runc /build/runc #40 completed: 2019-08-01 12:30:06.742539751 +0000 UTC #40 duration: 3m16.974246153s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 247.5 CC criu/filesystems.o #55 248.5 CC criu/fsnotify.o #55 249.8 CC criu/image-desc.o #55 249.9 CC criu/image.o #55 251.0 CC criu/ipc_ns.o #55 252.3 CC criu/irmap.o #55 252.9 CC criu/kcmp-ids.o #55 253.2 CC criu/kerndat.o #55 254.6 CC criu/libnetlink.o #55 255.0 CC criu/log.o #55 255.4 CC criu/lsm.o #55 255.7 CC criu/mem.o #55 250.4 CC criu/image-desc.o #55 250.5 CC criu/image.o #55 257.5 CC criu/mount.o #55 251.5 CC criu/ipc_ns.o #55 255.2 CC criu/namespaces.o #55 252.8 CC criu/irmap.o #55 256.4 CC criu/net.o #55 253.5 CC criu/kcmp-ids.o #55 253.8 CC criu/kerndat.o #55 259.8 CC criu/namespaces.o #40 ... #40 [runc 3/3] RUN PREFIX=/build ./install.sh runc #40 completed: 2019-08-01 12:30:10.557645637 +0000 UTC #40 duration: 3m14.965753451s #40 192.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty #40 194.6 + mkdir -p /build #40 194.6 + cp runc /build/runc #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 digest: sha256:42ee78965e0562ac83e21a1e292cc4c305f562ada0a0f26a13fa75a33f4fc293 #15 name: "[dev 8/22] RUN pip3 install yamllint==1.16.0" #15 started: 2019-08-01 12:30:04.8518553 +0000 UTC #55 261.1 CC criu/net.o 🇩 bin/containerd-shim-runc-v1 #55 258.4 CC criu/netfilter.o #55 258.8 CC criu/page-pipe.o #15 6.928 Collecting yamllint==1.16.0 #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 255.2 CC criu/libnetlink.o #55 255.6 CC criu/log.o #55 259.3 CC criu/page-xfer.o #55 255.9 CC criu/lsm.o #55 256.1 CC criu/mem.o #55 260.2 CC criu/pagemap-cache.o #55 260.5 CC criu/pagemap.o #55 257.1 CC criu/mount.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 6.367 Collecting yamllint==1.16.0 #55 263.3 CC criu/netfilter.o #55 263.6 CC criu/page-pipe.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 261.1 CC criu/parasite-syscall.o #55 264.0 CC criu/page-xfer.o #55 261.8 CC criu/path.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 6.671 Collecting yamllint==1.16.0 #55 262.1 CC criu/pie-util-vdso-elf32.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 264.9 CC criu/pagemap-cache.o #55 262.4 CC criu/pie-util-vdso.o #55 265.1 CC criu/pagemap.o #55 262.8 CC criu/pie-util.o 🇩 binaries + mkdir -p /build + cp bin/containerd /build/containerd + cp bin/containerd-shim /build/containerd-shim + cp bin/ctr /build/ctr #55 262.9 CC criu/pipes.o #55 265.7 CC criu/parasite-syscall.o #55 259.5 CC criu/namespaces.o #55 263.4 CC criu/plugin.o #55 263.7 CC criu/proc_parse.o #55 266.5 CC criu/path.o #55 266.7 CC criu/pie-util-vdso-elf32.o #55 260.7 CC criu/net.o #55 267.1 CC criu/pie-util-vdso.o #55 267.4 CC criu/pie-util.o #55 267.6 CC criu/pipes.o #55 268.2 CC criu/plugin.o #55 265.8 CC criu/protobuf-desc.o #55 268.6 CC criu/proc_parse.o #55 262.8 CC criu/netfilter.o #55 263.0 CC criu/page-pipe.o #55 266.3 CC criu/protobuf.o #55 266.6 CC criu/pstree.o #55 263.5 CC criu/page-xfer.o #55 267.5 CC criu/rbtree.o #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 269.4 + dpkg --print-architecture #53 269.4 + cd /tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution #53 269.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd #53 269.7 + GOPATH=/tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1xb8akjEj7 #53 269.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry #55 267.8 CC criu/rst-malloc.o #55 264.4 CC criu/pagemap-cache.o #55 268.0 CC criu/seccomp.o #55 264.6 CC criu/pagemap.o Removing intermediate container 1947e988b11f ---> 2a9239c10697 Step 48/110 : FROM dev-base AS proxy ---> 2a28285bdb9f Step 49/110 : ENV INSTALL_BINARY_NAME=proxy ---> Running in 4a6b5ce73110 Removing intermediate container 4a6b5ce73110 ---> 4a8cbaf3d3dc Step 50/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 5445b9f5698b Step 51/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 265.2 + dpkg --print-architecture #53 265.2 + cd /tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution #53 265.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd ---> fe8b93985907 Step 52/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in f094ae899dcb #55 268.7 CC criu/seize.o + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.vIKL8xJzJo + GOPATH=/tmp/tmp.vIKL8xJzJo + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=proxy + shift + '[' '!' -f ./proxy.installer ']' + . ./proxy.installer ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 + install_proxy + case "$1" in + export CGO_ENABLED=0 + CGO_ENABLED=0 + _install_proxy + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' + git clone https://github.com/docker/libnetwork.git /tmp/tmp.vIKL8xJzJo/src/github.com/docker/libnetwork Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 Cloning into '/tmp/tmp.vIKL8xJzJo/src/github.com/docker/libnetwork'... #53 265.7 + GOPATH=/tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.6JOFBxjRS2 #53 265.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry #55 269.5 CC criu/shmem.o #55 270.3 CC criu/sigframe.o #55 270.5 CC criu/signalfd.o #55 270.7 CC criu/sk-inet.o #55 271.6 CC criu/sk-netlink.o #55 271.9 CC criu/sk-packet.o #55 272.5 CC criu/sk-queue.o + cd /tmp/tmp.vIKL8xJzJo/src/github.com/docker/libnetwork + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #55 273.1 CC criu/sk-tcp.o #55 273.5 CC criu/sk-unix.o #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 263.6 + dpkg --print-architecture #53 263.6 + cd /tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution #53 263.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd #53 264.0 + GOPATH=/tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.M4uVdxq2TW #53 264.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 19.40 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) #15 19.73 Collecting pyyaml (from yamllint==1.16.0) #15 24.01 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) #15 25.95 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) #15 30.13 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz #15 31.12 Building wheels for collected packages: pyyaml, pathspec #15 31.13 Running setup.py bdist_wheel for pyyaml: started #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 275.4 CC criu/sockets.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 19.59 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) #15 19.88 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) #15 24.05 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz #15 25.47 Collecting pyyaml (from yamllint==1.16.0) #15 29.72 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 270.8 CC criu/protobuf-desc.o #55 271.5 CC criu/protobuf.o #55 271.8 CC criu/pstree.o #55 272.9 CC criu/rbtree.o #55 273.1 CC criu/rst-malloc.o #55 273.4 CC criu/seccomp.o #55 274.0 CC criu/seize.o #55 274.7 CC criu/shmem.o #55 275.3 CC criu/sigframe.o #55 275.5 CC criu/signalfd.o #55 275.7 CC criu/sk-inet.o #55 276.5 CC criu/sk-netlink.o #55 276.8 CC criu/sk-packet.o #55 277.3 CC criu/sk-queue.o #55 277.8 CC criu/sk-tcp.o #55 278.4 CC criu/sk-unix.o #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 265.4 CC criu/parasite-syscall.o #55 266.2 CC criu/path.o #55 266.5 CC criu/pie-util-vdso-elf32.o #55 266.8 CC criu/pie-util-vdso.o #55 267.1 CC criu/pie-util.o #55 267.2 CC criu/pipes.o #55 267.8 CC criu/plugin.o #55 268.2 CC criu/proc_parse.o #55 270.2 CC criu/protobuf-desc.o #55 271.0 CC criu/protobuf.o #55 271.3 CC criu/pstree.o #55 272.1 CC criu/rbtree.o #55 272.5 CC criu/rst-malloc.o #55 272.7 CC criu/seccomp.o #55 276.3 CC criu/stats.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 31.20 Building wheels for collected packages: pathspec, pyyaml #15 31.22 Running setup.py bdist_wheel for pathspec: started #55 276.7 CC criu/string.o #55 276.8 CC criu/sysctl.o #55 273.3 CC criu/seize.o Removing intermediate container f094ae899dcb ---> c6add6cf19d5 Step 53/110 : FROM base AS gometalinter ---> 2a28285bdb9f Step 54/110 : ENV INSTALL_BINARY_NAME=gometalinter ---> Running in 82b2a0ae569c Removing intermediate container 82b2a0ae569c ---> b39efacfbddd Step 55/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> aed3fbf1b857 Step 56/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 83d1817b55bd Step 57/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in b9cf1becd615 #15 32.05 Running setup.py bdist_wheel for pathspec: finished with status 'error' #15 32.05 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0k2b6d1k/pathspec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpcgyf18y5pip-wheel- --python-tag cp35: #15 32.05 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 32.05 or: -c --help [cmd1 cmd2 ...] #15 32.05 or: -c --help-commands #15 32.05 or: -c cmd --help #15 32.05 #15 32.05 error: invalid command 'bdist_wheel' #15 32.05 #15 32.05 ---------------------------------------- #15 32.05 Failed building wheel for pathspec #15 32.06 Running setup.py clean for pathspec + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.uZGaGEk10W + GOPATH=/tmp/tmp.uZGaGEk10W + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=gometalinter + shift Installing gometalinter version v2.0.6 + '[' '!' -f ./gometalinter.installer ']' + . ./gometalinter.installer ++ GOMETALINTER_COMMIT=v2.0.6 + install_gometalinter + echo 'Installing gometalinter version v2.0.6' + go get -d github.com/alecthomas/gometalinter #55 274.1 CC criu/shmem.o #55 277.6 CC criu/sysfs_parse.o #55 278.0 CC criu/timerfd.o #55 274.8 CC criu/sigframe.o #15 32.80 Running setup.py bdist_wheel for pyyaml: started #55 275.0 CC criu/signalfd.o #55 278.4 CC criu/tty.o #15 33.50 Running setup.py bdist_wheel for pyyaml: finished with status 'error' #15 33.50 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0k2b6d1k/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpujm38knipip-wheel- --python-tag cp35: #15 33.50 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 33.50 or: -c --help [cmd1 cmd2 ...] #15 33.50 or: -c --help-commands #15 33.50 or: -c cmd --help #15 33.50 #15 33.50 error: invalid command 'bdist_wheel' #15 33.50 #15 33.50 ---------------------------------------- #15 33.50 Failed building wheel for pyyaml #15 33.50 Running setup.py clean for pyyaml + cd /tmp/tmp.uZGaGEk10W/src/github.com/alecthomas/gometalinter + git checkout -q v2.0.6 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter #55 275.3 CC criu/sk-inet.o #55 276.0 CC criu/sk-netlink.o #15 34.34 Failed to build pathspec pyyaml #15 34.34 Installing collected packages: pathspec, pyyaml, yamllint #15 34.34 Running setup.py install for pathspec: started #55 276.4 CC criu/sk-packet.o #55 276.9 CC criu/sk-queue.o #55 280.5 CC criu/tun.o #15 35.36 Running setup.py install for pathspec: finished with status 'done' #15 35.38 Running setup.py install for pyyaml: started #55 277.3 CC criu/sk-tcp.o #55 281.0 CC criu/uffd.o #55 277.7 CC criu/sk-unix.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 19.75 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) #15 20.01 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) #15 24.17 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz #15 25.66 Collecting pyyaml (from yamllint==1.16.0) #15 29.92 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) #15 36.59 Running setup.py install for pyyaml: finished with status 'done' #15 36.89 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 #55 282.2 CC criu/util.o #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 completed: 2019-08-01 12:30:35.686845628 +0000 UTC #15 duration: 38.215721832s #15 31.88 Running setup.py bdist_wheel for pyyaml: finished with status 'error' #15 31.88 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-185qizd9/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp7ffoozwkpip-wheel- --python-tag cp35: #15 31.88 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 31.88 or: -c --help [cmd1 cmd2 ...] #15 31.88 or: -c --help-commands #15 31.88 or: -c cmd --help #15 31.88 #15 31.88 error: invalid command 'bdist_wheel' #15 31.88 #15 31.88 ---------------------------------------- #15 31.88 Failed building wheel for pyyaml #15 31.88 Running setup.py clean for pyyaml #15 32.56 Running setup.py bdist_wheel for pathspec: started #15 33.26 Running setup.py bdist_wheel for pathspec: finished with status 'error' #15 33.26 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-185qizd9/pathspec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpgd0iepqdpip-wheel- --python-tag cp35: #15 33.26 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 33.26 or: -c --help [cmd1 cmd2 ...] #15 33.26 or: -c --help-commands #15 33.26 or: -c cmd --help #15 33.26 #15 33.26 error: invalid command 'bdist_wheel' #15 33.26 #15 33.26 ---------------------------------------- #15 33.26 Failed building wheel for pathspec #15 33.26 Running setup.py clean for pathspec #15 34.06 Failed to build pyyaml pathspec #15 34.06 Installing collected packages: pyyaml, pathspec, yamllint #15 34.06 Running setup.py install for pyyaml: started #15 35.23 Running setup.py install for pyyaml: finished with status 'done' #15 35.31 Running setup.py install for pathspec: started #15 36.45 Running setup.py install for pathspec: finished with status 'done' #15 36.66 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 #17 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/ #17 digest: sha256:243d65834a80c217b9286243c2de2a7c1005cae4c5f5e258066c5a917a35eee5 #17 name: "[dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/" #17 started: 2019-08-01 12:30:35.688788759 +0000 UTC #15 31.34 Building wheels for collected packages: pathspec, pyyaml #15 31.34 Running setup.py bdist_wheel for pathspec: started #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 279.6 CC criu/sockets.o #15 completed: 2019-08-01 12:30:36.428510812 +0000 UTC #15 duration: 38.083979345s #17 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/ #17 digest: sha256:243d65834a80c217b9286243c2de2a7c1005cae4c5f5e258066c5a917a35eee5 #17 name: "[dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/" #17 started: 2019-08-01 12:30:36.430502509 +0000 UTC #55 280.6 CC criu/stats.o #17 completed: 2019-08-01 12:30:37.226827124 +0000 UTC #17 duration: 1.538038365s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 283.6 CC criu/uts_ns.o #55 283.8 CC criu/vdso-compat.o #55 284.0 CC criu/vdso.o #55 280.9 CC criu/string.o #55 281.0 CC criu/sysctl.o #17 completed: 2019-08-01 12:30:37.829287049 +0000 UTC #17 duration: 1.39878454s #22 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images #22 digest: sha256:a3f75ccce9ba0c898f8a283bc1391cafb652a5727013e60351fc6e5f709e55e2 #22 name: "[dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images" #22 started: 2019-08-01 12:30:37.832450774 +0000 UTC #55 285.0 LINK criu/built-in.o #55 281.8 CC criu/sysfs_parse.o #55 285.1 LINK criu/criu #55 285.4 DEP lib/c/criu.d #55 285.5 CC images/rpc.pb-c.o #55 282.2 CC criu/timerfd.o #55 282.6 CC criu/tty.o #55 286.1 CC lib/c/criu.o #55 286.7 LINK lib/c/built-in.o #55 286.7 LINK lib/c/libcriu.so #55 286.9 GEN magic.py #22 ... #22 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images #22 digest: sha256:f061b975175417b466f072680e8b94badb270ebb1a427da8591c83b95774c183 #22 name: "[dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images" #22 started: 2019-08-01 12:30:37.229346445 +0000 UTC #22 completed: 2019-08-01 12:30:40.521596335 +0000 UTC #22 duration: 3.29224989s #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 completed: 2019-08-01 12:30:40.4478743 +0000 UTC #53 duration: 4m47.316331179s #53 286.4 + rm -rf /tmp/tmp.M4uVdxq2TW/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.M4uVdxq2TW #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 287.8 fatal: Not a git repository (or any of the parent directories): .git #55 284.5 CC criu/tun.o #22 completed: 2019-08-01 12:30:40.613507439 +0000 UTC #22 duration: 2.781056665s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 280.5 CC criu/sockets.o #55 281.4 CC criu/stats.o #55 281.7 CC criu/string.o #55 281.8 CC criu/sysctl.o #55 282.5 CC criu/sysfs_parse.o #55 283.1 CC criu/timerfd.o #55 283.5 CC criu/tty.o #55 285.6 CC criu/tun.o #55 286.3 CC criu/uffd.o #55 287.6 CC criu/util.o #55 289.1 CC criu/uts_ns.o #55 289.3 CC criu/vdso-compat.o #55 289.6 CC criu/vdso.o #55 290.5 LINK criu/built-in.o #55 290.6 LINK criu/criu #55 290.9 DEP lib/c/criu.d #55 291.0 CC images/rpc.pb-c.o #55 288.8 make[1]: Nothing to be done for 'all'. #55 285.2 CC criu/uffd.o #55 291.5 CC lib/c/criu.o #55 289.2 make[1]: 'images/built-in.o' is up to date. #55 289.3 make[1]: 'compel/plugins/std.lib.a' is up to date. #55 289.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. #55 289.3 make[1]: 'compel/libcompel.a' is up to date. #55 289.3 make[1]: 'compel/compel-host-bin' is up to date. #55 289.3 make[1]: Nothing to be done for 'all'. #55 289.4 make[1]: 'soccr/libsoccr.a' is up to date. #55 289.5 make[2]: Nothing to be done for 'all'. #55 289.5 make[2]: Nothing to be done for 'all'. #55 289.6 make[2]: Nothing to be done for 'all'. #55 289.6 make[2]: Nothing to be done for 'all'. #55 289.7 make[2]: Nothing to be done for 'all'. #55 292.4 LINK lib/c/built-in.o #55 286.3 CC criu/util.o #55 289.7 make[2]: Nothing to be done for 'all'. #55 289.7 make[2]: Nothing to be done for 'all'. #55 289.8 make[2]: Nothing to be done for 'all'. #55 289.8 INSTALL criu/criu #55 292.4 LINK lib/c/libcriu.so #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 292.4 + rm -rf /tmp/tmp.1xb8akjEj7/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.1xb8akjEj7 #53 completed: 2019-08-01 12:30:43.193486947 +0000 UTC #53 duration: 4m52.692911166s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 292.6 GEN magic.py #15 ... #15 [dev 8/22] RUN pip3 install yamllint==1.16.0 #15 completed: 2019-08-01 12:30:43.240777272 +0000 UTC #15 duration: 38.388921972s #15 31.90 Running setup.py bdist_wheel for pathspec: finished with status 'error' #15 31.90 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b2brl3b4/pathspec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpabfmc6expip-wheel- --python-tag cp35: #15 31.90 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 31.90 or: -c --help [cmd1 cmd2 ...] #15 31.90 or: -c --help-commands #15 31.90 or: -c cmd --help #15 31.90 #15 31.90 error: invalid command 'bdist_wheel' #15 31.90 #15 31.90 ---------------------------------------- #15 31.90 Failed building wheel for pathspec #15 31.90 Running setup.py clean for pathspec #15 32.64 Running setup.py bdist_wheel for pyyaml: started #15 33.41 Running setup.py bdist_wheel for pyyaml: finished with status 'error' #15 33.41 Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b2brl3b4/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpnde3yk71pip-wheel- --python-tag cp35: #15 33.41 usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] #15 33.41 or: -c --help [cmd1 cmd2 ...] #15 33.41 or: -c --help-commands #15 33.41 or: -c cmd --help #15 33.41 #15 33.41 error: invalid command 'bdist_wheel' #15 33.41 #15 33.41 ---------------------------------------- #15 33.41 Failed building wheel for pyyaml #15 33.41 Running setup.py clean for pyyaml #15 34.24 Failed to build pathspec pyyaml #15 34.24 Installing collected packages: pathspec, pyyaml, yamllint #15 34.24 Running setup.py install for pathspec: started #15 35.43 Running setup.py install for pathspec: finished with status 'done' #15 35.44 Running setup.py install for pyyaml: started #15 36.76 Running setup.py install for pyyaml: finished with status 'done' #15 37.05 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 #55 completed: 2019-08-01 12:30:43.118922439 +0000 UTC #55 duration: 4m49.986231934s #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #17 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/ #17 digest: sha256:243d65834a80c217b9286243c2de2a7c1005cae4c5f5e258066c5a917a35eee5 #17 name: "[dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/" #17 started: 2019-08-01 12:30:43.242638894 +0000 UTC #25 completed: 2019-08-01 12:30:44.074124555 +0000 UTC #25 duration: 4m48.885038266s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #53 ... #53 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... #53 completed: 2019-08-01 12:30:44.104329875 +0000 UTC #53 duration: 4m47.515441906s #53 287.4 + rm -rf /tmp/tmp.6JOFBxjRS2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.6JOFBxjRS2 #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #55 293.8 fatal: Not a git repository (or any of the parent directories): .git #55 294.3 make[1]: Nothing to be done for 'all'. #55 ... #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 288.2 CC criu/uts_ns.o #17 ... #17 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/ #17 completed: 2019-08-01 12:30:44.965950715 +0000 UTC #17 duration: 1.723311821s #22 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images #22 digest: sha256:fa7ecefcec2b725131a3a0a9b3a9abbb5ae367af90f41dce31040562ee63f3af #22 name: "[dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images" #22 started: 2019-08-01 12:30:44.97213161 +0000 UTC #55 294.7 make[1]: 'images/built-in.o' is up to date. #55 294.7 make[1]: 'compel/plugins/std.lib.a' is up to date. #55 294.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. #55 294.8 make[1]: 'compel/libcompel.a' is up to date. #55 294.8 make[1]: 'compel/compel-host-bin' is up to date. #55 294.8 make[1]: Nothing to be done for 'all'. #55 294.8 make[1]: 'soccr/libsoccr.a' is up to date. #55 295.0 make[2]: Nothing to be done for 'all'. #55 295.0 make[2]: Nothing to be done for 'all'. #55 295.0 make[2]: Nothing to be done for 'all'. #55 295.1 make[2]: Nothing to be done for 'all'. #55 295.1 make[2]: Nothing to be done for 'all'. #55 295.1 make[2]: Nothing to be done for 'all'. #55 295.2 make[2]: Nothing to be done for 'all'. #55 295.2 make[2]: Nothing to be done for 'all'. #55 295.2 INSTALL criu/criu #55 completed: 2019-08-01 12:30:45.923103343 +0000 UTC #55 duration: 4m55.421688673s #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #26 ... #26 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/ #26 digest: sha256:9beeaf55efbf00e161fe62c1b0562c101c3d9874f08f8b5c46b08936c0fadec3 #26 name: "[dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/" #26 started: 2019-08-01 12:30:46.108107917 +0000 UTC #25 completed: 2019-08-01 12:30:47.134049931 +0000 UTC #25 duration: 4m54.519359841s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #26 completed: 2019-08-01 12:30:47.530779693 +0000 UTC #26 duration: 1.422671776s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #22 completed: 2019-08-01 12:30:47.323801243 +0000 UTC #22 duration: 2.351669633s #55 [criu 1/1] RUN apt-get update && apt-get install -y libnet-dev libprot... #55 288.5 CC criu/vdso-compat.o #55 288.6 CC criu/vdso.o #55 289.8 LINK criu/built-in.o #55 289.9 LINK criu/criu #55 290.2 DEP lib/c/criu.d #55 290.3 CC images/rpc.pb-c.o #55 290.7 CC lib/c/criu.o #29 ... #29 [dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/ #29 digest: sha256:a967d171c11cf54c5f0b6cd8303102c72f74b217a1f71f5ad3c0e14850aa0d8a #29 name: "[dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/" #29 started: 2019-08-01 12:30:47.533267802 +0000 UTC #55 291.3 LINK lib/c/built-in.o #55 291.3 LINK lib/c/libcriu.so #55 291.5 GEN magic.py #55 292.1 fatal: Not a git repository (or any of the parent directories): .git #29 completed: 2019-08-01 12:30:48.411074019 +0000 UTC #29 duration: 877.806217ms #32 [dev 13/22] COPY --from=vndr /build/ /usr/local/bin/ #32 digest: sha256:8ec68966f7e345b58351d8c19dad7cb94687225dd4b10a2668e1646f9cec272f #32 name: "[dev 13/22] COPY --from=vndr /build/ /usr/local/bin/" #32 started: 2019-08-01 12:30:48.413554539 +0000 UTC #55 292.6 make[1]: Nothing to be done for 'all'. #32 completed: 2019-08-01 12:30:49.141954154 +0000 UTC #32 duration: 728.399615ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #37 ... #37 [dev 14/22] COPY --from=tini /build/ /usr/local/bin/ #37 digest: sha256:6df5b7ca76a6d1bd5d6759493ad5f94dd6a283dcd956927aa319d7c7ffe49b1c #37 name: "[dev 14/22] COPY --from=tini /build/ /usr/local/bin/" #37 started: 2019-08-01 12:30:49.144470033 +0000 UTC #26 ... #26 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/ #26 digest: sha256:ef36ec48e2e2eec90d73f8592f603416a6bb7d73b4fb87765214e1b18c076e3d #26 name: "[dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/" #26 started: 2019-08-01 12:30:49.306539731 +0000 UTC #55 293.2 make[1]: 'images/built-in.o' is up to date. #55 293.2 make[1]: 'compel/plugins/std.lib.a' is up to date. #55 293.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. #55 293.2 make[1]: 'compel/libcompel.a' is up to date. #55 293.2 make[1]: 'compel/compel-host-bin' is up to date. #37 completed: 2019-08-01 12:30:49.81919613 +0000 UTC #37 duration: 674.726097ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #55 293.2 make[1]: Nothing to be done for 'all'. #55 293.3 make[1]: 'soccr/libsoccr.a' is up to date. #55 293.3 make[2]: Nothing to be done for 'all'. #55 293.3 make[2]: Nothing to be done for 'all'. #55 293.4 make[2]: Nothing to be done for 'all'. #55 293.4 make[2]: Nothing to be done for 'all'. #55 293.4 make[2]: Nothing to be done for 'all'. #55 293.4 make[2]: Nothing to be done for 'all'. #41 ... #41 [dev 15/22] COPY --from=runc /build/ /usr/local/bin/ #41 digest: sha256:3a89e607f8b3fdd3ad04e15f906c53fcbce89cee4b7cac4fb19c85ffb071f2b7 #41 name: "[dev 15/22] COPY --from=runc /build/ /usr/local/bin/" #41 started: 2019-08-01 12:30:49.82150522 +0000 UTC #55 293.5 make[2]: Nothing to be done for 'all'. #55 293.6 make[2]: Nothing to be done for 'all'. #55 293.6 INSTALL criu/criu + GOBIN=/build + /build/gometalinter --install Installing: deadcode dupl errcheck gas gochecknoglobals gochecknoinits goconst gocyclo goimports golint gosimple gotype gotypex ineffassign interfacer lll maligned megacheck misspell nakedret safesql staticcheck structcheck unconvert unparam unused varcheck #55 completed: 2019-08-01 12:30:50.429749224 +0000 UTC #55 duration: 4m53.840096519s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #41 completed: 2019-08-01 12:30:50.570215996 +0000 UTC #41 duration: 748.710776ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd ? github.com/docker/docker/api/server/backend/build [no test files] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements ? github.com/docker/docker/api/server/router [no test files] ? github.com/docker/docker/api/server/router/build [no test files] ? github.com/docker/docker/api/server/router/checkpoint [no test files] ? github.com/docker/docker/api/server/router/container [no test files] ? github.com/docker/docker/api/server/router/debug [no test files] ? github.com/docker/docker/api/server/router/distribution [no test files] ? github.com/docker/docker/api/server/router/grpc [no test files] ? github.com/docker/docker/api/server/router/image [no test files] #26 completed: 2019-08-01 12:30:51.349095487 +0000 UTC #26 duration: 2.042555756s #29 [dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/ #29 digest: sha256:8d32660f6cd766a3178df68cdb47659776c0a9753f27f4029abe093a403ca3c7 #29 name: "[dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/" #29 started: 2019-08-01 12:30:51.351486357 +0000 UTC #25 ... #25 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #25 completed: 2019-08-01 12:30:51.69775523 +0000 UTC #25 duration: 4m52.587756875s #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #29 completed: 2019-08-01 12:30:52.078431335 +0000 UTC #29 duration: 726.944978ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #32 ... #32 [dev 13/22] COPY --from=vndr /build/ /usr/local/bin/ #32 digest: sha256:ae1248697a824cea533f295bf197680dcfd9b83ae32ed6bc2f7d239e0d6a4932 #32 name: "[dev 13/22] COPY --from=vndr /build/ /usr/local/bin/" #32 started: 2019-08-01 12:30:52.080695617 +0000 UTC ? github.com/docker/docker/api/server/router/network [no test files] #32 completed: 2019-08-01 12:30:52.746492636 +0000 UTC #32 duration: 665.797019ms #37 [dev 14/22] COPY --from=tini /build/ /usr/local/bin/ #37 digest: sha256:4d15e465ba805b938aff7b854563f6931580f193d5b69c485471c49214743033 #37 name: "[dev 14/22] COPY --from=tini /build/ /usr/local/bin/" #37 started: 2019-08-01 12:30:52.749076208 +0000 UTC #37 completed: 2019-08-01 12:30:53.450732757 +0000 UTC #37 duration: 701.656549ms #41 [dev 15/22] COPY --from=runc /build/ /usr/local/bin/ #41 digest: sha256:05e280272ccd813e5926837ff238a287785535a2df7312d87e7d29ea49fc81ca #41 name: "[dev 15/22] COPY --from=runc /build/ /usr/local/bin/" #41 started: 2019-08-01 12:30:53.452930733 +0000 UTC ? github.com/docker/docker/api/server/router/plugin [no test files] ? github.com/docker/docker/api/server/router/session [no test files] #41 completed: 2019-08-01 12:30:54.111842317 +0000 UTC #41 duration: 658.911584ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #26 ... #26 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/ #26 digest: sha256:207a30199e17f785b302c2822d6b0b83bf42d96b6c7de660bba8b6060ded5048 #26 name: "[dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/" #26 started: 2019-08-01 12:30:53.93844973 +0000 UTC #45 244.2 🇩 bin/containerd ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements #26 completed: 2019-08-01 12:30:55.699436331 +0000 UTC #26 duration: 1.760986601s #29 [dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/ #29 digest: sha256:014bde645f2d04f2f5a91bc5af113fb8efd77cf6e793800335279476395019d1 #29 name: "[dev 12/22] COPY --from=tomlv /build/ /usr/local/bin/" #29 started: 2019-08-01 12:30:55.701722007 +0000 UTC ? github.com/docker/docker/api/server/router/system [no test files] #29 completed: 2019-08-01 12:30:56.563996559 +0000 UTC #29 duration: 862.274552ms #32 [dev 13/22] COPY --from=vndr /build/ /usr/local/bin/ #32 digest: sha256:90162e07ded884b0422a76a9f92f9e93ad87d4a2538ebfcb4daae8cf59d255c3 #32 name: "[dev 13/22] COPY --from=vndr /build/ /usr/local/bin/" #32 started: 2019-08-01 12:30:56.567320006 +0000 UTC ? github.com/docker/docker/api/server/router/volume [no test files] ? github.com/docker/docker/api/types [no test files] ? github.com/docker/docker/api/types/backend [no test files] ? github.com/docker/docker/api/types/blkiodev [no test files] ? github.com/docker/docker/api/types/container [no test files] ? github.com/docker/docker/api/types/events [no test files] #45 245.8 🇩 bin/containerd #32 completed: 2019-08-01 12:30:57.512998959 +0000 UTC #32 duration: 945.678953ms #37 [dev 14/22] COPY --from=tini /build/ /usr/local/bin/ #37 digest: sha256:4472d3e344f45cb9126e82d23f900c591ba9104460812de818de6b056d7a4f03 #37 name: "[dev 14/22] COPY --from=tini /build/ /usr/local/bin/" #37 started: 2019-08-01 12:30:57.515506351 +0000 UTC ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements ? github.com/docker/docker/api/types/image [no test files] ? github.com/docker/docker/api/types/mount [no test files] #37 completed: 2019-08-01 12:30:58.320927809 +0000 UTC #37 duration: 805.421458ms #41 [dev 15/22] COPY --from=runc /build/ /usr/local/bin/ #41 digest: sha256:470c6915b6b93e44e2a9a1e2056aecceb32bfe071ccaae5d90ec09fef90db9b3 #41 name: "[dev 15/22] COPY --from=runc /build/ /usr/local/bin/" #41 started: 2019-08-01 12:30:58.323353792 +0000 UTC ? github.com/docker/docker/api/types/network [no test files] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] #41 completed: 2019-08-01 12:30:59.203984963 +0000 UTC #41 duration: 880.631171ms #45 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd ? github.com/docker/docker/api/types/registry [no test files] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements ? github.com/docker/docker/api/types/swarm [no test files] ? github.com/docker/docker/api/types/swarm/runtime [no test files] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements ? github.com/docker/docker/api/types/versions/v1p19 [no test files] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] ? github.com/docker/docker/api/types/volume [no test files] ? github.com/docker/docker/builder [no test files] #45 247.8 🇩 bin/containerd ? github.com/docker/docker/builder/builder-next [no test files] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] ? github.com/docker/docker/builder/builder-next/exporter [no test files] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] ? github.com/docker/docker/builder/builder-next/worker [no test files] ok github.com/docker/docker/builder/dockerfile 0.778s coverage: 45.1% of statements ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements ok github.com/docker/docker/builder/fscache 0.111s coverage: 69.2% of statements #45 266.1 🇩 bin/containerd-stress ok github.com/docker/docker/builder/remotecontext 0.287s coverage: 13.6% of statements #45 267.7 🇩 bin/containerd-shim ok github.com/docker/docker/builder/remotecontext/git 0.572s coverage: 85.1% of statements ? github.com/docker/docker/cli [no test files] ? github.com/docker/docker/cli/config [no test files] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements Removing intermediate container b9cf1becd615 ---> 68ef34839dbe Step 58/110 : FROM dev-base AS dockercli ---> 2a28285bdb9f Step 59/110 : ENV INSTALL_BINARY_NAME=dockercli ---> Running in 85330d898512 Removing intermediate container 85330d898512 ---> f67b19cb2770 Step 60/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 52c3b9e2e78e Step 61/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 68957a01c30b Step 62/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 0889927e8722 + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.FoOvmYANBA + GOPATH=/tmp/tmp.FoOvmYANBA + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=dockercli + shift Install docker/cli version 17.06.2-ce from stable + '[' '!' -f ./dockercli.installer ']' + . ./dockercli.installer ++ DOCKERCLI_CHANNEL=stable ++ DOCKERCLI_VERSION=17.06.2-ce + install_dockercli + echo 'Install docker/cli version 17.06.2-ce from stable' ++ uname -m + arch=ppc64le + '[' ppc64le '!=' x86_64 ']' + '[' ppc64le '!=' s390x ']' + '[' ppc64le '!=' armhf ']' + build_dockercli + git clone https://github.com/docker/docker-ce /tmp/tmp.FoOvmYANBA/tmp/docker-ce Cloning into '/tmp/tmp.FoOvmYANBA/tmp/docker-ce'... #45 273.4 🇩 bin/containerd-shim-runc-v1 #45 268.1 🇩 bin/containerd-stress #45 269.7 🇩 bin/containerd-shim #45 270.1 🇩 bin/containerd-stress ok github.com/docker/docker/client 0.163s coverage: 75.8% of statements #45 271.6 🇩 bin/containerd-shim #45 276.2 🇩 binaries #45 276.2 + mkdir -p /build #45 276.2 + cp bin/containerd /build/containerd #45 276.2 + cp bin/containerd-shim /build/containerd-shim #45 276.2 + cp bin/ctr /build/ctr #45 275.5 🇩 bin/containerd-shim-runc-v1 #45 completed: 2019-08-01 12:31:27.580925991 +0000 UTC #45 duration: 4m37.036169257s #46 [dev 16/22] COPY --from=containerd /build/ /usr/local/bin/ #46 digest: sha256:e7efa06f3f7514d34d9a93a798219273512c946e81c46a2f567bc5bdd9e77c9a #46 name: "[dev 16/22] COPY --from=containerd /build/ /usr/local/bin/" #46 started: 2019-08-01 12:31:28.40869747 +0000 UTC #46 completed: 2019-08-01 12:31:29.046537294 +0000 UTC #46 duration: 637.839824ms #49 [dev 17/22] COPY --from=proxy /build/ /usr/local/bin/ #49 digest: sha256:8f18d5597986ee6559c14156ddb70ad074430be05e94cb8b1ac5a791be2ba19b #49 name: "[dev 17/22] COPY --from=proxy /build/ /usr/local/bin/" #49 started: 2019-08-01 12:31:29.048862965 +0000 UTC #49 completed: 2019-08-01 12:31:29.519974706 +0000 UTC #49 duration: 471.111741ms #52 [dev 18/22] COPY --from=dockercli /build/ /usr/local/cli #52 digest: sha256:b19d25ae07f32cc6e882d9e1aa782ae58439e4a006752325d93effa6592a02b1 #52 name: "[dev 18/22] COPY --from=dockercli /build/ /usr/local/cli" #52 started: 2019-08-01 12:31:29.522220004 +0000 UTC #45 278.2 🇩 binaries #45 278.2 + mkdir -p /build #45 278.2 + cp bin/containerd /build/containerd #45 278.2 + cp bin/containerd-shim /build/containerd-shim #45 278.2 + cp bin/ctr /build/ctr #52 completed: 2019-08-01 12:31:30.030991132 +0000 UTC #52 duration: 508.771128ms #54 [dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/ #54 digest: sha256:dade989b11e1a27f0d62a3aa162febecc453379c93c56ae27a494e35c9429fa8 #54 name: "[dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/" #54 started: 2019-08-01 12:31:30.033272564 +0000 UTC #54 completed: 2019-08-01 12:31:30.582746213 +0000 UTC #54 duration: 549.473649ms #56 [dev 20/22] COPY --from=criu /build/ /usr/local/ #56 digest: sha256:f16858f8c18f35b45c90ee6d3beb26d57eb18e493a3e7079e27705708522d6cc #56 name: "[dev 20/22] COPY --from=criu /build/ /usr/local/" #56 started: 2019-08-01 12:31:30.584855274 +0000 UTC #56 completed: 2019-08-01 12:31:31.09885565 +0000 UTC #56 duration: 514.000376ms #60 [dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/ #60 digest: sha256:6a410adf1dda7437ac3268a8e768190922f2d9fe2f6c9e9b708b7c49a50e90dc #60 name: "[dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/" #60 started: 2019-08-01 12:31:31.100882161 +0000 UTC #60 completed: 2019-08-01 12:31:31.60647259 +0000 UTC #60 duration: 505.590429ms #62 [dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... #62 digest: sha256:594d2004cdfb6e73537a7bdbf8c60344cd0785c1055f9ae61d6622502931f584 #62 name: "[dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64" #62 started: 2019-08-01 12:31:31.608845296 +0000 UTC #45 completed: 2019-08-01 12:31:31.52756862 +0000 UTC #45 duration: 4m39.863526774s #62 completed: 2019-08-01 12:31:32.131260698 +0000 UTC #62 duration: 522.415402ms #63 [final 1/1] COPY . /go/src/github.com/docker/docker #63 digest: sha256:ad140e91f7cc8fb8b42b389b51b24d840225f0682e220955a7c625edf97efebe #63 name: "[final 1/1] COPY . /go/src/github.com/docker/docker" #63 started: 2019-08-01 12:31:32.133705502 +0000 UTC #46 [dev 16/22] COPY --from=containerd /build/ /usr/local/bin/ #46 digest: sha256:ce6c782f25ef5609eef4a91994092fd70c24faabd04a1f9fe11526bf5d1ba509 #46 name: "[dev 16/22] COPY --from=containerd /build/ /usr/local/bin/" #46 started: 2019-08-01 12:31:32.315296519 +0000 UTC #45 277.4 🇩 bin/containerd-shim-runc-v1 #46 completed: 2019-08-01 12:31:33.214006067 +0000 UTC #46 duration: 898.709548ms #49 [dev 17/22] COPY --from=proxy /build/ /usr/local/bin/ #49 digest: sha256:0accbe9bd8b497af44626b0be8e83fcf67ae4eac9b952308d09239a9b6fbb680 #49 name: "[dev 17/22] COPY --from=proxy /build/ /usr/local/bin/" #49 started: 2019-08-01 12:31:33.216527088 +0000 UTC #49 completed: 2019-08-01 12:31:33.801965308 +0000 UTC #49 duration: 585.43822ms #52 [dev 18/22] COPY --from=dockercli /build/ /usr/local/cli #52 digest: sha256:5528f2fd9d329bbb9cf3dd4925e6198e299e355c4ef23031e17ea91ae8f2c07e #52 name: "[dev 18/22] COPY --from=dockercli /build/ /usr/local/cli" #52 started: 2019-08-01 12:31:33.804250757 +0000 UTC #63 completed: 2019-08-01 12:31:33.880056353 +0000 UTC #63 duration: 1.746350851s #64 exporting to image #64 digest: sha256:189fdd3c53120beb35f394c38ddf14136de6a55ca4f729ddf141ddcd11620d05 #64 name: "exporting to image" #64 started: 2019-08-01 12:31:33.883172776 +0000 UTC #64 exporting layers #52 completed: 2019-08-01 12:31:34.418319718 +0000 UTC #52 duration: 614.068961ms #54 [dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/ #54 digest: sha256:6c97c65b3d0721393fe730fbfb9bd6d8f90f78563598c68a219921ea1a5e84d8 #54 name: "[dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/" #54 started: 2019-08-01 12:31:34.420687758 +0000 UTC #45 280.1 🇩 binaries #45 280.1 + mkdir -p /build #45 280.1 + cp bin/containerd /build/containerd #45 280.1 + cp bin/containerd-shim /build/containerd-shim #45 280.1 + cp bin/ctr /build/ctr #54 completed: 2019-08-01 12:31:34.974490721 +0000 UTC #54 duration: 553.802963ms #56 [dev 20/22] COPY --from=criu /build/ /usr/local/ #56 digest: sha256:c498e68d78686b85c2463c4f897e3a00a3a48a40a51dfff548f82c8b5310057d #56 name: "[dev 20/22] COPY --from=criu /build/ /usr/local/" #56 started: 2019-08-01 12:31:34.976718207 +0000 UTC #45 completed: 2019-08-01 12:31:35.12895592 +0000 UTC #45 duration: 4m40.797906981s #56 completed: 2019-08-01 12:31:35.454997331 +0000 UTC #56 duration: 478.279124ms #60 [dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/ #60 digest: sha256:85b54dae97860fba1afe9003b4e61b55cfe0fcb2943708dd87b8041db7a4d38c #60 name: "[dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/" #60 started: 2019-08-01 12:31:35.457505032 +0000 UTC #60 completed: 2019-08-01 12:31:36.082302392 +0000 UTC #60 duration: 624.79736ms #62 [dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... #62 digest: sha256:aadd07f14f6fbe9e0a941fbb94f03c327319872533c67a5067eb07c46947730d #62 name: "[dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64" #62 started: 2019-08-01 12:31:36.084566764 +0000 UTC #46 [dev 16/22] COPY --from=containerd /build/ /usr/local/bin/ #46 digest: sha256:e3445ec9ee8aeeb092f229222373ef80341cc801613567f273ef24b26eb8f801 #46 name: "[dev 16/22] COPY --from=containerd /build/ /usr/local/bin/" #46 started: 2019-08-01 12:31:36.015449917 +0000 UTC #62 completed: 2019-08-01 12:31:36.607158988 +0000 UTC #62 duration: 522.592224ms #63 [final 1/1] COPY . /go/src/github.com/docker/docker #63 digest: sha256:4a40d8822de0c949249dbd72c7a8b061209b2c05c26d9cf8390b07dcc2d805c4 #63 name: "[final 1/1] COPY . /go/src/github.com/docker/docker" #63 started: 2019-08-01 12:31:36.609342544 +0000 UTC #46 completed: 2019-08-01 12:31:36.841366995 +0000 UTC #46 duration: 825.917078ms #49 [dev 17/22] COPY --from=proxy /build/ /usr/local/bin/ #49 digest: sha256:366857e965aa1a67d204a947cec38c2b84639877efc573964cdedee7b607a251 #49 name: "[dev 17/22] COPY --from=proxy /build/ /usr/local/bin/" #49 started: 2019-08-01 12:31:36.843822894 +0000 UTC #49 completed: 2019-08-01 12:31:37.485373378 +0000 UTC #49 duration: 641.550484ms #52 [dev 18/22] COPY --from=dockercli /build/ /usr/local/cli #52 digest: sha256:060d310c0c6f66671a828ed31558db7c178d23ecb611f0d116fc035f07c37718 #52 name: "[dev 18/22] COPY --from=dockercli /build/ /usr/local/cli" #52 started: 2019-08-01 12:31:37.487182824 +0000 UTC #52 completed: 2019-08-01 12:31:38.189232109 +0000 UTC #52 duration: 702.049285ms #54 [dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/ #54 digest: sha256:fc78996c9cfc11d277923f0e6ce0c9f686ce79b0c251aaa6e901091cb33f2bea #54 name: "[dev 19/22] COPY --from=registry /build/registry* /usr/local/bin/" #54 started: 2019-08-01 12:31:38.191294554 +0000 UTC #63 completed: 2019-08-01 12:31:38.270774393 +0000 UTC #63 duration: 1.661431849s #64 exporting to image #64 digest: sha256:b63b9698a35f2c48bc79c9d5406a2631e19dfa270d6e1737c2302a99619b0cf6 #64 name: "exporting to image" #64 started: 2019-08-01 12:31:38.272793361 +0000 UTC #64 exporting layers #54 completed: 2019-08-01 12:31:38.917098626 +0000 UTC #54 duration: 725.804072ms #56 [dev 20/22] COPY --from=criu /build/ /usr/local/ #56 digest: sha256:7d5b002cdefa00192ebc4a64d31ce2a3f466b4de27e592a8922fadc7946e6f5e #56 name: "[dev 20/22] COPY --from=criu /build/ /usr/local/" #56 started: 2019-08-01 12:31:38.919152581 +0000 UTC #56 completed: 2019-08-01 12:31:39.576845021 +0000 UTC #56 duration: 657.69244ms #60 [dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/ #60 digest: sha256:a402c9128840853b1786e808728211ad8df1b63a2ad382f34cefaf68c345271e #60 name: "[dev 21/22] COPY --from=rootlesskit /build/ /usr/local/bin/" #60 started: 2019-08-01 12:31:39.578615809 +0000 UTC #60 completed: 2019-08-01 12:31:40.289240844 +0000 UTC #60 duration: 710.625035ms #62 [dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... #62 digest: sha256:a99f6bac538cbb4f76cf3944980a02bf7b23b52f0a06a24d932102cd1c2c3eb9 #62 name: "[dev 22/22] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64" #62 started: 2019-08-01 12:31:40.291438642 +0000 UTC #62 completed: 2019-08-01 12:31:40.973279978 +0000 UTC #62 duration: 681.841336ms #63 [final 1/1] COPY . /go/src/github.com/docker/docker #63 digest: sha256:cc55bb222effb2ef343c7d78e2db9dab5159bffbe9a50b1ce0adc33a44cc5ea6 #63 name: "[final 1/1] COPY . /go/src/github.com/docker/docker" #63 started: 2019-08-01 12:31:40.975845689 +0000 UTC #64 completed: 2019-08-01 12:31:40.905224509 +0000 UTC #64 duration: 7.022051733s #64 exporting layers 7.0s done #64 writing image sha256:63094c2a732d505bcd590f4e3657deee7f45a9fd00f32df6c256656b405f34fc done #64 naming to docker.io/library/dockerven:5f0231bca done + docker run --rm -t --privileged --name dockerven-pr3 -e DOCKER_GRAPHDRIVER=vfs -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/.git:/go/src/github.com/docker/docker/.git -e DOCKER_GITCOMMIT=5f0231bca -e TIMEOUT=120m dockerven:5f0231bca hack/validate/vendor No vendor changes in diff. #63 completed: 2019-08-01 12:31:42.774037852 +0000 UTC #63 duration: 1.798192163s #64 exporting to image #64 digest: sha256:9309a1256fed54767d8e23724deb082bb573fdb371ad68d4b0f83bbcbf5e33cc #64 name: "exporting to image" #64 started: 2019-08-01 12:31:42.776019048 +0000 UTC #64 exporting layers [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } #64 completed: 2019-08-01 12:31:45.149215254 +0000 UTC #64 duration: 6.876421893s #64 exporting layers 6.9s done #64 writing image sha256:4519af020d0d5ba4e246669db9510b78fe6cf2c93ea846b3bdd705cbd99e97fe done #64 naming to docker.io/library/docker:5f0231bca-exp done + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/bundles:/go/src/github.com/docker/docker/bundles -e DOCKER_EXPERIMENTAL=y --name docker-pr-exp3 -e DOCKER_GITCOMMIT=5f0231bca -e DOCKER_GRAPHDRIVER=overlay2 docker:5f0231bca-exp hack/ci/experimental Removing bundles/ ---> Making bundle: binary-daemon (in bundles/binary-daemon) Building: bundles/binary-daemon/dockerd-dev GOOS="" GOARCH="" GOARM="" #64 exporting layers 6.8s done #64 writing image sha256:1935ab55bb483002998d6f62f760af1f1f88a2a7bb0bc1a4178de6af0c6a902a #64 completed: 2019-08-01 12:31:49.639876384 +0000 UTC #64 duration: 6.863857336s #64 writing image sha256:1935ab55bb483002998d6f62f760af1f1f88a2a7bb0bc1a4178de6af0c6a902a done #64 naming to docker.io/library/docker:5f0231bca done + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_GITCOMMIT=5f0231bca -e DOCKER_GRAPHDRIVER=overlay2 -e GIT_SHA1=5f0231bca193320e1a3d785a3ade0e64241fe580 docker:5f0231bca hack/ci/janky + cd /tmp/tmp.FoOvmYANBA/tmp/docker-ce + git checkout -q v17.06.2-ce Terminated + mkdir -p /tmp/tmp.FoOvmYANBA/src/github.com/docker + mv components/cli /tmp/tmp.FoOvmYANBA/src/github.com/docker/cli + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker Congratulations! All commits are properly signed with the DCO! ok github.com/docker/docker/cmd/dockerd 0.032s coverage: 29.9% of statements ok github.com/docker/docker/container 0.113s coverage: 35.5% of statements ? github.com/docker/docker/container/stream [no test files] ? github.com/docker/docker/contrib/apparmor [no test files] ? github.com/docker/docker/contrib/docker-device-tool [no test files] ? github.com/docker/docker/contrib/httpserver [no test files] ok github.com/docker/docker/daemon 12.211s coverage: 17.5% of statements ok github.com/docker/docker/daemon/cluster 0.034s coverage: 0.5% of statements ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements ? github.com/docker/docker/daemon/cluster/executor [no test files] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements ? github.com/docker/docker/daemon/cluster/provider [no test files] ok github.com/docker/docker/daemon/config 0.044s coverage: 84.2% of statements ok github.com/docker/docker/daemon/discovery 0.007s coverage: 30.0% of statements ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements ? github.com/docker/docker/daemon/events/testutils [no test files] ? github.com/docker/docker/daemon/exec [no test files] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements + return Removing intermediate container 0889927e8722 ---> 798d362d9917 Step 63/110 : FROM runtime-dev AS runc ---> 935e284e0044 Step 64/110 : ENV INSTALL_BINARY_NAME=runc ---> Running in abcd603c02d9 Removing intermediate container abcd603c02d9 ---> 7138128d64b9 Step 65/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 9c575201c082 Step 66/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 1bef5e50f017 Step 67/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ---> Running in 154b5c201408 + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.bf9YMIIsM5 + GOPATH=/tmp/tmp.bf9YMIIsM5 + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=runc + shift + '[' '!' -f ./runc.installer ']' + . ./runc.installer ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f + install_runc + uname -r + grep -q '^3\.10\.0.*\.el7\.' Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) + RUNC_BUILDTAGS='seccomp apparmor selinux ' + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bf9YMIIsM5/src/github.com/opencontainers/runc Cloning into '/tmp/tmp.bf9YMIIsM5/src/github.com/opencontainers/runc'... + cd /tmp/tmp.bf9YMIIsM5/src/github.com/opencontainers/runc + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f + '[' -z '' ']' + target=static + make 'BUILDTAGS=seccomp apparmor selinux ' static CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . ok github.com/docker/docker/daemon/graphdriver/aufs 9.800s coverage: 72.5% of statements ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements Created binary: bundles/binary-daemon/dockerd-dev Copying nested executables into bundles/binary-daemon ---> Making bundle: test-integration (in bundles/test-integration) Building test suite binary ./integration-cli/test.main ok github.com/docker/docker/daemon/graphdriver/copy 0.312s coverage: 57.8% of statements Congratulations! "./pkg/..." is safely isolated from internal code. No api/types/ or api/swagger.yaml changes in diff. Congratulations! No testing.T found. Congratulations! All toml source files changed here have valid syntax. Congratulations! Changelog CHANGELOG.md is well-formed. Congratulations! Changelog CHANGELOG.md dates are in descending order. Congratulations! No new tests added to integration-cli. ? github.com/docker/docker/api [no test files] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.487s coverage: 46.1% of statements ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] ok github.com/docker/docker/daemon/graphdriver/overlay 1.807s coverage: 50.8% of statements ok github.com/docker/docker/api/server 0.003s coverage: 7.9% of statements CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty + mkdir -p /build + cp runc /build/runc Removing intermediate container 154b5c201408 ---> 2d26cacfd95c Step 68/110 : FROM dev-base AS tini ---> 2a28285bdb9f Step 69/110 : RUN apt-get update && apt-get install -y cmake vim-common ---> Running in cdff8b515a96 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.048s coverage: 56.8% of statements ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] ok github.com/docker/docker/daemon/graphdriver/quota 0.576s coverage: 75.2% of statements ? github.com/docker/docker/daemon/graphdriver/register [no test files] Fetched 7714 kB in 2s (2752 kB/s) Reading package lists... Reading package lists...ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements Building dependency tree... Reading state information... The following additional packages will be installed: cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 sgml-base vim vim-runtime xml-core xxd Suggested packages: codeblocks eclipse ninja-build lrzip gpm sgml-base-doc ctags vim-doc vim-scripts debhelper The following NEW packages will be installed: cmake cmake-data libarchive13 libgpm2 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 sgml-base vim vim-common vim-runtime xml-core xxd 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded. Need to get 19.7 MB of archives. After this operation, 91.8 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u2 [7667 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el sgml-base all 1.29 [14.8 kB] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] Get:11 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] Get:13 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] Get:14 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xml-core all 0.17 [23.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 19.7 MB in 0s (21.7 MB/s) Selecting previously unselected package cmake-data. (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 ... 14949 files and directories currently installed.) Preparing to unpack .../00-cmake-data_3.7.2-1_all.deb ... Unpacking cmake-data (3.7.2-1) ... Selecting previously unselected package liblzo2-2:ppc64el. Preparing to unpack .../01-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... Selecting previously unselected package libicu57:ppc64el. Preparing to unpack .../02-libicu57_57.1-6+deb9u2_ppc64el.deb ... Unpacking libicu57:ppc64el (57.1-6+deb9u2) ... Selecting previously unselected package libxml2:ppc64el. Preparing to unpack .../03-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... Selecting previously unselected package libarchive13:ppc64el. Preparing to unpack .../04-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... Selecting previously unselected package libjsoncpp1:ppc64el. Preparing to unpack .../05-libjsoncpp1_1.7.4-3_ppc64el.deb ... Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... Selecting previously unselected package libuv1:ppc64el. Preparing to unpack .../06-libuv1_1.9.1-3_ppc64el.deb ... Unpacking libuv1:ppc64el (1.9.1-3) ... Selecting previously unselected package cmake. Preparing to unpack .../07-cmake_3.7.2-1_ppc64el.deb ... Unpacking cmake (3.7.2-1) ... ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements ? github.com/docker/docker/daemon/initlayer [no test files] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements Selecting previously unselected package sgml-base. Preparing to unpack .../08-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package xxd. Preparing to unpack .../09-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... Unpacking xxd (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package vim-common. Preparing to unpack .../10-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... Unpacking vim-common (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package libgpm2:ppc64el. Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../12-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... ? github.com/docker/docker/daemon/listeners [no test files] Selecting previously unselected package vim. Preparing to unpack .../13-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... Unpacking vim (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package xml-core. Preparing to unpack .../14-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Processing triggers for mime-support (3.60) ... Setting up xxd (2:8.0.0197-4+deb9u3) ... Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... Setting up libuv1:ppc64el (1.9.1-3) ... Setting up cmake-data (3.7.2-1) ... Setting up sgml-base (1.29) ... Setting up libicu57:ppc64el (57.1-6+deb9u2) ... Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up vim-common (2:8.0.0197-4+deb9u3) ... Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... Setting up xml-core (0.17) ... Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... Setting up libjsoncpp1:ppc64el (1.7.4-3) ... Setting up vim (2:8.0.0197-4+deb9u3) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... Setting up cmake (3.7.2-1) ... Processing triggers for sgml-base (1.29) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... ok github.com/docker/docker/daemon/logger 0.214s coverage: 42.7% of statements ok github.com/docker/docker/daemon/logger/awslogs 0.091s coverage: 78.2% of statements ? github.com/docker/docker/daemon/logger/fluentd [no test files] Removing intermediate container cdff8b515a96 ---> 69f0edd90514 Step 70/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 217c6df175ab Step 71/110 : ENV INSTALL_BINARY_NAME=tini ---> Running in 3e36cf905935 Removing intermediate container 3e36cf905935 ---> 411f4ff11c39 Step 72/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 45bae5068165 Step 73/110 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME ? github.com/docker/docker/daemon/logger/gcplogs [no test files] ---> Running in e4f0ded04c40 + RM_GOPATH=0 + TMP_GOPATH= + : /build + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.LOZV20SYWb + GOPATH=/tmp/tmp.LOZV20SYWb + RM_GOPATH=1 ++ dirname ./install.sh Install tini version fec3683b971d9c3ef73f284f176672c44b448662 + dir=. + bin=tini + shift + '[' '!' -f ./tini.installer ']' + . ./tini.installer ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /tmp/tmp.LOZV20SYWb/tini Cloning into '/tmp/tmp.LOZV20SYWb/tini'... + cd /tmp/tmp.LOZV20SYWb/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 68.2% of statements -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /tmp/tmp.LOZV20SYWb/tini + make tini-static Scanning dependencies of target tini-static [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static [100%] Built target tini-static + mkdir -p /build + cp tini-static /build/docker-init ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 26.2% of statements Removing intermediate container e4f0ded04c40 ---> fec6026eb475 Step 74/110 : FROM dev-base AS rootlesskit ---> 2a28285bdb9f Step 75/110 : ENV INSTALL_BINARY_NAME=rootlesskit ---> Running in 87619c5f39fe Removing intermediate container 87619c5f39fe ---> b8fb10ddda64 Step 76/110 : COPY hack/dockerfile/install/install.sh ./install.sh ---> 562fe0b1acc3 Step 77/110 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ ---> 5faab78e01f2 Step 78/110 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME ---> Running in 346db41a31f3 + RM_GOPATH=0 + TMP_GOPATH= + : /build/ + '[' -z '' ']' ++ mktemp -d + export GOPATH=/tmp/tmp.JkiyE4NAgQ + GOPATH=/tmp/tmp.JkiyE4NAgQ + RM_GOPATH=1 ++ dirname ./install.sh + dir=. + bin=rootlesskit + shift + '[' '!' -f ./rootlesskit.installer ']' + . ./rootlesskit.installer ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f + install_rootlesskit + case "$1" in + export CGO_ENABLED=0 + CGO_ENABLED=0 + _install_rootlesskit + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.JkiyE4NAgQ/src/github.com/rootless-containers/rootlesskit Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f Cloning into '/tmp/tmp.JkiyE4NAgQ/src/github.com/rootless-containers/rootlesskit'... ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements + cd /tmp/tmp.JkiyE4NAgQ/src/github.com/rootless-containers/rootlesskit + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements + for f in rootlesskit rootlesskit-docker-proxy + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit ok github.com/docker/docker/daemon/logger/local 0.022s coverage: 74.7% of statements ? github.com/docker/docker/daemon/logger/logentries [no test files] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 18.6% of statements ok github.com/docker/docker/daemon/logger/splunk 1.603s coverage: 84.5% of statements ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements ? github.com/docker/docker/daemon/names [no test files] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements ? github.com/docker/docker/daemon/stats [no test files] + for f in rootlesskit rootlesskit-docker-proxy + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy ok github.com/docker/docker/distribution 0.261s coverage: 22.6% of statements ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements ? github.com/docker/docker/distribution/utils [no test files] Removing intermediate container 346db41a31f3 ---> 325cebc8eb92 Step 79/110 : COPY ./contrib/dockerd-rootless.sh /build ---> edfe1b47da46 Step 80/110 : FROM runtime-dev AS dev ---> 935e284e0044 Step 81/110 : RUN groupadd -r docker ---> Running in be8b6fb24ed7 Removing intermediate container be8b6fb24ed7 ---> 20bc0fec4871 Step 82/110 : RUN useradd --create-home --gid docker unprivilegeduser ---> Running in 31d884a76ea4 Removing intermediate container 31d884a76ea4 ---> 839d700fc695 Step 83/110 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc ---> Running in 6a07d40e0a16 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' Removing intermediate container 6a07d40e0a16 ---> e0834613e144 Step 84/110 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc ---> Running in 60f9d9d65c03 ok github.com/docker/docker/distribution/xfer 1.437s coverage: 83.9% of statements ? github.com/docker/docker/dockerversion [no test files] Removing intermediate container 60f9d9d65c03 ---> 415d7a56b5e6 Step 85/110 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker ---> Running in 605cc2711df4 ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements Removing intermediate container 605cc2711df4 ---> 4bc53d54ce79 Step 86/110 : RUN ldconfig ---> Running in 89723d4a4d57 Removing intermediate container 89723d4a4d57 ---> a93f4bd24bf0 Step 87/110 : RUN apt-get update && apt-get install -y apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 --no-install-recommends ---> Running in 7178e1cc1550 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease Hit:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease Hit:4 http://cdn-fastly.deb.debian.org/debian stretch Release ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements Reading package lists...ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements Reading package lists...? github.com/docker/docker/image/tarexport [no test files] Building dependency tree... Reading state information... The following additional packages will be installed: binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd Suggested packages: apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota Recommended packages: aufs-dkms libpam-cap build-essential python3-dev python3-wheel unzip ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements ? github.com/docker/docker/internal/test [no test files] The following NEW packages will be installed: apparmor aufs-tools bash-completion binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal python3-pip python3-pkg-resources python3-setuptools python3.5 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime xfsprogs xxd xz-utils zip 0 upgraded, 68 newly installed, 0 to remove and 4 not upgraded. Need to get 87.3 MB of archives. After this operation, 585 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u11 [92.4 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u11 [1717 kB] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] Get:55 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] ? github.com/docker/docker/internal/test/daemon [no test files] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] ? github.com/docker/docker/internal/test/environment [no test files] debconf: delaying package configuration, since apt-utils is not installed Fetched 87.3 MB in 2s (43.0 MB/s) Selecting previously unselected package bash-completion. (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 ... 15019 files and directories currently installed.) Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... ? github.com/docker/docker/internal/test/fakecontext [no test files] ? github.com/docker/docker/internal/test/fakegit [no test files] Unpacking bash-completion (1:2.1-4.3) ... Selecting previously unselected package libnet1:ppc64el. Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... Selecting previously unselected package libnfnetlink0:ppc64el. Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... Selecting previously unselected package libpcrecpp0v5:ppc64el. Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... Selecting previously unselected package libudev-dev:ppc64el. Preparing to unpack .../04-libudev-dev_232-25+deb9u11_ppc64el.deb ... Unpacking libudev-dev:ppc64el (232-25+deb9u11) ... Selecting previously unselected package libpython3.5-minimal:ppc64el. Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... ? github.com/docker/docker/internal/test/fakestorage [no test files] Selecting previously unselected package python3.5-minimal. Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... Selecting previously unselected package python3-minimal. Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... Unpacking python3-minimal (3.5.3-1) ... ? github.com/docker/docker/internal/test/fixtures/load [no test files] Selecting previously unselected package libmpdec2:ppc64el. Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... Unpacking libmpdec2:ppc64el (2.4.2-1) ... Selecting previously unselected package libpython3.5-stdlib:ppc64el. Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] Selecting previously unselected package python3.5. Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... Unpacking python3.5 (3.5.3-1+deb9u1) ... Selecting previously unselected package libpython3-stdlib:ppc64el. Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... Selecting previously unselected package dh-python. Preparing to unpack .../12-dh-python_2.20170125_all.deb ... Unpacking dh-python (2.20170125) ... Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... Setting up python3.5-minimal (3.5.3-1+deb9u1) ... ? github.com/docker/docker/internal/test/registry [no test files] Setting up python3-minimal (3.5.3-1) ... ? github.com/docker/docker/internal/test/request [no test files] Selecting previously unselected package python3. (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 ... 16605 files and directories currently installed.) Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... Unpacking python3 (3.5.3-1) ... Selecting previously unselected package pigz. Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... Unpacking pigz (2.3.4-1) ... Selecting previously unselected package libip4tc0:ppc64el. Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... ok github.com/docker/docker/internal/testutil 0.002s coverage: 62.5% of statements Selecting previously unselected package libip6tc0:ppc64el. Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libiptc0:ppc64el. Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libxtables12:ppc64el. Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... Selecting previously unselected package libnetfilter-conntrack3:ppc64el. Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... Selecting previously unselected package iptables. Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... Unpacking iptables (1.6.0+snapshot20161117-6) ... Selecting previously unselected package xxd. Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... Unpacking xxd (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package vim-common. Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... Unpacking vim-common (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package bzip2. Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package libgpm2:ppc64el. Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... Unpacking xz-utils (5.2.2-1.2+b1) ... Selecting previously unselected package aufs-tools. Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... Unpacking aufs-tools (1:4.1+20161219-1) ... Selecting previously unselected package liblzo2-2:ppc64el. Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... Selecting previously unselected package btrfs-progs. Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... Unpacking btrfs-progs (4.7.3-1) ... Selecting previously unselected package btrfs-tools. Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... Unpacking btrfs-tools (4.7.3-1) ... Selecting previously unselected package libdevmapper1.02.1:ppc64el. Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... Selecting previously unselected package dmsetup. Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... Unpacking dmsetup (2:1.02.137-2) ... Selecting previously unselected package libonig4:ppc64el. Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... Unpacking libonig4:ppc64el (6.1.3-2) ... Selecting previously unselected package libjq1:ppc64el. Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... Selecting previously unselected package jq. Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... Unpacking jq (1.5+dfsg-1.3) ... Selecting previously unselected package libaio1:ppc64el. Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... Unpacking libaio1:ppc64el (0.3.110-3) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... Unpacking libcap2-bin (1:2.25-1) ... Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... Selecting previously unselected package libsepol1-dev:ppc64el. Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... Unpacking libsepol1-dev:ppc64el (2.6-2) ... Selecting previously unselected package libpcre16-3:ppc64el. Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... Unpacking libpcre16-3:ppc64el (2:8.39-3) ... Selecting previously unselected package libpcre32-3:ppc64el. Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... Unpacking libpcre32-3:ppc64el (2:8.39-3) ... Selecting previously unselected package libpcre3-dev:ppc64el. Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... Selecting previously unselected package libselinux1-dev:ppc64el. Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... Selecting previously unselected package libdevmapper-dev:ppc64el. Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... Selecting previously unselected package libnl-3-200:ppc64el. Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... Unpacking libnl-3-200:ppc64el (3.2.27-2) ... Selecting previously unselected package libprotobuf-c1:ppc64el. Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... Selecting previously unselected package libreadline5:ppc64el. Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... Selecting previously unselected package libsystemd-dev:ppc64el. Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_ppc64el.deb ... Unpacking libsystemd-dev:ppc64el (232-25+deb9u11) ... Selecting previously unselected package net-tools. Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... Unpacking net-tools (1.60+git20161116.90da8a0-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... Unpacking python-pip-whl (9.0.1-2+deb9u1) ... Selecting previously unselected package python3-pip. Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... Unpacking python3-pip (9.0.1-2+deb9u1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... Unpacking python3-pkg-resources (33.1.1-1) ... Selecting previously unselected package python3-setuptools. Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... Unpacking python3-setuptools (33.1.1-1) ... Selecting previously unselected package thin-provisioning-tools. Preparing to unpack .../40-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... Unpacking thin-provisioning-tools (0.6.1-4+b1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../41-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package vim. Preparing to unpack .../42-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... Unpacking vim (2:8.0.0197-4+deb9u3) ... Selecting previously unselected package xfsprogs. Preparing to unpack .../43-xfsprogs_4.9.0+nmu1_ppc64el.deb ... Unpacking xfsprogs (4.9.0+nmu1) ... Selecting previously unselected package zip. Preparing to unpack .../44-zip_3.0-11+b1_ppc64el.deb ... Unpacking zip (3.0-11+b1) ... Selecting previously unselected package libapparmor-perl. Preparing to unpack .../45-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... Selecting previously unselected package apparmor. Preparing to unpack .../46-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... Unpacking apparmor (2.11.0-3+deb9u2) ... Selecting previously unselected package binutils-mingw-w64-i686. Preparing to unpack .../47-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... Selecting previously unselected package binutils-mingw-w64-x86-64. Preparing to unpack .../48-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... Selecting previously unselected package binutils-mingw-w64. Preparing to unpack .../49-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... Selecting previously unselected package mingw-w64-common. Preparing to unpack .../50-mingw-w64-common_5.0.1-1_all.deb ... Unpacking mingw-w64-common (5.0.1-1) ... Selecting previously unselected package mingw-w64-x86-64-dev. Preparing to unpack .../51-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... Selecting previously unselected package gcc-mingw-w64-base. Preparing to unpack .../52-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... Selecting previously unselected package gcc-mingw-w64-x86-64. Preparing to unpack .../53-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... ? github.com/docker/docker/api/server/backend/build [no test files] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements ? github.com/docker/docker/api/server/router [no test files] ? github.com/docker/docker/api/server/router/build [no test files] ? github.com/docker/docker/api/server/router/checkpoint [no test files] Selecting previously unselected package g++-mingw-w64-x86-64. Preparing to unpack .../54-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... ? github.com/docker/docker/api/server/router/container [no test files] ok github.com/docker/docker/layer 7.901s coverage: 66.9% of statements ? github.com/docker/docker/libcontainerd [no test files] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements ? github.com/docker/docker/libcontainerd/remote [no test files] ? github.com/docker/docker/api/server/router/debug [no test files] ? github.com/docker/docker/libcontainerd/supervisor [no test files] ? github.com/docker/docker/api/server/router/distribution [no test files] ? github.com/docker/docker/api/server/router/grpc [no test files] ? github.com/docker/docker/api/server/router/image [no test files] ? github.com/docker/docker/libcontainerd/types [no test files] ? github.com/docker/docker/oci [no test files] ? github.com/docker/docker/api/server/router/network [no test files] ? github.com/docker/docker/oci/caps [no test files] ? github.com/docker/docker/api/server/router/plugin [no test files] ? github.com/docker/docker/api/server/router/session [no test files] ok github.com/docker/docker/opts 0.018s coverage: 67.3% of statements ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements Setting up aufs-tools (1:4.1+20161219-1) ... Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... Setting up libsepol1-dev:ppc64el (2.6-2) ... Setting up python-pip-whl (9.0.1-2+deb9u1) ... Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... Processing triggers for mime-support (3.60) ... Setting up xxd (2:8.0.0197-4+deb9u3) ... Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... Setting up libcap2-bin (1:2.25-1) ... Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... Setting up bash-completion (1:2.1-4.3) ... ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.0% of statements Setting up libonig4:ppc64el (6.1.3-2) ... Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... Setting up zip (3.0-11+b1) ... Setting up bzip2 (1.0.6-8.1) ... Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libaio1:ppc64el (0.3.110-3) ... Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... Setting up xz-utils (5.2.2-1.2+b1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up thin-provisioning-tools (0.6.1-4+b1) ... Setting up vim-common (2:8.0.0197-4+deb9u3) ... Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... Setting up libpcre32-3:ppc64el (2:8.39-3) ... Setting up libnfnetlink0:ppc64el (1.0.1-3) ... Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... Setting up libsystemd-dev:ppc64el (232-25+deb9u11) ... Setting up libpcre16-3:ppc64el (2:8.39-3) ... Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... Setting up libnl-3-200:ppc64el (3.2.27-2) ... Setting up net-tools (1.60+git20161116.90da8a0-1) ... Setting up libudev-dev:ppc64el (232-25+deb9u11) ... Setting up pigz (2.3.4-1) ... Setting up libapparmor-perl (2.11.0-3+deb9u2) ... Setting up libmpdec2:ppc64el (2.4.2-1) ... Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... Setting up mingw-w64-common (5.0.1-1) ... Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... Setting up jq (1.5+dfsg-1.3) ... Setting up libpcre3-dev:ppc64el (2:8.39-3) ... Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... Setting up xfsprogs (4.9.0+nmu1) ... Setting up vim (2:8.0.0197-4+deb9u3) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... Setting up mingw-w64-x86-64-dev (5.0.1-1) ... Setting up iptables (1.6.0+snapshot20161117-6) ... Setting up btrfs-progs (4.7.3-1) ... Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... Setting up python3.5 (3.5.3-1+deb9u1) ... ? github.com/docker/docker/api/server/router/system [no test files] ? github.com/docker/docker/api/server/router/volume [no test files] ? github.com/docker/docker/api/types [no test files] ? github.com/docker/docker/api/types/backend [no test files] ? github.com/docker/docker/api/types/blkiodev [no test files] ? github.com/docker/docker/api/types/container [no test files] ? github.com/docker/docker/api/types/events [no test files] ok github.com/docker/docker/pkg/archive 0.625s coverage: 76.7% of statements ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements ? github.com/docker/docker/api/types/image [no test files] ? github.com/docker/docker/api/types/mount [no test files] ? github.com/docker/docker/api/types/network [no test files] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 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 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist 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 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist Setting up btrfs-tools (4.7.3-1) ... Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... 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 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 Setting up python3 (3.5.3-1) ... running python rtupdate hooks for python3.5... ? github.com/docker/docker/api/types/registry [no test files] running python post-rtupdate hooks for python3.5... Setting up apparmor (2.11.0-3+deb9u2) ... ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements ok github.com/docker/docker/pkg/authorization 0.262s coverage: 66.7% of statements debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline ? github.com/docker/docker/api/types/swarm [no test files] ? github.com/docker/docker/api/types/swarm/runtime [no test files] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... Setting up python3-pkg-resources (33.1.1-1) ... ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... Setting up python3-pip (9.0.1-2+deb9u1) ... ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements ? github.com/docker/docker/api/types/versions/v1p19 [no test files] Setting up dmsetup (2:1.02.137-2) ... Setting up python3-setuptools (33.1.1-1) ... ? github.com/docker/docker/api/types/versions/v1p20 [no test files] ? github.com/docker/docker/api/types/volume [no test files] ? github.com/docker/docker/builder [no test files] Setting up dh-python (2.20170125) ... Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... ? github.com/docker/docker/builder/builder-next [no test files] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] ? github.com/docker/docker/builder/builder-next/exporter [no test files] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] ok github.com/docker/docker/pkg/chrootarchive 3.438s coverage: 43.2% of statements ? github.com/docker/docker/pkg/containerfs [no test files] ? github.com/docker/docker/builder/builder-next/worker [no test files] ? github.com/docker/docker/pkg/devicemapper [no test files] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements ok github.com/docker/docker/builder/dockerfile 0.471s coverage: 45.1% of statements ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements Removing intermediate container 7178e1cc1550 ---> d860067aa90e Step 88/110 : RUN pip3 install yamllint==1.16.0 ---> Running in 3a2c57ce553e ok github.com/docker/docker/builder/fscache 0.110s coverage: 69.5% of statements ok github.com/docker/docker/pkg/discovery/kv 3.131s coverage: 84.1% of statements ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements Collecting yamllint==1.16.0 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) ok github.com/docker/docker/builder/remotecontext 0.175s coverage: 13.6% of statements Collecting pathspec>=0.5.3 (from yamllint==1.16.0) Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz Collecting pyyaml (from yamllint==1.16.0) ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) ok github.com/docker/docker/builder/remotecontext/git 0.572s coverage: 85.1% of statements ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements ? github.com/docker/docker/cli [no test files] Building wheels for collected packages: pathspec, pyyaml Running setup.py bdist_wheel for pathspec: started ? github.com/docker/docker/cli/config [no test files] Running setup.py bdist_wheel for pathspec: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3h4xsk8_/pathspec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmppayhoex1pip-wheel- --python-tag cp35: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ----------------------------------------  Failed building wheel for pathspec  Running setup.py clean for pathspec ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements Running setup.py bdist_wheel for pyyaml: started ok github.com/docker/docker/pkg/fsutils 0.373s coverage: 85.1% of statements Running setup.py bdist_wheel for pyyaml: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3h4xsk8_/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp_8qet0z7pip-wheel- --python-tag cp35: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ----------------------------------------  Failed building wheel for pyyaml  Running setup.py clean for pyyaml ok github.com/docker/docker/pkg/homedir 0.003s coverage: 10.2% of statements Failed to build pathspec pyyaml Installing collected packages: pathspec, pyyaml, yamllint Running setup.py install for pathspec: started Running setup.py install for pathspec: finished with status 'done' Running setup.py install for pyyaml: started ok github.com/docker/docker/pkg/idtools 0.394s coverage: 70.1% of statements Running setup.py install for pyyaml: finished with status 'done' Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 ok github.com/docker/docker/pkg/ioutils 0.338s coverage: 70.1% of statements Removing intermediate container 3a2c57ce553e ---> 48389ca47178 Step 89/110 : COPY --from=swagger /build/swagger* /usr/local/bin/ ok github.com/docker/docker/client 0.080s coverage: 75.8% of statements ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements ---> 197344411d6b Step 90/110 : COPY --from=frozen-images /build/ /docker-frozen-images ok github.com/docker/docker/pkg/locker 0.012s coverage: 88.9% of statements ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements ? github.com/docker/docker/pkg/loopback [no test files] ok github.com/docker/docker/pkg/mount 1.055s coverage: 69.6% of statements Building test suite binary ./integration/network/test.main Building test suite binary ./integration/network/ipvlan/test.main Building test suite binary ./integration/network/macvlan/test.main Building test suite binary ./integration/service/test.main Building test suite binary ./integration/container/test.main ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements ---> f5efeef64ed8 Step 91/110 : COPY --from=gometalinter /build/ /usr/local/bin/ ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements ? github.com/docker/docker/pkg/platform [no test files] Building test suite binary ./integration/build/test.main ? github.com/docker/docker/pkg/plugingetter [no test files] ---> 7dbec567ed4f Step 92/110 : COPY --from=tomlv /build/ /usr/local/bin/ ---> fcb05d44bb9b Step 93/110 : COPY --from=vndr /build/ /usr/local/bin/ ---> bca9a267b066 Step 94/110 : COPY --from=tini /build/ /usr/local/bin/ ---> 15dc761fb54a Step 95/110 : COPY --from=runc /build/ /usr/local/bin/ ---> 4f3de98c29a2 Step 96/110 : COPY --from=containerd /build/ /usr/local/bin/ Building test suite binary ./integration/volume/test.main ---> 2bb463d8c2b8 Step 97/110 : COPY --from=proxy /build/ /usr/local/bin/ ---> 32c465bf4130 Step 98/110 : COPY --from=dockercli /build/ /usr/local/cli Building test suite binary ./integration/secret/test.main ---> 255aa82193bf Step 99/110 : COPY --from=registry /build/registry* /usr/local/bin/ ---> 35ed8151ad27 Step 100/110 : COPY --from=criu /build/ /usr/local/ ---> 3872506c3225 Step 101/110 : COPY --from=rootlesskit /build/ /usr/local/bin/ ---> 1a635e65badc Step 102/110 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 Building test suite binary ./integration/plugin/test.main sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit bad55c542dc9: Pulling fs layer Building test suite binary ./integration/plugin/authz/test.main bad55c542dc9: Verifying Checksum bad55c542dc9: Download complete bad55c542dc9: Pull complete Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e ---> 1b5b3cb17f94 Step 103/110 : ENV PATH=/usr/local/cli:$PATH ---> Running in c8a7ca0aa239 Removing intermediate container c8a7ca0aa239 ---> ad7e6adaed9e Step 104/110 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux ---> Running in 9afc0a43b48a Removing intermediate container 9afc0a43b48a ---> a70c933cde8f Step 105/110 : ENV GOMETALINTER_OPTS="--deadline=2m" ---> Running in e6b9c944a831 Removing intermediate container e6b9c944a831 ---> 46c817472cde Step 106/110 : WORKDIR /go/src/github.com/docker/docker ---> Running in df1c3dcf68d1 Removing intermediate container df1c3dcf68d1 ---> dc2c6bd0c66d Step 107/110 : VOLUME /var/lib/docker ---> Running in 2ff5a19c13bf Removing intermediate container 2ff5a19c13bf ---> 9db51693ad81 Step 108/110 : ENTRYPOINT ["hack/dind"] ---> Running in 53f7bbbe8aff Removing intermediate container 53f7bbbe8aff ---> cfd710a5f1d2 Step 109/110 : FROM dev AS final ---> cfd710a5f1d2 Step 110/110 : COPY . /go/src/github.com/docker/docker Building test suite binary ./integration/plugin/common/test.main Building test suite binary ./integration/plugin/logging/test.main Building test suite binary ./integration/plugin/logging/cmd/test.main Building test suite binary ./integration/plugin/logging/cmd/dummy/test.main Building test suite binary ./integration/plugin/logging/cmd/close_on_start/test.main Building test suite binary ./integration/plugin/volumes/test.main ---> cfd85fa5a381 Successfully built cfd85fa5a381 Successfully tagged docker-powerpc:5f0231b + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr-power3 -e DOCKER_GRAPHDRIVER=vfs -e DOCKER_GITCOMMIT=5f0231b -e TIMEOUT=180m docker-powerpc:5f0231b hack/ci/powerpc Building test suite binary ./integration/plugin/volumes/cmd/test.main Building test suite binary ./integration/plugin/volumes/cmd/dummy/test.main Building test suite binary ./integration/plugin/graphdriver/test.main ? github.com/docker/docker/api [no test files] Building test suite binary ./integration/image/test.main Building test suite binary ./integration/config/test.main Building test suite binary ./integration/session/test.main Building test suite binary ./integration/system/test.main ---> Making bundle: .integration-daemon-start (in bundles/test-integration) Using test binary docker # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin Warning failed to create cache: (null) . INFO: Waiting for daemon to start... Starting dockerd . ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) Error: No such image: emptyfs Running integration-test (iteration 1) Running /go/src/github.com/docker/docker/integration/network ok github.com/docker/docker/cmd/dockerd 0.036s coverage: 29.9% of statements ok github.com/docker/docker/container 0.112s coverage: 35.5% of statements ? github.com/docker/docker/container/stream [no test files] ? github.com/docker/docker/contrib/apparmor [no test files] ? github.com/docker/docker/contrib/docker-device-tool [no test files] ? github.com/docker/docker/contrib/httpserver [no test files] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 73.9% of statements ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements Loaded image: buildpack-deps:jessie Loaded image: busybox:latest Loaded image: busybox:glibc Loaded image: debian:jessie Loaded image: hello-world:latest INFO: Testing against a local daemon === RUN TestNetworkCreateDelete --- PASS: TestNetworkCreateDelete (0.09s) === RUN TestDockerNetworkDeletePreferID --- PASS: TestDockerNetworkDeletePreferID (0.28s) === RUN TestInspectNetwork ok github.com/docker/docker/pkg/signal 2.880s coverage: 61.0% of statements ? github.com/docker/docker/pkg/signal/testfiles [no test files] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements ok github.com/docker/docker/pkg/symlink 0.010s coverage: 87.7% of statements ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements ok github.com/docker/docker/pkg/system 0.043s coverage: 37.5% of statements ok github.com/docker/docker/pkg/tailfile 0.033s coverage: 88.6% of statements ok github.com/docker/docker/pkg/tarsum 0.032s coverage: 89.3% of statements ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements === RUN TestInspectNetwork/full_network_id === RUN TestInspectNetwork/partial_network_id === RUN TestInspectNetwork/network_name === RUN TestInspectNetwork/network_name_and_swarm_scope ok github.com/docker/docker/pkg/term/windows 0.002s coverage: 0.0% of statements [no tests to run] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements --- PASS: TestInspectNetwork (11.15s) inspect_test.go:18: Creating a new daemon daemon.go:336: [de48cd8e7b9b9] waiting for daemon to start daemon.go:336: [de48cd8e7b9b9] waiting for daemon to start daemon.go:336: [de48cd8e7b9b9] waiting for daemon to start daemon.go:364: [de48cd8e7b9b9] daemon started --- PASS: TestInspectNetwork/full_network_id (0.00s) --- PASS: TestInspectNetwork/partial_network_id (0.00s) --- PASS: TestInspectNetwork/network_name (0.00s) --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) daemon.go:472: [de48cd8e7b9b9] Stopping daemon daemon.go:307: [de48cd8e7b9b9] exiting daemon daemon.go:459: [de48cd8e7b9b9] Daemon stopped === RUN TestRunContainerWithBridgeNone ok github.com/docker/docker/plugin 0.552s coverage: 27.0% of statements ? github.com/docker/docker/plugin/executor/containerd [no test files] --- PASS: TestRunContainerWithBridgeNone (2.07s) network_test.go:25: Creating a new daemon daemon.go:336: [d6294bd6787ee] waiting for daemon to start daemon.go:336: [d6294bd6787ee] waiting for daemon to start daemon.go:364: [d6294bd6787ee] daemon started daemon.go:472: [d6294bd6787ee] Stopping daemon daemon.go:307: [d6294bd6787ee] exiting daemon daemon.go:459: [d6294bd6787ee] Daemon stopped === RUN TestNetworkInvalidJSON === RUN TestNetworkInvalidJSON//networks/create === PAUSE TestNetworkInvalidJSON//networks/create === RUN TestNetworkInvalidJSON//networks/bridge/connect === PAUSE TestNetworkInvalidJSON//networks/bridge/connect === RUN TestNetworkInvalidJSON//networks/bridge/disconnect === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/create === CONT TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/bridge/connect --- PASS: TestNetworkInvalidJSON (0.01s) --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) === RUN TestDaemonRestartWithLiveRestore ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements ? github.com/docker/docker/profiles/apparmor [no test files] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) service_test.go:32: Creating a new daemon daemon.go:336: [d19c035393e08] waiting for daemon to start daemon.go:336: [d19c035393e08] waiting for daemon to start daemon.go:364: [d19c035393e08] daemon started daemon.go:472: [d19c035393e08] Stopping daemon daemon.go:307: [d19c035393e08] exiting daemon daemon.go:459: [d19c035393e08] Daemon stopped daemon.go:336: [d19c035393e08] waiting for daemon to start daemon.go:336: [d19c035393e08] waiting for daemon to start daemon.go:364: [d19c035393e08] daemon started daemon.go:472: [d19c035393e08] Stopping daemon daemon.go:307: [d19c035393e08] exiting daemon daemon.go:459: [d19c035393e08] Daemon stopped === RUN TestDaemonDefaultNetworkPools ok github.com/docker/docker/daemon 12.140s coverage: 17.5% of statements --- PASS: TestDaemonDefaultNetworkPools (0.72s) service_test.go:57: Creating a new daemon daemon.go:336: [d4c4b029582a6] waiting for daemon to start daemon.go:336: [d4c4b029582a6] waiting for daemon to start daemon.go:364: [d4c4b029582a6] daemon started daemon.go:472: [d4c4b029582a6] Stopping daemon daemon.go:307: [d4c4b029582a6] exiting daemon daemon.go:459: [d4c4b029582a6] Daemon stopped === RUN TestDaemonRestartWithExistingNetwork ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 76.2% of statements --- PASS: TestDaemonRestartWithExistingNetwork (1.11s) service_test.go:98: Creating a new daemon daemon.go:336: [db16c9faaf651] waiting for daemon to start daemon.go:336: [db16c9faaf651] waiting for daemon to start daemon.go:364: [db16c9faaf651] daemon started daemon.go:472: [db16c9faaf651] Stopping daemon daemon.go:307: [db16c9faaf651] exiting daemon daemon.go:459: [db16c9faaf651] Daemon stopped daemon.go:336: [db16c9faaf651] waiting for daemon to start daemon.go:336: [db16c9faaf651] waiting for daemon to start daemon.go:364: [db16c9faaf651] daemon started daemon.go:472: [db16c9faaf651] Stopping daemon daemon.go:307: [db16c9faaf651] exiting daemon daemon.go:459: [db16c9faaf651] Daemon stopped === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.18s) service_test.go:131: Creating a new daemon daemon.go:336: [dc11dcfc4de3c] waiting for daemon to start daemon.go:336: [dc11dcfc4de3c] waiting for daemon to start daemon.go:364: [dc11dcfc4de3c] daemon started daemon.go:472: [dc11dcfc4de3c] Stopping daemon daemon.go:307: [dc11dcfc4de3c] exiting daemon daemon.go:459: [dc11dcfc4de3c] Daemon stopped daemon.go:336: [dc11dcfc4de3c] waiting for daemon to start daemon.go:336: [dc11dcfc4de3c] waiting for daemon to start daemon.go:364: [dc11dcfc4de3c] daemon started daemon.go:472: [dc11dcfc4de3c] Stopping daemon daemon.go:307: [dc11dcfc4de3c] exiting daemon daemon.go:459: [dc11dcfc4de3c] Daemon stopped === RUN TestDaemonWithBipAndDefaultNetworkPool --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) service_test.go:181: Creating a new daemon daemon.go:336: [dde26f4e35ecf] waiting for daemon to start daemon.go:336: [dde26f4e35ecf] waiting for daemon to start daemon.go:364: [dde26f4e35ecf] daemon started daemon.go:472: [dde26f4e35ecf] Stopping daemon daemon.go:307: [dde26f4e35ecf] exiting daemon daemon.go:459: [dde26f4e35ecf] Daemon stopped === RUN TestServiceWithPredefinedNetwork ok github.com/docker/docker/registry 0.171s coverage: 56.4% of statements ok github.com/docker/docker/registry/resumable 0.021s coverage: 100.0% of statements ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements ? github.com/docker/docker/rootless [no test files] ? github.com/docker/docker/rootless/specconv [no test files] ok github.com/docker/docker/daemon/cluster 0.029s coverage: 0.5% of statements --- PASS: TestServiceWithPredefinedNetwork (2.32s) service_test.go:203: Creating a new daemon daemon.go:336: [d6dd5bfc7b6f4] waiting for daemon to start daemon.go:336: [d6dd5bfc7b6f4] waiting for daemon to start daemon.go:364: [d6dd5bfc7b6f4] daemon started daemon.go:472: [d6dd5bfc7b6f4] Stopping daemon daemon.go:307: [d6dd5bfc7b6f4] exiting daemon daemon.go:459: [d6dd5bfc7b6f4] Daemon stopped === RUN TestServiceRemoveKeepsIngressNetwork --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) service_test.go:230: FLAKY_TEST === RUN TestServiceWithDataPathPortInit ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements ? github.com/docker/docker/runconfig/opts [no test files] ? github.com/docker/docker/volume [no test files] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements ok github.com/docker/docker/volume/local 0.029s coverage: 73.0% of statements ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.8% of statements ? github.com/docker/docker/daemon/cluster/executor [no test files] ok github.com/docker/docker/volume/mounts 0.031s coverage: 67.0% of statements --- PASS: TestServiceWithDataPathPortInit (4.66s) service_test.go:339: Creating a new daemon daemon.go:336: [d6d033ab57c64] waiting for daemon to start daemon.go:336: [d6d033ab57c64] waiting for daemon to start daemon.go:364: [d6d033ab57c64] daemon started daemon.go:472: [d6d033ab57c64] Stopping daemon daemon.go:307: [d6d033ab57c64] exiting daemon daemon.go:459: [d6d033ab57c64] Daemon stopped service_test.go:367: Creating a new daemon daemon.go:336: [d3317de662822] waiting for daemon to start daemon.go:336: [d3317de662822] waiting for daemon to start daemon.go:364: [d3317de662822] daemon started daemon.go:472: [d3317de662822] Stopping daemon daemon.go:307: [d3317de662822] exiting daemon daemon.go:459: [d3317de662822] Daemon stopped === RUN TestServiceWithDefaultAddressPoolInit ok github.com/docker/docker/volume/service 0.018s coverage: 73.0% of statements ? github.com/docker/docker/volume/service/opts [no test files] ? github.com/docker/docker/volume/testutils [no test files] Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-dev GOOS="" GOARCH="" GOARM="" --- PASS: TestServiceWithDefaultAddressPoolInit (4.65s) service_test.go:398: Creating a new daemon daemon.go:336: [db7c7385a42d6] waiting for daemon to start daemon.go:336: [db7c7385a42d6] waiting for daemon to start daemon.go:364: [db7c7385a42d6] daemon started service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yyirr0kijbknnqvcqma9d95hv Created:2019-08-01 12:36:10.110581275 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} daemon.go:472: [db7c7385a42d6] Stopping daemon daemon.go:307: [db7c7385a42d6] exiting daemon daemon.go:459: [db7c7385a42d6] Daemon stopped service_test.go:438: Creating a new daemon daemon.go:336: [d74d5c7da4438] waiting for daemon to start daemon.go:336: [d74d5c7da4438] waiting for daemon to start daemon.go:364: [d74d5c7da4438] daemon started daemon.go:472: [d74d5c7da4438] Stopping daemon daemon.go:307: [d74d5c7da4438] exiting daemon daemon.go:459: [d74d5c7da4438] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/network/ipvlan INFO: Testing against a local daemon === RUN TestDockerNetworkIpvlanPersistance --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan === RUN TestDockerNetworkIpvlan --- SKIP: TestDockerNetworkIpvlan (0.00s) ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan PASS Running /go/src/github.com/docker/docker/integration/network/macvlan INFO: Testing against a local daemon === RUN TestDockerNetworkMacvlanPersistance --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) macvlan_test.go:24: Creating a new daemon daemon.go:336: [d55cc07751709] waiting for daemon to start daemon.go:336: [d55cc07751709] waiting for daemon to start daemon.go:364: [d55cc07751709] daemon started daemon.go:472: [d55cc07751709] Stopping daemon daemon.go:307: [d55cc07751709] exiting daemon daemon.go:459: [d55cc07751709] Daemon stopped daemon.go:336: [d55cc07751709] waiting for daemon to start daemon.go:336: [d55cc07751709] waiting for daemon to start daemon.go:364: [d55cc07751709] daemon started daemon.go:472: [d55cc07751709] Stopping daemon daemon.go:307: [d55cc07751709] exiting daemon daemon.go:459: [d55cc07751709] Daemon stopped === RUN TestDockerNetworkMacvlan === RUN TestDockerNetworkMacvlan/Subinterface === RUN TestDockerNetworkMacvlan/OverlapParent === RUN TestDockerNetworkMacvlan/NilParent ok github.com/docker/docker/daemon/cluster/executor/container 3.428s coverage: 13.7% of statements ? github.com/docker/docker/daemon/cluster/provider [no test files] === RUN TestDockerNetworkMacvlan/InternalMode ok github.com/docker/docker/daemon/config 0.026s coverage: 84.2% of statements ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements ? github.com/docker/docker/daemon/events/testutils [no test files] ? github.com/docker/docker/daemon/exec [no test files] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements === RUN TestDockerNetworkMacvlan/Addressing --- PASS: TestDockerNetworkMacvlan (9.50s) macvlan_test.go:67: Creating a new daemon daemon.go:336: [d18969683f360] waiting for daemon to start daemon.go:336: [d18969683f360] waiting for daemon to start daemon.go:364: [d18969683f360] daemon started --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) daemon.go:472: [d18969683f360] Stopping daemon daemon.go:307: [d18969683f360] exiting daemon daemon.go:459: [d18969683f360] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d62101519ac89] waiting for daemon to start daemon.go:336: [d62101519ac89] waiting for daemon to start daemon.go:364: [d62101519ac89] daemon started --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) daemon.go:472: [d62101519ac89] Stopping daemon daemon.go:307: [d62101519ac89] exiting daemon daemon.go:459: [d62101519ac89] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d1fcf1003a5aa] waiting for daemon to start daemon.go:336: [d1fcf1003a5aa] waiting for daemon to start daemon.go:364: [d1fcf1003a5aa] daemon started --- PASS: TestDockerNetworkMacvlan/NilParent (1.52s) daemon.go:472: [d1fcf1003a5aa] Stopping daemon daemon.go:307: [d1fcf1003a5aa] exiting daemon daemon.go:459: [d1fcf1003a5aa] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d44dcadee0153] waiting for daemon to start daemon.go:336: [d44dcadee0153] waiting for daemon to start daemon.go:364: [d44dcadee0153] daemon started --- PASS: TestDockerNetworkMacvlan/InternalMode (2.40s) daemon.go:472: [d44dcadee0153] Stopping daemon daemon.go:307: [d44dcadee0153] exiting daemon daemon.go:459: [d44dcadee0153] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d9e770863346c] waiting for daemon to start daemon.go:336: [d9e770863346c] waiting for daemon to start daemon.go:364: [d9e770863346c] daemon started --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) daemon.go:472: [d9e770863346c] Stopping daemon daemon.go:307: [d9e770863346c] exiting daemon daemon.go:459: [d9e770863346c] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/service INFO: Testing against a local daemon === RUN TestServiceCreateInit === RUN TestServiceCreateInit/daemonInitDisabled === RUN TestServiceCreateInit/daemonInitEnabled ok github.com/docker/docker/daemon/graphdriver/aufs 4.695s coverage: 72.5% of statements ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements ok github.com/docker/docker/daemon/graphdriver/copy 0.180s coverage: 56.9% of statements --- PASS: TestServiceCreateInit (7.90s) --- PASS: TestServiceCreateInit/daemonInitDisabled (4.03s) create_test.go:38: Creating a new daemon daemon.go:336: [db0f2088155d7] waiting for daemon to start daemon.go:336: [db0f2088155d7] waiting for daemon to start daemon.go:364: [db0f2088155d7] daemon started daemon.go:472: [db0f2088155d7] Stopping daemon daemon.go:307: [db0f2088155d7] exiting daemon daemon.go:459: [db0f2088155d7] Daemon stopped --- PASS: TestServiceCreateInit/daemonInitEnabled (3.86s) create_test.go:38: Creating a new daemon daemon.go:336: [d8dd70687d4b6] waiting for daemon to start daemon.go:336: [d8dd70687d4b6] waiting for daemon to start daemon.go:364: [d8dd70687d4b6] daemon started daemon.go:472: [d8dd70687d4b6] Stopping daemon daemon.go:307: [d8dd70687d4b6] exiting daemon daemon.go:459: [d8dd70687d4b6] Daemon stopped === RUN TestCreateServiceMultipleTimes ok github.com/docker/docker/daemon/graphdriver/devmapper 1.342s coverage: 45.9% of statements ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] ok github.com/docker/docker/daemon/graphdriver/overlay 1.072s coverage: 50.8% of statements ok github.com/docker/docker/daemon/graphdriver/overlay2 2.610s coverage: 57.1% of statements ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] ok github.com/docker/docker/daemon/graphdriver/quota 0.374s coverage: 75.2% of statements ? github.com/docker/docker/daemon/graphdriver/register [no test files] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements ? github.com/docker/docker/daemon/initlayer [no test files] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements ? github.com/docker/docker/daemon/listeners [no test files] ok github.com/docker/docker/daemon/logger 0.211s coverage: 42.7% of statements ok github.com/docker/docker/daemon/logger/awslogs 0.095s coverage: 78.2% of statements ? github.com/docker/docker/daemon/logger/fluentd [no test files] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] --- PASS: TestCreateServiceMultipleTimes (21.44s) create_test.go:80: Creating a new daemon daemon.go:336: [dc2315e083bce] waiting for daemon to start daemon.go:336: [dc2315e083bce] waiting for daemon to start daemon.go:364: [dc2315e083bce] daemon started daemon.go:472: [dc2315e083bce] Stopping daemon daemon.go:307: [dc2315e083bce] exiting daemon daemon.go:459: [dc2315e083bce] Daemon stopped === RUN TestCreateServiceConflict ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 68.2% of statements ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 26.2% of statements --- PASS: TestCreateServiceConflict (2.39s) create_test.go:129: Creating a new daemon daemon.go:336: [d9ba391951688] waiting for daemon to start daemon.go:336: [d9ba391951688] waiting for daemon to start daemon.go:364: [d9ba391951688] daemon started daemon.go:472: [d9ba391951688] Stopping daemon daemon.go:307: [d9ba391951688] exiting daemon daemon.go:459: [d9ba391951688] Daemon stopped === RUN TestCreateServiceMaxReplicas ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 62.1% of statements ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 88.3% of statements --- PASS: TestCreateServiceMaxReplicas (2.90s) create_test.go:150: Creating a new daemon daemon.go:336: [dfee0bcd0fb95] waiting for daemon to start daemon.go:336: [dfee0bcd0fb95] waiting for daemon to start daemon.go:364: [dfee0bcd0fb95] daemon started daemon.go:472: [dfee0bcd0fb95] Stopping daemon daemon.go:307: [dfee0bcd0fb95] exiting daemon daemon.go:459: [dfee0bcd0fb95] Daemon stopped === RUN TestCreateWithDuplicateNetworkNames ok github.com/docker/docker/daemon/logger/local 0.008s coverage: 74.7% of statements ? github.com/docker/docker/daemon/logger/logentries [no test files] ok github.com/docker/docker/daemon/logger/loggerutils 0.019s coverage: 18.6% of statements ok github.com/docker/docker/daemon/logger/splunk 1.410s coverage: 84.5% of statements ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 47.8% of statements ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements ? github.com/docker/docker/daemon/names [no test files] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements ? github.com/docker/docker/daemon/stats [no test files] ok github.com/docker/docker/distribution 0.121s coverage: 22.6% of statements ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements ? github.com/docker/docker/distribution/utils [no test files] ok github.com/docker/docker/distribution/xfer 1.420s coverage: 83.9% of statements ? github.com/docker/docker/dockerversion [no test files] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements --- PASS: TestCreateWithDuplicateNetworkNames (14.30s) create_test.go:171: Creating a new daemon daemon.go:336: [d4c2ab7602a19] waiting for daemon to start daemon.go:336: [d4c2ab7602a19] waiting for daemon to start daemon.go:364: [d4c2ab7602a19] daemon started daemon.go:472: [d4c2ab7602a19] Stopping daemon daemon.go:307: [d4c2ab7602a19] exiting daemon daemon.go:459: [d4c2ab7602a19] Daemon stopped === RUN TestCreateServiceSecretFileMode ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements --- PASS: TestCreateServiceSecretFileMode (2.56s) create_test.go:224: Creating a new daemon daemon.go:336: [da6bde8c1cfe2] waiting for daemon to start daemon.go:336: [da6bde8c1cfe2] waiting for daemon to start daemon.go:364: [da6bde8c1cfe2] daemon started daemon.go:472: [da6bde8c1cfe2] Stopping daemon daemon.go:307: [da6bde8c1cfe2] exiting daemon daemon.go:459: [da6bde8c1cfe2] Daemon stopped === RUN TestCreateServiceConfigFileMode ? github.com/docker/docker/image/tarexport [no test files] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements ? github.com/docker/docker/internal/test [no test files] --- PASS: TestCreateServiceConfigFileMode (2.51s) create_test.go:288: Creating a new daemon daemon.go:336: [d715a640fcb3c] waiting for daemon to start daemon.go:336: [d715a640fcb3c] waiting for daemon to start daemon.go:364: [d715a640fcb3c] daemon started daemon.go:472: [d715a640fcb3c] Stopping daemon daemon.go:307: [d715a640fcb3c] exiting daemon daemon.go:459: [d715a640fcb3c] Daemon stopped === RUN TestCreateServiceSysctls ? github.com/docker/docker/internal/test/daemon [no test files] ? github.com/docker/docker/internal/test/environment [no test files] ? github.com/docker/docker/internal/test/fakecontext [no test files] ? github.com/docker/docker/internal/test/fakegit [no test files] ? github.com/docker/docker/internal/test/fakestorage [no test files] ? github.com/docker/docker/internal/test/fixtures/load [no test files] Created binary: bundles/dynbinary-daemon/dockerd-dev ---> Making bundle: test-integration (in bundles/test-integration) Building test suite binary ./integration-cli/test.main ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] ? github.com/docker/docker/internal/test/registry [no test files] --- PASS: TestCreateServiceSysctls (3.28s) create_test.go:378: Creating a new daemon daemon.go:336: [dfee767631505] waiting for daemon to start daemon.go:336: [dfee767631505] waiting for daemon to start daemon.go:364: [dfee767631505] daemon started daemon.go:472: [dfee767631505] Stopping daemon daemon.go:307: [dfee767631505] exiting daemon daemon.go:459: [dfee767631505] Daemon stopped === RUN TestCreateServiceCapabilities ? github.com/docker/docker/internal/test/request [no test files] ok github.com/docker/docker/internal/testutil 0.002s coverage: 62.5% of statements --- PASS: TestCreateServiceCapabilities (2.49s) create_test.go:462: Creating a new daemon daemon.go:336: [d64989d0c2838] waiting for daemon to start daemon.go:336: [d64989d0c2838] waiting for daemon to start daemon.go:364: [d64989d0c2838] daemon started daemon.go:472: [d64989d0c2838] Stopping daemon daemon.go:307: [d64989d0c2838] exiting daemon daemon.go:459: [d64989d0c2838] Daemon stopped === RUN TestInspect --- PASS: TestInspect (2.32s) inspect_test.go:25: Creating a new daemon daemon.go:336: [d87bbf7146552] waiting for daemon to start daemon.go:336: [d87bbf7146552] waiting for daemon to start daemon.go:364: [d87bbf7146552] daemon started daemon.go:472: [d87bbf7146552] Stopping daemon daemon.go:307: [d87bbf7146552] exiting daemon daemon.go:459: [d87bbf7146552] Daemon stopped === RUN TestDockerNetworkConnectAlias ok github.com/docker/docker/layer 7.533s coverage: 66.9% of statements ? github.com/docker/docker/libcontainerd [no test files] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements --- PASS: TestDockerNetworkConnectAlias (5.68s) network_test.go:20: Creating a new daemon daemon.go:336: [d04307d2ed064] waiting for daemon to start daemon.go:336: [d04307d2ed064] waiting for daemon to start daemon.go:364: [d04307d2ed064] daemon started daemon.go:472: [d04307d2ed064] Stopping daemon daemon.go:307: [d04307d2ed064] exiting daemon daemon.go:459: [d04307d2ed064] Daemon stopped === RUN TestDockerNetworkReConnect ? github.com/docker/docker/libcontainerd/remote [no test files] ? github.com/docker/docker/libcontainerd/supervisor [no test files] ? github.com/docker/docker/libcontainerd/types [no test files] ? github.com/docker/docker/oci [no test files] ? github.com/docker/docker/oci/caps [no test files] ? github.com/docker/docker/api/server/backend/build [no test files] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements ? github.com/docker/docker/api/server/router [no test files] ? github.com/docker/docker/api/server/router/build [no test files] ? github.com/docker/docker/api/server/router/checkpoint [no test files] ? github.com/docker/docker/api/server/router/container [no test files] ? github.com/docker/docker/api/server/router/debug [no test files] ? github.com/docker/docker/api/server/router/distribution [no test files] ? github.com/docker/docker/api/server/router/grpc [no test files] ? github.com/docker/docker/api/server/router/image [no test files] ? github.com/docker/docker/api/server/router/network [no test files] ok github.com/docker/docker/opts 0.019s coverage: 67.3% of statements ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements ? github.com/docker/docker/api/server/router/plugin [no test files] ? github.com/docker/docker/api/server/router/session [no test files] --- PASS: TestDockerNetworkReConnect (4.67s) network_test.go:82: Creating a new daemon daemon.go:336: [d5a4f4f1674d0] waiting for daemon to start daemon.go:336: [d5a4f4f1674d0] waiting for daemon to start daemon.go:364: [d5a4f4f1674d0] daemon started daemon.go:472: [d5a4f4f1674d0] Stopping daemon daemon.go:307: [d5a4f4f1674d0] exiting daemon daemon.go:459: [d5a4f4f1674d0] Daemon stopped === RUN TestServicePlugin ok github.com/docker/docker/pkg/archive 0.342s coverage: 77.2% of statements ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 4.0% of statements ok github.com/docker/docker/pkg/authorization 0.313s coverage: 66.7% of statements ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements ? github.com/docker/docker/api/server/router/system [no test files] ? github.com/docker/docker/api/server/router/volume [no test files] ? github.com/docker/docker/api/types [no test files] ? github.com/docker/docker/api/types/backend [no test files] ? github.com/docker/docker/api/types/blkiodev [no test files] ? github.com/docker/docker/api/types/container [no test files] ? github.com/docker/docker/api/types/events [no test files] ok github.com/docker/docker/pkg/chrootarchive 2.920s coverage: 43.2% of statements ? github.com/docker/docker/pkg/containerfs [no test files] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements ? github.com/docker/docker/api/types/image [no test files] ? github.com/docker/docker/pkg/devicemapper [no test files] ? github.com/docker/docker/api/types/mount [no test files] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements ? github.com/docker/docker/api/types/network [no test files] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] ? github.com/docker/docker/api/types/registry [no test files] Building test suite binary ./integration/config/test.main ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 97.6% of statements ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements ? github.com/docker/docker/api/types/swarm [no test files] ? github.com/docker/docker/api/types/swarm/runtime [no test files] Building test suite binary ./integration/secret/test.main ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements ? github.com/docker/docker/api/types/versions/v1p19 [no test files] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] ? github.com/docker/docker/api/types/volume [no test files] ? github.com/docker/docker/builder [no test files] ok github.com/docker/docker/pkg/discovery/kv 3.051s coverage: 84.1% of statements Building test suite binary ./integration/session/test.main ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements Building test suite binary ./integration/plugin/test.main ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements Building test suite binary ./integration/plugin/logging/test.main ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements ? github.com/docker/docker/builder/builder-next [no test files] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] ok github.com/docker/docker/pkg/fsutils 0.181s coverage: 85.1% of statements ok github.com/docker/docker/pkg/homedir 0.002s coverage: 10.2% of statements ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] Building test suite binary ./integration/plugin/logging/cmd/test.main Building test suite binary ./integration/plugin/logging/cmd/dummy/test.main ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] ok github.com/docker/docker/pkg/idtools 0.205s coverage: 70.1% of statements Building test suite binary ./integration/plugin/logging/cmd/close_on_start/test.main ? github.com/docker/docker/builder/builder-next/exporter [no test files] ok github.com/docker/docker/pkg/ioutils 0.351s coverage: 69.3% of statements Building test suite binary ./integration/plugin/authz/test.main ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] ok github.com/docker/docker/pkg/locker 0.008s coverage: 88.9% of statements ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements ? github.com/docker/docker/pkg/loopback [no test files] ? github.com/docker/docker/builder/builder-next/worker [no test files] ok github.com/docker/docker/pkg/mount 0.558s coverage: 69.6% of statements ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements Building test suite binary ./integration/plugin/graphdriver/test.main ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements ok github.com/docker/docker/pkg/parsers/operatingsystem 0.002s coverage: 91.4% of statements ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements ? github.com/docker/docker/pkg/platform [no test files] ? github.com/docker/docker/pkg/plugingetter [no test files] Building test suite binary ./integration/plugin/common/test.main Building test suite binary ./integration/plugin/volumes/test.main ok github.com/docker/docker/builder/dockerfile 0.508s coverage: 45.1% of statements ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements Building test suite binary ./integration/plugin/volumes/cmd/test.main Building test suite binary ./integration/plugin/volumes/cmd/dummy/test.main Building test suite binary ./integration/container/test.main ok github.com/docker/docker/builder/fscache 0.121s coverage: 69.2% of statements Building test suite binary ./integration/system/test.main Building test suite binary ./integration/volume/test.main --- PASS: TestServicePlugin (35.04s) plugin_test.go:38: Creating a new daemon daemon.go:336: [dff898ce82810] waiting for daemon to start daemon.go:336: [dff898ce82810] waiting for daemon to start daemon.go:364: [dff898ce82810] daemon started daemon.go:472: [dff898ce82810] Stopping daemon daemon.go:307: [dff898ce82810] exiting daemon daemon.go:459: [dff898ce82810] Daemon stopped plugin_test.go:59: Creating a new daemon daemon.go:336: [d998458d28ee4] waiting for daemon to start daemon.go:336: [d998458d28ee4] waiting for daemon to start daemon.go:364: [d998458d28ee4] daemon started plugin_test.go:61: Creating a new daemon daemon.go:336: [dfb47621e2459] waiting for daemon to start daemon.go:336: [dfb47621e2459] waiting for daemon to start daemon.go:364: [dfb47621e2459] daemon started plugin_test.go:62: [dfb47621e2459] joining swarm manager [d998458d28ee4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 plugin_test.go:64: Creating a new daemon daemon.go:336: [dc7011c032b77] waiting for daemon to start daemon.go:336: [dc7011c032b77] waiting for daemon to start daemon.go:364: [dc7011c032b77] daemon started plugin_test.go:65: [dc7011c032b77] joining swarm manager [d998458d28ee4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 daemon.go:472: [dc7011c032b77] Stopping daemon daemon.go:307: [dc7011c032b77] exiting daemon daemon.go:459: [dc7011c032b77] Daemon stopped daemon.go:472: [dfb47621e2459] Stopping daemon daemon.go:307: [dfb47621e2459] exiting daemon daemon.go:459: [dfb47621e2459] Daemon stopped daemon.go:472: [d998458d28ee4] Stopping daemon daemon.go:307: [d998458d28ee4] exiting daemon daemon.go:459: [d998458d28ee4] Daemon stopped === RUN TestServiceUpdateLabel --- PASS: TestServiceUpdateLabel (2.35s) update_test.go:21: Creating a new daemon daemon.go:336: [de332e87f8f0a] waiting for daemon to start daemon.go:336: [de332e87f8f0a] waiting for daemon to start daemon.go:364: [de332e87f8f0a] daemon started daemon.go:472: [de332e87f8f0a] Stopping daemon daemon.go:307: [de332e87f8f0a] exiting daemon daemon.go:459: [de332e87f8f0a] Daemon stopped === RUN TestServiceUpdateSecrets Building test suite binary ./integration/build/test.main ok github.com/docker/docker/builder/remotecontext 0.205s coverage: 13.6% of statements Building test suite binary ./integration/network/test.main ok github.com/docker/docker/builder/remotecontext/git 1.089s coverage: 85.1% of statements ? github.com/docker/docker/cli [no test files] ? github.com/docker/docker/cli/config [no test files] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements Building test suite binary ./integration/network/ipvlan/test.main Building test suite binary ./integration/network/macvlan/test.main ok github.com/docker/docker/client 0.276s coverage: 75.8% of statements Building test suite binary ./integration/service/test.main --- PASS: TestServiceUpdateSecrets (14.68s) update_test.go:77: Creating a new daemon daemon.go:336: [d3930fc741f14] waiting for daemon to start daemon.go:336: [d3930fc741f14] waiting for daemon to start daemon.go:364: [d3930fc741f14] daemon started daemon.go:472: [d3930fc741f14] Stopping daemon daemon.go:307: [d3930fc741f14] exiting daemon daemon.go:459: [d3930fc741f14] Daemon stopped === RUN TestServiceUpdateConfigs Building test suite binary ./integration/image/test.main ---> Making bundle: .integration-daemon-start (in bundles/test-integration) Using test binary docker /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin Warning failed to create cache: (null) . Starting dockerd INFO: Waiting for daemon to start... . ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) Error: No such image: emptyfs Running integration-test (iteration 1) Running /go/src/github.com/docker/docker/integration/config ok github.com/docker/docker/pkg/plugins 33.612s coverage: 76.6% of statements ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements ok github.com/docker/docker/pkg/signal 2.795s coverage: 61.0% of statements ? github.com/docker/docker/pkg/signal/testfiles [no test files] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements --- PASS: TestServiceUpdateConfigs (14.62s) update_test.go:139: Creating a new daemon daemon.go:336: [da331a7fc2732] waiting for daemon to start daemon.go:336: [da331a7fc2732] waiting for daemon to start daemon.go:364: [da331a7fc2732] daemon started daemon.go:472: [da331a7fc2732] Stopping daemon daemon.go:307: [da331a7fc2732] exiting daemon daemon.go:459: [da331a7fc2732] Daemon stopped === RUN TestServiceUpdateNetwork ok github.com/docker/docker/pkg/system 0.023s coverage: 37.5% of statements ok github.com/docker/docker/pkg/tailfile 0.014s coverage: 88.6% of statements ok github.com/docker/docker/pkg/tarsum 0.053s coverage: 89.3% of statements ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] Loaded image: buildpack-deps:jessie Loaded image: busybox:latest Loaded image: busybox:glibc Loaded image: debian:jessie Loaded image: hello-world:latest INFO: Testing against a local daemon === RUN TestConfigList ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements --- PASS: TestConfigList (2.74s) config_test.go:30: Creating a new daemon daemon.go:336: [d924cc75b2102] waiting for daemon to start daemon.go:336: [d924cc75b2102] waiting for daemon to start daemon.go:364: [d924cc75b2102] daemon started daemon.go:472: [d924cc75b2102] Stopping daemon daemon.go:307: [d924cc75b2102] exiting daemon daemon.go:459: [d924cc75b2102] Daemon stopped === RUN TestConfigsCreateAndDelete ok github.com/docker/docker/plugin 0.530s coverage: 27.0% of statements ? github.com/docker/docker/plugin/executor/containerd [no test files] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements ? github.com/docker/docker/profiles/apparmor [no test files] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements --- PASS: TestConfigsCreateAndDelete (3.04s) config_test.go:112: Creating a new daemon daemon.go:336: [d1db7ba6fd3f5] waiting for daemon to start daemon.go:336: [d1db7ba6fd3f5] waiting for daemon to start daemon.go:364: [d1db7ba6fd3f5] daemon started daemon.go:472: [d1db7ba6fd3f5] Stopping daemon daemon.go:307: [d1db7ba6fd3f5] exiting daemon daemon.go:459: [d1db7ba6fd3f5] Daemon stopped === RUN TestConfigsUpdate ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements ok github.com/docker/docker/registry 0.083s coverage: 56.4% of statements ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements --- PASS: TestServiceUpdateNetwork (13.77s) update_test.go:201: Creating a new daemon daemon.go:336: [d6180d09fb914] waiting for daemon to start daemon.go:336: [d6180d09fb914] waiting for daemon to start daemon.go:364: [d6180d09fb914] daemon started daemon.go:472: [d6180d09fb914] Stopping daemon daemon.go:307: [d6180d09fb914] exiting daemon daemon.go:459: [d6180d09fb914] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/container INFO: Testing against a local daemon === RUN TestCheckpoint --- SKIP: TestCheckpoint (0.00s) checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 === RUN TestContainerInvalidJSON === RUN TestContainerInvalidJSON//containers/foobar/copy === PAUSE TestContainerInvalidJSON//containers/foobar/copy === RUN TestContainerInvalidJSON//containers/foobar/exec === PAUSE TestContainerInvalidJSON//containers/foobar/exec === RUN TestContainerInvalidJSON//exec/foobar/start === PAUSE TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/copy === CONT TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/exec --- PASS: TestContainerInvalidJSON (0.01s) --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) === RUN TestCopyFromContainerPathDoesNotExist --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) === RUN TestCopyFromContainerPathIsNotDir --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) === RUN TestCopyToContainerPathDoesNotExist --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) === RUN TestCopyToContainerPathIsNotDir --- PASS: TestCopyToContainerPathIsNotDir (0.10s) === RUN TestCopyFromContainer ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements ? github.com/docker/docker/rootless [no test files] ? github.com/docker/docker/rootless/specconv [no test files] --- PASS: TestConfigsUpdate (2.85s) config_test.go:140: Creating a new daemon daemon.go:336: [d460f51d4622d] waiting for daemon to start daemon.go:336: [d460f51d4622d] waiting for daemon to start daemon.go:364: [d460f51d4622d] daemon started daemon.go:472: [d460f51d4622d] Stopping daemon daemon.go:307: [d460f51d4622d] exiting daemon daemon.go:459: [d460f51d4622d] Daemon stopped === RUN TestTemplatedConfig ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements ? github.com/docker/docker/runconfig/opts [no test files] ? github.com/docker/docker/volume [no test files] === RUN TestCopyFromContainer// === RUN TestCopyFromContainer//bar/root === RUN TestCopyFromContainer//bar/root/ === RUN TestCopyFromContainer/bar/quux === RUN TestCopyFromContainer/bar/quux/ === RUN TestCopyFromContainer/bar/quux/baz === RUN TestCopyFromContainer/bar/filesymlink === RUN TestCopyFromContainer/bar/dirsymlink === RUN TestCopyFromContainer/bar/dirsymlink/ === RUN TestCopyFromContainer/bar/notarget --- PASS: TestCopyFromContainer (1.76s) --- PASS: TestCopyFromContainer// (0.04s) --- PASS: TestCopyFromContainer//bar/root (0.07s) --- PASS: TestCopyFromContainer//bar/root/ (0.04s) --- PASS: TestCopyFromContainer/bar/quux (0.08s) --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) --- PASS: TestCopyFromContainer/bar/notarget (0.05s) === RUN TestCreateFailsWhenIdentifierDoesNotExist === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) === RUN TestCreateWithInvalidEnv === RUN TestCreateWithInvalidEnv/0 === PAUSE TestCreateWithInvalidEnv/0 === RUN TestCreateWithInvalidEnv/1 === PAUSE TestCreateWithInvalidEnv/1 === RUN TestCreateWithInvalidEnv/2 === PAUSE TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/0 === CONT TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/1 --- PASS: TestCreateWithInvalidEnv (0.01s) --- PASS: TestCreateWithInvalidEnv/2 (0.00s) --- PASS: TestCreateWithInvalidEnv/0 (0.00s) --- PASS: TestCreateWithInvalidEnv/1 (0.00s) === RUN TestCreateTmpfsMountsTarget --- PASS: TestCreateTmpfsMountsTarget (0.02s) === RUN TestCreateWithCustomMaskedPaths ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements --- PASS: TestTemplatedConfig (3.14s) config_test.go:192: Creating a new daemon daemon.go:336: [dc1fc3c99c7d7] waiting for daemon to start daemon.go:336: [dc1fc3c99c7d7] waiting for daemon to start daemon.go:364: [dc1fc3c99c7d7] daemon started daemon.go:472: [dc1fc3c99c7d7] Stopping daemon daemon.go:307: [dc1fc3c99c7d7] exiting daemon daemon.go:459: [dc1fc3c99c7d7] Daemon stopped === RUN TestConfigInspect ok github.com/docker/docker/volume/local 0.022s coverage: 73.0% of statements --- PASS: TestCreateWithCustomMaskedPaths (1.57s) === RUN TestCreateWithCapabilities === RUN TestCreateWithCapabilities/no_capabilities === PAUSE TestCreateWithCapabilities/no_capabilities === RUN TestCreateWithCapabilities/empty_capabilities === PAUSE TestCreateWithCapabilities/empty_capabilities === RUN TestCreateWithCapabilities/valid_capabilities === PAUSE TestCreateWithCapabilities/valid_capabilities === RUN TestCreateWithCapabilities/invalid_capabilities === PAUSE TestCreateWithCapabilities/invalid_capabilities === RUN TestCreateWithCapabilities/duplicate_capabilities === PAUSE TestCreateWithCapabilities/duplicate_capabilities === RUN TestCreateWithCapabilities/capabilities_API_v1.39 === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 === RUN TestCreateWithCapabilities/empty_capadd === PAUSE TestCreateWithCapabilities/empty_capadd === RUN TestCreateWithCapabilities/empty_capdrop === PAUSE TestCreateWithCapabilities/empty_capdrop === RUN TestCreateWithCapabilities/capadd_capdrop === PAUSE TestCreateWithCapabilities/capadd_capdrop === RUN TestCreateWithCapabilities/conflict_with_capadd === PAUSE TestCreateWithCapabilities/conflict_with_capadd === RUN TestCreateWithCapabilities/conflict_with_capdrop === PAUSE TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/no_capabilities === CONT TestCreateWithCapabilities/empty_capadd === CONT TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/conflict_with_capadd === CONT TestCreateWithCapabilities/capadd_capdrop === CONT TestCreateWithCapabilities/empty_capdrop === CONT TestCreateWithCapabilities/invalid_capabilities === CONT TestCreateWithCapabilities/capabilities_API_v1.39 === CONT TestCreateWithCapabilities/duplicate_capabilities === CONT TestCreateWithCapabilities/empty_capabilities === CONT TestCreateWithCapabilities/valid_capabilities --- PASS: TestCreateWithCapabilities (0.01s) --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) --- PASS: TestCreateWithCapabilities/empty_capdrop (0.25s) --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.26s) --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) === RUN TestCreateWithCustomReadonlyPaths ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements ok github.com/docker/docker/volume/service 0.010s coverage: 73.0% of statements ? github.com/docker/docker/volume/service/opts [no test files] ? github.com/docker/docker/volume/testutils [no test files] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) === RUN TestCreateWithInvalidHealthcheckParams === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) === RUN TestContainerStartOnDaemonRestart === PAUSE TestContainerStartOnDaemonRestart === RUN TestDaemonRestartIpcMode === PAUSE TestDaemonRestartIpcMode === RUN TestDiff Removing bundles/ ---> Making bundle: binary-daemon (in bundles/binary-daemon) Building: bundles/binary-daemon/dockerd-dev GOOS="" GOARCH="" GOARM="" --- PASS: TestConfigInspect (2.95s) config_test.go:326: Creating a new daemon daemon.go:336: [de9e0d84112f6] waiting for daemon to start daemon.go:336: [de9e0d84112f6] waiting for daemon to start daemon.go:364: [de9e0d84112f6] daemon started daemon.go:472: [de9e0d84112f6] Stopping daemon daemon.go:307: [de9e0d84112f6] exiting daemon daemon.go:459: [de9e0d84112f6] Daemon stopped === RUN TestConfigCreateWithLabels --- PASS: TestDiff (0.56s) === RUN TestExecWithCloseStdin --- PASS: TestExecWithCloseStdin (0.79s) === RUN TestExec --- PASS: TestExec (0.67s) === RUN TestExecUser --- PASS: TestExecUser (0.68s) === RUN TestExportContainerAndImportImage --- PASS: TestConfigCreateWithLabels (2.89s) config_test.go:350: Creating a new daemon daemon.go:336: [dbb23f6261afa] waiting for daemon to start daemon.go:336: [dbb23f6261afa] waiting for daemon to start daemon.go:364: [dbb23f6261afa] daemon started daemon.go:472: [dbb23f6261afa] Stopping daemon daemon.go:307: [dbb23f6261afa] exiting daemon daemon.go:459: [dbb23f6261afa] Daemon stopped === RUN TestConfigCreateResolve --- PASS: TestExportContainerAndImportImage (0.71s) === RUN TestExportContainerAfterDaemonRestart --- PASS: TestExportContainerAfterDaemonRestart (1.34s) export_test.go:63: Creating a new daemon daemon.go:336: [d1b6d46079f34] waiting for daemon to start daemon.go:336: [d1b6d46079f34] waiting for daemon to start daemon.go:364: [d1b6d46079f34] daemon started daemon.go:472: [d1b6d46079f34] Stopping daemon daemon.go:307: [d1b6d46079f34] exiting daemon daemon.go:459: [d1b6d46079f34] Daemon stopped daemon.go:336: [d1b6d46079f34] waiting for daemon to start daemon.go:336: [d1b6d46079f34] waiting for daemon to start daemon.go:364: [d1b6d46079f34] daemon started daemon.go:472: [d1b6d46079f34] Stopping daemon daemon.go:307: [d1b6d46079f34] exiting daemon daemon.go:459: [d1b6d46079f34] Daemon stopped === RUN TestHealthCheckWorkdir --- PASS: TestHealthCheckWorkdir (0.79s) === RUN TestHealthKillContainer --- PASS: TestConfigCreateResolve (2.87s) config_test.go:377: Creating a new daemon daemon.go:336: [d9b4e6c4d6f27] waiting for daemon to start daemon.go:336: [d9b4e6c4d6f27] waiting for daemon to start daemon.go:364: [d9b4e6c4d6f27] daemon started daemon.go:472: [d9b4e6c4d6f27] Stopping daemon daemon.go:307: [d9b4e6c4d6f27] exiting daemon daemon.go:459: [d9b4e6c4d6f27] Daemon stopped === RUN TestConfigDaemonLibtrustID --- PASS: TestConfigDaemonLibtrustID (0.53s) config_test.go:427: Creating a new daemon daemon.go:336: [d308cd6c0541a] waiting for daemon to start daemon.go:336: [d308cd6c0541a] waiting for daemon to start daemon.go:364: [d308cd6c0541a] daemon started daemon.go:472: [d308cd6c0541a] Stopping daemon daemon.go:307: [d308cd6c0541a] exiting daemon daemon.go:459: [d308cd6c0541a] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/secret INFO: Testing against a local daemon === RUN TestSecretInspect --- PASS: TestHealthKillContainer (2.67s) === RUN TestInspectCpusetInConfigPre120 --- PASS: TestInspectCpusetInConfigPre120 (0.54s) === RUN TestIpcModeNone --- PASS: TestIpcModeNone (0.67s) === RUN TestIpcModePrivate --- PASS: TestSecretInspect (3.00s) secret_test.go:25: Creating a new daemon daemon.go:336: [d4cb8fcc6a1fa] waiting for daemon to start daemon.go:336: [d4cb8fcc6a1fa] waiting for daemon to start daemon.go:364: [d4cb8fcc6a1fa] daemon started daemon.go:472: [d4cb8fcc6a1fa] Stopping daemon daemon.go:307: [d4cb8fcc6a1fa] exiting daemon daemon.go:459: [d4cb8fcc6a1fa] Daemon stopped === RUN TestSecretList --- PASS: TestIpcModePrivate (0.68s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false === RUN TestIpcModeShareable --- PASS: TestIpcModeShareable (0.80s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true === RUN TestAPIIpcModeShareableAndContainer --- PASS: TestAPIIpcModeShareableAndContainer (2.00s) === RUN TestAPIIpcModeHost --- PASS: TestSecretList (3.02s) secret_test.go:48: Creating a new daemon daemon.go:336: [d36382df097e3] waiting for daemon to start daemon.go:336: [d36382df097e3] waiting for daemon to start daemon.go:364: [d36382df097e3] daemon started daemon.go:472: [d36382df097e3] Stopping daemon daemon.go:307: [d36382df097e3] exiting daemon daemon.go:459: [d36382df097e3] Daemon stopped === RUN TestSecretsCreateAndDelete --- PASS: TestAPIIpcModeHost (0.49s) === RUN TestDaemonIpcModeShareable --- PASS: TestDaemonIpcModeShareable (1.41s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d0f93cf50e83d] waiting for daemon to start daemon.go:336: [d0f93cf50e83d] waiting for daemon to start daemon.go:364: [d0f93cf50e83d] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true daemon.go:472: [d0f93cf50e83d] Stopping daemon daemon.go:307: [d0f93cf50e83d] exiting daemon daemon.go:459: [d0f93cf50e83d] Daemon stopped === RUN TestDaemonIpcModePrivate --- PASS: TestSecretsCreateAndDelete (2.89s) secret_test.go:125: Creating a new daemon daemon.go:336: [dc411906ff7f0] waiting for daemon to start daemon.go:336: [dc411906ff7f0] waiting for daemon to start daemon.go:364: [dc411906ff7f0] daemon started daemon.go:472: [dc411906ff7f0] Stopping daemon daemon.go:307: [dc411906ff7f0] exiting daemon daemon.go:459: [dc411906ff7f0] Daemon stopped === RUN TestSecretsUpdate --- PASS: TestDaemonIpcModePrivate (1.36s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d184b378e3d82] waiting for daemon to start daemon.go:336: [d184b378e3d82] waiting for daemon to start daemon.go:364: [d184b378e3d82] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false daemon.go:472: [d184b378e3d82] Stopping daemon daemon.go:307: [d184b378e3d82] exiting daemon daemon.go:459: [d184b378e3d82] Daemon stopped === RUN TestDaemonIpcModePrivateFromConfig --- PASS: TestDaemonIpcModePrivateFromConfig (1.35s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [deaf1904a5164] waiting for daemon to start daemon.go:336: [deaf1904a5164] waiting for daemon to start daemon.go:364: [deaf1904a5164] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false daemon.go:472: [deaf1904a5164] Stopping daemon daemon.go:307: [deaf1904a5164] exiting daemon daemon.go:459: [deaf1904a5164] Daemon stopped === RUN TestDaemonIpcModeShareableFromConfig --- PASS: TestSecretsUpdate (3.15s) secret_test.go:172: Creating a new daemon daemon.go:336: [d6f44ac183729] waiting for daemon to start daemon.go:336: [d6f44ac183729] waiting for daemon to start daemon.go:364: [d6f44ac183729] daemon started daemon.go:472: [d6f44ac183729] Stopping daemon daemon.go:307: [d6f44ac183729] exiting daemon daemon.go:459: [d6f44ac183729] Daemon stopped === RUN TestTemplatedSecret --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d22eeaf46eff5] waiting for daemon to start daemon.go:336: [d22eeaf46eff5] waiting for daemon to start daemon.go:364: [d22eeaf46eff5] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true daemon.go:472: [d22eeaf46eff5] Stopping daemon daemon.go:307: [d22eeaf46eff5] exiting daemon daemon.go:459: [d22eeaf46eff5] Daemon stopped === RUN TestIpcModeOlderClient === PAUSE TestIpcModeOlderClient === RUN TestKillContainerInvalidSignal --- PASS: TestKillContainerInvalidSignal (0.57s) === RUN TestKillContainer === RUN TestKillContainer/no_signal === RUN TestKillContainer/non_killing_signal === RUN TestKillContainer/killing_signal --- PASS: TestKillContainer (1.81s) --- PASS: TestKillContainer/no_signal (0.58s) --- PASS: TestKillContainer/non_killing_signal (0.34s) --- PASS: TestKillContainer/killing_signal (0.63s) === RUN TestKillWithStopSignalAndRestartPolicies === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy --- PASS: TestKillWithStopSignalAndRestartPolicies (1.17s) --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) === RUN TestKillStoppedContainer --- PASS: TestKillStoppedContainer (0.07s) === RUN TestKillStoppedContainerAPIPre120 --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) === RUN TestKillDifferentUserContainer --- PASS: TestTemplatedSecret (3.66s) secret_test.go:221: Creating a new daemon daemon.go:336: [d40fbbcaaee28] waiting for daemon to start daemon.go:336: [d40fbbcaaee28] waiting for daemon to start daemon.go:364: [d40fbbcaaee28] daemon started daemon.go:472: [d40fbbcaaee28] Stopping daemon daemon.go:307: [d40fbbcaaee28] exiting daemon daemon.go:459: [d40fbbcaaee28] Daemon stopped === RUN TestSecretCreateResolve --- PASS: TestKillDifferentUserContainer (0.62s) === RUN TestInspectOomKilledTrue --- SKIP: TestInspectOomKilledTrue (0.00s) kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestInspectOomKilledFalse --- SKIP: TestInspectOomKilledFalse (0.00s) kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestLinksEtcHostsContentMatch --- PASS: TestLinksEtcHostsContentMatch (0.49s) === RUN TestLinksContainerNames --- PASS: TestLinksContainerNames (1.12s) === RUN TestLogsFollowTailEmpty --- PASS: TestSecretCreateResolve (2.89s) secret_test.go:342: Creating a new daemon daemon.go:336: [d30f1f7c82a24] waiting for daemon to start daemon.go:336: [d30f1f7c82a24] waiting for daemon to start daemon.go:364: [d30f1f7c82a24] daemon started daemon.go:472: [d30f1f7c82a24] Stopping daemon daemon.go:307: [d30f1f7c82a24] exiting daemon daemon.go:459: [d30f1f7c82a24] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/session INFO: Testing against a local daemon === RUN TestSessionCreate --- PASS: TestSessionCreate (0.02s) === RUN TestSessionCreateWithBadUpgrade --- PASS: TestSessionCreateWithBadUpgrade (0.02s) PASS Running /go/src/github.com/docker/docker/integration/plugin testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging INFO: Testing against a local daemon === RUN TestContinueAfterPluginCrash === PAUSE TestContinueAfterPluginCrash === RUN TestDaemonStartWithLogOpt === PAUSE TestDaemonStartWithLogOpt === CONT TestContinueAfterPluginCrash === CONT TestDaemonStartWithLogOpt --- PASS: TestLogsFollowTailEmpty (0.57s) === RUN TestContainerNetworkMountsNoChown --- PASS: TestContainerNetworkMountsNoChown (0.53s) === RUN TestMountDaemonRoot === RUN TestMountDaemonRoot/default === PAUSE TestMountDaemonRoot/default === RUN TestMountDaemonRoot/private === PAUSE TestMountDaemonRoot/private === RUN TestMountDaemonRoot/rprivate === PAUSE TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/slave === PAUSE TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/rslave === PAUSE TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/shared === PAUSE TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/rshared === PAUSE TestMountDaemonRoot/rshared === CONT TestMountDaemonRoot/default === RUN TestMountDaemonRoot/default/bind_root === PAUSE TestMountDaemonRoot/default/bind_root === CONT TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/default/bind_subpath === PAUSE TestMountDaemonRoot/default/bind_subpath === RUN TestMountDaemonRoot/rslave/bind_subpath === PAUSE TestMountDaemonRoot/rslave/bind_subpath === RUN TestMountDaemonRoot/rslave/mount_root === PAUSE TestMountDaemonRoot/rslave/mount_root === RUN TestMountDaemonRoot/rslave/mount_subpath === PAUSE TestMountDaemonRoot/rslave/mount_subpath === RUN TestMountDaemonRoot/rslave/bind_root === PAUSE TestMountDaemonRoot/rslave/bind_root === RUN TestMountDaemonRoot/default/mount_root === PAUSE TestMountDaemonRoot/default/mount_root === RUN TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/default/mount_subpath === CONT TestMountDaemonRoot/rshared === RUN TestMountDaemonRoot/rshared/bind_root === PAUSE TestMountDaemonRoot/rshared/bind_root === RUN TestMountDaemonRoot/rshared/bind_subpath === PAUSE TestMountDaemonRoot/rshared/bind_subpath === RUN TestMountDaemonRoot/rshared/mount_root === PAUSE TestMountDaemonRoot/rshared/mount_root === RUN TestMountDaemonRoot/rshared/mount_subpath === PAUSE TestMountDaemonRoot/rshared/mount_subpath === CONT TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/shared/bind_root === PAUSE TestMountDaemonRoot/shared/bind_root === RUN TestMountDaemonRoot/shared/bind_subpath === PAUSE TestMountDaemonRoot/shared/bind_subpath === RUN TestMountDaemonRoot/shared/mount_root === PAUSE TestMountDaemonRoot/shared/mount_root === RUN TestMountDaemonRoot/shared/mount_subpath === PAUSE TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/rprivate/bind_root === PAUSE TestMountDaemonRoot/rprivate/bind_root === RUN TestMountDaemonRoot/rprivate/bind_subpath === PAUSE TestMountDaemonRoot/rprivate/bind_subpath === RUN TestMountDaemonRoot/rprivate/mount_root === PAUSE TestMountDaemonRoot/rprivate/mount_root === RUN TestMountDaemonRoot/rprivate/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/slave/bind_root === PAUSE TestMountDaemonRoot/slave/bind_root === RUN TestMountDaemonRoot/slave/bind_subpath === PAUSE TestMountDaemonRoot/slave/bind_subpath === RUN TestMountDaemonRoot/slave/mount_root === PAUSE TestMountDaemonRoot/slave/mount_root === RUN TestMountDaemonRoot/slave/mount_subpath === PAUSE TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/private === RUN TestMountDaemonRoot/private/mount_root === PAUSE TestMountDaemonRoot/private/mount_root === RUN TestMountDaemonRoot/private/mount_subpath === PAUSE TestMountDaemonRoot/private/mount_subpath === RUN TestMountDaemonRoot/private/bind_root === PAUSE TestMountDaemonRoot/private/bind_root === RUN TestMountDaemonRoot/private/bind_subpath === PAUSE TestMountDaemonRoot/private/bind_subpath === CONT TestMountDaemonRoot/rslave/bind_subpath === CONT TestMountDaemonRoot/default/bind_root === CONT TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/rslave/bind_root === CONT TestMountDaemonRoot/rslave/mount_subpath === CONT TestMountDaemonRoot/rslave/mount_root === CONT TestMountDaemonRoot/shared/bind_root === CONT TestMountDaemonRoot/default/mount_subpath === CONT TestMountDaemonRoot/default/mount_root === CONT TestMountDaemonRoot/default/bind_subpath === CONT TestMountDaemonRoot/rprivate/bind_root === CONT TestMountDaemonRoot/rshared/mount_subpath === CONT TestMountDaemonRoot/rshared/mount_root === CONT TestMountDaemonRoot/rshared/bind_subpath === CONT TestMountDaemonRoot/slave/bind_root === CONT TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/shared/mount_root === CONT TestMountDaemonRoot/shared/bind_subpath === CONT TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/rprivate/bind_subpath === CONT TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/slave/bind_subpath === CONT TestMountDaemonRoot/private/bind_subpath === CONT TestMountDaemonRoot/private/bind_root === CONT TestMountDaemonRoot/private/mount_subpath --- PASS: TestMountDaemonRoot (0.02s) --- PASS: TestMountDaemonRoot/rslave (0.00s) --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) --- PASS: TestMountDaemonRoot/default (0.00s) --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/rshared (0.00s) --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) --- PASS: TestMountDaemonRoot/shared (0.00s) --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) --- PASS: TestMountDaemonRoot/rprivate (0.00s) --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) --- PASS: TestMountDaemonRoot/slave (0.00s) --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) --- PASS: TestMountDaemonRoot/private (0.00s) --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) === RUN TestContainerBindMountNonRecursive --- PASS: TestContainerBindMountNonRecursive (1.37s) === RUN TestNetworkNat --- PASS: TestNetworkNat (0.55s) === RUN TestNetworkLocalhostTCPNat --- PASS: TestNetworkLocalhostTCPNat (0.68s) === RUN TestNetworkLoopbackNat --- PASS: TestNetworkLoopbackNat (0.84s) === RUN TestPause --- PASS: TestPause (0.58s) === RUN TestPauseFailsOnWindowsServerContainers --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" === RUN TestPauseStopPausedContainer --- PASS: TestPauseStopPausedContainer (0.65s) === RUN TestPsFilter --- PASS: TestPsFilter (0.18s) === RUN TestRemoveContainerWithRemovedVolume ok github.com/docker/docker/cmd/dockerd 0.069s coverage: 29.9% of statements ok github.com/docker/docker/container 0.127s coverage: 35.5% of statements ? github.com/docker/docker/container/stream [no test files] ? github.com/docker/docker/contrib/apparmor [no test files] ? github.com/docker/docker/contrib/docker-device-tool [no test files] ? github.com/docker/docker/contrib/httpserver [no test files] --- PASS: TestRemoveContainerWithRemovedVolume (0.56s) === RUN TestRemoveContainerWithVolume --- PASS: TestRemoveContainerWithVolume (0.58s) === RUN TestRemoveContainerRunning --- PASS: TestRemoveContainerRunning (0.58s) === RUN TestRemoveContainerForceRemoveRunning --- PASS: TestRemoveContainerForceRemoveRunning (0.55s) === RUN TestRemoveInvalidContainer --- PASS: TestRemoveInvalidContainer (0.01s) === RUN TestRenameLinkedContainer --- PASS: TestRenameLinkedContainer (2.33s) === RUN TestRenameStoppedContainer --- PASS: TestDaemonStartWithLogOpt (10.43s) validation_test.go:23: Creating a new daemon daemon.go:336: [d719f26bb08b8] waiting for daemon to start daemon.go:336: [d719f26bb08b8] waiting for daemon to start daemon.go:364: [d719f26bb08b8] daemon started daemon.go:472: [d719f26bb08b8] Stopping daemon daemon.go:307: [d719f26bb08b8] exiting daemon daemon.go:459: [d719f26bb08b8] Daemon stopped daemon.go:336: [d719f26bb08b8] waiting for daemon to start daemon.go:336: [d719f26bb08b8] waiting for daemon to start daemon.go:364: [d719f26bb08b8] daemon started daemon.go:472: [d719f26bb08b8] Stopping daemon daemon.go:307: [d719f26bb08b8] exiting daemon daemon.go:459: [d719f26bb08b8] Daemon stopped --- PASS: TestRenameStoppedContainer (0.54s) === RUN TestRenameRunningContainerAndReuse --- PASS: TestRenameRunningContainerAndReuse (1.17s) === RUN TestRenameInvalidName --- PASS: TestRenameInvalidName (0.56s) === RUN TestRenameAnonymousContainer --- PASS: TestContinueAfterPluginCrash (15.39s) logging_linux_test.go:22: Creating a new daemon daemon.go:336: [d2d0ec9b54d08] waiting for daemon to start daemon.go:336: [d2d0ec9b54d08] waiting for daemon to start daemon.go:364: [d2d0ec9b54d08] daemon started daemon.go:472: [d2d0ec9b54d08] Stopping daemon daemon.go:307: [d2d0ec9b54d08] exiting daemon daemon.go:459: [d2d0ec9b54d08] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/close_on_start testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/authz INFO: Testing against a local daemon === RUN TestAuthZPluginAllowRequest --- PASS: TestRenameAnonymousContainer (2.85s) === RUN TestRenameContainerWithSameName --- PASS: TestRenameContainerWithSameName (0.55s) === RUN TestRenameContainerWithLinkedContainer --- PASS: TestAuthZPluginAllowRequest (1.62s) main_test.go:54: Creating a new daemon daemon.go:336: [df006073e6c15] waiting for daemon to start daemon.go:336: [df006073e6c15] waiting for daemon to start daemon.go:364: [df006073e6c15] daemon started daemon.go:472: [df006073e6c15] Stopping daemon daemon.go:307: [df006073e6c15] exiting daemon daemon.go:459: [df006073e6c15] Daemon stopped === RUN TestAuthZPluginTLS --- PASS: TestAuthZPluginTLS (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [dc30ca6100cf9] waiting for daemon to start daemon.go:336: [dc30ca6100cf9] waiting for daemon to start daemon.go:364: [dc30ca6100cf9] daemon started daemon.go:472: [dc30ca6100cf9] Stopping daemon daemon.go:307: [dc30ca6100cf9] exiting daemon daemon.go:459: [dc30ca6100cf9] Daemon stopped === RUN TestAuthZPluginDenyRequest --- PASS: TestRenameContainerWithLinkedContainer (1.22s) === RUN TestResize --- PASS: TestAuthZPluginDenyRequest (0.52s) main_test.go:54: Creating a new daemon daemon.go:336: [d019500a29fdf] waiting for daemon to start daemon.go:336: [d019500a29fdf] waiting for daemon to start daemon.go:364: [d019500a29fdf] daemon started daemon.go:472: [d019500a29fdf] Stopping daemon daemon.go:307: [d019500a29fdf] exiting daemon daemon.go:459: [d019500a29fdf] Daemon stopped === RUN TestAuthZPluginAPIDenyResponse --- PASS: TestResize (0.60s) === RUN TestResizeWithInvalidSize --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) main_test.go:54: Creating a new daemon daemon.go:336: [d0a1a30936116] waiting for daemon to start daemon.go:336: [d0a1a30936116] waiting for daemon to start daemon.go:364: [d0a1a30936116] daemon started daemon.go:472: [d0a1a30936116] Stopping daemon daemon.go:307: [d0a1a30936116] exiting daemon daemon.go:459: [d0a1a30936116] Daemon stopped === RUN TestAuthZPluginDenyResponse --- PASS: TestResizeWithInvalidSize (0.63s) === RUN TestResizeWhenContainerNotStarted --- PASS: TestAuthZPluginDenyResponse (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [d728e67d3bada] waiting for daemon to start daemon.go:336: [d728e67d3bada] waiting for daemon to start daemon.go:364: [d728e67d3bada] daemon started daemon.go:472: [d728e67d3bada] Stopping daemon daemon.go:307: [d728e67d3bada] exiting daemon daemon.go:459: [d728e67d3bada] Daemon stopped === RUN TestAuthZPluginAllowEventStream --- PASS: TestResizeWhenContainerNotStarted (0.53s) === RUN TestDaemonRestartKillContainers === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon --- PASS: TestAuthZPluginAllowEventStream (1.69s) main_test.go:54: Creating a new daemon daemon.go:336: [daecfd00a4687] waiting for daemon to start daemon.go:336: [daecfd00a4687] waiting for daemon to start daemon.go:364: [daecfd00a4687] daemon started daemon.go:472: [daecfd00a4687] Stopping daemon daemon.go:307: [daecfd00a4687] exiting daemon daemon.go:459: [daecfd00a4687] Daemon stopped === RUN TestAuthZPluginErrorResponse --- PASS: TestAuthZPluginErrorResponse (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [d116a11a81ba3] waiting for daemon to start daemon.go:336: [d116a11a81ba3] waiting for daemon to start daemon.go:364: [d116a11a81ba3] daemon started daemon.go:472: [d116a11a81ba3] Stopping daemon daemon.go:307: [d116a11a81ba3] exiting daemon daemon.go:459: [d116a11a81ba3] Daemon stopped === RUN TestAuthZPluginErrorRequest === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon --- PASS: TestAuthZPluginErrorRequest (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [dac93d513544b] waiting for daemon to start daemon.go:336: [dac93d513544b] waiting for daemon to start daemon.go:364: [dac93d513544b] daemon started daemon.go:472: [dac93d513544b] Stopping daemon daemon.go:307: [dac93d513544b] exiting daemon daemon.go:459: [dac93d513544b] Daemon stopped === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [d7f9429dde9b2] waiting for daemon to start daemon.go:336: [d7f9429dde9b2] waiting for daemon to start daemon.go:364: [d7f9429dde9b2] daemon started daemon.go:472: [d7f9429dde9b2] Stopping daemon daemon.go:307: [d7f9429dde9b2] exiting daemon daemon.go:459: [d7f9429dde9b2] Daemon stopped === RUN TestAuthZPluginEnsureLoadImportWorking === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) main_test.go:54: Creating a new daemon daemon.go:336: [d780c2263df9c] waiting for daemon to start daemon.go:336: [d780c2263df9c] waiting for daemon to start daemon.go:364: [d780c2263df9c] daemon started daemon.go:472: [d780c2263df9c] Stopping daemon daemon.go:307: [d780c2263df9c] exiting daemon daemon.go:459: [d780c2263df9c] Daemon stopped === RUN TestAuthzPluginEnsureContainerCopyToFrom === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s) main_test.go:54: Creating a new daemon daemon.go:336: [d0f65f3d626de] waiting for daemon to start daemon.go:336: [d0f65f3d626de] waiting for daemon to start daemon.go:364: [d0f65f3d626de] daemon started daemon.go:472: [d0f65f3d626de] Stopping daemon daemon.go:307: [d0f65f3d626de] exiting daemon daemon.go:459: [d0f65f3d626de] Daemon stopped === RUN TestAuthZPluginHeader === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon --- PASS: TestAuthZPluginHeader (0.87s) main_test.go:54: Creating a new daemon daemon.go:336: [d23a42accd4a8] waiting for daemon to start daemon.go:336: [d23a42accd4a8] waiting for daemon to start daemon.go:364: [d23a42accd4a8] daemon started daemon.go:472: [d23a42accd4a8] Stopping daemon daemon.go:307: [d23a42accd4a8] exiting daemon daemon.go:459: [d23a42accd4a8] Daemon stopped === RUN TestAuthZPluginV2AllowNonVolumeRequest --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2Disable --- SKIP: TestAuthZPluginV2Disable (0.00s) authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2RejectVolumeRequests --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2BadManifestFailsDaemonStart --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2NonexistentFailsDaemonStart === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon --- PASS: TestDaemonRestartKillContainers (0.00s) --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.81s) restart_test.go:67: Creating a new daemon daemon.go:336: [dd6ccfff5f031] waiting for daemon to start daemon.go:336: [dd6ccfff5f031] waiting for daemon to start daemon.go:364: [dd6ccfff5f031] daemon started daemon.go:307: [dd6ccfff5f031] exiting daemon daemon.go:336: [dd6ccfff5f031] waiting for daemon to start daemon.go:336: [dd6ccfff5f031] waiting for daemon to start daemon.go:364: [dd6ccfff5f031] daemon started daemon.go:472: [dd6ccfff5f031] Stopping daemon daemon.go:307: [dd6ccfff5f031] exiting daemon daemon.go:459: [dd6ccfff5f031] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.04s) restart_test.go:67: Creating a new daemon daemon.go:336: [de5056b44c61d] waiting for daemon to start daemon.go:336: [de5056b44c61d] waiting for daemon to start daemon.go:364: [de5056b44c61d] daemon started daemon.go:307: [de5056b44c61d] exiting daemon daemon.go:336: [de5056b44c61d] waiting for daemon to start daemon.go:336: [de5056b44c61d] waiting for daemon to start daemon.go:364: [de5056b44c61d] daemon started daemon.go:472: [de5056b44c61d] Stopping daemon daemon.go:307: [de5056b44c61d] exiting daemon daemon.go:459: [de5056b44c61d] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.24s) restart_test.go:67: Creating a new daemon daemon.go:336: [d36004192c872] waiting for daemon to start daemon.go:336: [d36004192c872] waiting for daemon to start daemon.go:364: [d36004192c872] daemon started daemon.go:472: [d36004192c872] Stopping daemon daemon.go:307: [d36004192c872] exiting daemon daemon.go:459: [d36004192c872] Daemon stopped daemon.go:336: [d36004192c872] waiting for daemon to start daemon.go:336: [d36004192c872] waiting for daemon to start daemon.go:364: [d36004192c872] daemon started daemon.go:472: [d36004192c872] Stopping daemon daemon.go:307: [d36004192c872] exiting daemon daemon.go:459: [d36004192c872] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.19s) restart_test.go:67: Creating a new daemon daemon.go:336: [dc274e6f0d936] waiting for daemon to start daemon.go:336: [dc274e6f0d936] waiting for daemon to start daemon.go:364: [dc274e6f0d936] daemon started daemon.go:336: [dc274e6f0d936] waiting for daemon to start daemon.go:307: [dc274e6f0d936] exiting daemon daemon.go:336: [dc274e6f0d936] waiting for daemon to start daemon.go:364: [dc274e6f0d936] daemon started daemon.go:472: [dc274e6f0d936] Stopping daemon daemon.go:307: [dc274e6f0d936] exiting daemon daemon.go:459: [dc274e6f0d936] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s) restart_test.go:67: Creating a new daemon daemon.go:336: [d44944309029e] waiting for daemon to start daemon.go:336: [d44944309029e] waiting for daemon to start daemon.go:364: [d44944309029e] daemon started daemon.go:472: [d44944309029e] Stopping daemon daemon.go:307: [d44944309029e] exiting daemon daemon.go:459: [d44944309029e] Daemon stopped daemon.go:336: [d44944309029e] waiting for daemon to start daemon.go:336: [d44944309029e] waiting for daemon to start daemon.go:364: [d44944309029e] daemon started daemon.go:472: [d44944309029e] Stopping daemon daemon.go:307: [d44944309029e] exiting daemon daemon.go:459: [d44944309029e] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.95s) restart_test.go:67: Creating a new daemon daemon.go:336: [d3ac82b4fed16] waiting for daemon to start daemon.go:336: [d3ac82b4fed16] waiting for daemon to start daemon.go:364: [d3ac82b4fed16] daemon started daemon.go:307: [d3ac82b4fed16] exiting daemon daemon.go:336: [d3ac82b4fed16] waiting for daemon to start daemon.go:336: [d3ac82b4fed16] waiting for daemon to start daemon.go:364: [d3ac82b4fed16] daemon started daemon.go:472: [d3ac82b4fed16] Stopping daemon daemon.go:307: [d3ac82b4fed16] exiting daemon daemon.go:459: [d3ac82b4fed16] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) restart_test.go:67: Creating a new daemon daemon.go:336: [dc0ff4301a1df] waiting for daemon to start daemon.go:336: [dc0ff4301a1df] waiting for daemon to start daemon.go:364: [dc0ff4301a1df] daemon started daemon.go:336: [dc0ff4301a1df] waiting for daemon to start daemon.go:307: [dc0ff4301a1df] exiting daemon daemon.go:336: [dc0ff4301a1df] waiting for daemon to start daemon.go:364: [dc0ff4301a1df] daemon started daemon.go:472: [dc0ff4301a1df] Stopping daemon daemon.go:307: [dc0ff4301a1df] exiting daemon daemon.go:459: [dc0ff4301a1df] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.88s) restart_test.go:67: Creating a new daemon daemon.go:336: [d72348813abb0] waiting for daemon to start daemon.go:336: [d72348813abb0] waiting for daemon to start daemon.go:364: [d72348813abb0] daemon started daemon.go:472: [d72348813abb0] Stopping daemon daemon.go:307: [d72348813abb0] exiting daemon daemon.go:459: [d72348813abb0] Daemon stopped daemon.go:336: [d72348813abb0] waiting for daemon to start daemon.go:336: [d72348813abb0] waiting for daemon to start daemon.go:364: [d72348813abb0] daemon started daemon.go:472: [d72348813abb0] Stopping daemon daemon.go:307: [d72348813abb0] exiting daemon daemon.go:459: [d72348813abb0] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) restart_test.go:67: Creating a new daemon daemon.go:336: [da5dbbee2e9fc] waiting for daemon to start daemon.go:336: [da5dbbee2e9fc] waiting for daemon to start daemon.go:364: [da5dbbee2e9fc] daemon started daemon.go:472: [da5dbbee2e9fc] Stopping daemon daemon.go:307: [da5dbbee2e9fc] exiting daemon daemon.go:459: [da5dbbee2e9fc] Daemon stopped daemon.go:336: [da5dbbee2e9fc] waiting for daemon to start daemon.go:336: [da5dbbee2e9fc] waiting for daemon to start daemon.go:364: [da5dbbee2e9fc] daemon started daemon.go:472: [da5dbbee2e9fc] Stopping daemon daemon.go:307: [da5dbbee2e9fc] exiting daemon daemon.go:459: [da5dbbee2e9fc] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) restart_test.go:67: Creating a new daemon daemon.go:336: [dcd3618d8a837] waiting for daemon to start daemon.go:336: [dcd3618d8a837] waiting for daemon to start daemon.go:364: [dcd3618d8a837] daemon started daemon.go:336: [dcd3618d8a837] waiting for daemon to start daemon.go:307: [dcd3618d8a837] exiting daemon daemon.go:336: [dcd3618d8a837] waiting for daemon to start daemon.go:364: [dcd3618d8a837] daemon started daemon.go:472: [dcd3618d8a837] Stopping daemon daemon.go:307: [dcd3618d8a837] exiting daemon daemon.go:459: [dcd3618d8a837] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) restart_test.go:67: Creating a new daemon daemon.go:336: [dd5445d4f3057] waiting for daemon to start daemon.go:336: [dd5445d4f3057] waiting for daemon to start daemon.go:364: [dd5445d4f3057] daemon started daemon.go:472: [dd5445d4f3057] Stopping daemon daemon.go:307: [dd5445d4f3057] exiting daemon daemon.go:459: [dd5445d4f3057] Daemon stopped daemon.go:336: [dd5445d4f3057] waiting for daemon to start daemon.go:336: [dd5445d4f3057] waiting for daemon to start daemon.go:364: [dd5445d4f3057] daemon started daemon.go:472: [dd5445d4f3057] Stopping daemon daemon.go:307: [dd5445d4f3057] exiting daemon daemon.go:459: [dd5445d4f3057] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.80s) restart_test.go:67: Creating a new daemon daemon.go:336: [d7cb650643faf] waiting for daemon to start daemon.go:336: [d7cb650643faf] waiting for daemon to start daemon.go:364: [d7cb650643faf] daemon started daemon.go:472: [d7cb650643faf] Stopping daemon daemon.go:307: [d7cb650643faf] exiting daemon daemon.go:459: [d7cb650643faf] Daemon stopped daemon.go:336: [d7cb650643faf] waiting for daemon to start daemon.go:336: [d7cb650643faf] waiting for daemon to start daemon.go:364: [d7cb650643faf] daemon started daemon.go:472: [d7cb650643faf] Stopping daemon daemon.go:307: [d7cb650643faf] exiting daemon daemon.go:459: [d7cb650643faf] Daemon stopped === RUN TestCgroupNamespacesRun --- PASS: TestCgroupNamespacesRun (1.40s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d6d7c34fa95d7] waiting for daemon to start daemon.go:336: [d6d7c34fa95d7] waiting for daemon to start daemon.go:364: [d6d7c34fa95d7] daemon started daemon.go:472: [d6d7c34fa95d7] Stopping daemon daemon.go:307: [d6d7c34fa95d7] exiting daemon daemon.go:459: [d6d7c34fa95d7] Daemon stopped === RUN TestCgroupNamespacesRunPrivileged --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) run_cgroupns_linux_test.go:71: requirement.CgroupNamespacesEnabled() === RUN TestCgroupNamespacesRunDaemonHostMode --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.39s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d3a39dbffa0f4] waiting for daemon to start daemon.go:336: [d3a39dbffa0f4] waiting for daemon to start daemon.go:364: [d3a39dbffa0f4] daemon started daemon.go:472: [d3a39dbffa0f4] Stopping daemon daemon.go:307: [d3a39dbffa0f4] exiting daemon daemon.go:459: [d3a39dbffa0f4] Daemon stopped === RUN TestCgroupNamespacesRunHostMode ok github.com/docker/docker/daemon 12.172s coverage: 17.5% of statements --- PASS: TestCgroupNamespacesRunHostMode (1.35s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [dc3aef0e00bf3] waiting for daemon to start daemon.go:336: [dc3aef0e00bf3] waiting for daemon to start daemon.go:364: [dc3aef0e00bf3] daemon started daemon.go:472: [dc3aef0e00bf3] Stopping daemon daemon.go:307: [dc3aef0e00bf3] exiting daemon daemon.go:459: [dc3aef0e00bf3] Daemon stopped === RUN TestCgroupNamespacesRunPrivateMode --- PASS: TestCgroupNamespacesRunPrivateMode (1.34s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [dbe7487fb7dc0] waiting for daemon to start daemon.go:336: [dbe7487fb7dc0] waiting for daemon to start daemon.go:364: [dbe7487fb7dc0] daemon started daemon.go:472: [dbe7487fb7dc0] Stopping daemon daemon.go:307: [dbe7487fb7dc0] exiting daemon daemon.go:459: [dbe7487fb7dc0] Daemon stopped === RUN TestCgroupNamespacesRunPrivilegedAndPrivate --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.70s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [d3027500d8f9b] waiting for daemon to start daemon.go:336: [d3027500d8f9b] waiting for daemon to start daemon.go:364: [d3027500d8f9b] daemon started daemon.go:472: [d3027500d8f9b] Stopping daemon daemon.go:307: [d3027500d8f9b] exiting daemon daemon.go:459: [d3027500d8f9b] Daemon stopped === RUN TestCgroupNamespacesRunInvalidMode --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [d9c4a05861754] waiting for daemon to start daemon.go:336: [d9c4a05861754] waiting for daemon to start daemon.go:364: [d9c4a05861754] daemon started daemon.go:472: [d9c4a05861754] Stopping daemon daemon.go:307: [d9c4a05861754] exiting daemon daemon.go:459: [d9c4a05861754] Daemon stopped === RUN TestCgroupNamespacesRunOlderClient --- PASS: TestCgroupNamespacesRunOlderClient (1.47s) run_cgroupns_linux_test.go:139: Creating a new daemon daemon.go:336: [d3a0486ac13d5] waiting for daemon to start daemon.go:336: [d3a0486ac13d5] waiting for daemon to start daemon.go:364: [d3a0486ac13d5] daemon started daemon.go:472: [d3a0486ac13d5] Stopping daemon daemon.go:307: [d3a0486ac13d5] exiting daemon daemon.go:459: [d3a0486ac13d5] Daemon stopped === RUN TestKernelTCPMemory --- PASS: TestKernelTCPMemory (0.69s) === RUN TestNISDomainname --- PASS: TestNISDomainname (0.76s) === RUN TestHostnameDnsResolution --- PASS: TestHostnameDnsResolution (1.05s) === RUN TestStats --- PASS: TestStats (1.92s) === RUN TestStopContainerWithTimeout === RUN TestStopContainerWithTimeout/0 === PAUSE TestStopContainerWithTimeout/0 === RUN TestStopContainerWithTimeout/1 === PAUSE TestStopContainerWithTimeout/1 === RUN TestStopContainerWithTimeout/3 === PAUSE TestStopContainerWithTimeout/3 === RUN TestStopContainerWithTimeout/-1 === PAUSE TestStopContainerWithTimeout/-1 === CONT TestStopContainerWithTimeout/0 === CONT TestStopContainerWithTimeout/3 === CONT TestStopContainerWithTimeout/-1 === CONT TestStopContainerWithTimeout/1 ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) main_test.go:54: Creating a new daemon daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:364: [d440dc6bd4cfc] daemon started daemon.go:472: [d440dc6bd4cfc] Stopping daemon daemon.go:307: [d440dc6bd4cfc] exiting daemon daemon.go:459: [d440dc6bd4cfc] Daemon stopped daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:350: [d440dc6bd4cfc] error pinging daemon on start: Get http://d440dc6bd4cfc.sock/_ping: context deadline exceeded daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:350: [d440dc6bd4cfc] error pinging daemon on start: Get http://d440dc6bd4cfc.sock/_ping: context deadline exceeded daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:350: [d440dc6bd4cfc] error pinging daemon on start: Get http://d440dc6bd4cfc.sock/_ping: context deadline exceeded daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:350: [d440dc6bd4cfc] error pinging daemon on start: Get http://d440dc6bd4cfc.sock/_ping: context deadline exceeded daemon.go:307: [d440dc6bd4cfc] exiting daemon daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:336: [d440dc6bd4cfc] waiting for daemon to start daemon.go:364: [d440dc6bd4cfc] daemon started daemon.go:472: [d440dc6bd4cfc] Stopping daemon daemon.go:307: [d440dc6bd4cfc] exiting daemon daemon.go:459: [d440dc6bd4cfc] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/graphdriver INFO: Testing against a local daemon === RUN TestExternalGraphDriver === RUN TestExternalGraphDriver/json === RUN TestExternalGraphDriver/spec --- PASS: TestStopContainerWithTimeout (0.01s) --- PASS: TestStopContainerWithTimeout/0 (0.82s) --- PASS: TestStopContainerWithTimeout/3 (2.83s) --- PASS: TestStopContainerWithTimeout/-1 (2.53s) --- PASS: TestStopContainerWithTimeout/1 (1.57s) === RUN TestDeleteDevicemapper --- SKIP: TestDeleteDevicemapper (0.00s) stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" === RUN TestStopContainerWithRestartPolicyAlways === RUN TestExternalGraphDriver/pull --- PASS: TestStopContainerWithRestartPolicyAlways (1.53s) === RUN TestUpdateMemory --- SKIP: TestUpdateMemory (0.00s) update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit === RUN TestUpdateCPUQuota ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements --- PASS: TestUpdateCPUQuota (1.17s) === RUN TestUpdatePidsLimit === RUN TestUpdatePidsLimit/update_from_none === RUN TestUpdatePidsLimit/no_change --- PASS: TestExternalGraphDriver (6.36s) external_test.go:57: Creating a new daemon daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:364: [db1067a35b7de] daemon started daemon.go:472: [db1067a35b7de] Stopping daemon daemon.go:307: [db1067a35b7de] exiting daemon daemon.go:459: [db1067a35b7de] Daemon stopped daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:364: [db1067a35b7de] daemon started daemon.go:472: [db1067a35b7de] Stopping daemon daemon.go:307: [db1067a35b7de] exiting daemon daemon.go:459: [db1067a35b7de] Daemon stopped --- PASS: TestExternalGraphDriver/json (2.02s) daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:364: [db1067a35b7de] daemon started daemon.go:472: [db1067a35b7de] Stopping daemon daemon.go:307: [db1067a35b7de] exiting daemon daemon.go:459: [db1067a35b7de] Daemon stopped daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:364: [db1067a35b7de] daemon started daemon.go:472: [db1067a35b7de] Stopping daemon daemon.go:307: [db1067a35b7de] exiting daemon daemon.go:459: [db1067a35b7de] Daemon stopped --- PASS: TestExternalGraphDriver/spec (2.00s) daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:336: [db1067a35b7de] waiting for daemon to start daemon.go:364: [db1067a35b7de] daemon started daemon.go:472: [db1067a35b7de] Stopping daemon daemon.go:307: [db1067a35b7de] exiting daemon daemon.go:459: [db1067a35b7de] Daemon stopped --- PASS: TestExternalGraphDriver/pull (2.18s) === RUN TestGraphdriverPluginV2 --- SKIP: TestGraphdriverPluginV2 (0.07s) external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" PASS Running /go/src/github.com/docker/docker/integration/plugin/common INFO: Testing against a local daemon === RUN TestPluginInvalidJSON === RUN TestPluginInvalidJSON//plugins/foobar/set === PAUSE TestPluginInvalidJSON//plugins/foobar/set === CONT TestPluginInvalidJSON//plugins/foobar/set --- PASS: TestPluginInvalidJSON (0.01s) --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes INFO: Testing against a local daemon === RUN TestPluginWithDevMounts === PAUSE TestPluginWithDevMounts === CONT TestPluginWithDevMounts === RUN TestUpdatePidsLimit/update_lower === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value === RUN TestUpdatePidsLimit/unset_limit_with_zero === RUN TestUpdatePidsLimit/unset_limit_with_minus_one === RUN TestUpdatePidsLimit/unset_limit_with_minus_two --- PASS: TestPluginWithDevMounts (1.95s) mounts_test.go:23: Creating a new daemon daemon.go:336: [da277b35e1ae4] waiting for daemon to start daemon.go:336: [da277b35e1ae4] waiting for daemon to start daemon.go:364: [da277b35e1ae4] daemon started daemon.go:472: [da277b35e1ae4] Stopping daemon daemon.go:307: [da277b35e1ae4] exiting daemon daemon.go:459: [da277b35e1ae4] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/container INFO: Testing against a local daemon === RUN TestCheckpoint --- SKIP: TestCheckpoint (0.00s) checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 === RUN TestContainerInvalidJSON === RUN TestContainerInvalidJSON//containers/foobar/copy === PAUSE TestContainerInvalidJSON//containers/foobar/copy === RUN TestContainerInvalidJSON//containers/foobar/exec === PAUSE TestContainerInvalidJSON//containers/foobar/exec === RUN TestContainerInvalidJSON//exec/foobar/start === PAUSE TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/copy === CONT TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/exec --- PASS: TestContainerInvalidJSON (0.00s) --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) === RUN TestCopyFromContainerPathDoesNotExist --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) === RUN TestCopyFromContainerPathIsNotDir --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) === RUN TestCopyToContainerPathDoesNotExist --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) === RUN TestCopyToContainerPathIsNotDir --- PASS: TestCopyToContainerPathIsNotDir (0.08s) === RUN TestCopyFromContainer --- PASS: TestUpdatePidsLimit (3.30s) --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) --- PASS: TestUpdatePidsLimit/no_change (0.35s) --- PASS: TestUpdatePidsLimit/update_lower (0.32s) --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) === RUN TestUpdateRestartPolicy ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 35.8% of statements ? github.com/docker/docker/daemon/cluster/executor [no test files] Created binary: bundles/binary-daemon/dockerd-dev Copying nested executables into bundles/binary-daemon ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-dev GOOS="" GOARCH="" GOARM="" === RUN TestCopyFromContainer// === RUN TestCopyFromContainer//bar/root === RUN TestCopyFromContainer//bar/root/ === RUN TestCopyFromContainer/bar/quux === RUN TestCopyFromContainer/bar/quux/ === RUN TestCopyFromContainer/bar/quux/baz === RUN TestCopyFromContainer/bar/filesymlink === RUN TestCopyFromContainer/bar/dirsymlink === RUN TestCopyFromContainer/bar/dirsymlink/ === RUN TestCopyFromContainer/bar/notarget --- PASS: TestCopyFromContainer (4.06s) --- PASS: TestCopyFromContainer// (0.06s) --- PASS: TestCopyFromContainer//bar/root (0.05s) --- PASS: TestCopyFromContainer//bar/root/ (0.06s) --- PASS: TestCopyFromContainer/bar/quux (0.07s) --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) --- PASS: TestCopyFromContainer/bar/notarget (0.07s) === RUN TestCreateFailsWhenIdentifierDoesNotExist === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) === RUN TestCreateWithInvalidEnv === RUN TestCreateWithInvalidEnv/0 === PAUSE TestCreateWithInvalidEnv/0 === RUN TestCreateWithInvalidEnv/1 === PAUSE TestCreateWithInvalidEnv/1 === RUN TestCreateWithInvalidEnv/2 === PAUSE TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/0 === CONT TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/1 --- PASS: TestCreateWithInvalidEnv (0.01s) --- PASS: TestCreateWithInvalidEnv/2 (0.00s) --- PASS: TestCreateWithInvalidEnv/1 (0.00s) --- PASS: TestCreateWithInvalidEnv/0 (0.02s) === RUN TestCreateTmpfsMountsTarget --- PASS: TestCreateTmpfsMountsTarget (0.01s) === RUN TestCreateWithCustomMaskedPaths --- PASS: TestCreateWithCustomMaskedPaths (2.58s) === RUN TestCreateWithCapabilities === RUN TestCreateWithCapabilities/no_capabilities === PAUSE TestCreateWithCapabilities/no_capabilities === RUN TestCreateWithCapabilities/empty_capabilities === PAUSE TestCreateWithCapabilities/empty_capabilities === RUN TestCreateWithCapabilities/valid_capabilities === PAUSE TestCreateWithCapabilities/valid_capabilities === RUN TestCreateWithCapabilities/invalid_capabilities === PAUSE TestCreateWithCapabilities/invalid_capabilities === RUN TestCreateWithCapabilities/duplicate_capabilities === PAUSE TestCreateWithCapabilities/duplicate_capabilities === RUN TestCreateWithCapabilities/capabilities_API_v1.39 === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 === RUN TestCreateWithCapabilities/empty_capadd === PAUSE TestCreateWithCapabilities/empty_capadd === RUN TestCreateWithCapabilities/empty_capdrop === PAUSE TestCreateWithCapabilities/empty_capdrop === RUN TestCreateWithCapabilities/capadd_capdrop === PAUSE TestCreateWithCapabilities/capadd_capdrop === RUN TestCreateWithCapabilities/conflict_with_capadd === PAUSE TestCreateWithCapabilities/conflict_with_capadd === RUN TestCreateWithCapabilities/conflict_with_capdrop === PAUSE TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/no_capabilities === CONT TestCreateWithCapabilities/empty_capadd === CONT TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/conflict_with_capadd === CONT TestCreateWithCapabilities/capadd_capdrop === CONT TestCreateWithCapabilities/empty_capdrop === CONT TestCreateWithCapabilities/invalid_capabilities === CONT TestCreateWithCapabilities/capabilities_API_v1.39 === CONT TestCreateWithCapabilities/duplicate_capabilities === CONT TestCreateWithCapabilities/valid_capabilities === CONT TestCreateWithCapabilities/empty_capabilities --- PASS: TestCreateWithCapabilities (0.01s) --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.11s) --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) === RUN TestCreateWithCustomReadonlyPaths --- PASS: TestCreateWithCustomReadonlyPaths (2.54s) === RUN TestCreateWithInvalidHealthcheckParams === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) === RUN TestContainerStartOnDaemonRestart === PAUSE TestContainerStartOnDaemonRestart === RUN TestDaemonRestartIpcMode === PAUSE TestDaemonRestartIpcMode === RUN TestDiff --- PASS: TestDiff (0.82s) === RUN TestExecWithCloseStdin --- PASS: TestExecWithCloseStdin (1.14s) === RUN TestExec --- PASS: TestExec (1.14s) === RUN TestExecUser --- PASS: TestUpdateRestartPolicy (11.55s) === RUN TestUpdateRestartWithAutoRemove --- PASS: TestUpdateRestartWithAutoRemove (0.57s) === RUN TestWaitNonBlocked === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 === RUN TestWaitNonBlocked/wait-nonblocking-exit-random === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 === CONT TestWaitNonBlocked/wait-nonblocking-exit-random --- PASS: TestWaitNonBlocked (0.01s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s) === RUN TestWaitBlocked === RUN TestWaitBlocked/test-wait-blocked-exit-zero === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero === RUN TestWaitBlocked/test-wait-blocked-exit-random === PAUSE TestWaitBlocked/test-wait-blocked-exit-random === CONT TestWaitBlocked/test-wait-blocked-exit-zero === CONT TestWaitBlocked/test-wait-blocked-exit-random --- PASS: TestExecUser (1.07s) === RUN TestExportContainerAndImportImage --- PASS: TestWaitBlocked (0.01s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) === CONT TestContainerStartOnDaemonRestart === CONT TestIpcModeOlderClient --- PASS: TestIpcModeOlderClient (0.15s) === CONT TestDaemonRestartIpcMode --- PASS: TestExportContainerAndImportImage (1.25s) === RUN TestExportContainerAfterDaemonRestart --- PASS: TestExportContainerAfterDaemonRestart (1.47s) export_test.go:63: Creating a new daemon daemon.go:336: [d75877123ff40] waiting for daemon to start daemon.go:336: [d75877123ff40] waiting for daemon to start daemon.go:364: [d75877123ff40] daemon started daemon.go:472: [d75877123ff40] Stopping daemon daemon.go:307: [d75877123ff40] exiting daemon daemon.go:459: [d75877123ff40] Daemon stopped daemon.go:336: [d75877123ff40] waiting for daemon to start daemon.go:336: [d75877123ff40] waiting for daemon to start daemon.go:364: [d75877123ff40] daemon started daemon.go:472: [d75877123ff40] Stopping daemon daemon.go:307: [d75877123ff40] exiting daemon daemon.go:459: [d75877123ff40] Daemon stopped === RUN TestHealthCheckWorkdir ok github.com/docker/docker/daemon/cluster/executor/container 3.461s coverage: 13.7% of statements --- PASS: TestContainerStartOnDaemonRestart (2.24s) daemon_linux_test.go:35: Creating a new daemon daemon.go:336: [d0c0dd71ff973] waiting for daemon to start daemon.go:336: [d0c0dd71ff973] waiting for daemon to start daemon.go:364: [d0c0dd71ff973] daemon started daemon.go:336: [d0c0dd71ff973] waiting for daemon to start daemon.go:307: [d0c0dd71ff973] exiting daemon daemon.go:336: [d0c0dd71ff973] waiting for daemon to start daemon.go:364: [d0c0dd71ff973] daemon started daemon.go:472: [d0c0dd71ff973] Stopping daemon daemon.go:307: [d0c0dd71ff973] exiting daemon daemon.go:459: [d0c0dd71ff973] Daemon stopped --- PASS: TestDaemonRestartIpcMode (2.65s) daemon_linux_test.go:89: Creating a new daemon daemon.go:336: [dcad5cc729849] waiting for daemon to start daemon.go:336: [dcad5cc729849] waiting for daemon to start daemon.go:364: [dcad5cc729849] daemon started daemon.go:472: [dcad5cc729849] Stopping daemon daemon.go:307: [dcad5cc729849] exiting daemon daemon.go:459: [dcad5cc729849] Daemon stopped daemon.go:336: [dcad5cc729849] waiting for daemon to start daemon.go:336: [dcad5cc729849] waiting for daemon to start daemon.go:364: [dcad5cc729849] daemon started daemon.go:472: [dcad5cc729849] Stopping daemon daemon.go:307: [dcad5cc729849] exiting daemon daemon.go:459: [dcad5cc729849] Daemon stopped PASS ? github.com/docker/docker/daemon/cluster/provider [no test files] Running /go/src/github.com/docker/docker/integration/build INFO: Testing against a local daemon === RUN TestCgroupNamespacesBuild --- PASS: TestHealthCheckWorkdir (1.12s) === RUN TestHealthKillContainer --- PASS: TestCgroupNamespacesBuild (1.31s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d2b2a399a3786] waiting for daemon to start daemon.go:336: [d2b2a399a3786] waiting for daemon to start daemon.go:364: [d2b2a399a3786] daemon started daemon.go:472: [d2b2a399a3786] Stopping daemon daemon.go:307: [d2b2a399a3786] exiting daemon daemon.go:459: [d2b2a399a3786] Daemon stopped === RUN TestCgroupNamespacesBuildDaemonHostMode --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.32s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d92a1df0733eb] waiting for daemon to start daemon.go:336: [d92a1df0733eb] waiting for daemon to start daemon.go:364: [d92a1df0733eb] daemon started daemon.go:472: [d92a1df0733eb] Stopping daemon daemon.go:307: [d92a1df0733eb] exiting daemon daemon.go:459: [d92a1df0733eb] Daemon stopped === RUN TestBuildWithSession --- PASS: TestHealthKillContainer (3.17s) === RUN TestInspectCpusetInConfigPre120 --- PASS: TestBuildWithSession (1.67s) === RUN TestBuildSquashParent --- PASS: TestInspectCpusetInConfigPre120 (1.05s) === RUN TestIpcModeNone ok github.com/docker/docker/daemon/config 0.054s coverage: 84.2% of statements --- PASS: TestIpcModeNone (1.13s) === RUN TestIpcModePrivate --- PASS: TestIpcModePrivate (1.17s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false === RUN TestIpcModeShareable Created binary: bundles/dynbinary-daemon/dockerd-dev ok github.com/docker/docker/daemon/discovery 0.006s coverage: 30.0% of statements --- PASS: TestIpcModeShareable (1.10s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true === RUN TestAPIIpcModeShareableAndContainer ---> Making bundle: test-docker-py (in bundles/test-docker-py) ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) Using test binary docker /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found Starting AppArmor profiles:--- PASS: TestBuildSquashParent (4.01s) === RUN TestBuildWithRemoveAndForceRemove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin Warning failed to create cache: (null) . INFO: Waiting for daemon to start... Starting dockerd .ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements ? github.com/docker/docker/daemon/events/testutils [no test files] ? github.com/docker/docker/daemon/exec [no test files] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal INFO: Building docker-sdk-python3:4.0.2... === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove --- PASS: TestAPIIpcModeShareableAndContainer (3.17s) === RUN TestAPIIpcModeHost --- PASS: TestAPIIpcModeHost (0.90s) === RUN TestDaemonIpcModeShareable --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.73s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.79s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.35s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.39s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.34s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.50s) === RUN TestBuildMultiStageParentConfig ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements --- PASS: TestBuildMultiStageParentConfig (0.94s) === RUN TestBuildLabelWithTargets --- PASS: TestDaemonIpcModeShareable (1.77s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d0a2814fac5b2] waiting for daemon to start daemon.go:336: [d0a2814fac5b2] waiting for daemon to start daemon.go:364: [d0a2814fac5b2] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true daemon.go:472: [d0a2814fac5b2] Stopping daemon daemon.go:307: [d0a2814fac5b2] exiting daemon daemon.go:459: [d0a2814fac5b2] Daemon stopped === RUN TestDaemonIpcModePrivate --- PASS: TestBuildLabelWithTargets (1.48s) === RUN TestBuildWithEmptyLayers --- PASS: TestBuildWithEmptyLayers (0.54s) === RUN TestBuildMultiStageOnBuild --- PASS: TestDaemonIpcModePrivate (1.84s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [db5dce6624e92] waiting for daemon to start daemon.go:336: [db5dce6624e92] waiting for daemon to start daemon.go:364: [db5dce6624e92] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false daemon.go:472: [db5dce6624e92] Stopping daemon daemon.go:307: [db5dce6624e92] exiting daemon daemon.go:459: [db5dce6624e92] Daemon stopped === RUN TestDaemonIpcModePrivateFromConfig --- PASS: TestBuildMultiStageOnBuild (1.85s) === RUN TestBuildUncleanTarFilenames --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [dcde348fc5365] waiting for daemon to start daemon.go:336: [dcde348fc5365] waiting for daemon to start daemon.go:364: [dcde348fc5365] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false daemon.go:472: [dcde348fc5365] Stopping daemon daemon.go:307: [dcde348fc5365] exiting daemon daemon.go:459: [dcde348fc5365] Daemon stopped === RUN TestDaemonIpcModeShareableFromConfig --- PASS: TestBuildUncleanTarFilenames (0.73s) === RUN TestBuildMultiStageLayerLeak --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d361726a19ea9] waiting for daemon to start daemon.go:336: [d361726a19ea9] waiting for daemon to start daemon.go:364: [d361726a19ea9] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true daemon.go:472: [d361726a19ea9] Stopping daemon daemon.go:307: [d361726a19ea9] exiting daemon daemon.go:459: [d361726a19ea9] Daemon stopped === RUN TestIpcModeOlderClient === PAUSE TestIpcModeOlderClient === RUN TestKillContainerInvalidSignal --- PASS: TestKillContainerInvalidSignal (0.85s) === RUN TestKillContainer === RUN TestKillContainer/no_signal --- PASS: TestBuildMultiStageLayerLeak (1.88s) === RUN TestBuildWithHugeFile === RUN TestKillContainer/non_killing_signal ok github.com/docker/docker/daemon/graphdriver/aufs 5.477s coverage: 68.6% of statements === RUN TestKillContainer/killing_signal --- PASS: TestKillContainer (2.81s) --- PASS: TestKillContainer/no_signal (0.99s) --- PASS: TestKillContainer/non_killing_signal (0.65s) --- PASS: TestKillContainer/killing_signal (0.81s) === RUN TestKillWithStopSignalAndRestartPolicies === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy --- PASS: TestKillWithStopSignalAndRestartPolicies (2.03s) --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.99s) --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) === RUN TestKillStoppedContainer ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements --- PASS: TestKillStoppedContainer (0.11s) === RUN TestKillStoppedContainerAPIPre120 --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) === RUN TestKillDifferentUserContainer --- PASS: TestKillDifferentUserContainer (0.87s) === RUN TestInspectOomKilledTrue --- SKIP: TestInspectOomKilledTrue (0.00s) kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestInspectOomKilledFalse --- SKIP: TestInspectOomKilledFalse (0.00s) kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestLinksEtcHostsContentMatch --- PASS: TestLinksEtcHostsContentMatch (0.67s) === RUN TestLinksContainerNames ok github.com/docker/docker/daemon/graphdriver/copy 0.585s coverage: 57.8% of statements --- PASS: TestLinksContainerNames (1.55s) === RUN TestLogsFollowTailEmpty --- PASS: TestLogsFollowTailEmpty (0.95s) === RUN TestContainerNetworkMountsNoChown --- PASS: TestContainerNetworkMountsNoChown (1.02s) === RUN TestMountDaemonRoot === RUN TestMountDaemonRoot/default === PAUSE TestMountDaemonRoot/default === RUN TestMountDaemonRoot/private === PAUSE TestMountDaemonRoot/private === RUN TestMountDaemonRoot/rprivate === PAUSE TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/slave === PAUSE TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/rslave === PAUSE TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/shared === PAUSE TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/rshared === PAUSE TestMountDaemonRoot/rshared === CONT TestMountDaemonRoot/default === RUN TestMountDaemonRoot/default/mount_root === CONT TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/rslave/mount_subpath === PAUSE TestMountDaemonRoot/rslave/mount_subpath === RUN TestMountDaemonRoot/rslave/bind_root === PAUSE TestMountDaemonRoot/rslave/bind_root === RUN TestMountDaemonRoot/rslave/bind_subpath === PAUSE TestMountDaemonRoot/rslave/bind_subpath === RUN TestMountDaemonRoot/rslave/mount_root === PAUSE TestMountDaemonRoot/rslave/mount_root === CONT TestMountDaemonRoot/rslave/mount_subpath === PAUSE TestMountDaemonRoot/default/mount_root === RUN TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/default/mount_subpath === RUN TestMountDaemonRoot/default/bind_root === PAUSE TestMountDaemonRoot/default/bind_root === RUN TestMountDaemonRoot/default/bind_subpath === PAUSE TestMountDaemonRoot/default/bind_subpath === CONT TestMountDaemonRoot/rshared === RUN TestMountDaemonRoot/rshared/mount_subpath === PAUSE TestMountDaemonRoot/rshared/mount_subpath === RUN TestMountDaemonRoot/rshared/bind_root === PAUSE TestMountDaemonRoot/rshared/bind_root === RUN TestMountDaemonRoot/rshared/bind_subpath === PAUSE TestMountDaemonRoot/rshared/bind_subpath === RUN TestMountDaemonRoot/rshared/mount_root === PAUSE TestMountDaemonRoot/rshared/mount_root === CONT TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/shared/bind_root === PAUSE TestMountDaemonRoot/shared/bind_root === RUN TestMountDaemonRoot/shared/bind_subpath === PAUSE TestMountDaemonRoot/shared/bind_subpath === RUN TestMountDaemonRoot/shared/mount_root === PAUSE TestMountDaemonRoot/shared/mount_root === RUN TestMountDaemonRoot/shared/mount_subpath === PAUSE TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/rslave/mount_root === CONT TestMountDaemonRoot/rslave/bind_subpath === CONT TestMountDaemonRoot/rslave/bind_root === CONT TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/rprivate/bind_root === PAUSE TestMountDaemonRoot/rprivate/bind_root === RUN TestMountDaemonRoot/rprivate/bind_subpath === PAUSE TestMountDaemonRoot/rprivate/bind_subpath === RUN TestMountDaemonRoot/rprivate/mount_root === PAUSE TestMountDaemonRoot/rprivate/mount_root === RUN TestMountDaemonRoot/rprivate/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/slave/mount_subpath === PAUSE TestMountDaemonRoot/slave/mount_subpath === RUN TestMountDaemonRoot/slave/bind_root === PAUSE TestMountDaemonRoot/slave/bind_root === RUN TestMountDaemonRoot/slave/bind_subpath === PAUSE TestMountDaemonRoot/slave/bind_subpath === RUN TestMountDaemonRoot/slave/mount_root === PAUSE TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/private === RUN TestMountDaemonRoot/private/mount_subpath === PAUSE TestMountDaemonRoot/private/mount_subpath === RUN TestMountDaemonRoot/private/bind_root === PAUSE TestMountDaemonRoot/private/bind_root === RUN TestMountDaemonRoot/private/bind_subpath === PAUSE TestMountDaemonRoot/private/bind_subpath === RUN TestMountDaemonRoot/private/mount_root === PAUSE TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/default/mount_root === CONT TestMountDaemonRoot/rshared/mount_subpath === CONT TestMountDaemonRoot/default/bind_subpath === CONT TestMountDaemonRoot/default/bind_root === CONT TestMountDaemonRoot/default/mount_subpath === CONT TestMountDaemonRoot/rshared/bind_subpath === CONT TestMountDaemonRoot/rshared/mount_root === CONT TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/shared/bind_root === CONT TestMountDaemonRoot/shared/mount_root === CONT TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/shared/bind_subpath === CONT TestMountDaemonRoot/rprivate/bind_root === CONT TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/rprivate/bind_subpath === CONT TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/slave/bind_subpath === CONT TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/slave/bind_root === CONT TestMountDaemonRoot/private/mount_subpath === CONT TestMountDaemonRoot/private/bind_subpath === CONT TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/private/bind_root --- PASS: TestMountDaemonRoot (0.02s) --- PASS: TestMountDaemonRoot/rslave (0.00s) --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s) --- PASS: TestMountDaemonRoot/rslave/bind_root (0.15s) --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.16s) --- PASS: TestMountDaemonRoot/default (0.00s) --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) --- PASS: TestMountDaemonRoot/rshared (0.00s) --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) --- PASS: TestMountDaemonRoot/shared (0.00s) --- PASS: TestMountDaemonRoot/shared/mount_root (0.08s) --- PASS: TestMountDaemonRoot/shared/bind_root (0.09s) --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) --- PASS: TestMountDaemonRoot/rprivate (0.00s) --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.08s) --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.08s) --- PASS: TestMountDaemonRoot/slave (0.00s) --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/slave/mount_root (0.11s) --- PASS: TestMountDaemonRoot/slave/bind_root (0.09s) --- PASS: TestMountDaemonRoot/private (0.00s) --- PASS: TestMountDaemonRoot/private/mount_subpath (0.09s) --- PASS: TestMountDaemonRoot/private/bind_subpath (0.08s) --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) === RUN TestContainerBindMountNonRecursive --- PASS: TestContainerBindMountNonRecursive (1.99s) === RUN TestNetworkNat --- PASS: TestNetworkNat (0.93s) === RUN TestNetworkLocalhostTCPNat ok github.com/docker/docker/daemon/graphdriver/devmapper 2.536s coverage: 46.1% of statements ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] --- PASS: TestNetworkLocalhostTCPNat (0.86s) === RUN TestNetworkLoopbackNat --- PASS: TestNetworkLoopbackNat (1.47s) === RUN TestPause --- PASS: TestPause (0.99s) === RUN TestPauseFailsOnWindowsServerContainers --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" === RUN TestPauseStopPausedContainer --- PASS: TestPauseStopPausedContainer (0.98s) === RUN TestPsFilter --- PASS: TestPsFilter (0.20s) === RUN TestRemoveContainerWithRemovedVolume ok github.com/docker/docker/daemon/graphdriver/overlay 1.050s coverage: 50.8% of statements --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) === RUN TestRemoveContainerWithVolume --- PASS: TestRemoveContainerWithVolume (1.01s) === RUN TestRemoveContainerRunning --- PASS: TestRemoveContainerRunning (0.94s) === RUN TestRemoveContainerForceRemoveRunning --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) === RUN TestRemoveInvalidContainer --- PASS: TestRemoveInvalidContainer (0.01s) === RUN TestRenameLinkedContainer ok github.com/docker/docker/daemon/graphdriver/overlay2 2.002s coverage: 52.4% of statements ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] --- PASS: TestRenameLinkedContainer (3.41s) === RUN TestRenameStoppedContainer --- PASS: TestRenameStoppedContainer (0.96s) === RUN TestRenameRunningContainerAndReuse ok github.com/docker/docker/daemon/graphdriver/quota 0.376s coverage: 75.2% of statements ? github.com/docker/docker/daemon/graphdriver/register [no test files] --- PASS: TestRenameRunningContainerAndReuse (1.77s) === RUN TestRenameInvalidName --- PASS: TestRenameInvalidName (0.93s) === RUN TestRenameAnonymousContainer ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.0% of statements --- PASS: TestRenameAnonymousContainer (3.00s) === RUN TestRenameContainerWithSameName --- PASS: TestRenameContainerWithSameName (0.80s) === RUN TestRenameContainerWithLinkedContainer ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements --- PASS: TestRenameContainerWithLinkedContainer (1.80s) === RUN TestResize --- PASS: TestResize (0.96s) === RUN TestResizeWithInvalidSize --- PASS: TestResizeWithInvalidSize (0.93s) === RUN TestResizeWhenContainerNotStarted --- PASS: TestResizeWhenContainerNotStarted (0.94s) === RUN TestDaemonRestartKillContainers === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon ok github.com/docker/docker/daemon/images 0.019s coverage: 4.9% of statements === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon ? github.com/docker/docker/daemon/initlayer [no test files] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements ? github.com/docker/docker/daemon/listeners [no test files] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon ok github.com/docker/docker/daemon/logger 0.232s coverage: 42.7% of statements === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon ok github.com/docker/docker/daemon/logger/awslogs 0.289s coverage: 78.6% of statements ? github.com/docker/docker/daemon/logger/fluentd [no test files] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon ? github.com/docker/docker/daemon/logger/gcplogs [no test files] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements --- PASS: TestDaemonRestartKillContainers (0.00s) --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.17s) restart_test.go:67: Creating a new daemon daemon.go:336: [d8ac851b22931] waiting for daemon to start daemon.go:336: [d8ac851b22931] waiting for daemon to start daemon.go:364: [d8ac851b22931] daemon started daemon.go:307: [d8ac851b22931] exiting daemon daemon.go:336: [d8ac851b22931] waiting for daemon to start daemon.go:336: [d8ac851b22931] waiting for daemon to start daemon.go:364: [d8ac851b22931] daemon started daemon.go:472: [d8ac851b22931] Stopping daemon daemon.go:307: [d8ac851b22931] exiting daemon daemon.go:459: [d8ac851b22931] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.47s) restart_test.go:67: Creating a new daemon daemon.go:336: [d5fe34dfbc92c] waiting for daemon to start daemon.go:336: [d5fe34dfbc92c] waiting for daemon to start daemon.go:364: [d5fe34dfbc92c] daemon started daemon.go:336: [d5fe34dfbc92c] waiting for daemon to start daemon.go:307: [d5fe34dfbc92c] exiting daemon daemon.go:336: [d5fe34dfbc92c] waiting for daemon to start daemon.go:364: [d5fe34dfbc92c] daemon started daemon.go:472: [d5fe34dfbc92c] Stopping daemon daemon.go:307: [d5fe34dfbc92c] exiting daemon daemon.go:459: [d5fe34dfbc92c] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.93s) restart_test.go:67: Creating a new daemon daemon.go:336: [dfe4de7c4067a] waiting for daemon to start daemon.go:336: [dfe4de7c4067a] waiting for daemon to start daemon.go:364: [dfe4de7c4067a] daemon started daemon.go:472: [dfe4de7c4067a] Stopping daemon daemon.go:307: [dfe4de7c4067a] exiting daemon daemon.go:459: [dfe4de7c4067a] Daemon stopped daemon.go:336: [dfe4de7c4067a] waiting for daemon to start daemon.go:336: [dfe4de7c4067a] waiting for daemon to start daemon.go:364: [dfe4de7c4067a] daemon started daemon.go:472: [dfe4de7c4067a] Stopping daemon daemon.go:307: [dfe4de7c4067a] exiting daemon daemon.go:459: [dfe4de7c4067a] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.90s) restart_test.go:67: Creating a new daemon daemon.go:336: [dfd92942b70f0] waiting for daemon to start daemon.go:336: [dfd92942b70f0] waiting for daemon to start daemon.go:364: [dfd92942b70f0] daemon started daemon.go:307: [dfd92942b70f0] exiting daemon daemon.go:336: [dfd92942b70f0] waiting for daemon to start daemon.go:336: [dfd92942b70f0] waiting for daemon to start daemon.go:364: [dfd92942b70f0] daemon started daemon.go:472: [dfd92942b70f0] Stopping daemon daemon.go:307: [dfd92942b70f0] exiting daemon daemon.go:459: [dfd92942b70f0] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) restart_test.go:67: Creating a new daemon daemon.go:336: [d81133ead0ab9] waiting for daemon to start daemon.go:336: [d81133ead0ab9] waiting for daemon to start daemon.go:364: [d81133ead0ab9] daemon started daemon.go:472: [d81133ead0ab9] Stopping daemon daemon.go:307: [d81133ead0ab9] exiting daemon daemon.go:459: [d81133ead0ab9] Daemon stopped daemon.go:336: [d81133ead0ab9] waiting for daemon to start daemon.go:336: [d81133ead0ab9] waiting for daemon to start daemon.go:364: [d81133ead0ab9] daemon started daemon.go:472: [d81133ead0ab9] Stopping daemon daemon.go:307: [d81133ead0ab9] exiting daemon daemon.go:459: [d81133ead0ab9] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.42s) restart_test.go:67: Creating a new daemon daemon.go:336: [d8e52a53570d2] waiting for daemon to start daemon.go:336: [d8e52a53570d2] waiting for daemon to start daemon.go:364: [d8e52a53570d2] daemon started daemon.go:307: [d8e52a53570d2] exiting daemon daemon.go:336: [d8e52a53570d2] waiting for daemon to start daemon.go:336: [d8e52a53570d2] waiting for daemon to start daemon.go:364: [d8e52a53570d2] daemon started daemon.go:472: [d8e52a53570d2] Stopping daemon daemon.go:307: [d8e52a53570d2] exiting daemon daemon.go:459: [d8e52a53570d2] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.57s) restart_test.go:67: Creating a new daemon daemon.go:336: [d30a2b4d4faaa] waiting for daemon to start daemon.go:336: [d30a2b4d4faaa] waiting for daemon to start daemon.go:364: [d30a2b4d4faaa] daemon started daemon.go:472: [d30a2b4d4faaa] Stopping daemon daemon.go:307: [d30a2b4d4faaa] exiting daemon daemon.go:459: [d30a2b4d4faaa] Daemon stopped daemon.go:336: [d30a2b4d4faaa] waiting for daemon to start daemon.go:336: [d30a2b4d4faaa] waiting for daemon to start daemon.go:364: [d30a2b4d4faaa] daemon started daemon.go:472: [d30a2b4d4faaa] Stopping daemon daemon.go:307: [d30a2b4d4faaa] exiting daemon daemon.go:459: [d30a2b4d4faaa] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.40s) restart_test.go:67: Creating a new daemon daemon.go:336: [da67e8f8cd688] waiting for daemon to start daemon.go:336: [da67e8f8cd688] waiting for daemon to start daemon.go:364: [da67e8f8cd688] daemon started daemon.go:472: [da67e8f8cd688] Stopping daemon daemon.go:307: [da67e8f8cd688] exiting daemon daemon.go:459: [da67e8f8cd688] Daemon stopped daemon.go:336: [da67e8f8cd688] waiting for daemon to start daemon.go:336: [da67e8f8cd688] waiting for daemon to start daemon.go:364: [da67e8f8cd688] daemon started daemon.go:472: [da67e8f8cd688] Stopping daemon daemon.go:307: [da67e8f8cd688] exiting daemon daemon.go:459: [da67e8f8cd688] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s) restart_test.go:67: Creating a new daemon daemon.go:336: [dd6af5fab60ef] waiting for daemon to start daemon.go:336: [dd6af5fab60ef] waiting for daemon to start daemon.go:364: [dd6af5fab60ef] daemon started daemon.go:472: [dd6af5fab60ef] Stopping daemon daemon.go:307: [dd6af5fab60ef] exiting daemon daemon.go:459: [dd6af5fab60ef] Daemon stopped daemon.go:336: [dd6af5fab60ef] waiting for daemon to start daemon.go:336: [dd6af5fab60ef] waiting for daemon to start daemon.go:364: [dd6af5fab60ef] daemon started daemon.go:472: [dd6af5fab60ef] Stopping daemon daemon.go:307: [dd6af5fab60ef] exiting daemon daemon.go:459: [dd6af5fab60ef] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.52s) restart_test.go:67: Creating a new daemon daemon.go:336: [d82af5dd6d280] waiting for daemon to start daemon.go:336: [d82af5dd6d280] waiting for daemon to start daemon.go:364: [d82af5dd6d280] daemon started daemon.go:336: [d82af5dd6d280] waiting for daemon to start daemon.go:307: [d82af5dd6d280] exiting daemon daemon.go:336: [d82af5dd6d280] waiting for daemon to start daemon.go:364: [d82af5dd6d280] daemon started daemon.go:472: [d82af5dd6d280] Stopping daemon daemon.go:307: [d82af5dd6d280] exiting daemon daemon.go:459: [d82af5dd6d280] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) restart_test.go:67: Creating a new daemon daemon.go:336: [d830c7c160e62] waiting for daemon to start daemon.go:336: [d830c7c160e62] waiting for daemon to start daemon.go:364: [d830c7c160e62] daemon started daemon.go:336: [d830c7c160e62] waiting for daemon to start daemon.go:307: [d830c7c160e62] exiting daemon daemon.go:336: [d830c7c160e62] waiting for daemon to start daemon.go:364: [d830c7c160e62] daemon started daemon.go:472: [d830c7c160e62] Stopping daemon daemon.go:307: [d830c7c160e62] exiting daemon daemon.go:459: [d830c7c160e62] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.43s) restart_test.go:67: Creating a new daemon daemon.go:336: [d9906cf089235] waiting for daemon to start daemon.go:336: [d9906cf089235] waiting for daemon to start daemon.go:364: [d9906cf089235] daemon started daemon.go:472: [d9906cf089235] Stopping daemon daemon.go:307: [d9906cf089235] exiting daemon daemon.go:459: [d9906cf089235] Daemon stopped daemon.go:336: [d9906cf089235] waiting for daemon to start daemon.go:336: [d9906cf089235] waiting for daemon to start daemon.go:364: [d9906cf089235] daemon started daemon.go:472: [d9906cf089235] Stopping daemon daemon.go:307: [d9906cf089235] exiting daemon daemon.go:459: [d9906cf089235] Daemon stopped === RUN TestCgroupNamespacesRun --- PASS: TestCgroupNamespacesRun (1.80s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d367619e87f95] waiting for daemon to start daemon.go:336: [d367619e87f95] waiting for daemon to start daemon.go:364: [d367619e87f95] daemon started daemon.go:472: [d367619e87f95] Stopping daemon daemon.go:307: [d367619e87f95] exiting daemon daemon.go:459: [d367619e87f95] Daemon stopped === RUN TestCgroupNamespacesRunPrivileged --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) run_cgroupns_linux_test.go:71: requirement.CgroupNamespacesEnabled() === RUN TestCgroupNamespacesRunDaemonHostMode ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 26.2% of statements --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d647dab9c77e4] waiting for daemon to start daemon.go:336: [d647dab9c77e4] waiting for daemon to start daemon.go:364: [d647dab9c77e4] daemon started daemon.go:472: [d647dab9c77e4] Stopping daemon daemon.go:307: [d647dab9c77e4] exiting daemon daemon.go:459: [d647dab9c77e4] Daemon stopped === RUN TestCgroupNamespacesRunHostMode ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 62.1% of statements --- PASS: TestBuildWithHugeFile (54.71s) === RUN TestBuildWithEmptyDockerfile === RUN TestBuildWithEmptyDockerfile/empty-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-dockerfile === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile --- PASS: TestBuildWithEmptyDockerfile (0.09s) --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) === RUN TestBuildPreserveOwnership === RUN TestBuildPreserveOwnership/copy_from ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 88.3% of statements --- PASS: TestCgroupNamespacesRunHostMode (1.83s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d76055f665463] waiting for daemon to start daemon.go:336: [d76055f665463] waiting for daemon to start daemon.go:364: [d76055f665463] daemon started daemon.go:472: [d76055f665463] Stopping daemon daemon.go:307: [d76055f665463] exiting daemon daemon.go:459: [d76055f665463] Daemon stopped === RUN TestCgroupNamespacesRunPrivateMode === RUN TestBuildPreserveOwnership/copy_from_chowned sha256:4d67a8bc6a1fc5d35d6c96c6ed92c07d43da82951508369de68ca9f3f95677a6 INFO: Starting docker-py tests... ============================= test session starts ============================== platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.12.0 rootdir: /src, inifile: pytest.ini plugins: cov-2.6.1, timeout-1.3.3 collecting ...  collecting 143 items  collecting 368 items  collected 385 items / 3 deselected  tests/integration/api_build_test.py .....--- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d30b0114861e9] waiting for daemon to start daemon.go:336: [d30b0114861e9] waiting for daemon to start daemon.go:364: [d30b0114861e9] daemon started daemon.go:472: [d30b0114861e9] Stopping daemon daemon.go:307: [d30b0114861e9] exiting daemon daemon.go:459: [d30b0114861e9] Daemon stopped === RUN TestCgroupNamespacesRunPrivilegedAndPrivate --- PASS: TestBuildPreserveOwnership (4.04s) --- PASS: TestBuildPreserveOwnership/copy_from (2.68s) --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) === RUN TestBuildPlatformInvalid .--- PASS: TestBuildPlatformInvalid (0.09s) PASS Running /go/src/github.com/docker/docker/integration/volume INFO: Testing against a local daemon === RUN TestVolumesCreateAndList --- PASS: TestVolumesCreateAndList (0.03s) === RUN TestVolumesRemove ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 74.7% of statements ? github.com/docker/docker/daemon/logger/logentries [no test files] --- PASS: TestVolumesRemove (0.10s) === RUN TestVolumesInspect --- PASS: TestVolumesInspect (0.02s) === RUN TestVolumesInvalidJSON === RUN TestVolumesInvalidJSON//volumes/create === PAUSE TestVolumesInvalidJSON//volumes/create === CONT TestVolumesInvalidJSON//volumes/create --- PASS: TestVolumesInvalidJSON (0.02s) --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) PASS Running /go/src/github.com/docker/docker/integration/secret INFO: Testing against a local daemon === RUN TestSecretInspect --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.81s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [da0d52ebc7dec] waiting for daemon to start daemon.go:336: [da0d52ebc7dec] waiting for daemon to start daemon.go:364: [da0d52ebc7dec] daemon started daemon.go:472: [da0d52ebc7dec] Stopping daemon daemon.go:307: [da0d52ebc7dec] exiting daemon daemon.go:459: [da0d52ebc7dec] Daemon stopped === RUN TestCgroupNamespacesRunInvalidMode .s..--- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [dbb417bd4d6ac] waiting for daemon to start daemon.go:336: [dbb417bd4d6ac] waiting for daemon to start daemon.go:364: [dbb417bd4d6ac] daemon started daemon.go:472: [dbb417bd4d6ac] Stopping daemon daemon.go:307: [dbb417bd4d6ac] exiting daemon daemon.go:459: [dbb417bd4d6ac] Daemon stopped === RUN TestCgroupNamespacesRunOlderClient .--- PASS: TestSecretInspect (2.31s) secret_test.go:25: Creating a new daemon daemon.go:336: [d673e0e195941] waiting for daemon to start daemon.go:336: [d673e0e195941] waiting for daemon to start daemon.go:364: [d673e0e195941] daemon started daemon.go:472: [d673e0e195941] Stopping daemon daemon.go:307: [d673e0e195941] exiting daemon daemon.go:459: [d673e0e195941] Daemon stopped === RUN TestSecretList ok github.com/docker/docker/daemon/logger/loggerutils 0.008s coverage: 18.6% of statements .s--- PASS: TestCgroupNamespacesRunOlderClient (2.07s) run_cgroupns_linux_test.go:139: Creating a new daemon daemon.go:336: [dff2919d9cf08] waiting for daemon to start daemon.go:336: [dff2919d9cf08] waiting for daemon to start daemon.go:364: [dff2919d9cf08] daemon started daemon.go:472: [dff2919d9cf08] Stopping daemon daemon.go:307: [dff2919d9cf08] exiting daemon daemon.go:459: [dff2919d9cf08] Daemon stopped === RUN TestKernelTCPMemory .--- PASS: TestKernelTCPMemory (1.03s) === RUN TestNISDomainname ..--- PASS: TestSecretList (2.33s) secret_test.go:48: Creating a new daemon daemon.go:336: [dd4761ce24022] waiting for daemon to start daemon.go:336: [dd4761ce24022] waiting for daemon to start daemon.go:364: [dd4761ce24022] daemon started daemon.go:472: [dd4761ce24022] Stopping daemon daemon.go:307: [dd4761ce24022] exiting daemon daemon.go:459: [dd4761ce24022] Daemon stopped === RUN TestSecretsCreateAndDelete --- PASS: TestNISDomainname (1.30s) === RUN TestHostnameDnsResolution --- PASS: TestHostnameDnsResolution (1.26s) === RUN TestStats ok github.com/docker/docker/daemon/logger/splunk 1.908s coverage: 84.5% of statements --- PASS: TestSecretsCreateAndDelete (2.40s) secret_test.go:125: Creating a new daemon daemon.go:336: [d8342ead9a549] waiting for daemon to start daemon.go:336: [d8342ead9a549] waiting for daemon to start daemon.go:364: [d8342ead9a549] daemon started daemon.go:472: [d8342ead9a549] Stopping daemon daemon.go:307: [d8342ead9a549] exiting daemon daemon.go:459: [d8342ead9a549] Daemon stopped === RUN TestSecretsUpdate --- PASS: TestStats (2.08s) === RUN TestStopContainerWithTimeout === RUN TestStopContainerWithTimeout/0 === PAUSE TestStopContainerWithTimeout/0 === RUN TestStopContainerWithTimeout/1 === PAUSE TestStopContainerWithTimeout/1 === RUN TestStopContainerWithTimeout/3 === PAUSE TestStopContainerWithTimeout/3 === RUN TestStopContainerWithTimeout/-1 === PAUSE TestStopContainerWithTimeout/-1 === CONT TestStopContainerWithTimeout/0 === CONT TestStopContainerWithTimeout/-1 ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 47.8% of statements ..--- PASS: TestSecretsUpdate (2.29s) secret_test.go:172: Creating a new daemon daemon.go:336: [d792dc1f85851] waiting for daemon to start daemon.go:336: [d792dc1f85851] waiting for daemon to start daemon.go:364: [d792dc1f85851] daemon started daemon.go:472: [d792dc1f85851] Stopping daemon daemon.go:307: [d792dc1f85851] exiting daemon daemon.go:459: [d792dc1f85851] Daemon stopped === RUN TestTemplatedSecret ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements ? github.com/docker/docker/daemon/names [no test files] === CONT TestStopContainerWithTimeout/3 .ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements --- PASS: TestTemplatedSecret (2.63s) secret_test.go:221: Creating a new daemon daemon.go:336: [d38ef0ee050fe] waiting for daemon to start daemon.go:336: [d38ef0ee050fe] waiting for daemon to start daemon.go:364: [d38ef0ee050fe] daemon started daemon.go:472: [d38ef0ee050fe] Stopping daemon daemon.go:307: [d38ef0ee050fe] exiting daemon daemon.go:459: [d38ef0ee050fe] Daemon stopped === RUN TestSecretCreateResolve === CONT TestStopContainerWithTimeout/1 ? github.com/docker/docker/daemon/stats [no test files] --- PASS: TestStopContainerWithTimeout (0.01s) --- PASS: TestStopContainerWithTimeout/0 (0.97s) --- PASS: TestStopContainerWithTimeout/-1 (2.99s) --- PASS: TestStopContainerWithTimeout/3 (2.99s) --- PASS: TestStopContainerWithTimeout/1 (1.97s) === RUN TestDeleteDevicemapper --- SKIP: TestDeleteDevicemapper (0.00s) stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" === RUN TestStopContainerWithRestartPolicyAlways .--- PASS: TestSecretCreateResolve (2.29s) secret_test.go:342: Creating a new daemon daemon.go:336: [d46230d9bc00a] waiting for daemon to start daemon.go:336: [d46230d9bc00a] waiting for daemon to start daemon.go:364: [d46230d9bc00a] daemon started daemon.go:472: [d46230d9bc00a] Stopping daemon daemon.go:307: [d46230d9bc00a] exiting daemon daemon.go:459: [d46230d9bc00a] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/authz INFO: Testing against a local daemon === RUN TestAuthZPluginAllowRequest --- PASS: TestAuthZPluginAllowRequest (1.30s) main_test.go:54: Creating a new daemon daemon.go:336: [d3663037bee95] waiting for daemon to start daemon.go:336: [d3663037bee95] waiting for daemon to start daemon.go:364: [d3663037bee95] daemon started daemon.go:472: [d3663037bee95] Stopping daemon daemon.go:307: [d3663037bee95] exiting daemon daemon.go:459: [d3663037bee95] Daemon stopped === RUN TestAuthZPluginTLS --- PASS: TestAuthZPluginTLS (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [dfacf28b3f4ff] waiting for daemon to start daemon.go:336: [dfacf28b3f4ff] waiting for daemon to start daemon.go:364: [dfacf28b3f4ff] daemon started daemon.go:472: [dfacf28b3f4ff] Stopping daemon daemon.go:307: [dfacf28b3f4ff] exiting daemon daemon.go:459: [dfacf28b3f4ff] Daemon stopped === RUN TestAuthZPluginDenyRequest --- PASS: TestAuthZPluginDenyRequest (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [dfd9bba99bca7] waiting for daemon to start daemon.go:336: [dfd9bba99bca7] waiting for daemon to start daemon.go:364: [dfd9bba99bca7] daemon started daemon.go:472: [dfd9bba99bca7] Stopping daemon daemon.go:307: [dfd9bba99bca7] exiting daemon daemon.go:459: [dfd9bba99bca7] Daemon stopped === RUN TestAuthZPluginAPIDenyResponse .--- PASS: TestStopContainerWithRestartPolicyAlways (3.44s) === RUN TestUpdateMemory --- SKIP: TestUpdateMemory (0.00s) update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit === RUN TestUpdateCPUQuota ..X [ 6%] tests/integration/api_client_test.py ...--- PASS: TestAuthZPluginAPIDenyResponse (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d8dc9b2327449] waiting for daemon to start daemon.go:336: [d8dc9b2327449] waiting for daemon to start daemon.go:364: [d8dc9b2327449] daemon started daemon.go:472: [d8dc9b2327449] Stopping daemon daemon.go:307: [d8dc9b2327449] exiting daemon daemon.go:459: [d8dc9b2327449] Daemon stopped === RUN TestAuthZPluginDenyResponse .. [ 7%] tests/integration/api_config_test.py ok github.com/docker/docker/distribution 0.336s coverage: 22.6% of statements --- PASS: TestAuthZPluginDenyResponse (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d756dfe048da8] waiting for daemon to start daemon.go:336: [d756dfe048da8] waiting for daemon to start daemon.go:364: [d756dfe048da8] daemon started daemon.go:472: [d756dfe048da8] Stopping daemon daemon.go:307: [d756dfe048da8] exiting daemon daemon.go:459: [d756dfe048da8] Daemon stopped === RUN TestAuthZPluginAllowEventStream .....--- PASS: TestUpdateCPUQuota (1.57s) === RUN TestUpdatePidsLimit === RUN TestUpdatePidsLimit/update_from_none === RUN TestUpdatePidsLimit/no_change --- PASS: TestAuthZPluginAllowEventStream (1.27s) main_test.go:54: Creating a new daemon daemon.go:336: [d8cf9e6789ef6] waiting for daemon to start daemon.go:336: [d8cf9e6789ef6] waiting for daemon to start daemon.go:364: [d8cf9e6789ef6] daemon started daemon.go:472: [d8cf9e6789ef6] Stopping daemon daemon.go:307: [d8cf9e6789ef6] exiting daemon daemon.go:459: [d8cf9e6789ef6] Daemon stopped === RUN TestAuthZPluginErrorResponse === RUN TestUpdatePidsLimit/update_lower --- PASS: TestAuthZPluginErrorResponse (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [dd4e42f3968ed] waiting for daemon to start daemon.go:336: [dd4e42f3968ed] waiting for daemon to start daemon.go:364: [dd4e42f3968ed] daemon started daemon.go:472: [dd4e42f3968ed] Stopping daemon daemon.go:307: [dd4e42f3968ed] exiting daemon daemon.go:459: [dd4e42f3968ed] Daemon stopped === RUN TestAuthZPluginErrorRequest ok github.com/docker/docker/distribution/metadata 0.065s coverage: 48.2% of statements === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value --- PASS: TestAuthZPluginErrorRequest (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d8a6f92073cec] waiting for daemon to start daemon.go:336: [d8a6f92073cec] waiting for daemon to start daemon.go:364: [d8a6f92073cec] daemon started daemon.go:472: [d8a6f92073cec] Stopping daemon daemon.go:307: [d8a6f92073cec] exiting daemon daemon.go:459: [d8a6f92073cec] Daemon stopped === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration ? github.com/docker/docker/distribution/utils [no test files]  [ 8%] tests/integration/api_container_test.py === RUN TestUpdatePidsLimit/unset_limit_with_zero --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [dec2dee39cdf7] waiting for daemon to start daemon.go:336: [dec2dee39cdf7] waiting for daemon to start daemon.go:364: [dec2dee39cdf7] daemon started daemon.go:472: [dec2dee39cdf7] Stopping daemon daemon.go:307: [dec2dee39cdf7] exiting daemon daemon.go:459: [dec2dee39cdf7] Daemon stopped === RUN TestAuthZPluginEnsureLoadImportWorking === RUN TestUpdatePidsLimit/unset_limit_with_minus_one ..=== RUN TestUpdatePidsLimit/unset_limit_with_minus_two --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d758cb0610b0b] waiting for daemon to start daemon.go:336: [d758cb0610b0b] waiting for daemon to start daemon.go:364: [d758cb0610b0b] daemon started daemon.go:472: [d758cb0610b0b] Stopping daemon daemon.go:307: [d758cb0610b0b] exiting daemon daemon.go:459: [d758cb0610b0b] Daemon stopped === RUN TestAuthzPluginEnsureContainerCopyToFrom ..x--- PASS: TestUpdatePidsLimit (4.41s) --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) --- PASS: TestUpdatePidsLimit/no_change (0.43s) --- PASS: TestUpdatePidsLimit/update_lower (0.47s) --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s) --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.49s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.48s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.48s) === RUN TestUpdateRestartPolicy ..--- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.63s) main_test.go:54: Creating a new daemon daemon.go:336: [d2018414755e7] waiting for daemon to start daemon.go:336: [d2018414755e7] waiting for daemon to start daemon.go:364: [d2018414755e7] daemon started daemon.go:472: [d2018414755e7] Stopping daemon daemon.go:307: [d2018414755e7] exiting daemon daemon.go:459: [d2018414755e7] Daemon stopped === RUN TestAuthZPluginHeader ...--- PASS: TestAuthZPluginHeader (0.73s) main_test.go:54: Creating a new daemon daemon.go:336: [dc64f2828fbc7] waiting for daemon to start daemon.go:336: [dc64f2828fbc7] waiting for daemon to start daemon.go:364: [dc64f2828fbc7] daemon started daemon.go:472: [dc64f2828fbc7] Stopping daemon daemon.go:307: [dc64f2828fbc7] exiting daemon daemon.go:459: [dc64f2828fbc7] Daemon stopped === RUN TestAuthZPluginV2AllowNonVolumeRequest ok github.com/docker/docker/distribution/xfer 1.429s coverage: 82.8% of statements ? github.com/docker/docker/dockerversion [no test files] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements ...--- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s) main_test.go:54: Creating a new daemon daemon.go:336: [ddb724d62ab41] waiting for daemon to start daemon.go:336: [ddb724d62ab41] waiting for daemon to start daemon.go:364: [ddb724d62ab41] daemon started daemon.go:472: [ddb724d62ab41] Stopping daemon daemon.go:307: [ddb724d62ab41] exiting daemon daemon.go:459: [ddb724d62ab41] Daemon stopped daemon.go:336: [ddb724d62ab41] waiting for daemon to start daemon.go:336: [ddb724d62ab41] waiting for daemon to start daemon.go:364: [ddb724d62ab41] daemon started daemon.go:472: [ddb724d62ab41] Stopping daemon daemon.go:307: [ddb724d62ab41] exiting daemon daemon.go:459: [ddb724d62ab41] Daemon stopped === RUN TestAuthZPluginV2Disable .ok github.com/docker/docker/image 0.031s coverage: 86.4% of statements ..x..--- PASS: TestAuthZPluginV2Disable (3.33s) main_test.go:54: Creating a new daemon daemon.go:336: [df53c698951d3] waiting for daemon to start daemon.go:336: [df53c698951d3] waiting for daemon to start daemon.go:364: [df53c698951d3] daemon started daemon.go:472: [df53c698951d3] Stopping daemon daemon.go:307: [df53c698951d3] exiting daemon daemon.go:459: [df53c698951d3] Daemon stopped daemon.go:336: [df53c698951d3] waiting for daemon to start daemon.go:336: [df53c698951d3] waiting for daemon to start daemon.go:364: [df53c698951d3] daemon started daemon.go:472: [df53c698951d3] Stopping daemon daemon.go:307: [df53c698951d3] exiting daemon daemon.go:459: [df53c698951d3] Daemon stopped === RUN TestAuthZPluginV2RejectVolumeRequests ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements .? github.com/docker/docker/image/tarexport [no test files] .--- PASS: TestAuthZPluginV2RejectVolumeRequests (3.02s) main_test.go:54: Creating a new daemon daemon.go:336: [d10aa6ca15d50] waiting for daemon to start daemon.go:336: [d10aa6ca15d50] waiting for daemon to start daemon.go:364: [d10aa6ca15d50] daemon started daemon.go:472: [d10aa6ca15d50] Stopping daemon daemon.go:307: [d10aa6ca15d50] exiting daemon daemon.go:459: [d10aa6ca15d50] Daemon stopped daemon.go:336: [d10aa6ca15d50] waiting for daemon to start daemon.go:336: [d10aa6ca15d50] waiting for daemon to start daemon.go:364: [d10aa6ca15d50] daemon started daemon.go:472: [d10aa6ca15d50] Stopping daemon daemon.go:307: [d10aa6ca15d50] exiting daemon daemon.go:459: [d10aa6ca15d50] Daemon stopped === RUN TestAuthZPluginV2BadManifestFailsDaemonStart ok github.com/docker/docker/image/v1 0.012s coverage: 25.0% of statements ? github.com/docker/docker/internal/test [no test files] --- PASS: TestUpdateRestartPolicy (13.09s) === RUN TestUpdateRestartWithAutoRemove --- PASS: TestUpdateRestartWithAutoRemove (1.03s) === RUN TestWaitNonBlocked === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 === RUN TestWaitNonBlocked/wait-nonblocking-exit-random === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 === CONT TestWaitNonBlocked/wait-nonblocking-exit-random --- PASS: TestWaitNonBlocked (0.01s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.27s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.34s) === RUN TestWaitBlocked === RUN TestWaitBlocked/test-wait-blocked-exit-zero === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero === RUN TestWaitBlocked/test-wait-blocked-exit-random === PAUSE TestWaitBlocked/test-wait-blocked-exit-random === CONT TestWaitBlocked/test-wait-blocked-exit-zero === CONT TestWaitBlocked/test-wait-blocked-exit-random ? github.com/docker/docker/internal/test/daemon [no test files] --- PASS: TestWaitBlocked (0.01s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.45s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.46s) === CONT TestContainerStartOnDaemonRestart === CONT TestIpcModeOlderClient --- PASS: TestIpcModeOlderClient (0.16s) === CONT TestDaemonRestartIpcMode ? github.com/docker/docker/internal/test/environment [no test files] ? github.com/docker/docker/internal/test/fakecontext [no test files] ? github.com/docker/docker/internal/test/fakegit [no test files] ? github.com/docker/docker/internal/test/fakestorage [no test files] ? github.com/docker/docker/internal/test/fixtures/load [no test files] --- PASS: TestContainerStartOnDaemonRestart (3.16s) daemon_linux_test.go:35: Creating a new daemon daemon.go:336: [dd5278d266e6d] waiting for daemon to start daemon.go:336: [dd5278d266e6d] waiting for daemon to start daemon.go:364: [dd5278d266e6d] daemon started daemon.go:336: [dd5278d266e6d] waiting for daemon to start daemon.go:307: [dd5278d266e6d] exiting daemon daemon.go:336: [dd5278d266e6d] waiting for daemon to start daemon.go:364: [dd5278d266e6d] daemon started daemon.go:472: [dd5278d266e6d] Stopping daemon daemon.go:307: [dd5278d266e6d] exiting daemon daemon.go:459: [dd5278d266e6d] Daemon stopped ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] --- PASS: TestDaemonRestartIpcMode (3.94s) daemon_linux_test.go:89: Creating a new daemon daemon.go:336: [d53549ca69fb4] waiting for daemon to start daemon.go:336: [d53549ca69fb4] waiting for daemon to start daemon.go:364: [d53549ca69fb4] daemon started daemon.go:472: [d53549ca69fb4] Stopping daemon daemon.go:307: [d53549ca69fb4] exiting daemon daemon.go:459: [d53549ca69fb4] Daemon stopped daemon.go:336: [d53549ca69fb4] waiting for daemon to start daemon.go:336: [d53549ca69fb4] waiting for daemon to start daemon.go:364: [d53549ca69fb4] daemon started daemon.go:472: [d53549ca69fb4] Stopping daemon daemon.go:307: [d53549ca69fb4] exiting daemon daemon.go:459: [d53549ca69fb4] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/system INFO: Testing against a local daemon === RUN TestCgroupDriverSystemdMemoryLimit --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) cgroupdriver_systemd_test.go:32: !hasSystemd() === RUN TestEventsExecDie ? github.com/docker/docker/internal/test/registry [no test files] --- PASS: TestEventsExecDie (1.11s) === RUN TestEventsBackwardsCompatible --- PASS: TestEventsBackwardsCompatible (0.08s) === RUN TestInfoBinaryCommits --- PASS: TestInfoBinaryCommits (0.03s) === RUN TestInfoAPIVersioned --- PASS: TestInfoAPIVersioned (0.01s) === RUN TestInfoAPI ? github.com/docker/docker/internal/test/request [no test files] --- PASS: TestInfoAPI (0.02s) === RUN TestInfoAPIWarnings ok github.com/docker/docker/internal/testutil 0.004s coverage: 62.5% of statements --- PASS: TestInfoAPIWarnings (0.86s) info_test.go:49: Creating a new daemon daemon.go:336: [d4070e7ed5bde] waiting for daemon to start daemon.go:336: [d4070e7ed5bde] waiting for daemon to start daemon.go:364: [d4070e7ed5bde] daemon started daemon.go:472: [d4070e7ed5bde] Stopping daemon daemon.go:307: [d4070e7ed5bde] exiting daemon daemon.go:459: [d4070e7ed5bde] Daemon stopped === RUN TestLoginFailsWithBadCredentials --- PASS: TestLoginFailsWithBadCredentials (0.39s) === RUN TestPingCacheHeaders --- PASS: TestPingCacheHeaders (0.02s) === RUN TestPingGet --- PASS: TestPingGet (0.01s) === RUN TestPingHead --- PASS: TestPingHead (0.02s) === RUN TestVersion --- PASS: TestVersion (0.02s) PASS Running /go/src/github.com/docker/docker/integration/volume INFO: Testing against a local daemon === RUN TestVolumesCreateAndList --- PASS: TestVolumesCreateAndList (0.02s) === RUN TestVolumesRemove --- PASS: TestVolumesRemove (0.10s) === RUN TestVolumesInspect --- PASS: TestVolumesInspect (0.02s) === RUN TestVolumesInvalidJSON === RUN TestVolumesInvalidJSON//volumes/create === PAUSE TestVolumesInvalidJSON//volumes/create === CONT TestVolumesInvalidJSON//volumes/create --- PASS: TestVolumesInvalidJSON (0.01s) --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) PASS Running /go/src/github.com/docker/docker/integration/build INFO: Testing against a local daemon === RUN TestCgroupNamespacesBuild --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.82s) main_test.go:54: Creating a new daemon daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:364: [d8af63b94474b] daemon started daemon.go:472: [d8af63b94474b] Stopping daemon daemon.go:307: [d8af63b94474b] exiting daemon daemon.go:459: [d8af63b94474b] Daemon stopped daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:307: [d8af63b94474b] exiting daemon daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:336: [d8af63b94474b] waiting for daemon to start daemon.go:364: [d8af63b94474b] daemon started daemon.go:472: [d8af63b94474b] Stopping daemon daemon.go:307: [d8af63b94474b] exiting daemon daemon.go:459: [d8af63b94474b] Daemon stopped === RUN TestAuthZPluginV2NonexistentFailsDaemonStart .--- PASS: TestCgroupNamespacesBuild (2.05s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d76327ca7efd0] waiting for daemon to start daemon.go:336: [d76327ca7efd0] waiting for daemon to start daemon.go:364: [d76327ca7efd0] daemon started daemon.go:472: [d76327ca7efd0] Stopping daemon daemon.go:307: [d76327ca7efd0] exiting daemon daemon.go:459: [d76327ca7efd0] Daemon stopped === RUN TestCgroupNamespacesBuildDaemonHostMode ..--- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [df2c670488cf6] waiting for daemon to start daemon.go:336: [df2c670488cf6] waiting for daemon to start daemon.go:364: [df2c670488cf6] daemon started daemon.go:472: [df2c670488cf6] Stopping daemon daemon.go:307: [df2c670488cf6] exiting daemon daemon.go:459: [df2c670488cf6] Daemon stopped === RUN TestBuildWithSession ...--- PASS: TestBuildWithSession (4.27s) === RUN TestBuildSquashParent ...ok github.com/docker/docker/layer 7.887s coverage: 66.9% of statements ? github.com/docker/docker/libcontainerd [no test files] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements .. [ 17%] ? github.com/docker/docker/libcontainerd/remote [no test files] .? github.com/docker/docker/libcontainerd/supervisor [no test files] ..? github.com/docker/docker/libcontainerd/types [no test files] ? github.com/docker/docker/oci [no test files] ? github.com/docker/docker/oci/caps [no test files] --- PASS: TestBuildSquashParent (9.05s) build_squash_test.go:29: Creating a new daemon daemon.go:336: [d80a0f9ec6349] waiting for daemon to start daemon.go:336: [d80a0f9ec6349] waiting for daemon to start daemon.go:364: [d80a0f9ec6349] daemon started daemon.go:472: [d80a0f9ec6349] Stopping daemon daemon.go:307: [d80a0f9ec6349] exiting daemon daemon.go:459: [d80a0f9ec6349] Daemon stopped === RUN TestBuildWithRemoveAndForceRemove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal ok github.com/docker/docker/opts 0.034s coverage: 67.3% of statements --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) main_test.go:54: Creating a new daemon daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:364: [d58941fc54de8] daemon started daemon.go:472: [d58941fc54de8] Stopping daemon daemon.go:307: [d58941fc54de8] exiting daemon daemon.go:459: [d58941fc54de8] Daemon stopped daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:350: [d58941fc54de8] error pinging daemon on start: Get http://d58941fc54de8.sock/_ping: context deadline exceeded daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:350: [d58941fc54de8] error pinging daemon on start: Get http://d58941fc54de8.sock/_ping: context deadline exceeded daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:350: [d58941fc54de8] error pinging daemon on start: Get http://d58941fc54de8.sock/_ping: context deadline exceeded daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:350: [d58941fc54de8] error pinging daemon on start: Get http://d58941fc54de8.sock/_ping: context deadline exceeded daemon.go:307: [d58941fc54de8] exiting daemon daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:336: [d58941fc54de8] waiting for daemon to start daemon.go:364: [d58941fc54de8] daemon started daemon.go:472: [d58941fc54de8] Stopping daemon daemon.go:307: [d58941fc54de8] exiting daemon daemon.go:459: [d58941fc54de8] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/common INFO: Testing against a local daemon === RUN TestPluginInvalidJSON === RUN TestPluginInvalidJSON//plugins/foobar/set === PAUSE TestPluginInvalidJSON//plugins/foobar/set === CONT TestPluginInvalidJSON//plugins/foobar/set --- PASS: TestPluginInvalidJSON (0.02s) --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) PASS Running /go/src/github.com/docker/docker/integration/plugin/logging INFO: Testing against a local daemon === RUN TestContinueAfterPluginCrash === PAUSE TestContinueAfterPluginCrash === RUN TestDaemonStartWithLogOpt === PAUSE TestDaemonStartWithLogOpt === CONT TestContinueAfterPluginCrash === CONT TestDaemonStartWithLogOpt ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove ...--- PASS: TestDaemonStartWithLogOpt (5.02s) validation_test.go:23: Creating a new daemon daemon.go:336: [dc503e536078a] waiting for daemon to start daemon.go:336: [dc503e536078a] waiting for daemon to start daemon.go:364: [dc503e536078a] daemon started daemon.go:472: [dc503e536078a] Stopping daemon daemon.go:307: [dc503e536078a] exiting daemon daemon.go:459: [dc503e536078a] Daemon stopped daemon.go:336: [dc503e536078a] waiting for daemon to start daemon.go:336: [dc503e536078a] waiting for daemon to start daemon.go:364: [dc503e536078a] daemon started daemon.go:472: [dc503e536078a] Stopping daemon daemon.go:307: [dc503e536078a] exiting daemon daemon.go:459: [dc503e536078a] Daemon stopped === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove ok github.com/docker/docker/pkg/archive 0.780s coverage: 76.7% of statements ok github.com/docker/docker/pkg/authorization 0.566s coverage: 66.7% of statements .--- PASS: TestBuildWithRemoveAndForceRemove (0.02s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.61s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.65s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.63s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.76s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.22s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) === RUN TestBuildMultiStageParentConfig ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements --- PASS: TestContinueAfterPluginCrash (9.85s) logging_linux_test.go:22: Creating a new daemon daemon.go:336: [d6a7bedb8c1fa] waiting for daemon to start daemon.go:336: [d6a7bedb8c1fa] waiting for daemon to start daemon.go:364: [d6a7bedb8c1fa] daemon started daemon.go:472: [d6a7bedb8c1fa] Stopping daemon daemon.go:307: [d6a7bedb8c1fa] exiting daemon daemon.go:459: [d6a7bedb8c1fa] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/close_on_start testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes INFO: Testing against a local daemon === RUN TestPluginWithDevMounts === PAUSE TestPluginWithDevMounts === CONT TestPluginWithDevMounts --- PASS: TestPluginWithDevMounts (1.79s) mounts_test.go:23: Creating a new daemon daemon.go:336: [d4245e4b53f7c] waiting for daemon to start daemon.go:336: [d4245e4b53f7c] waiting for daemon to start daemon.go:364: [d4245e4b53f7c] daemon started daemon.go:472: [d4245e4b53f7c] Stopping daemon daemon.go:307: [d4245e4b53f7c] exiting daemon daemon.go:459: [d4245e4b53f7c] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/graphdriver INFO: Testing against a local daemon === RUN TestExternalGraphDriver === RUN TestExternalGraphDriver/json --- PASS: TestBuildMultiStageParentConfig (4.91s) === RUN TestBuildLabelWithTargets === RUN TestExternalGraphDriver/spec .ok github.com/docker/docker/pkg/chrootarchive 3.576s coverage: 43.2% of statements ? github.com/docker/docker/pkg/containerfs [no test files] === RUN TestExternalGraphDriver/pull ? github.com/docker/docker/pkg/devicemapper [no test files] --- PASS: TestExternalGraphDriver (4.98s) external_test.go:57: Creating a new daemon daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:364: [d92f2b1768c35] daemon started daemon.go:472: [d92f2b1768c35] Stopping daemon daemon.go:307: [d92f2b1768c35] exiting daemon daemon.go:459: [d92f2b1768c35] Daemon stopped daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:364: [d92f2b1768c35] daemon started daemon.go:472: [d92f2b1768c35] Stopping daemon daemon.go:307: [d92f2b1768c35] exiting daemon daemon.go:459: [d92f2b1768c35] Daemon stopped --- PASS: TestExternalGraphDriver/json (1.70s) daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:364: [d92f2b1768c35] daemon started daemon.go:472: [d92f2b1768c35] Stopping daemon daemon.go:307: [d92f2b1768c35] exiting daemon daemon.go:459: [d92f2b1768c35] Daemon stopped daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:364: [d92f2b1768c35] daemon started daemon.go:472: [d92f2b1768c35] Stopping daemon daemon.go:307: [d92f2b1768c35] exiting daemon daemon.go:459: [d92f2b1768c35] Daemon stopped --- PASS: TestExternalGraphDriver/spec (1.70s) daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:336: [d92f2b1768c35] waiting for daemon to start daemon.go:364: [d92f2b1768c35] daemon started daemon.go:472: [d92f2b1768c35] Stopping daemon daemon.go:307: [d92f2b1768c35] exiting daemon daemon.go:459: [d92f2b1768c35] Daemon stopped --- PASS: TestExternalGraphDriver/pull (1.49s) === RUN TestGraphdriverPluginV2 .ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements ..ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 97.6% of statements ..--- PASS: TestGraphdriverPluginV2 (4.03s) external_test.go:413: Creating a new daemon daemon.go:336: [d6cf91d8cabd8] waiting for daemon to start daemon.go:336: [d6cf91d8cabd8] waiting for daemon to start daemon.go:364: [d6cf91d8cabd8] daemon started daemon.go:472: [d6cf91d8cabd8] Stopping daemon daemon.go:307: [d6cf91d8cabd8] exiting daemon daemon.go:459: [d6cf91d8cabd8] Daemon stopped daemon.go:336: [d6cf91d8cabd8] waiting for daemon to start daemon.go:336: [d6cf91d8cabd8] waiting for daemon to start daemon.go:364: [d6cf91d8cabd8] daemon started daemon.go:472: [d6cf91d8cabd8] Stopping daemon daemon.go:307: [d6cf91d8cabd8] exiting daemon daemon.go:459: [d6cf91d8cabd8] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/image INFO: Testing against a local daemon === RUN TestCommitInheritsEnv --- PASS: TestCommitInheritsEnv (0.36s) === RUN TestImportExtremelyLargeImageWorks === PAUSE TestImportExtremelyLargeImageWorks === RUN TestImagesFilterMultiReference --- PASS: TestImagesFilterMultiReference (0.06s) === RUN TestImagePullPlatformInvalid --- PASS: TestImagePullPlatformInvalid (0.02s) === RUN TestRemoveImageOrphaning --- PASS: TestBuildLabelWithTargets (7.98s) === RUN TestBuildWithEmptyLayers .--- PASS: TestRemoveImageOrphaning (0.37s) === RUN TestRemoveImageGarbageCollector ..--- PASS: TestRemoveImageGarbageCollector (1.68s) remove_unix_test.go:34: Creating a new daemon daemon.go:336: [d04915d5e3acb] waiting for daemon to start daemon.go:336: [d04915d5e3acb] waiting for daemon to start daemon.go:364: [d04915d5e3acb] daemon started daemon.go:472: [d04915d5e3acb] Stopping daemon daemon.go:307: [d04915d5e3acb] exiting daemon daemon.go:459: [d04915d5e3acb] Daemon stopped === RUN TestTagUnprefixedRepoByNameOrName --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) === RUN TestTagInvalidReference --- PASS: TestTagInvalidReference (0.01s) === RUN TestTagValidPrefixedRepo --- PASS: TestTagValidPrefixedRepo (0.04s) === RUN TestTagExistedNameWithoutForce --- PASS: TestTagExistedNameWithoutForce (0.03s) === RUN TestTagOfficialNames --- PASS: TestTagOfficialNames (0.04s) === RUN TestTagMatchesDigest --- PASS: TestTagMatchesDigest (0.01s) === CONT TestImportExtremelyLargeImageWorks .--- PASS: TestBuildWithEmptyLayers (3.00s) === RUN TestBuildMultiStageOnBuild .ok github.com/docker/docker/pkg/discovery/kv 3.148s coverage: 84.1% of statements ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements .ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements --- PASS: TestBuildMultiStageOnBuild (5.06s) === RUN TestBuildUncleanTarFilenames ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements --- PASS: TestBuildUncleanTarFilenames (1.23s) === RUN TestBuildMultiStageLayerLeak ..ok github.com/docker/docker/pkg/fsutils 0.200s coverage: 85.1% of statements ..ok github.com/docker/docker/pkg/homedir 0.004s coverage: 10.2% of statements ..ok github.com/docker/docker/pkg/idtools 0.299s coverage: 70.1% of statements .--- PASS: TestBuildMultiStageLayerLeak (4.73s) === RUN TestBuildWithHugeFile ..ok github.com/docker/docker/pkg/ioutils 1.069s coverage: 69.3% of statements ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements ok github.com/docker/docker/pkg/locker 0.021s coverage: 88.9% of statements ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements ? github.com/docker/docker/pkg/loopback [no test files] .ok github.com/docker/docker/pkg/mount 0.443s coverage: 69.6% of statements ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements .ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements ? github.com/docker/docker/pkg/platform [no test files] ? github.com/docker/docker/pkg/plugingetter [no test files] ................... [ 30%] tests/integration/api_exec_test.py --- PASS: TestBuildWithHugeFile (34.99s) === RUN TestBuildWithEmptyDockerfile .=== RUN TestBuildWithEmptyDockerfile/empty-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-dockerfile === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile --- PASS: TestBuildWithEmptyDockerfile (0.93s) --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.49s) --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.51s) --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) === RUN TestBuildPreserveOwnership === RUN TestBuildPreserveOwnership/copy_from ......=== RUN TestBuildPreserveOwnership/copy_from_chowned .....--- PASS: TestBuildPreserveOwnership (10.46s) --- PASS: TestBuildPreserveOwnership/copy_from (6.43s) --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.01s) === RUN TestBuildPlatformInvalid --- PASS: TestBuildPlatformInvalid (0.17s) PASS Running /go/src/github.com/docker/docker/integration/network INFO: Testing against a local daemon === RUN TestNetworkCreateDelete .--- PASS: TestNetworkCreateDelete (0.29s) === RUN TestDockerNetworkDeletePreferID --- PASS: TestDockerNetworkDeletePreferID (0.71s) === RUN TestInspectNetwork ..ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements ok github.com/docker/docker/pkg/pools 0.003s coverage: 87.9% of statements ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements .=== RUN TestInspectNetwork/full_network_id === RUN TestInspectNetwork/partial_network_id === RUN TestInspectNetwork/network_name === RUN TestInspectNetwork/network_name_and_swarm_scope .ok github.com/docker/docker/pkg/pubsub 1.088s coverage: 73.9% of statements ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements ... [ 35%] tests/integration/api_healthcheck_test.py --- PASS: TestInspectNetwork (9.20s) inspect_test.go:18: Creating a new daemon daemon.go:336: [d8a1797d2310b] waiting for daemon to start daemon.go:336: [d8a1797d2310b] waiting for daemon to start daemon.go:364: [d8a1797d2310b] daemon started --- PASS: TestInspectNetwork/full_network_id (0.00s) --- PASS: TestInspectNetwork/partial_network_id (0.00s) --- PASS: TestInspectNetwork/network_name (0.00s) --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) daemon.go:472: [d8a1797d2310b] Stopping daemon daemon.go:307: [d8a1797d2310b] exiting daemon daemon.go:459: [d8a1797d2310b] Daemon stopped === RUN TestRunContainerWithBridgeNone .ok github.com/docker/docker/pkg/signal 3.804s coverage: 61.0% of statements ? github.com/docker/docker/pkg/signal/testfiles [no test files] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements --- PASS: TestRunContainerWithBridgeNone (2.69s) network_test.go:25: Creating a new daemon daemon.go:336: [da7d3c8e3c41b] waiting for daemon to start daemon.go:336: [da7d3c8e3c41b] waiting for daemon to start daemon.go:364: [da7d3c8e3c41b] daemon started daemon.go:472: [da7d3c8e3c41b] Stopping daemon daemon.go:307: [da7d3c8e3c41b] exiting daemon daemon.go:459: [da7d3c8e3c41b] Daemon stopped === RUN TestNetworkInvalidJSON === RUN TestNetworkInvalidJSON//networks/create === PAUSE TestNetworkInvalidJSON//networks/create === RUN TestNetworkInvalidJSON//networks/bridge/connect === PAUSE TestNetworkInvalidJSON//networks/bridge/connect === RUN TestNetworkInvalidJSON//networks/bridge/disconnect === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/create === CONT TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/bridge/connect --- PASS: TestNetworkInvalidJSON (0.02s) --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) === RUN TestDaemonRestartWithLiveRestore ..--- PASS: TestDaemonRestartWithLiveRestore (1.07s) service_test.go:32: Creating a new daemon daemon.go:336: [d37c88d536ab4] waiting for daemon to start daemon.go:336: [d37c88d536ab4] waiting for daemon to start daemon.go:364: [d37c88d536ab4] daemon started daemon.go:472: [d37c88d536ab4] Stopping daemon daemon.go:307: [d37c88d536ab4] exiting daemon daemon.go:459: [d37c88d536ab4] Daemon stopped daemon.go:336: [d37c88d536ab4] waiting for daemon to start daemon.go:336: [d37c88d536ab4] waiting for daemon to start daemon.go:364: [d37c88d536ab4] daemon started daemon.go:472: [d37c88d536ab4] Stopping daemon daemon.go:307: [d37c88d536ab4] exiting daemon daemon.go:459: [d37c88d536ab4] Daemon stopped === RUN TestDaemonDefaultNetworkPools ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements --- PASS: TestDaemonDefaultNetworkPools (0.85s) service_test.go:57: Creating a new daemon daemon.go:336: [d623eb3eba189] waiting for daemon to start daemon.go:336: [d623eb3eba189] waiting for daemon to start daemon.go:364: [d623eb3eba189] daemon started daemon.go:472: [d623eb3eba189] Stopping daemon daemon.go:307: [d623eb3eba189] exiting daemon daemon.go:459: [d623eb3eba189] Daemon stopped === RUN TestDaemonRestartWithExistingNetwork ok github.com/docker/docker/pkg/symlink 0.012s coverage: 87.7% of statements --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) service_test.go:98: Creating a new daemon daemon.go:336: [d8c4c3c751d60] waiting for daemon to start daemon.go:336: [d8c4c3c751d60] waiting for daemon to start daemon.go:364: [d8c4c3c751d60] daemon started daemon.go:472: [d8c4c3c751d60] Stopping daemon daemon.go:307: [d8c4c3c751d60] exiting daemon daemon.go:459: [d8c4c3c751d60] Daemon stopped daemon.go:336: [d8c4c3c751d60] waiting for daemon to start daemon.go:336: [d8c4c3c751d60] waiting for daemon to start daemon.go:364: [d8c4c3c751d60] daemon started daemon.go:472: [d8c4c3c751d60] Stopping daemon daemon.go:307: [d8c4c3c751d60] exiting daemon daemon.go:459: [d8c4c3c751d60] Daemon stopped === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 80.0% of statements --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) service_test.go:131: Creating a new daemon daemon.go:336: [dbc1181583e82] waiting for daemon to start daemon.go:336: [dbc1181583e82] waiting for daemon to start daemon.go:364: [dbc1181583e82] daemon started daemon.go:472: [dbc1181583e82] Stopping daemon daemon.go:307: [dbc1181583e82] exiting daemon daemon.go:459: [dbc1181583e82] Daemon stopped daemon.go:336: [dbc1181583e82] waiting for daemon to start daemon.go:336: [dbc1181583e82] waiting for daemon to start daemon.go:364: [dbc1181583e82] daemon started daemon.go:472: [dbc1181583e82] Stopping daemon daemon.go:307: [dbc1181583e82] exiting daemon daemon.go:459: [dbc1181583e82] Daemon stopped === RUN TestDaemonWithBipAndDefaultNetworkPool . [ 36%] tests/integration/api_image_test.py ..--- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) service_test.go:181: Creating a new daemon daemon.go:336: [d7e2c776b80bd] waiting for daemon to start daemon.go:336: [d7e2c776b80bd] waiting for daemon to start daemon.go:364: [d7e2c776b80bd] daemon started daemon.go:472: [d7e2c776b80bd] Stopping daemon daemon.go:307: [d7e2c776b80bd] exiting daemon daemon.go:459: [d7e2c776b80bd] Daemon stopped === RUN TestServiceWithPredefinedNetwork .sok github.com/docker/docker/pkg/system 0.026s coverage: 37.5% of statements .ok github.com/docker/docker/pkg/tailfile 0.024s coverage: 88.6% of statements ..--- PASS: TestServiceWithPredefinedNetwork (2.50s) service_test.go:203: Creating a new daemon daemon.go:336: [dab97e87cf21b] waiting for daemon to start daemon.go:336: [dab97e87cf21b] waiting for daemon to start daemon.go:364: [dab97e87cf21b] daemon started daemon.go:472: [dab97e87cf21b] Stopping daemon daemon.go:307: [dab97e87cf21b] exiting daemon daemon.go:459: [dab97e87cf21b] Daemon stopped === RUN TestServiceRemoveKeepsIngressNetwork --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) service_test.go:230: FLAKY_TEST === RUN TestServiceWithDataPathPortInit ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements .....s....ok github.com/docker/docker/pkg/term 0.005s coverage: 85.9% of statements . [ 41%] tests/integration/api_network_test.py ok github.com/docker/docker/pkg/term/windows 0.002s coverage: 0.0% of statements [no tests to run] .ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements ..--- PASS: TestServiceWithDataPathPortInit (6.09s) service_test.go:339: Creating a new daemon daemon.go:336: [d64e65b0c7693] waiting for daemon to start daemon.go:336: [d64e65b0c7693] waiting for daemon to start daemon.go:364: [d64e65b0c7693] daemon started daemon.go:472: [d64e65b0c7693] Stopping daemon daemon.go:307: [d64e65b0c7693] exiting daemon daemon.go:459: [d64e65b0c7693] Daemon stopped service_test.go:367: Creating a new daemon daemon.go:336: [d79661e18c6c3] waiting for daemon to start daemon.go:336: [d79661e18c6c3] waiting for daemon to start daemon.go:364: [d79661e18c6c3] daemon started daemon.go:472: [d79661e18c6c3] Stopping daemon daemon.go:307: [d79661e18c6c3] exiting daemon daemon.go:459: [d79661e18c6c3] Daemon stopped === RUN TestServiceWithDefaultAddressPoolInit ..ok github.com/docker/docker/plugin 0.543s coverage: 27.0% of statements ? github.com/docker/docker/plugin/executor/containerd [no test files] .ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.5% of statements ? github.com/docker/docker/profiles/apparmor [no test files] --- PASS: TestServiceWithDefaultAddressPoolInit (5.99s) service_test.go:398: Creating a new daemon daemon.go:336: [ddae2d20bdb3c] waiting for daemon to start daemon.go:336: [ddae2d20bdb3c] waiting for daemon to start daemon.go:364: [ddae2d20bdb3c] daemon started service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fey8t599ahvgy1upjyd3gnqgu Created:2019-08-01 12:44:53.577505959 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} daemon.go:472: [ddae2d20bdb3c] Stopping daemon daemon.go:307: [ddae2d20bdb3c] exiting daemon daemon.go:459: [ddae2d20bdb3c] Daemon stopped service_test.go:438: Creating a new daemon daemon.go:336: [d414fd2b18ca9] waiting for daemon to start daemon.go:336: [d414fd2b18ca9] waiting for daemon to start daemon.go:364: [d414fd2b18ca9] daemon started daemon.go:472: [d414fd2b18ca9] Stopping daemon daemon.go:307: [d414fd2b18ca9] exiting daemon daemon.go:459: [d414fd2b18ca9] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/network/ipvlan INFO: Testing against a local daemon === RUN TestDockerNetworkIpvlanPersistance --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan === RUN TestDockerNetworkIpvlan --- SKIP: TestDockerNetworkIpvlan (0.00s) ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan PASS Running /go/src/github.com/docker/docker/integration/network/macvlan INFO: Testing against a local daemon === RUN TestDockerNetworkMacvlanPersistance ..--- PASS: TestDockerNetworkMacvlanPersistance (1.45s) macvlan_test.go:24: Creating a new daemon daemon.go:336: [d3eca31398b7f] waiting for daemon to start daemon.go:336: [d3eca31398b7f] waiting for daemon to start daemon.go:364: [d3eca31398b7f] daemon started daemon.go:472: [d3eca31398b7f] Stopping daemon daemon.go:307: [d3eca31398b7f] exiting daemon daemon.go:459: [d3eca31398b7f] Daemon stopped daemon.go:336: [d3eca31398b7f] waiting for daemon to start daemon.go:336: [d3eca31398b7f] waiting for daemon to start daemon.go:364: [d3eca31398b7f] daemon started daemon.go:472: [d3eca31398b7f] Stopping daemon daemon.go:307: [d3eca31398b7f] exiting daemon daemon.go:459: [d3eca31398b7f] Daemon stopped === RUN TestDockerNetworkMacvlan ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 68.8% of statements === RUN TestDockerNetworkMacvlan/Subinterface ..ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements === RUN TestDockerNetworkMacvlan/OverlapParent === RUN TestDockerNetworkMacvlan/NilParent .=== RUN TestDockerNetworkMacvlan/InternalMode .......ok github.com/docker/docker/registry 0.236s coverage: 56.4% of statements .ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements ok github.com/docker/docker/restartmanager 0.003s coverage: 50.9% of statements ? github.com/docker/docker/rootless [no test files] ? github.com/docker/docker/rootless/specconv [no test files] .=== RUN TestDockerNetworkMacvlan/Addressing .--- PASS: TestDockerNetworkMacvlan (10.38s) macvlan_test.go:67: Creating a new daemon daemon.go:336: [d4a39014f540f] waiting for daemon to start daemon.go:336: [d4a39014f540f] waiting for daemon to start daemon.go:364: [d4a39014f540f] daemon started --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) daemon.go:472: [d4a39014f540f] Stopping daemon daemon.go:307: [d4a39014f540f] exiting daemon daemon.go:459: [d4a39014f540f] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d91c21791ded4] waiting for daemon to start daemon.go:336: [d91c21791ded4] waiting for daemon to start daemon.go:364: [d91c21791ded4] daemon started --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) daemon.go:472: [d91c21791ded4] Stopping daemon daemon.go:307: [d91c21791ded4] exiting daemon daemon.go:459: [d91c21791ded4] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d406f8c940244] waiting for daemon to start daemon.go:336: [d406f8c940244] waiting for daemon to start daemon.go:364: [d406f8c940244] daemon started --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) daemon.go:472: [d406f8c940244] Stopping daemon daemon.go:307: [d406f8c940244] exiting daemon daemon.go:459: [d406f8c940244] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d5c8d8ce92b96] waiting for daemon to start daemon.go:336: [d5c8d8ce92b96] waiting for daemon to start daemon.go:364: [d5c8d8ce92b96] daemon started --- PASS: TestDockerNetworkMacvlan/InternalMode (2.28s) daemon.go:472: [d5c8d8ce92b96] Stopping daemon daemon.go:307: [d5c8d8ce92b96] exiting daemon daemon.go:459: [d5c8d8ce92b96] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d6de4bf42912f] waiting for daemon to start daemon.go:336: [d6de4bf42912f] waiting for daemon to start daemon.go:364: [d6de4bf42912f] daemon started --- PASS: TestDockerNetworkMacvlan/Addressing (0.95s) daemon.go:472: [d6de4bf42912f] Stopping daemon daemon.go:307: [d6de4bf42912f] exiting daemon daemon.go:459: [d6de4bf42912f] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/service .INFO: Testing against a local daemon === RUN TestServiceCreateInit === RUN TestServiceCreateInit/daemonInitDisabled ok github.com/docker/docker/runconfig 0.014s coverage: 68.2% of statements ? github.com/docker/docker/runconfig/opts [no test files] ? github.com/docker/docker/volume [no test files] ok github.com/docker/docker/volume/drivers 0.007s coverage: 36.1% of statements ..... [ 48%] tests/integration/api_plugin_test.py ..ok github.com/docker/docker/volume/local 0.030s coverage: 73.0% of statements .=== RUN TestServiceCreateInit/daemonInitEnabled ..ok github.com/docker/docker/volume/mounts 0.042s coverage: 67.0% of statements .--- PASS: TestImportExtremelyLargeImageWorks (100.71s) import_test.go:26: Creating a new daemon daemon.go:336: [d14d557391b13] waiting for daemon to start daemon.go:336: [d14d557391b13] waiting for daemon to start daemon.go:364: [d14d557391b13] daemon started daemon.go:472: [d14d557391b13] Stopping daemon daemon.go:307: [d14d557391b13] exiting daemon daemon.go:459: [d14d557391b13] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/config INFO: Testing against a local daemon === RUN TestConfigList --- PASS: TestConfigList (2.29s) config_test.go:30: Creating a new daemon daemon.go:336: [d19540f95eef2] waiting for daemon to start daemon.go:336: [d19540f95eef2] waiting for daemon to start daemon.go:364: [d19540f95eef2] daemon started daemon.go:472: [d19540f95eef2] Stopping daemon daemon.go:307: [d19540f95eef2] exiting daemon daemon.go:459: [d19540f95eef2] Daemon stopped === RUN TestConfigsCreateAndDelete --- PASS: TestConfigsCreateAndDelete (1.90s) config_test.go:112: Creating a new daemon daemon.go:336: [d78e07f5a3734] waiting for daemon to start daemon.go:336: [d78e07f5a3734] waiting for daemon to start daemon.go:364: [d78e07f5a3734] daemon started daemon.go:472: [d78e07f5a3734] Stopping daemon daemon.go:307: [d78e07f5a3734] exiting daemon daemon.go:459: [d78e07f5a3734] Daemon stopped === RUN TestConfigsUpdate --- PASS: TestConfigsUpdate (2.34s) config_test.go:140: Creating a new daemon daemon.go:336: [d887f1d91e0cf] waiting for daemon to start daemon.go:336: [d887f1d91e0cf] waiting for daemon to start daemon.go:364: [d887f1d91e0cf] daemon started daemon.go:472: [d887f1d91e0cf] Stopping daemon daemon.go:307: [d887f1d91e0cf] exiting daemon daemon.go:459: [d887f1d91e0cf] Daemon stopped === RUN TestTemplatedConfig --- PASS: TestTemplatedConfig (2.40s) config_test.go:192: Creating a new daemon daemon.go:336: [d92f5a2574d4b] waiting for daemon to start daemon.go:336: [d92f5a2574d4b] waiting for daemon to start daemon.go:364: [d92f5a2574d4b] daemon started daemon.go:472: [d92f5a2574d4b] Stopping daemon daemon.go:307: [d92f5a2574d4b] exiting daemon daemon.go:459: [d92f5a2574d4b] Daemon stopped === RUN TestConfigInspect --- PASS: TestConfigInspect (2.31s) config_test.go:326: Creating a new daemon daemon.go:336: [d6f9fd763f05c] waiting for daemon to start daemon.go:336: [d6f9fd763f05c] waiting for daemon to start daemon.go:364: [d6f9fd763f05c] daemon started daemon.go:472: [d6f9fd763f05c] Stopping daemon daemon.go:307: [d6f9fd763f05c] exiting daemon daemon.go:459: [d6f9fd763f05c] Daemon stopped === RUN TestConfigCreateWithLabels ....ok github.com/docker/docker/volume/service 0.027s coverage: 73.0% of statements ? github.com/docker/docker/volume/service/opts [no test files] ? github.com/docker/docker/volume/testutils [no test files] Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) --- PASS: TestConfigCreateWithLabels (2.33s) config_test.go:350: Creating a new daemon daemon.go:336: [d23ddd271e3f9] waiting for daemon to start daemon.go:336: [d23ddd271e3f9] waiting for daemon to start daemon.go:364: [d23ddd271e3f9] daemon started daemon.go:472: [d23ddd271e3f9] Stopping daemon daemon.go:307: [d23ddd271e3f9] exiting daemon daemon.go:459: [d23ddd271e3f9] Daemon stopped === RUN TestConfigCreateResolve Building: bundles/dynbinary-daemon/dockerd-dev GOOS="" GOARCH="" GOARM="" . [ 51%] tests/integration/api_secret_test.py --- PASS: TestServiceCreateInit (10.49s) --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s) create_test.go:38: Creating a new daemon daemon.go:336: [d9a7dd2ad07ea] waiting for daemon to start daemon.go:336: [d9a7dd2ad07ea] waiting for daemon to start daemon.go:364: [d9a7dd2ad07ea] daemon started daemon.go:472: [d9a7dd2ad07ea] Stopping daemon daemon.go:307: [d9a7dd2ad07ea] exiting daemon daemon.go:459: [d9a7dd2ad07ea] Daemon stopped --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) create_test.go:38: Creating a new daemon daemon.go:336: [d3ac692f27615] waiting for daemon to start daemon.go:336: [d3ac692f27615] waiting for daemon to start daemon.go:364: [d3ac692f27615] daemon started daemon.go:472: [d3ac692f27615] Stopping daemon daemon.go:307: [d3ac692f27615] exiting daemon daemon.go:459: [d3ac692f27615] Daemon stopped === RUN TestCreateServiceMultipleTimes .....--- PASS: TestConfigCreateResolve (2.44s) config_test.go:377: Creating a new daemon daemon.go:336: [d8f318f281ec4] waiting for daemon to start daemon.go:336: [d8f318f281ec4] waiting for daemon to start daemon.go:364: [d8f318f281ec4] daemon started daemon.go:472: [d8f318f281ec4] Stopping daemon daemon.go:307: [d8f318f281ec4] exiting daemon daemon.go:459: [d8f318f281ec4] Daemon stopped === RUN TestConfigDaemonLibtrustID --- PASS: TestConfigDaemonLibtrustID (0.54s) config_test.go:427: Creating a new daemon daemon.go:336: [dcf011bf5483e] waiting for daemon to start daemon.go:336: [dcf011bf5483e] waiting for daemon to start daemon.go:364: [dcf011bf5483e] daemon started daemon.go:472: [dcf011bf5483e] Stopping daemon daemon.go:307: [dcf011bf5483e] exiting daemon daemon.go:459: [dcf011bf5483e] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/session INFO: Testing against a local daemon === RUN TestSessionCreate --- PASS: TestSessionCreate (0.02s) === RUN TestSessionCreateWithBadUpgrade --- PASS: TestSessionCreateWithBadUpgrade (0.03s) PASS Running /go/src/github.com/docker/docker/integration/system  [ 52%] tests/integration/api_service_test.py INFO: Testing against a local daemon === RUN TestCgroupDriverSystemdMemoryLimit --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) cgroupdriver_systemd_test.go:32: !hasSystemd() === RUN TestEventsExecDie ....--- PASS: TestEventsExecDie (0.71s) === RUN TestEventsBackwardsCompatible --- PASS: TestEventsBackwardsCompatible (0.22s) === RUN TestInfoBinaryCommits --- PASS: TestInfoBinaryCommits (0.02s) === RUN TestInfoAPIVersioned --- PASS: TestInfoAPIVersioned (0.01s) === RUN TestInfoAPI --- PASS: TestInfoAPI (0.02s) === RUN TestInfoAPIWarnings --- PASS: TestInfoAPIWarnings (0.70s) info_test.go:49: Creating a new daemon daemon.go:336: [df7708e910a53] waiting for daemon to start daemon.go:336: [df7708e910a53] waiting for daemon to start daemon.go:364: [df7708e910a53] daemon started daemon.go:472: [df7708e910a53] Stopping daemon daemon.go:307: [df7708e910a53] exiting daemon daemon.go:459: [df7708e910a53] Daemon stopped === RUN TestLoginFailsWithBadCredentials --- PASS: TestLoginFailsWithBadCredentials (0.24s) === RUN TestPingCacheHeaders --- PASS: TestPingCacheHeaders (0.03s) === RUN TestPingGet --- PASS: TestPingGet (0.02s) === RUN TestPingHead --- PASS: TestPingHead (0.02s) === RUN TestVersion --- PASS: TestVersion (0.02s) PASS Running /go/src/github.com/docker/docker/integration-cli ............s...........INFO: Testing against a local daemon PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.002s PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.026s PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.007s PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.007s PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.005s PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.386s PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.054s PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.269s PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.021s ....PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 0.363s PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.096s PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.010s .PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 0.903s PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.074s PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.002s PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.002s PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 0.494s . [ 61%] ...........PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.387s PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.091s PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s .............PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 4.030s PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 1.784s PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 1.798s PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 1.623s PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 0.359s PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc 0.557s --- PASS: TestCreateServiceMultipleTimes (18.96s) create_test.go:80: Creating a new daemon daemon.go:336: [d6e3c6217675c] waiting for daemon to start daemon.go:336: [d6e3c6217675c] waiting for daemon to start daemon.go:364: [d6e3c6217675c] daemon started daemon.go:472: [d6e3c6217675c] Stopping daemon daemon.go:307: [d6e3c6217675c] exiting daemon daemon.go:459: [d6e3c6217675c] Daemon stopped === RUN TestCreateServiceConflict PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace 0.587s PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf 0.560s --- PASS: TestCreateServiceConflict (2.86s) create_test.go:129: Creating a new daemon daemon.go:336: [deb8687607ede] waiting for daemon to start daemon.go:336: [deb8687607ede] waiting for daemon to start daemon.go:364: [deb8687607ede] daemon started daemon.go:472: [deb8687607ede] Stopping daemon daemon.go:307: [deb8687607ede] exiting daemon daemon.go:459: [deb8687607ede] Daemon stopped === RUN TestCreateServiceMaxReplicas  [ 67%] tests/integration/api_swarm_test.py .ssssPASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 1.489s .s--- PASS: TestCreateServiceMaxReplicas (3.45s) create_test.go:150: Creating a new daemon daemon.go:336: [dd2a05965460a] waiting for daemon to start daemon.go:336: [dd2a05965460a] waiting for daemon to start daemon.go:364: [dd2a05965460a] daemon started daemon.go:472: [dd2a05965460a] Stopping daemon daemon.go:307: [dd2a05965460a] exiting daemon daemon.go:459: [dd2a05965460a] Daemon stopped === RUN TestCreateWithDuplicateNetworkNames PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 1.547s PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 0.485s PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.366s .PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 1.704s PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 0.382s PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.351s PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 0.900s PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 1.294s .PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 0.757s PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 0.748s PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.002s PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 0.701s PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 0.451s .x--- PASS: TestCreateWithDuplicateNetworkNames (14.12s) create_test.go:171: Creating a new daemon daemon.go:336: [de9ab91666cf8] waiting for daemon to start daemon.go:336: [de9ab91666cf8] waiting for daemon to start daemon.go:364: [de9ab91666cf8] daemon started daemon.go:472: [de9ab91666cf8] Stopping daemon daemon.go:307: [de9ab91666cf8] exiting daemon daemon.go:459: [de9ab91666cf8] Daemon stopped === RUN TestCreateServiceSecretFileMode .--- PASS: TestCreateServiceSecretFileMode (3.48s) create_test.go:224: Creating a new daemon daemon.go:336: [d900d537dedfe] waiting for daemon to start daemon.go:336: [d900d537dedfe] waiting for daemon to start daemon.go:364: [d900d537dedfe] daemon started daemon.go:472: [d900d537dedfe] Stopping daemon daemon.go:307: [d900d537dedfe] exiting daemon daemon.go:459: [d900d537dedfe] Daemon stopped === RUN TestCreateServiceConfigFileMode .--- PASS: TestCreateServiceConfigFileMode (2.92s) create_test.go:288: Creating a new daemon daemon.go:336: [dd5041c4cad9f] waiting for daemon to start daemon.go:336: [dd5041c4cad9f] waiting for daemon to start daemon.go:364: [dd5041c4cad9f] daemon started daemon.go:472: [dd5041c4cad9f] Stopping daemon daemon.go:307: [dd5041c4cad9f] exiting daemon daemon.go:459: [dd5041c4cad9f] Daemon stopped === RUN TestCreateServiceSysctls ..PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 12.626s PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.405s PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 1.035s PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.161s PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.511s --- PASS: TestCreateServiceSysctls (3.99s) create_test.go:378: Creating a new daemon daemon.go:336: [d730ffa589b63] waiting for daemon to start daemon.go:336: [d730ffa589b63] waiting for daemon to start daemon.go:364: [d730ffa589b63] daemon started daemon.go:472: [d730ffa589b63] Stopping daemon daemon.go:307: [d730ffa589b63] exiting daemon daemon.go:459: [d730ffa589b63] Daemon stopped === RUN TestCreateServiceCapabilities PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 1.510s --- PASS: TestCreateServiceCapabilities (3.35s) create_test.go:462: Creating a new daemon daemon.go:336: [d92e82549525a] waiting for daemon to start daemon.go:336: [d92e82549525a] waiting for daemon to start daemon.go:364: [d92e82549525a] daemon started daemon.go:472: [d92e82549525a] Stopping daemon daemon.go:307: [d92e82549525a] exiting daemon daemon.go:459: [d92e82549525a] Daemon stopped === RUN TestInspect PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 1.930s PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 0.592s .--- PASS: TestInspect (3.01s) inspect_test.go:25: Creating a new daemon daemon.go:336: [dbc6d79047c15] waiting for daemon to start daemon.go:336: [dbc6d79047c15] waiting for daemon to start daemon.go:364: [dbc6d79047c15] daemon started daemon.go:472: [dbc6d79047c15] Stopping daemon daemon.go:307: [dbc6d79047c15] exiting daemon daemon.go:459: [dbc6d79047c15] Daemon stopped === RUN TestDockerNetworkConnectAlias PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 5.555s .. [ 72%] tests/integration/api_volume_test.py .--- PASS: TestDockerNetworkConnectAlias (6.07s) network_test.go:20: Creating a new daemon daemon.go:336: [d649f5ece2490] waiting for daemon to start daemon.go:336: [d649f5ece2490] waiting for daemon to start daemon.go:364: [d649f5ece2490] daemon started daemon.go:472: [d649f5ece2490] Stopping daemon daemon.go:307: [d649f5ece2490] exiting daemon daemon.go:459: [d649f5ece2490] Daemon stopped === RUN TestDockerNetworkReConnect PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 3.116s PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.072s PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 1.289s PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 2.669s PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 0.881s PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.437s --- PASS: TestDockerNetworkReConnect (5.38s) network_test.go:82: Creating a new daemon daemon.go:336: [d037fad129b03] waiting for daemon to start daemon.go:336: [d037fad129b03] waiting for daemon to start daemon.go:364: [d037fad129b03] daemon started daemon.go:472: [d037fad129b03] Stopping daemon daemon.go:307: [d037fad129b03] exiting daemon daemon.go:459: [d037fad129b03] Daemon stopped === RUN TestServicePlugin --- SKIP: TestServicePlugin (0.01s) plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestServiceUpdateLabel PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 2.367s --- PASS: TestServiceUpdateLabel (2.52s) update_test.go:21: Creating a new daemon daemon.go:336: [d7f9adceb5ed9] waiting for daemon to start daemon.go:336: [d7f9adceb5ed9] waiting for daemon to start daemon.go:364: [d7f9adceb5ed9] daemon started daemon.go:472: [d7f9adceb5ed9] Stopping daemon daemon.go:307: [d7f9adceb5ed9] exiting daemon daemon.go:459: [d7f9adceb5ed9] Daemon stopped === RUN TestServiceUpdateSecrets PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 2.614s PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 0.690s PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 0.873s PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 2.130s ........ [ 74%] tests/integration/client_test.py ..... [ 75%] tests/integration/errors_test.py . [ 76%] tests/integration/models_containers_test.py PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 5.301s PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 3.441s --- PASS: TestServiceUpdateSecrets (15.79s) update_test.go:77: Creating a new daemon daemon.go:336: [de4aa69c2279c] waiting for daemon to start daemon.go:336: [de4aa69c2279c] waiting for daemon to start daemon.go:364: [de4aa69c2279c] daemon started daemon.go:472: [de4aa69c2279c] Stopping daemon daemon.go:307: [de4aa69c2279c] exiting daemon daemon.go:459: [de4aa69c2279c] Daemon stopped === RUN TestServiceUpdateConfigs PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 2.149s PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.243s ...PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 5.591s PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 0.892s .PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 0.903s .PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 2.771s .....PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 4.875s PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.217s --- PASS: TestServiceUpdateConfigs (15.69s) update_test.go:139: Creating a new daemon daemon.go:336: [d3e845153c380] waiting for daemon to start daemon.go:336: [d3e845153c380] waiting for daemon to start daemon.go:364: [d3e845153c380] daemon started daemon.go:472: [d3e845153c380] Stopping daemon daemon.go:307: [d3e845153c380] exiting daemon daemon.go:459: [d3e845153c380] Daemon stopped === RUN TestServiceUpdateNetwork .PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 1.662s ..PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 1.437s .PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 0.856s .PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 1.624s .PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 1.451s .PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 1.720s ..PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 0.892s ...PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 2.525s ..--- PASS: TestServiceUpdateNetwork (14.52s) update_test.go:201: Creating a new daemon daemon.go:336: [dc0f5477ce43f] waiting for daemon to start daemon.go:336: [dc0f5477ce43f] waiting for daemon to start daemon.go:364: [dc0f5477ce43f] daemon started daemon.go:472: [dc0f5477ce43f] Stopping daemon daemon.go:307: [dc0f5477ce43f] exiting daemon daemon.go:459: [dc0f5477ce43f] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/image INFO: Testing against a local daemon === RUN TestCommitInheritsEnv .--- PASS: TestCommitInheritsEnv (1.43s) === RUN TestImportExtremelyLargeImageWorks === PAUSE TestImportExtremelyLargeImageWorks === RUN TestImagesFilterMultiReference --- PASS: TestImagesFilterMultiReference (0.05s) === RUN TestImagePullPlatformInvalid --- PASS: TestImagePullPlatformInvalid (0.03s) === RUN TestRemoveImageOrphaning ... [ 83%] --- PASS: TestRemoveImageOrphaning (1.93s) === RUN TestRemoveImageGarbageCollector --- SKIP: TestRemoveImageGarbageCollector (0.01s) remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestTagUnprefixedRepoByNameOrName --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) === RUN TestTagInvalidReference --- PASS: TestTagInvalidReference (0.01s) === RUN TestTagValidPrefixedRepo --- PASS: TestTagValidPrefixedRepo (0.04s) === RUN TestTagExistedNameWithoutForce --- PASS: TestTagExistedNameWithoutForce (0.02s) === RUN TestTagOfficialNames --- PASS: TestTagOfficialNames (0.05s) === RUN TestTagMatchesDigest --- PASS: TestTagMatchesDigest (0.04s) === CONT TestImportExtremelyLargeImageWorks ..PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 8.127s PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 2.485s Created binary: bundles/dynbinary-daemon/dockerd-dev ---> Making bundle: test-integration (in bundles/test-integration) Building test suite binary ./integration-cli/test.main PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 2.010s PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.244s PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 1.467s PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 1.773s ..PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 3.951s PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 0.841s PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 0.943s ..PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.465s PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 0.475s ... [ 85%] tests/integration/models_images_test.py .PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 3.819s .PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 0.969s .PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 0.484s .PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.600s ........... [ 89%] tests/integration/models_networks_test.py .... [ 90%] tests/integration/models_nodes_test.py PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 4.099s PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 1.473s PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 0.619s PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.390s PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.226s PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.265s PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.253s SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 1.033s . [ 91%] tests/integration/models_resources_test.py . [ 91%] tests/integration/models_services_test.py ..............X.PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 4.197s PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 0.571s PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 2.195s PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 0.699s PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.223s PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 0.538s  [ 95%] tests/integration/models_swarm_test.py PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.436s PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.237s .. [ 96%] tests/integration/models_volumes_test.py .. [ 96%] tests/integration/regression_test.py ...... [ 98%] tests/integration/credentials/store_test.py ....PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 8.307s PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 0.504s PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.308s .. [ 99%] tests/integration/credentials/utils_test.py . [100%] =========================== short test summary info ============================ XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options CONFIG_RT_GROUP_SCHED isn't enabled XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt Not supported on most drivers XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver This doesn't seem to be taken into account by the engine SKIP [3] /src/tests/helpers.py:71: Feature requires Docker Engine experimental mode SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 = 367 passed, 10 skipped, 3 deselected, 3 xfailed, 2 xpassed in 381.68 seconds = ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 2.350s PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 2.910s PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 1.051s SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 2.895s PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 3.636s Building test suite binary ./integration/plugin/test.main Building test suite binary ./integration/plugin/volumes/test.main Building test suite binary ./integration/plugin/volumes/cmd/test.main Building test suite binary ./integration/plugin/volumes/cmd/dummy/test.main Clearing AppArmor profiles cache:. All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) No new tests added to integration. ---> Making bundle: test-integration (in bundles/test-integration) Building test suite binary ./integration-cli/test.main Building test suite binary ./integration/plugin/common/test.main PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 2.303s PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.244s Building test suite binary ./integration/plugin/graphdriver/test.main PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 4.101s Building test suite binary ./integration/plugin/logging/test.main PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 4.137s PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.341s PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 0.906s PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 2.720s PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 0.410s PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.011s Building test suite binary ./integration/plugin/logging/cmd/test.main Building test suite binary ./integration/plugin/logging/cmd/close_on_start/test.main PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 0.849s Building test suite binary ./integration/plugin/logging/cmd/dummy/test.main PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 0.812s Building test suite binary ./integration/plugin/authz/test.main PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 0.821s Building test suite binary ./integration/session/test.main PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 7.469s PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 0.865s Building test suite binary ./integration/system/test.main PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 2.113s Building test suite binary ./integration/build/test.main --- PASS: TestImportExtremelyLargeImageWorks (94.54s) import_test.go:26: Creating a new daemon daemon.go:336: [d8ceef093baf2] waiting for daemon to start daemon.go:336: [d8ceef093baf2] waiting for daemon to start daemon.go:364: [d8ceef093baf2] daemon started daemon.go:472: [d8ceef093baf2] Stopping daemon daemon.go:307: [d8ceef093baf2] exiting daemon daemon.go:459: [d8ceef093baf2] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration-cli INFO: Testing against a local daemon PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.003s PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.033s PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.010s PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.000s PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.011s PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.009s PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 1.637s PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.062s PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.893s PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.053s PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 1.106s PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.162s PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.004s PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 0.988s PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.150s PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.002s PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.002s PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 7.995s PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 0.520s PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.013s PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 1.231s Building test suite binary ./integration/network/test.main PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.565s Building test suite binary ./integration/network/test.main Building test suite binary ./integration/network/ipvlan/test.main PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.231s PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.000s PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 3.102s Building test suite binary ./integration/network/macvlan/test.main PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 1.495s PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 1.490s Building test suite binary ./integration/service/test.main PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 4.402s Building test suite binary ./integration/network/macvlan/test.main PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 1.631s Building test suite binary ./integration/container/test.main PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 4.387s PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 1.533s PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 2.647s Building test suite binary ./integration/build/test.main PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 1.544s Building test suite binary ./integration/network/ipvlan/test.main PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 2.425s Building test suite binary ./integration/volume/test.main PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 0.608s Building test suite binary ./integration/secret/test.main PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc 1.009s PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace 0.963s Building test suite binary ./integration/plugin/test.main Building test suite binary ./integration/plugin/authz/test.main PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf 0.891s Building test suite binary ./integration/secret/test.main PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 1.697s Building test suite binary ./integration/plugin/common/test.main Building test suite binary ./integration/plugin/logging/test.main PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 1.898s PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 0.698s Building test suite binary ./integration/service/test.main PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.694s Building test suite binary ./integration/plugin/logging/cmd/test.main Building test suite binary ./integration/plugin/logging/cmd/dummy/test.main Building test suite binary ./integration/plugin/logging/cmd/close_on_start/test.main PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 11.006s PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.081s Building test suite binary ./integration/plugin/volumes/test.main PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 1.873s PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 0.554s PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 3.338s PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.227s PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.272s Building test suite binary ./integration/plugin/volumes/cmd/test.main PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.603s PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 0.504s Building test suite binary ./integration/plugin/volumes/cmd/dummy/test.main PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.072s PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.229s PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.240s Building test suite binary ./integration/plugin/graphdriver/test.main PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 1.642s PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 1.702s Building test suite binary ./integration/config/test.main Building test suite binary ./integration/image/test.main PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 1.064s PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 1.972s PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 1.130s PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 1.129s PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 1.267s Building test suite binary ./integration/config/test.main PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 1.851s PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.010s PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 1.008s PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 1.089s PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 0.842s Building test suite binary ./integration/image/test.main Building test suite binary ./integration/session/test.main PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 1.839s Building test suite binary ./integration/system/test.main ---> Making bundle: .integration-daemon-start (in bundles/test-integration) Using test binary docker /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin Warning failed to create cache: (null) . INFO: Waiting for daemon to start... Starting dockerd .PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 5.167s Building test suite binary ./integration/container/test.main ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) Error: No such image: emptyfs Running integration-test (iteration 1) Running /go/src/github.com/docker/docker/integration/network Building test suite binary ./integration/volume/test.main ---> Making bundle: .integration-daemon-start (in bundles/test-integration) Using test binary docker /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin Warning failed to create cache: (null) . INFO: Waiting for daemon to start... Starting dockerd . ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) Error: No such image: emptyfs Running integration-test (iteration 1) Running /go/src/github.com/docker/docker/integration/plugin testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes Loaded image: buildpack-deps:jessie The image busybox:latest already exists, renaming the old one with ID sha256:db8ee88ad75f6bdc74663f4992a185e2722fa29573abcc1a19186cc5ec09dceb to empty string Loaded image: busybox:latest Loaded image: busybox:glibc Loaded image: debian:jessie The image hello-world:latest already exists, renaming the old one with ID sha256:fce289e99eb9bca977dae136fbe2a82b6b7d4c372474c9235adc1741675f587e to empty string Loaded image: hello-world:latest INFO: Testing against a local daemon === RUN TestNetworkCreateDelete --- PASS: TestNetworkCreateDelete (0.12s) === RUN TestDockerNetworkDeletePreferID --- PASS: TestDockerNetworkDeletePreferID (0.29s) === RUN TestInspectNetwork PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 16.650s PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 1.397s === RUN TestInspectNetwork/full_network_id === RUN TestInspectNetwork/partial_network_id === RUN TestInspectNetwork/network_name === RUN TestInspectNetwork/network_name_and_swarm_scope PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 28.061s PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.914s PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 7.262s PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 0.671s PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 0.388s --- PASS: TestInspectNetwork (13.35s) inspect_test.go:18: Creating a new daemon daemon.go:336: [dbb5678a2b365] waiting for daemon to start daemon.go:336: [dbb5678a2b365] waiting for daemon to start daemon.go:336: [dbb5678a2b365] waiting for daemon to start daemon.go:364: [dbb5678a2b365] daemon started --- PASS: TestInspectNetwork/full_network_id (0.00s) --- PASS: TestInspectNetwork/partial_network_id (0.00s) --- PASS: TestInspectNetwork/network_name (0.00s) --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) daemon.go:472: [dbb5678a2b365] Stopping daemon daemon.go:307: [dbb5678a2b365] exiting daemon daemon.go:459: [dbb5678a2b365] Daemon stopped === RUN TestRunContainerWithBridgeNone PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.392s PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 1.100s SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.264s PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 2.992s PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.295s --- PASS: TestRunContainerWithBridgeNone (2.81s) network_test.go:25: Creating a new daemon daemon.go:336: [df031cc66b98c] waiting for daemon to start daemon.go:336: [df031cc66b98c] waiting for daemon to start daemon.go:364: [df031cc66b98c] daemon started daemon.go:472: [df031cc66b98c] Stopping daemon daemon.go:307: [df031cc66b98c] exiting daemon daemon.go:459: [df031cc66b98c] Daemon stopped === RUN TestNetworkInvalidJSON === RUN TestNetworkInvalidJSON//networks/create === PAUSE TestNetworkInvalidJSON//networks/create === RUN TestNetworkInvalidJSON//networks/bridge/connect === PAUSE TestNetworkInvalidJSON//networks/bridge/connect === RUN TestNetworkInvalidJSON//networks/bridge/disconnect === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/create === CONT TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/bridge/connect --- PASS: TestNetworkInvalidJSON (0.03s) --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) === RUN TestDaemonRestartWithLiveRestore Loaded image: buildpack-deps:jessie Loaded image: busybox:latest Loaded image: busybox:glibc Loaded image: debian:jessie Loaded image: hello-world:latest INFO: Testing against a local daemon === RUN TestPluginWithDevMounts === PAUSE TestPluginWithDevMounts === CONT TestPluginWithDevMounts --- PASS: TestDaemonRestartWithLiveRestore (1.03s) service_test.go:32: Creating a new daemon daemon.go:336: [d2309f79adbd1] waiting for daemon to start daemon.go:336: [d2309f79adbd1] waiting for daemon to start daemon.go:364: [d2309f79adbd1] daemon started daemon.go:472: [d2309f79adbd1] Stopping daemon daemon.go:307: [d2309f79adbd1] exiting daemon daemon.go:459: [d2309f79adbd1] Daemon stopped daemon.go:336: [d2309f79adbd1] waiting for daemon to start daemon.go:336: [d2309f79adbd1] waiting for daemon to start daemon.go:364: [d2309f79adbd1] daemon started daemon.go:472: [d2309f79adbd1] Stopping daemon daemon.go:307: [d2309f79adbd1] exiting daemon daemon.go:459: [d2309f79adbd1] Daemon stopped === RUN TestDaemonDefaultNetworkPools PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 1.654s --- PASS: TestDaemonDefaultNetworkPools (0.71s) service_test.go:57: Creating a new daemon daemon.go:336: [d5929114772fb] waiting for daemon to start daemon.go:336: [d5929114772fb] waiting for daemon to start daemon.go:364: [d5929114772fb] daemon started daemon.go:472: [d5929114772fb] Stopping daemon daemon.go:307: [d5929114772fb] exiting daemon daemon.go:459: [d5929114772fb] Daemon stopped === RUN TestDaemonRestartWithExistingNetwork --- PASS: TestDaemonRestartWithExistingNetwork (1.11s) service_test.go:98: Creating a new daemon daemon.go:336: [d485807c58c34] waiting for daemon to start daemon.go:336: [d485807c58c34] waiting for daemon to start daemon.go:364: [d485807c58c34] daemon started daemon.go:472: [d485807c58c34] Stopping daemon daemon.go:307: [d485807c58c34] exiting daemon daemon.go:459: [d485807c58c34] Daemon stopped daemon.go:336: [d485807c58c34] waiting for daemon to start daemon.go:336: [d485807c58c34] waiting for daemon to start daemon.go:364: [d485807c58c34] daemon started daemon.go:472: [d485807c58c34] Stopping daemon daemon.go:307: [d485807c58c34] exiting daemon daemon.go:459: [d485807c58c34] Daemon stopped === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.17s) service_test.go:131: Creating a new daemon daemon.go:336: [dbd8a4caf717d] waiting for daemon to start daemon.go:336: [dbd8a4caf717d] waiting for daemon to start daemon.go:364: [dbd8a4caf717d] daemon started daemon.go:472: [dbd8a4caf717d] Stopping daemon daemon.go:307: [dbd8a4caf717d] exiting daemon daemon.go:459: [dbd8a4caf717d] Daemon stopped daemon.go:336: [dbd8a4caf717d] waiting for daemon to start daemon.go:336: [dbd8a4caf717d] waiting for daemon to start daemon.go:364: [dbd8a4caf717d] daemon started daemon.go:472: [dbd8a4caf717d] Stopping daemon daemon.go:307: [dbd8a4caf717d] exiting daemon daemon.go:459: [dbd8a4caf717d] Daemon stopped === RUN TestDaemonWithBipAndDefaultNetworkPool --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) service_test.go:181: Creating a new daemon daemon.go:336: [d8f15cacfd925] waiting for daemon to start daemon.go:336: [d8f15cacfd925] waiting for daemon to start daemon.go:364: [d8f15cacfd925] daemon started daemon.go:472: [d8f15cacfd925] Stopping daemon daemon.go:307: [d8f15cacfd925] exiting daemon daemon.go:459: [d8f15cacfd925] Daemon stopped === RUN TestServiceWithPredefinedNetwork PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 3.035s PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 3.101s --- PASS: TestServiceWithPredefinedNetwork (2.93s) service_test.go:203: Creating a new daemon daemon.go:336: [db97992279d6e] waiting for daemon to start daemon.go:336: [db97992279d6e] waiting for daemon to start daemon.go:364: [db97992279d6e] daemon started daemon.go:472: [db97992279d6e] Stopping daemon daemon.go:307: [db97992279d6e] exiting daemon daemon.go:459: [db97992279d6e] Daemon stopped === RUN TestServiceRemoveKeepsIngressNetwork --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) service_test.go:230: FLAKY_TEST === RUN TestServiceWithDataPathPortInit PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 1.094s PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 8.161s PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.241s PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 0.531s PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 0.340s PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.231s PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.633s PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.022s --- PASS: TestPluginWithDevMounts (9.46s) mounts_test.go:23: Creating a new daemon daemon.go:336: [dfe5d5105a3b1] waiting for daemon to start daemon.go:336: [dfe5d5105a3b1] waiting for daemon to start daemon.go:364: [dfe5d5105a3b1] daemon started daemon.go:472: [dfe5d5105a3b1] Stopping daemon daemon.go:307: [dfe5d5105a3b1] exiting daemon daemon.go:459: [dfe5d5105a3b1] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/common INFO: Testing against a local daemon === RUN TestPluginInvalidJSON === RUN TestPluginInvalidJSON//plugins/foobar/set === PAUSE TestPluginInvalidJSON//plugins/foobar/set === CONT TestPluginInvalidJSON//plugins/foobar/set --- PASS: TestPluginInvalidJSON (0.01s) --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) PASS Running /go/src/github.com/docker/docker/integration/plugin/graphdriver INFO: Testing against a local daemon === RUN TestExternalGraphDriver === RUN TestExternalGraphDriver/json PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 1.593s === RUN TestExternalGraphDriver/spec PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 1.594s PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 1.285s === RUN TestExternalGraphDriver/pull PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 1.071s PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.274s --- PASS: TestServiceWithDataPathPortInit (7.57s) service_test.go:339: Creating a new daemon daemon.go:336: [d49e4317a746d] waiting for daemon to start daemon.go:336: [d49e4317a746d] waiting for daemon to start daemon.go:364: [d49e4317a746d] daemon started daemon.go:472: [d49e4317a746d] Stopping daemon daemon.go:307: [d49e4317a746d] exiting daemon daemon.go:459: [d49e4317a746d] Daemon stopped service_test.go:367: Creating a new daemon daemon.go:336: [d19f0117afd80] waiting for daemon to start daemon.go:336: [d19f0117afd80] waiting for daemon to start daemon.go:364: [d19f0117afd80] daemon started daemon.go:472: [d19f0117afd80] Stopping daemon daemon.go:307: [d19f0117afd80] exiting daemon daemon.go:459: [d19f0117afd80] Daemon stopped === RUN TestServiceWithDefaultAddressPoolInit PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 0.776s --- PASS: TestExternalGraphDriver (6.45s) external_test.go:57: Creating a new daemon daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:364: [d987ba81f4588] daemon started daemon.go:472: [d987ba81f4588] Stopping daemon daemon.go:307: [d987ba81f4588] exiting daemon daemon.go:459: [d987ba81f4588] Daemon stopped daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:364: [d987ba81f4588] daemon started daemon.go:472: [d987ba81f4588] Stopping daemon daemon.go:307: [d987ba81f4588] exiting daemon daemon.go:459: [d987ba81f4588] Daemon stopped --- PASS: TestExternalGraphDriver/json (2.03s) daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:364: [d987ba81f4588] daemon started daemon.go:472: [d987ba81f4588] Stopping daemon daemon.go:307: [d987ba81f4588] exiting daemon daemon.go:459: [d987ba81f4588] Daemon stopped daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:364: [d987ba81f4588] daemon started daemon.go:472: [d987ba81f4588] Stopping daemon daemon.go:307: [d987ba81f4588] exiting daemon daemon.go:459: [d987ba81f4588] Daemon stopped --- PASS: TestExternalGraphDriver/spec (2.03s) daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:336: [d987ba81f4588] waiting for daemon to start daemon.go:364: [d987ba81f4588] daemon started daemon.go:472: [d987ba81f4588] Stopping daemon daemon.go:307: [d987ba81f4588] exiting daemon daemon.go:459: [d987ba81f4588] Daemon stopped --- PASS: TestExternalGraphDriver/pull (2.12s) === RUN TestGraphdriverPluginV2 --- SKIP: TestGraphdriverPluginV2 (0.06s) external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" PASS Running /go/src/github.com/docker/docker/integration/plugin/logging INFO: Testing against a local daemon === RUN TestContinueAfterPluginCrash === PAUSE TestContinueAfterPluginCrash === RUN TestDaemonStartWithLogOpt === PAUSE TestDaemonStartWithLogOpt === CONT TestDaemonStartWithLogOpt === CONT TestContinueAfterPluginCrash PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 1.404s PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 9.668s PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.541s PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.262s PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 1.564s --- PASS: TestServiceWithDefaultAddressPoolInit (5.92s) service_test.go:398: Creating a new daemon daemon.go:336: [d6db8ff81c4dd] waiting for daemon to start daemon.go:336: [d6db8ff81c4dd] waiting for daemon to start daemon.go:364: [d6db8ff81c4dd] daemon started service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:clyce36ljk7ijfwnsd46g4gxv Created:2019-08-01 12:50:30.267172016 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} daemon.go:472: [d6db8ff81c4dd] Stopping daemon daemon.go:307: [d6db8ff81c4dd] exiting daemon daemon.go:459: [d6db8ff81c4dd] Daemon stopped service_test.go:438: Creating a new daemon daemon.go:336: [ded407af89e56] waiting for daemon to start daemon.go:336: [ded407af89e56] waiting for daemon to start daemon.go:364: [ded407af89e56] daemon started daemon.go:472: [ded407af89e56] Stopping daemon daemon.go:307: [ded407af89e56] exiting daemon daemon.go:459: [ded407af89e56] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/network/ipvlan INFO: Testing against a local daemon === RUN TestDockerNetworkIpvlanPersistance --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan === RUN TestDockerNetworkIpvlan --- SKIP: TestDockerNetworkIpvlan (0.00s) ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan PASS Running /go/src/github.com/docker/docker/integration/network/macvlan INFO: Testing against a local daemon === RUN TestDockerNetworkMacvlanPersistance --- PASS: TestDaemonStartWithLogOpt (3.94s) validation_test.go:23: Creating a new daemon daemon.go:336: [d0f87b0e01548] waiting for daemon to start daemon.go:336: [d0f87b0e01548] waiting for daemon to start daemon.go:364: [d0f87b0e01548] daemon started daemon.go:472: [d0f87b0e01548] Stopping daemon daemon.go:307: [d0f87b0e01548] exiting daemon daemon.go:459: [d0f87b0e01548] Daemon stopped daemon.go:336: [d0f87b0e01548] waiting for daemon to start daemon.go:336: [d0f87b0e01548] waiting for daemon to start daemon.go:364: [d0f87b0e01548] daemon started daemon.go:472: [d0f87b0e01548] Stopping daemon daemon.go:307: [d0f87b0e01548] exiting daemon daemon.go:459: [d0f87b0e01548] Daemon stopped PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 1.499s --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) macvlan_test.go:24: Creating a new daemon daemon.go:336: [d40e573e50d0e] waiting for daemon to start daemon.go:336: [d40e573e50d0e] waiting for daemon to start daemon.go:364: [d40e573e50d0e] daemon started daemon.go:472: [d40e573e50d0e] Stopping daemon daemon.go:307: [d40e573e50d0e] exiting daemon daemon.go:459: [d40e573e50d0e] Daemon stopped daemon.go:336: [d40e573e50d0e] waiting for daemon to start daemon.go:336: [d40e573e50d0e] waiting for daemon to start daemon.go:364: [d40e573e50d0e] daemon started daemon.go:472: [d40e573e50d0e] Stopping daemon daemon.go:307: [d40e573e50d0e] exiting daemon daemon.go:459: [d40e573e50d0e] Daemon stopped === RUN TestDockerNetworkMacvlan PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 1.163s === RUN TestDockerNetworkMacvlan/Subinterface === RUN TestDockerNetworkMacvlan/OverlapParent PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 5.964s PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.135s === RUN TestDockerNetworkMacvlan/NilParent PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 3.825s PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.399s PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 0.552s --- PASS: TestContinueAfterPluginCrash (10.55s) logging_linux_test.go:22: Creating a new daemon daemon.go:336: [d24fb9c56ce6f] waiting for daemon to start daemon.go:336: [d24fb9c56ce6f] waiting for daemon to start daemon.go:364: [d24fb9c56ce6f] daemon started daemon.go:472: [d24fb9c56ce6f] Stopping daemon daemon.go:307: [d24fb9c56ce6f] exiting daemon daemon.go:459: [d24fb9c56ce6f] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/close_on_start testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/authz INFO: Testing against a local daemon === RUN TestAuthZPluginAllowRequest PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 0.601s === RUN TestDockerNetworkMacvlan/InternalMode PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.258s PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.010s PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 3.845s PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 0.738s --- PASS: TestAuthZPluginAllowRequest (1.64s) main_test.go:54: Creating a new daemon daemon.go:336: [d461473620d15] waiting for daemon to start daemon.go:336: [d461473620d15] waiting for daemon to start daemon.go:364: [d461473620d15] daemon started daemon.go:472: [d461473620d15] Stopping daemon daemon.go:307: [d461473620d15] exiting daemon daemon.go:459: [d461473620d15] Daemon stopped === RUN TestAuthZPluginTLS PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.376s --- PASS: TestAuthZPluginTLS (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [d5a92d61f3305] waiting for daemon to start daemon.go:336: [d5a92d61f3305] waiting for daemon to start daemon.go:364: [d5a92d61f3305] daemon started daemon.go:472: [d5a92d61f3305] Stopping daemon daemon.go:307: [d5a92d61f3305] exiting daemon daemon.go:459: [d5a92d61f3305] Daemon stopped === RUN TestAuthZPluginDenyRequest PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.440s --- PASS: TestAuthZPluginDenyRequest (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d313f2984fbda] waiting for daemon to start daemon.go:336: [d313f2984fbda] waiting for daemon to start daemon.go:364: [d313f2984fbda] daemon started daemon.go:472: [d313f2984fbda] Stopping daemon daemon.go:307: [d313f2984fbda] exiting daemon daemon.go:459: [d313f2984fbda] Daemon stopped === RUN TestAuthZPluginAPIDenyResponse PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.358s PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.250s --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [d3b5449ff1c99] waiting for daemon to start daemon.go:336: [d3b5449ff1c99] waiting for daemon to start daemon.go:364: [d3b5449ff1c99] daemon started daemon.go:472: [d3b5449ff1c99] Stopping daemon daemon.go:307: [d3b5449ff1c99] exiting daemon daemon.go:459: [d3b5449ff1c99] Daemon stopped === RUN TestAuthZPluginDenyResponse PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.560s --- PASS: TestAuthZPluginDenyResponse (0.54s) main_test.go:54: Creating a new daemon daemon.go:336: [d3d81745726e2] waiting for daemon to start daemon.go:336: [d3d81745726e2] waiting for daemon to start daemon.go:364: [d3d81745726e2] daemon started daemon.go:472: [d3d81745726e2] Stopping daemon daemon.go:307: [d3d81745726e2] exiting daemon daemon.go:459: [d3d81745726e2] Daemon stopped === RUN TestAuthZPluginAllowEventStream PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 0.841s === RUN TestDockerNetworkMacvlan/Addressing --- PASS: TestDockerNetworkMacvlan (10.76s) macvlan_test.go:67: Creating a new daemon daemon.go:336: [d298ca092276a] waiting for daemon to start daemon.go:336: [d298ca092276a] waiting for daemon to start daemon.go:364: [d298ca092276a] daemon started --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) daemon.go:472: [d298ca092276a] Stopping daemon daemon.go:307: [d298ca092276a] exiting daemon daemon.go:459: [d298ca092276a] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [dcfcd86b7e53f] waiting for daemon to start daemon.go:336: [dcfcd86b7e53f] waiting for daemon to start daemon.go:364: [dcfcd86b7e53f] daemon started --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) daemon.go:472: [dcfcd86b7e53f] Stopping daemon daemon.go:307: [dcfcd86b7e53f] exiting daemon daemon.go:459: [dcfcd86b7e53f] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [dc856005e8913] waiting for daemon to start daemon.go:336: [dc856005e8913] waiting for daemon to start daemon.go:364: [dc856005e8913] daemon started --- PASS: TestDockerNetworkMacvlan/NilParent (1.86s) daemon.go:472: [dc856005e8913] Stopping daemon daemon.go:307: [dc856005e8913] exiting daemon daemon.go:459: [dc856005e8913] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [ded0d9208d1ad] waiting for daemon to start daemon.go:336: [ded0d9208d1ad] waiting for daemon to start daemon.go:364: [ded0d9208d1ad] daemon started --- PASS: TestDockerNetworkMacvlan/InternalMode (2.88s) daemon.go:472: [ded0d9208d1ad] Stopping daemon daemon.go:307: [ded0d9208d1ad] exiting daemon daemon.go:459: [ded0d9208d1ad] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d09272b36d9f1] waiting for daemon to start daemon.go:336: [d09272b36d9f1] waiting for daemon to start daemon.go:364: [d09272b36d9f1] daemon started --- PASS: TestDockerNetworkMacvlan/Addressing (1.18s) daemon.go:472: [d09272b36d9f1] Stopping daemon daemon.go:307: [d09272b36d9f1] exiting daemon daemon.go:459: [d09272b36d9f1] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/service INFO: Testing against a local daemon === RUN TestServiceCreateInit === RUN TestServiceCreateInit/daemonInitDisabled --- PASS: TestAuthZPluginAllowEventStream (1.65s) main_test.go:54: Creating a new daemon daemon.go:336: [d957da433b96f] waiting for daemon to start daemon.go:336: [d957da433b96f] waiting for daemon to start daemon.go:364: [d957da433b96f] daemon started daemon.go:472: [d957da433b96f] Stopping daemon daemon.go:307: [d957da433b96f] exiting daemon daemon.go:459: [d957da433b96f] Daemon stopped === RUN TestAuthZPluginErrorResponse --- PASS: TestAuthZPluginErrorResponse (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [d776e12660e0b] waiting for daemon to start daemon.go:336: [d776e12660e0b] waiting for daemon to start daemon.go:364: [d776e12660e0b] daemon started daemon.go:472: [d776e12660e0b] Stopping daemon daemon.go:307: [d776e12660e0b] exiting daemon daemon.go:459: [d776e12660e0b] Daemon stopped === RUN TestAuthZPluginErrorRequest --- PASS: TestAuthZPluginErrorRequest (0.53s) main_test.go:54: Creating a new daemon daemon.go:336: [df30babaa2d70] waiting for daemon to start daemon.go:336: [df30babaa2d70] waiting for daemon to start daemon.go:364: [df30babaa2d70] daemon started daemon.go:472: [df30babaa2d70] Stopping daemon daemon.go:307: [df30babaa2d70] exiting daemon daemon.go:459: [df30babaa2d70] Daemon stopped === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [d096d0669bacc] waiting for daemon to start daemon.go:336: [d096d0669bacc] waiting for daemon to start daemon.go:364: [d096d0669bacc] daemon started daemon.go:472: [d096d0669bacc] Stopping daemon daemon.go:307: [d096d0669bacc] exiting daemon daemon.go:459: [d096d0669bacc] Daemon stopped === RUN TestAuthZPluginEnsureLoadImportWorking PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 2.286s PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 6.988s --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) main_test.go:54: Creating a new daemon daemon.go:336: [dfd1015065e42] waiting for daemon to start daemon.go:336: [dfd1015065e42] waiting for daemon to start daemon.go:364: [dfd1015065e42] daemon started daemon.go:472: [dfd1015065e42] Stopping daemon daemon.go:307: [dfd1015065e42] exiting daemon daemon.go:459: [dfd1015065e42] Daemon stopped === RUN TestAuthzPluginEnsureContainerCopyToFrom PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 1.960s PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.837s === RUN TestServiceCreateInit/daemonInitEnabled --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) main_test.go:54: Creating a new daemon daemon.go:336: [d7c969bd7128f] waiting for daemon to start daemon.go:336: [d7c969bd7128f] waiting for daemon to start daemon.go:364: [d7c969bd7128f] daemon started daemon.go:472: [d7c969bd7128f] Stopping daemon daemon.go:307: [d7c969bd7128f] exiting daemon daemon.go:459: [d7c969bd7128f] Daemon stopped === RUN TestAuthZPluginHeader --- PASS: TestAuthZPluginHeader (0.93s) main_test.go:54: Creating a new daemon daemon.go:336: [de660dafee97b] waiting for daemon to start daemon.go:336: [de660dafee97b] waiting for daemon to start daemon.go:364: [de660dafee97b] daemon started daemon.go:472: [de660dafee97b] Stopping daemon daemon.go:307: [de660dafee97b] exiting daemon daemon.go:459: [de660dafee97b] Daemon stopped === RUN TestAuthZPluginV2AllowNonVolumeRequest --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2Disable --- SKIP: TestAuthZPluginV2Disable (0.00s) authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2RejectVolumeRequests --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2BadManifestFailsDaemonStart --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestAuthZPluginV2NonexistentFailsDaemonStart PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 4.554s PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 2.788s PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.073s PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.076s PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.072s PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.072s PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.235s PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 5.071s PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 1.149s --- PASS: TestServiceCreateInit (9.59s) --- PASS: TestServiceCreateInit/daemonInitDisabled (4.81s) create_test.go:38: Creating a new daemon daemon.go:336: [da998303d6a4b] waiting for daemon to start daemon.go:336: [da998303d6a4b] waiting for daemon to start daemon.go:364: [da998303d6a4b] daemon started daemon.go:472: [da998303d6a4b] Stopping daemon daemon.go:307: [da998303d6a4b] exiting daemon daemon.go:459: [da998303d6a4b] Daemon stopped --- PASS: TestServiceCreateInit/daemonInitEnabled (4.75s) create_test.go:38: Creating a new daemon daemon.go:336: [da087950c997e] waiting for daemon to start daemon.go:336: [da087950c997e] waiting for daemon to start daemon.go:364: [da087950c997e] daemon started daemon.go:472: [da087950c997e] Stopping daemon daemon.go:307: [da087950c997e] exiting daemon daemon.go:459: [da087950c997e] Daemon stopped === RUN TestCreateServiceMultipleTimes PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 1.191s PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch 0.437s PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 3.578s PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 3.048s PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.334s PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.634s PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 0.434s PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 1.701s PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 3.990s PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 7.689s --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) main_test.go:54: Creating a new daemon daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:364: [d972d89de8442] daemon started daemon.go:472: [d972d89de8442] Stopping daemon daemon.go:307: [d972d89de8442] exiting daemon daemon.go:459: [d972d89de8442] Daemon stopped daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:350: [d972d89de8442] error pinging daemon on start: Get http://d972d89de8442.sock/_ping: context deadline exceeded daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:350: [d972d89de8442] error pinging daemon on start: Get http://d972d89de8442.sock/_ping: context deadline exceeded daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:350: [d972d89de8442] error pinging daemon on start: Get http://d972d89de8442.sock/_ping: context deadline exceeded daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:350: [d972d89de8442] error pinging daemon on start: Get http://d972d89de8442.sock/_ping: context deadline exceeded daemon.go:307: [d972d89de8442] exiting daemon daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:336: [d972d89de8442] waiting for daemon to start daemon.go:364: [d972d89de8442] daemon started daemon.go:472: [d972d89de8442] Stopping daemon daemon.go:307: [d972d89de8442] exiting daemon daemon.go:459: [d972d89de8442] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/session INFO: Testing against a local daemon === RUN TestSessionCreate --- PASS: TestSessionCreate (0.02s) === RUN TestSessionCreateWithBadUpgrade --- PASS: TestSessionCreateWithBadUpgrade (0.02s) PASS Running /go/src/github.com/docker/docker/integration/system INFO: Testing against a local daemon === RUN TestCgroupDriverSystemdMemoryLimit --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) cgroupdriver_systemd_test.go:32: !hasSystemd() === RUN TestEventsExecDie --- PASS: TestEventsExecDie (0.89s) === RUN TestEventsBackwardsCompatible --- PASS: TestEventsBackwardsCompatible (0.10s) === RUN TestInfoBinaryCommits --- PASS: TestInfoBinaryCommits (0.02s) === RUN TestInfoAPIVersioned --- PASS: TestInfoAPIVersioned (0.01s) === RUN TestInfoAPI --- PASS: TestInfoAPI (0.02s) === RUN TestInfoAPIWarnings --- PASS: TestInfoAPIWarnings (0.90s) info_test.go:49: Creating a new daemon daemon.go:336: [df13fae9d76c9] waiting for daemon to start daemon.go:336: [df13fae9d76c9] waiting for daemon to start daemon.go:364: [df13fae9d76c9] daemon started daemon.go:472: [df13fae9d76c9] Stopping daemon daemon.go:307: [df13fae9d76c9] exiting daemon daemon.go:459: [df13fae9d76c9] Daemon stopped === RUN TestLoginFailsWithBadCredentials --- PASS: TestLoginFailsWithBadCredentials (0.57s) === RUN TestPingCacheHeaders --- PASS: TestPingCacheHeaders (0.02s) === RUN TestPingGet --- PASS: TestPingGet (0.01s) === RUN TestPingHead --- PASS: TestPingHead (0.02s) === RUN TestVersion --- PASS: TestVersion (0.02s) PASS Running /go/src/github.com/docker/docker/integration/build INFO: Testing against a local daemon === RUN TestCgroupNamespacesBuild PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 2.866s PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 0.903s --- PASS: TestCgroupNamespacesBuild (1.68s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d93ad8c40114f] waiting for daemon to start daemon.go:336: [d93ad8c40114f] waiting for daemon to start daemon.go:364: [d93ad8c40114f] daemon started daemon.go:472: [d93ad8c40114f] Stopping daemon daemon.go:307: [d93ad8c40114f] exiting daemon daemon.go:459: [d93ad8c40114f] Daemon stopped === RUN TestCgroupNamespacesBuildDaemonHostMode PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 1.781s SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.66s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [dfa6a4128aab6] waiting for daemon to start daemon.go:336: [dfa6a4128aab6] waiting for daemon to start daemon.go:364: [dfa6a4128aab6] daemon started daemon.go:472: [dfa6a4128aab6] Stopping daemon daemon.go:307: [dfa6a4128aab6] exiting daemon daemon.go:459: [dfa6a4128aab6] Daemon stopped === RUN TestBuildWithSession PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 8.982s --- PASS: TestCreateServiceMultipleTimes (20.62s) create_test.go:80: Creating a new daemon daemon.go:336: [d9caebcb8d531] waiting for daemon to start daemon.go:336: [d9caebcb8d531] waiting for daemon to start daemon.go:364: [d9caebcb8d531] daemon started daemon.go:472: [d9caebcb8d531] Stopping daemon daemon.go:307: [d9caebcb8d531] exiting daemon daemon.go:459: [d9caebcb8d531] Daemon stopped === RUN TestCreateServiceConflict --- PASS: TestCreateServiceConflict (2.89s) create_test.go:129: Creating a new daemon daemon.go:336: [dee031381e45a] waiting for daemon to start daemon.go:336: [dee031381e45a] waiting for daemon to start daemon.go:364: [dee031381e45a] daemon started daemon.go:472: [dee031381e45a] Stopping daemon daemon.go:307: [dee031381e45a] exiting daemon daemon.go:459: [dee031381e45a] Daemon stopped === RUN TestCreateServiceMaxReplicas --- PASS: TestBuildWithSession (3.40s) === RUN TestBuildSquashParent PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 3.543s PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 1.975s PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.266s PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 5.978s PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 1.405s --- PASS: TestCreateServiceMaxReplicas (3.41s) create_test.go:150: Creating a new daemon daemon.go:336: [db4df4a889f50] waiting for daemon to start daemon.go:336: [db4df4a889f50] waiting for daemon to start daemon.go:364: [db4df4a889f50] daemon started daemon.go:472: [db4df4a889f50] Stopping daemon daemon.go:307: [db4df4a889f50] exiting daemon daemon.go:459: [db4df4a889f50] Daemon stopped === RUN TestCreateWithDuplicateNetworkNames PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.517s PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 0.843s PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 0.706s PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 3.979s PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 1.334s PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.291s PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.050s PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.330s PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.259s PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.970s --- PASS: TestBuildSquashParent (8.56s) build_squash_test.go:29: Creating a new daemon daemon.go:336: [d993d02d82ca5] waiting for daemon to start daemon.go:336: [d993d02d82ca5] waiting for daemon to start daemon.go:364: [d993d02d82ca5] daemon started daemon.go:472: [d993d02d82ca5] Stopping daemon daemon.go:307: [d993d02d82ca5] exiting daemon daemon.go:459: [d993d02d82ca5] Daemon stopped === RUN TestBuildWithRemoveAndForceRemove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 0.584s PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 1.590s PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 0.559s === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 2.214s PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 1.209s --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.54s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.63s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.80s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (4.18s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.71s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.69s) === RUN TestBuildMultiStageParentConfig PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 1.891s PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 0.922s PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 1.137s PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.332s --- PASS: TestCreateWithDuplicateNetworkNames (15.43s) create_test.go:171: Creating a new daemon daemon.go:336: [dddf52273907c] waiting for daemon to start daemon.go:336: [dddf52273907c] waiting for daemon to start daemon.go:364: [dddf52273907c] daemon started daemon.go:472: [dddf52273907c] Stopping daemon daemon.go:307: [dddf52273907c] exiting daemon daemon.go:459: [dddf52273907c] Daemon stopped === RUN TestCreateServiceSecretFileMode --- PASS: TestBuildMultiStageParentConfig (4.96s) === RUN TestBuildLabelWithTargets PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 12.960s PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 2.635s --- PASS: TestCreateServiceSecretFileMode (3.12s) create_test.go:224: Creating a new daemon daemon.go:336: [deddc144ab473] waiting for daemon to start daemon.go:336: [deddc144ab473] waiting for daemon to start daemon.go:364: [deddc144ab473] daemon started daemon.go:472: [deddc144ab473] Stopping daemon daemon.go:307: [deddc144ab473] exiting daemon daemon.go:459: [deddc144ab473] Daemon stopped === RUN TestCreateServiceConfigFileMode PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 1.972s PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 2.052s PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.643s PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 0.730s PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 2.022s --- PASS: TestCreateServiceConfigFileMode (3.00s) create_test.go:288: Creating a new daemon daemon.go:336: [d557c5eb1061b] waiting for daemon to start daemon.go:336: [d557c5eb1061b] waiting for daemon to start daemon.go:364: [d557c5eb1061b] daemon started daemon.go:472: [d557c5eb1061b] Stopping daemon daemon.go:307: [d557c5eb1061b] exiting daemon daemon.go:459: [d557c5eb1061b] Daemon stopped === RUN TestCreateServiceSysctls --- PASS: TestCreateServiceSysctls (3.73s) create_test.go:378: Creating a new daemon daemon.go:336: [d105a0b37b436] waiting for daemon to start daemon.go:336: [d105a0b37b436] waiting for daemon to start daemon.go:364: [d105a0b37b436] daemon started daemon.go:472: [d105a0b37b436] Stopping daemon daemon.go:307: [d105a0b37b436] exiting daemon daemon.go:459: [d105a0b37b436] Daemon stopped === RUN TestCreateServiceCapabilities --- PASS: TestBuildLabelWithTargets (8.01s) === RUN TestBuildWithEmptyLayers --- PASS: TestBuildWithEmptyLayers (3.00s) === RUN TestBuildMultiStageOnBuild PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 5.899s --- PASS: TestCreateServiceCapabilities (3.00s) create_test.go:462: Creating a new daemon daemon.go:336: [de5ada01e56e8] waiting for daemon to start daemon.go:336: [de5ada01e56e8] waiting for daemon to start daemon.go:364: [de5ada01e56e8] daemon started daemon.go:472: [de5ada01e56e8] Stopping daemon daemon.go:307: [de5ada01e56e8] exiting daemon daemon.go:459: [de5ada01e56e8] Daemon stopped === RUN TestInspect PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 7.386s --- PASS: TestInspect (2.93s) inspect_test.go:25: Creating a new daemon daemon.go:336: [d9c43d079522f] waiting for daemon to start daemon.go:336: [d9c43d079522f] waiting for daemon to start daemon.go:364: [d9c43d079522f] daemon started daemon.go:472: [d9c43d079522f] Stopping daemon daemon.go:307: [d9c43d079522f] exiting daemon daemon.go:459: [d9c43d079522f] Daemon stopped === RUN TestDockerNetworkConnectAlias PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 3.188s --- PASS: TestBuildMultiStageOnBuild (5.05s) === RUN TestBuildUncleanTarFilenames --- PASS: TestBuildUncleanTarFilenames (1.11s) === RUN TestBuildMultiStageLayerLeak PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 1.658s PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 7.978s PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.375s PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 2.225s PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 0.834s --- PASS: TestDockerNetworkConnectAlias (6.56s) network_test.go:20: Creating a new daemon daemon.go:336: [debbae6df3c5c] waiting for daemon to start daemon.go:336: [debbae6df3c5c] waiting for daemon to start daemon.go:364: [debbae6df3c5c] daemon started daemon.go:472: [debbae6df3c5c] Stopping daemon daemon.go:307: [debbae6df3c5c] exiting daemon daemon.go:459: [debbae6df3c5c] Daemon stopped === RUN TestDockerNetworkReConnect PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 1.121s PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.356s --- PASS: TestBuildMultiStageLayerLeak (4.87s) === RUN TestBuildWithHugeFile PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 0.492s PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 3.381s PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 0.988s PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 0.958s PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 0.812s PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 2.963s PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 1.311s --- PASS: TestDockerNetworkReConnect (5.76s) network_test.go:82: Creating a new daemon daemon.go:336: [df5b35689bd54] waiting for daemon to start daemon.go:336: [df5b35689bd54] waiting for daemon to start daemon.go:364: [df5b35689bd54] daemon started daemon.go:472: [df5b35689bd54] Stopping daemon daemon.go:307: [df5b35689bd54] exiting daemon daemon.go:459: [df5b35689bd54] Daemon stopped === RUN TestServicePlugin PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 3.190s PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.081s PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.250s SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.289s PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 0.742s PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.090s PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 2.918s PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 0.740s PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 2.882s PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 3.272s PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 0.619s PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 0.799s PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.415s PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 0.723s PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 4.824s PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 1.262s PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 2.100s PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 1.563s PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 2.952s PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 6.018s PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 12.594s PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 0.700s PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.271s PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 0.773s PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 0.752s PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 1.197s SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 1.329s PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.062s PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 0.711s PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.490s PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 0.763s PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.078s PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 2.166s PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 17.942s --- PASS: TestServicePlugin (37.24s) plugin_test.go:38: Creating a new daemon daemon.go:336: [d5e292746de9d] waiting for daemon to start daemon.go:336: [d5e292746de9d] waiting for daemon to start daemon.go:364: [d5e292746de9d] daemon started daemon.go:472: [d5e292746de9d] Stopping daemon daemon.go:307: [d5e292746de9d] exiting daemon daemon.go:459: [d5e292746de9d] Daemon stopped plugin_test.go:59: Creating a new daemon daemon.go:336: [d8a2e490471ff] waiting for daemon to start daemon.go:336: [d8a2e490471ff] waiting for daemon to start daemon.go:364: [d8a2e490471ff] daemon started plugin_test.go:61: Creating a new daemon daemon.go:336: [d766966d3d24f] waiting for daemon to start daemon.go:336: [d766966d3d24f] waiting for daemon to start daemon.go:364: [d766966d3d24f] daemon started plugin_test.go:62: [d766966d3d24f] joining swarm manager [d8a2e490471ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 plugin_test.go:64: Creating a new daemon daemon.go:336: [d1604ada96c96] waiting for daemon to start daemon.go:336: [d1604ada96c96] waiting for daemon to start daemon.go:364: [d1604ada96c96] daemon started plugin_test.go:65: [d1604ada96c96] joining swarm manager [d8a2e490471ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 daemon.go:472: [d1604ada96c96] Stopping daemon daemon.go:307: [d1604ada96c96] exiting daemon daemon.go:459: [d1604ada96c96] Daemon stopped daemon.go:472: [d766966d3d24f] Stopping daemon daemon.go:307: [d766966d3d24f] exiting daemon daemon.go:459: [d766966d3d24f] Daemon stopped daemon.go:472: [d8a2e490471ff] Stopping daemon daemon.go:307: [d8a2e490471ff] exiting daemon daemon.go:459: [d8a2e490471ff] Daemon stopped === RUN TestServiceUpdateLabel PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 1.628s --- PASS: TestServiceUpdateLabel (2.87s) update_test.go:21: Creating a new daemon daemon.go:336: [d0246c57493a4] waiting for daemon to start daemon.go:336: [d0246c57493a4] waiting for daemon to start daemon.go:364: [d0246c57493a4] daemon started daemon.go:472: [d0246c57493a4] Stopping daemon daemon.go:307: [d0246c57493a4] exiting daemon daemon.go:459: [d0246c57493a4] Daemon stopped === RUN TestServiceUpdateSecrets PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 0.855s PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 0.350s PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 0.527s SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 0.783s PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 1.727s PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.017s SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked 0.550s PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 0.724s PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 0.796s PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 0.728s PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.266s PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.220s PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 0.477s PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 1.268s PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 0.681s PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 14.030s PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.240s PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 0.682s PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.012s PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.014s PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.066s PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.012s PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.003s PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.055s --- PASS: TestServiceUpdateSecrets (15.09s) update_test.go:77: Creating a new daemon daemon.go:336: [db1d9f4ccb68a] waiting for daemon to start daemon.go:336: [db1d9f4ccb68a] waiting for daemon to start daemon.go:364: [db1d9f4ccb68a] daemon started daemon.go:472: [db1d9f4ccb68a] Stopping daemon daemon.go:307: [db1d9f4ccb68a] exiting daemon daemon.go:459: [db1d9f4ccb68a] Daemon stopped === RUN TestServiceUpdateConfigs PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 1.249s PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.399s PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.556s PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 5.859s PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 1.072s PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 0.687s PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.585s PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 0.752s PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.537s PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.065s PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.003s PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 0.529s PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.004s PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.063s PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.118s PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.082s PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 0.659s PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 3.889s PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.354s PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 0.590s PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.006s PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 0.795s PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 0.620s PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 0.528s PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 0.620s PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 0.596s PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 4.750s PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.621s PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.009s PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.582s PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.406s PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 0.710s PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.084s PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.360s PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.357s PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 0.856s PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 0.860s PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.055s PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.007s PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.007s PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.007s --- PASS: TestServiceUpdateConfigs (15.26s) update_test.go:139: Creating a new daemon daemon.go:336: [d1dcdfdac019a] waiting for daemon to start daemon.go:336: [d1dcdfdac019a] waiting for daemon to start daemon.go:364: [d1dcdfdac019a] daemon started daemon.go:472: [d1dcdfdac019a] Stopping daemon daemon.go:307: [d1dcdfdac019a] exiting daemon daemon.go:459: [d1dcdfdac019a] Daemon stopped === RUN TestServiceUpdateNetwork PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.355s PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 9.165s --- PASS: TestBuildWithHugeFile (80.64s) === RUN TestBuildWithEmptyDockerfile === RUN TestBuildWithEmptyDockerfile/empty-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile --- PASS: TestBuildWithEmptyDockerfile (0.07s) --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) === RUN TestBuildPreserveOwnership === RUN TestBuildPreserveOwnership/copy_from PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 1.973s PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.424s PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 0.587s PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.409s SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.049s PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 2.816s PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.862s PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 2.575s === RUN TestBuildPreserveOwnership/copy_from_chowned PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 0.578s PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode 0.728s PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 2.233s --- PASS: TestBuildPreserveOwnership (9.93s) --- PASS: TestBuildPreserveOwnership/copy_from (5.92s) --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) === RUN TestBuildPlatformInvalid --- PASS: TestBuildPlatformInvalid (0.17s) PASS Running /go/src/github.com/docker/docker/integration/network INFO: Testing against a local daemon === RUN TestNetworkCreateDelete --- PASS: TestNetworkCreateDelete (0.24s) === RUN TestDockerNetworkDeletePreferID --- PASS: TestDockerNetworkDeletePreferID (0.60s) === RUN TestInspectNetwork PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks 3.105s PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks 0.324s --- PASS: TestServiceUpdateNetwork (15.31s) update_test.go:201: Creating a new daemon daemon.go:336: [d580f43ef513b] waiting for daemon to start daemon.go:336: [d580f43ef513b] waiting for daemon to start daemon.go:364: [d580f43ef513b] daemon started daemon.go:472: [d580f43ef513b] Stopping daemon daemon.go:307: [d580f43ef513b] exiting daemon daemon.go:459: [d580f43ef513b] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/container INFO: Testing against a local daemon === RUN TestCheckpoint --- SKIP: TestCheckpoint (0.00s) checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 === RUN TestContainerInvalidJSON === RUN TestContainerInvalidJSON//containers/foobar/copy === PAUSE TestContainerInvalidJSON//containers/foobar/copy === RUN TestContainerInvalidJSON//containers/foobar/exec === PAUSE TestContainerInvalidJSON//containers/foobar/exec === RUN TestContainerInvalidJSON//exec/foobar/start === PAUSE TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/copy === CONT TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/exec --- PASS: TestContainerInvalidJSON (0.02s) --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) === RUN TestCopyFromContainerPathDoesNotExist --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) === RUN TestCopyFromContainerPathIsNotDir --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) === RUN TestCopyToContainerPathDoesNotExist --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) === RUN TestCopyToContainerPathIsNotDir --- PASS: TestCopyToContainerPathIsNotDir (0.11s) === RUN TestCopyFromContainer === RUN TestCopyFromContainer// === RUN TestCopyFromContainer//bar/root === RUN TestCopyFromContainer//bar/root/ === RUN TestCopyFromContainer/bar/quux === RUN TestCopyFromContainer/bar/quux/ === RUN TestCopyFromContainer/bar/quux/baz === RUN TestCopyFromContainer/bar/filesymlink === RUN TestCopyFromContainer/bar/dirsymlink === RUN TestCopyFromContainer/bar/dirsymlink/ === RUN TestCopyFromContainer/bar/notarget --- PASS: TestCopyFromContainer (2.31s) --- PASS: TestCopyFromContainer// (0.06s) --- PASS: TestCopyFromContainer//bar/root (0.09s) --- PASS: TestCopyFromContainer//bar/root/ (0.06s) --- PASS: TestCopyFromContainer/bar/quux (0.08s) --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) --- PASS: TestCopyFromContainer/bar/notarget (0.07s) === RUN TestCreateFailsWhenIdentifierDoesNotExist === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) === RUN TestCreateWithInvalidEnv === RUN TestCreateWithInvalidEnv/0 === PAUSE TestCreateWithInvalidEnv/0 === RUN TestCreateWithInvalidEnv/1 === PAUSE TestCreateWithInvalidEnv/1 === RUN TestCreateWithInvalidEnv/2 === PAUSE TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/0 === CONT TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/1 --- PASS: TestCreateWithInvalidEnv (0.03s) --- PASS: TestCreateWithInvalidEnv/0 (0.00s) --- PASS: TestCreateWithInvalidEnv/1 (0.00s) --- PASS: TestCreateWithInvalidEnv/2 (0.01s) === RUN TestCreateTmpfsMountsTarget --- PASS: TestCreateTmpfsMountsTarget (0.04s) === RUN TestCreateWithCustomMaskedPaths PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork 1.041s PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork 0.671s --- PASS: TestCreateWithCustomMaskedPaths (2.20s) === RUN TestCreateWithCapabilities === RUN TestCreateWithCapabilities/no_capabilities === PAUSE TestCreateWithCapabilities/no_capabilities === RUN TestCreateWithCapabilities/empty_capabilities === PAUSE TestCreateWithCapabilities/empty_capabilities === RUN TestCreateWithCapabilities/valid_capabilities === PAUSE TestCreateWithCapabilities/valid_capabilities === RUN TestCreateWithCapabilities/invalid_capabilities === PAUSE TestCreateWithCapabilities/invalid_capabilities === RUN TestCreateWithCapabilities/duplicate_capabilities === PAUSE TestCreateWithCapabilities/duplicate_capabilities === RUN TestCreateWithCapabilities/capabilities_API_v1.39 === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 === RUN TestCreateWithCapabilities/empty_capadd === PAUSE TestCreateWithCapabilities/empty_capadd === RUN TestCreateWithCapabilities/empty_capdrop === PAUSE TestCreateWithCapabilities/empty_capdrop === RUN TestCreateWithCapabilities/capadd_capdrop === PAUSE TestCreateWithCapabilities/capadd_capdrop === RUN TestCreateWithCapabilities/conflict_with_capadd === PAUSE TestCreateWithCapabilities/conflict_with_capadd === RUN TestCreateWithCapabilities/conflict_with_capdrop === PAUSE TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/no_capabilities === CONT TestCreateWithCapabilities/empty_capadd === CONT TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/conflict_with_capadd === CONT TestCreateWithCapabilities/capadd_capdrop === CONT TestCreateWithCapabilities/empty_capdrop === CONT TestCreateWithCapabilities/invalid_capabilities === CONT TestCreateWithCapabilities/capabilities_API_v1.39 === CONT TestCreateWithCapabilities/duplicate_capabilities === CONT TestCreateWithCapabilities/valid_capabilities === CONT TestCreateWithCapabilities/empty_capabilities --- PASS: TestCreateWithCapabilities (0.07s) --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) === RUN TestCreateWithCustomReadonlyPaths === RUN TestInspectNetwork/full_network_id === RUN TestInspectNetwork/partial_network_id === RUN TestInspectNetwork/network_name === RUN TestInspectNetwork/network_name_and_swarm_scope PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 9.020s --- PASS: TestCreateWithCustomReadonlyPaths (2.25s) === RUN TestCreateWithInvalidHealthcheckParams === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) === RUN TestContainerStartOnDaemonRestart === PAUSE TestContainerStartOnDaemonRestart === RUN TestDaemonRestartIpcMode === PAUSE TestDaemonRestartIpcMode === RUN TestDiff --- PASS: TestDiff (0.81s) === RUN TestExecWithCloseStdin --- PASS: TestExecWithCloseStdin (0.96s) === RUN TestExec --- PASS: TestInspectNetwork (8.52s) inspect_test.go:18: Creating a new daemon daemon.go:336: [d63be98bd33c0] waiting for daemon to start daemon.go:336: [d63be98bd33c0] waiting for daemon to start daemon.go:364: [d63be98bd33c0] daemon started --- PASS: TestInspectNetwork/full_network_id (0.00s) --- PASS: TestInspectNetwork/partial_network_id (0.00s) --- PASS: TestInspectNetwork/network_name (0.00s) --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) daemon.go:472: [d63be98bd33c0] Stopping daemon daemon.go:307: [d63be98bd33c0] exiting daemon daemon.go:459: [d63be98bd33c0] Daemon stopped === RUN TestRunContainerWithBridgeNone PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 3.039s --- PASS: TestExec (0.84s) === RUN TestExecUser --- PASS: TestExecUser (0.92s) === RUN TestExportContainerAndImportImage PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 1.802s --- PASS: TestExportContainerAndImportImage (0.99s) === RUN TestExportContainerAfterDaemonRestart --- PASS: TestRunContainerWithBridgeNone (2.70s) network_test.go:25: Creating a new daemon daemon.go:336: [d5035afe0c685] waiting for daemon to start daemon.go:336: [d5035afe0c685] waiting for daemon to start daemon.go:364: [d5035afe0c685] daemon started daemon.go:472: [d5035afe0c685] Stopping daemon daemon.go:307: [d5035afe0c685] exiting daemon daemon.go:459: [d5035afe0c685] Daemon stopped === RUN TestNetworkInvalidJSON === RUN TestNetworkInvalidJSON//networks/create === PAUSE TestNetworkInvalidJSON//networks/create === RUN TestNetworkInvalidJSON//networks/bridge/connect === PAUSE TestNetworkInvalidJSON//networks/bridge/connect === RUN TestNetworkInvalidJSON//networks/bridge/disconnect === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect === CONT TestNetworkInvalidJSON//networks/create === CONT TestNetworkInvalidJSON//networks/bridge/connect === CONT TestNetworkInvalidJSON//networks/bridge/disconnect --- PASS: TestNetworkInvalidJSON (0.03s) --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) === RUN TestDaemonRestartWithLiveRestore PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.787s --- PASS: TestDaemonRestartWithLiveRestore (1.06s) service_test.go:32: Creating a new daemon daemon.go:336: [d7c36c7abea58] waiting for daemon to start daemon.go:336: [d7c36c7abea58] waiting for daemon to start daemon.go:364: [d7c36c7abea58] daemon started daemon.go:472: [d7c36c7abea58] Stopping daemon daemon.go:307: [d7c36c7abea58] exiting daemon daemon.go:459: [d7c36c7abea58] Daemon stopped daemon.go:336: [d7c36c7abea58] waiting for daemon to start daemon.go:336: [d7c36c7abea58] waiting for daemon to start daemon.go:364: [d7c36c7abea58] daemon started daemon.go:472: [d7c36c7abea58] Stopping daemon daemon.go:307: [d7c36c7abea58] exiting daemon daemon.go:459: [d7c36c7abea58] Daemon stopped === RUN TestDaemonDefaultNetworkPools --- PASS: TestExportContainerAfterDaemonRestart (1.35s) export_test.go:63: Creating a new daemon daemon.go:336: [dce6ede5d36ba] waiting for daemon to start daemon.go:336: [dce6ede5d36ba] waiting for daemon to start daemon.go:364: [dce6ede5d36ba] daemon started daemon.go:472: [dce6ede5d36ba] Stopping daemon daemon.go:307: [dce6ede5d36ba] exiting daemon daemon.go:459: [dce6ede5d36ba] Daemon stopped daemon.go:336: [dce6ede5d36ba] waiting for daemon to start daemon.go:336: [dce6ede5d36ba] waiting for daemon to start daemon.go:364: [dce6ede5d36ba] daemon started daemon.go:472: [dce6ede5d36ba] Stopping daemon daemon.go:307: [dce6ede5d36ba] exiting daemon daemon.go:459: [dce6ede5d36ba] Daemon stopped === RUN TestHealthCheckWorkdir --- PASS: TestDaemonDefaultNetworkPools (0.76s) service_test.go:57: Creating a new daemon daemon.go:336: [d9e25d0637055] waiting for daemon to start daemon.go:336: [d9e25d0637055] waiting for daemon to start daemon.go:364: [d9e25d0637055] daemon started daemon.go:472: [d9e25d0637055] Stopping daemon daemon.go:307: [d9e25d0637055] exiting daemon daemon.go:459: [d9e25d0637055] Daemon stopped === RUN TestDaemonRestartWithExistingNetwork --- PASS: TestHealthCheckWorkdir (1.13s) === RUN TestHealthKillContainer --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) service_test.go:98: Creating a new daemon daemon.go:336: [d11450255b4b4] waiting for daemon to start daemon.go:336: [d11450255b4b4] waiting for daemon to start daemon.go:364: [d11450255b4b4] daemon started daemon.go:472: [d11450255b4b4] Stopping daemon daemon.go:307: [d11450255b4b4] exiting daemon daemon.go:459: [d11450255b4b4] Daemon stopped daemon.go:336: [d11450255b4b4] waiting for daemon to start daemon.go:336: [d11450255b4b4] waiting for daemon to start daemon.go:364: [d11450255b4b4] daemon started daemon.go:472: [d11450255b4b4] Stopping daemon daemon.go:307: [d11450255b4b4] exiting daemon daemon.go:459: [d11450255b4b4] Daemon stopped === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s) service_test.go:131: Creating a new daemon daemon.go:336: [d3812e739f4b1] waiting for daemon to start daemon.go:336: [d3812e739f4b1] waiting for daemon to start daemon.go:364: [d3812e739f4b1] daemon started daemon.go:472: [d3812e739f4b1] Stopping daemon daemon.go:307: [d3812e739f4b1] exiting daemon daemon.go:459: [d3812e739f4b1] Daemon stopped daemon.go:336: [d3812e739f4b1] waiting for daemon to start daemon.go:336: [d3812e739f4b1] waiting for daemon to start daemon.go:364: [d3812e739f4b1] daemon started daemon.go:472: [d3812e739f4b1] Stopping daemon daemon.go:307: [d3812e739f4b1] exiting daemon daemon.go:459: [d3812e739f4b1] Daemon stopped === RUN TestDaemonWithBipAndDefaultNetworkPool --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s) service_test.go:181: Creating a new daemon daemon.go:336: [dd6fa71d851a7] waiting for daemon to start daemon.go:336: [dd6fa71d851a7] waiting for daemon to start daemon.go:364: [dd6fa71d851a7] daemon started daemon.go:472: [dd6fa71d851a7] Stopping daemon daemon.go:307: [dd6fa71d851a7] exiting daemon daemon.go:459: [dd6fa71d851a7] Daemon stopped === RUN TestServiceWithPredefinedNetwork --- PASS: TestHealthKillContainer (2.92s) === RUN TestInspectCpusetInConfigPre120 --- PASS: TestInspectCpusetInConfigPre120 (0.80s) === RUN TestIpcModeNone --- PASS: TestIpcModeNone (0.95s) === RUN TestIpcModePrivate --- PASS: TestServiceWithPredefinedNetwork (2.15s) service_test.go:203: Creating a new daemon daemon.go:336: [dbd8febe69954] waiting for daemon to start daemon.go:336: [dbd8febe69954] waiting for daemon to start daemon.go:364: [dbd8febe69954] daemon started daemon.go:472: [dbd8febe69954] Stopping daemon daemon.go:307: [dbd8febe69954] exiting daemon daemon.go:459: [dbd8febe69954] Daemon stopped === RUN TestServiceRemoveKeepsIngressNetwork --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) service_test.go:230: FLAKY_TEST === RUN TestServiceWithDataPathPortInit --- PASS: TestIpcModePrivate (0.87s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:104, shared: false, mustBeShared: false === RUN TestIpcModeShareable PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 6.990s --- PASS: TestIpcModeShareable (1.00s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:98, shared: true, mustBeShared: true === RUN TestAPIIpcModeShareableAndContainer PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 3.027s --- PASS: TestServiceWithDataPathPortInit (4.40s) service_test.go:339: Creating a new daemon daemon.go:336: [d754ea86ee640] waiting for daemon to start daemon.go:336: [d754ea86ee640] waiting for daemon to start daemon.go:364: [d754ea86ee640] daemon started daemon.go:472: [d754ea86ee640] Stopping daemon daemon.go:307: [d754ea86ee640] exiting daemon daemon.go:459: [d754ea86ee640] Daemon stopped service_test.go:367: Creating a new daemon daemon.go:336: [d4ce2ad1082f1] waiting for daemon to start daemon.go:336: [d4ce2ad1082f1] waiting for daemon to start daemon.go:364: [d4ce2ad1082f1] daemon started daemon.go:472: [d4ce2ad1082f1] Stopping daemon daemon.go:307: [d4ce2ad1082f1] exiting daemon daemon.go:459: [d4ce2ad1082f1] Daemon stopped === RUN TestServiceWithDefaultAddressPoolInit --- PASS: TestAPIIpcModeShareableAndContainer (2.77s) === RUN TestAPIIpcModeHost --- PASS: TestAPIIpcModeHost (0.74s) === RUN TestDaemonIpcModeShareable PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 2.930s --- PASS: TestDaemonIpcModeShareable (1.71s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [dd722fffa9427] waiting for daemon to start daemon.go:336: [dd722fffa9427] waiting for daemon to start daemon.go:364: [dd722fffa9427] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true daemon.go:472: [dd722fffa9427] Stopping daemon daemon.go:307: [dd722fffa9427] exiting daemon daemon.go:459: [dd722fffa9427] Daemon stopped === RUN TestDaemonIpcModePrivate PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 19.969s PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs 1.105s PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.437s --- PASS: TestDaemonIpcModePrivate (1.67s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d6b380944ce5b] waiting for daemon to start daemon.go:336: [d6b380944ce5b] waiting for daemon to start daemon.go:364: [d6b380944ce5b] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false daemon.go:472: [d6b380944ce5b] Stopping daemon daemon.go:307: [d6b380944ce5b] exiting daemon daemon.go:459: [d6b380944ce5b] Daemon stopped === RUN TestDaemonIpcModePrivateFromConfig PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 1.982s PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks 1.647s --- PASS: TestServiceWithDefaultAddressPoolInit (4.33s) service_test.go:398: Creating a new daemon daemon.go:336: [d5e4d593c77ff] waiting for daemon to start daemon.go:336: [d5e4d593c77ff] waiting for daemon to start daemon.go:364: [d5e4d593c77ff] daemon started service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gjf64wvke6uyw55ro0w72bc3d Created:2019-08-01 12:53:58.011869675 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} daemon.go:472: [d5e4d593c77ff] Stopping daemon daemon.go:307: [d5e4d593c77ff] exiting daemon daemon.go:459: [d5e4d593c77ff] Daemon stopped service_test.go:438: Creating a new daemon daemon.go:336: [d220149bca218] waiting for daemon to start daemon.go:336: [d220149bca218] waiting for daemon to start daemon.go:364: [d220149bca218] daemon started daemon.go:472: [d220149bca218] Stopping daemon daemon.go:307: [d220149bca218] exiting daemon daemon.go:459: [d220149bca218] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/network/macvlan INFO: Testing against a local daemon === RUN TestDockerNetworkMacvlanPersistance PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.965s --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) macvlan_test.go:24: Creating a new daemon daemon.go:336: [dc0f44329026a] waiting for daemon to start daemon.go:336: [dc0f44329026a] waiting for daemon to start daemon.go:364: [dc0f44329026a] daemon started daemon.go:472: [dc0f44329026a] Stopping daemon daemon.go:307: [dc0f44329026a] exiting daemon daemon.go:459: [dc0f44329026a] Daemon stopped daemon.go:336: [dc0f44329026a] waiting for daemon to start daemon.go:336: [dc0f44329026a] waiting for daemon to start daemon.go:364: [dc0f44329026a] daemon started daemon.go:472: [dc0f44329026a] Stopping daemon daemon.go:307: [dc0f44329026a] exiting daemon daemon.go:459: [dc0f44329026a] Daemon stopped === RUN TestDockerNetworkMacvlan --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [dda5aac724c10] waiting for daemon to start daemon.go:336: [dda5aac724c10] waiting for daemon to start daemon.go:364: [dda5aac724c10] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false daemon.go:472: [dda5aac724c10] Stopping daemon daemon.go:307: [dda5aac724c10] exiting daemon daemon.go:459: [dda5aac724c10] Daemon stopped === RUN TestDaemonIpcModeShareableFromConfig PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.981s PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork 1.559s === RUN TestDockerNetworkMacvlan/Subinterface PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.996s SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) === RUN TestDockerNetworkMacvlan/OverlapParent --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d3c767abf1ce7] waiting for daemon to start daemon.go:336: [d3c767abf1ce7] waiting for daemon to start daemon.go:364: [d3c767abf1ce7] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true daemon.go:472: [d3c767abf1ce7] Stopping daemon daemon.go:307: [d3c767abf1ce7] exiting daemon daemon.go:459: [d3c767abf1ce7] Daemon stopped === RUN TestIpcModeOlderClient === PAUSE TestIpcModeOlderClient === RUN TestKillContainerInvalidSignal --- PASS: TestKillContainerInvalidSignal (0.81s) === RUN TestKillContainer === RUN TestKillContainer/no_signal === RUN TestDockerNetworkMacvlan/NilParent PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation 1.792s === RUN TestKillContainer/non_killing_signal === RUN TestKillContainer/killing_signal PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.190s PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.137s --- PASS: TestKillContainer (2.47s) --- PASS: TestKillContainer/no_signal (0.80s) --- PASS: TestKillContainer/non_killing_signal (0.57s) --- PASS: TestKillContainer/killing_signal (0.82s) === RUN TestKillWithStopSignalAndRestartPolicies === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 0.695s PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 3.967s === RUN TestDockerNetworkMacvlan/InternalMode === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 0.698s --- PASS: TestKillWithStopSignalAndRestartPolicies (1.62s) --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) === RUN TestKillStoppedContainer --- PASS: TestKillStoppedContainer (0.09s) === RUN TestKillStoppedContainerAPIPre120 --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) === RUN TestKillDifferentUserContainer PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 0.783s PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 0.739s --- PASS: TestKillDifferentUserContainer (0.82s) === RUN TestInspectOomKilledTrue --- SKIP: TestInspectOomKilledTrue (0.00s) kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestInspectOomKilledFalse --- SKIP: TestInspectOomKilledFalse (0.00s) kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit === RUN TestLinksEtcHostsContentMatch --- PASS: TestLinksEtcHostsContentMatch (0.55s) === RUN TestLinksContainerNames PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 0.729s PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 0.682s === RUN TestDockerNetworkMacvlan/Addressing PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 0.818s --- PASS: TestDockerNetworkMacvlan (10.22s) macvlan_test.go:67: Creating a new daemon daemon.go:336: [d44d870abcb20] waiting for daemon to start daemon.go:336: [d44d870abcb20] waiting for daemon to start daemon.go:364: [d44d870abcb20] daemon started --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) daemon.go:472: [d44d870abcb20] Stopping daemon daemon.go:307: [d44d870abcb20] exiting daemon daemon.go:459: [d44d870abcb20] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d0d202e903fe2] waiting for daemon to start daemon.go:336: [d0d202e903fe2] waiting for daemon to start daemon.go:364: [d0d202e903fe2] daemon started --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) daemon.go:472: [d0d202e903fe2] Stopping daemon daemon.go:307: [d0d202e903fe2] exiting daemon daemon.go:459: [d0d202e903fe2] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [dff88f88d70e1] waiting for daemon to start daemon.go:336: [dff88f88d70e1] waiting for daemon to start daemon.go:364: [dff88f88d70e1] daemon started --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) daemon.go:472: [dff88f88d70e1] Stopping daemon daemon.go:307: [dff88f88d70e1] exiting daemon daemon.go:459: [dff88f88d70e1] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d94b77c9d2054] waiting for daemon to start daemon.go:336: [d94b77c9d2054] waiting for daemon to start daemon.go:364: [d94b77c9d2054] daemon started --- PASS: TestDockerNetworkMacvlan/InternalMode (2.24s) daemon.go:472: [d94b77c9d2054] Stopping daemon daemon.go:307: [d94b77c9d2054] exiting daemon daemon.go:459: [d94b77c9d2054] Daemon stopped macvlan_test.go:67: Creating a new daemon daemon.go:336: [d1855ee1d5cea] waiting for daemon to start daemon.go:336: [d1855ee1d5cea] waiting for daemon to start daemon.go:364: [d1855ee1d5cea] daemon started --- PASS: TestDockerNetworkMacvlan/Addressing (0.99s) daemon.go:472: [d1855ee1d5cea] Stopping daemon daemon.go:307: [d1855ee1d5cea] exiting daemon daemon.go:459: [d1855ee1d5cea] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/network/ipvlan --- PASS: TestLinksContainerNames (1.64s) === RUN TestLogsFollowTailEmpty INFO: Testing against a local daemon === RUN TestDockerNetworkIpvlanPersistance --- PASS: TestLogsFollowTailEmpty (0.82s) === RUN TestContainerNetworkMountsNoChown PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 0.913s PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 0.673s --- PASS: TestContainerNetworkMountsNoChown (0.79s) === RUN TestMountDaemonRoot === RUN TestMountDaemonRoot/default === PAUSE TestMountDaemonRoot/default === RUN TestMountDaemonRoot/private === PAUSE TestMountDaemonRoot/private === RUN TestMountDaemonRoot/rprivate === PAUSE TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/slave === PAUSE TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/rslave === PAUSE TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/shared === PAUSE TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/rshared === PAUSE TestMountDaemonRoot/rshared === CONT TestMountDaemonRoot/default === RUN TestMountDaemonRoot/default/bind_root === PAUSE TestMountDaemonRoot/default/bind_root === RUN TestMountDaemonRoot/default/bind_subpath === PAUSE TestMountDaemonRoot/default/bind_subpath === RUN TestMountDaemonRoot/default/mount_root === PAUSE TestMountDaemonRoot/default/mount_root === RUN TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/default/mount_subpath === CONT TestMountDaemonRoot/default/bind_root === CONT TestMountDaemonRoot/rshared === RUN TestMountDaemonRoot/rshared/bind_subpath === PAUSE TestMountDaemonRoot/rshared/bind_subpath === RUN TestMountDaemonRoot/rshared/mount_root === PAUSE TestMountDaemonRoot/rshared/mount_root === RUN TestMountDaemonRoot/rshared/mount_subpath === PAUSE TestMountDaemonRoot/rshared/mount_subpath === RUN TestMountDaemonRoot/rshared/bind_root === PAUSE TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/rshared/bind_subpath === CONT TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/shared/bind_root === PAUSE TestMountDaemonRoot/shared/bind_root === RUN TestMountDaemonRoot/shared/bind_subpath === PAUSE TestMountDaemonRoot/shared/bind_subpath === RUN TestMountDaemonRoot/shared/mount_root === PAUSE TestMountDaemonRoot/shared/mount_root === RUN TestMountDaemonRoot/shared/mount_subpath === PAUSE TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/rslave/bind_root === PAUSE TestMountDaemonRoot/rslave/bind_root === RUN TestMountDaemonRoot/rslave/bind_subpath === PAUSE TestMountDaemonRoot/rslave/bind_subpath === RUN TestMountDaemonRoot/rslave/mount_root === PAUSE TestMountDaemonRoot/rslave/mount_root === RUN TestMountDaemonRoot/rslave/mount_subpath === PAUSE TestMountDaemonRoot/rslave/mount_subpath === CONT TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/slave/bind_root === PAUSE TestMountDaemonRoot/slave/bind_root === RUN TestMountDaemonRoot/slave/bind_subpath === PAUSE TestMountDaemonRoot/slave/bind_subpath === RUN TestMountDaemonRoot/slave/mount_root === PAUSE TestMountDaemonRoot/slave/mount_root === RUN TestMountDaemonRoot/slave/mount_subpath === PAUSE TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/rprivate/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/mount_subpath === RUN TestMountDaemonRoot/rprivate/bind_root === PAUSE TestMountDaemonRoot/rprivate/bind_root === RUN TestMountDaemonRoot/rprivate/bind_subpath === PAUSE TestMountDaemonRoot/rprivate/bind_subpath === RUN TestMountDaemonRoot/rprivate/mount_root === PAUSE TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/private === RUN TestMountDaemonRoot/private/bind_root === PAUSE TestMountDaemonRoot/private/bind_root === RUN TestMountDaemonRoot/private/bind_subpath === PAUSE TestMountDaemonRoot/private/bind_subpath === RUN TestMountDaemonRoot/private/mount_root === PAUSE TestMountDaemonRoot/private/mount_root === RUN TestMountDaemonRoot/private/mount_subpath === PAUSE TestMountDaemonRoot/private/mount_subpath === CONT TestMountDaemonRoot/default/mount_subpath === CONT TestMountDaemonRoot/default/mount_root === CONT TestMountDaemonRoot/default/bind_subpath === CONT TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/rshared/mount_subpath === CONT TestMountDaemonRoot/rshared/mount_root === CONT TestMountDaemonRoot/shared/bind_root === CONT TestMountDaemonRoot/rslave/bind_root === CONT TestMountDaemonRoot/shared/mount_subpath --- PASS: TestDockerNetworkIpvlanPersistance (1.49s) ipvlan_test.go:28: Creating a new daemon daemon.go:336: [d753aedec5f3e] waiting for daemon to start daemon.go:336: [d753aedec5f3e] waiting for daemon to start daemon.go:364: [d753aedec5f3e] daemon started daemon.go:472: [d753aedec5f3e] Stopping daemon daemon.go:307: [d753aedec5f3e] exiting daemon daemon.go:459: [d753aedec5f3e] Daemon stopped daemon.go:336: [d753aedec5f3e] waiting for daemon to start daemon.go:336: [d753aedec5f3e] waiting for daemon to start daemon.go:364: [d753aedec5f3e] daemon started daemon.go:472: [d753aedec5f3e] Stopping daemon daemon.go:307: [d753aedec5f3e] exiting daemon daemon.go:459: [d753aedec5f3e] Daemon stopped === RUN TestDockerNetworkIpvlan PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 6.003s === CONT TestMountDaemonRoot/shared/mount_root === CONT TestMountDaemonRoot/shared/bind_subpath === CONT TestMountDaemonRoot/slave/bind_root === CONT TestMountDaemonRoot/rslave/mount_subpath === CONT TestMountDaemonRoot/rslave/mount_root === CONT TestMountDaemonRoot/rslave/bind_subpath === CONT TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/slave/bind_subpath === CONT TestMountDaemonRoot/private/bind_root === CONT TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/rprivate/bind_subpath === CONT TestMountDaemonRoot/rprivate/bind_root === CONT TestMountDaemonRoot/private/mount_subpath === CONT TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/private/bind_subpath --- PASS: TestMountDaemonRoot (0.03s) --- PASS: TestMountDaemonRoot/default (0.00s) --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) --- PASS: TestMountDaemonRoot/rshared (0.00s) --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) --- PASS: TestMountDaemonRoot/shared (0.00s) --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) --- PASS: TestMountDaemonRoot/rslave (0.00s) --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) --- PASS: TestMountDaemonRoot/slave (0.00s) --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) --- PASS: TestMountDaemonRoot/rprivate (0.00s) --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) --- PASS: TestMountDaemonRoot/private (0.00s) --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) === RUN TestContainerBindMountNonRecursive PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 0.801s === RUN TestDockerNetworkIpvlan/Subinterface PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 0.785s === RUN TestDockerNetworkIpvlan/OverlapParent PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 2.112s PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 0.642s --- PASS: TestContainerBindMountNonRecursive (1.82s) === RUN TestNetworkNat === RUN TestDockerNetworkIpvlan/L2NilParent --- PASS: TestNetworkNat (0.81s) === RUN TestNetworkLocalhostTCPNat PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 0.788s --- PASS: TestNetworkLocalhostTCPNat (0.82s) === RUN TestNetworkLoopbackNat PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.094s --- PASS: TestNetworkLoopbackNat (1.05s) === RUN TestPause PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 0.806s PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 0.643s PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.015s === RUN TestDockerNetworkIpvlan/L2InternalMode --- PASS: TestPause (0.87s) === RUN TestPauseFailsOnWindowsServerContainers --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" === RUN TestPauseStopPausedContainer PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.686s --- PASS: TestPauseStopPausedContainer (0.84s) === RUN TestPsFilter PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 0.674s --- PASS: TestPsFilter (0.21s) === RUN TestRemoveContainerWithRemovedVolume PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 4.905s PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 1.046s PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 0.876s --- PASS: TestRemoveContainerWithRemovedVolume (0.87s) === RUN TestRemoveContainerWithVolume PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.808s PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 0.680s --- PASS: TestRemoveContainerWithVolume (0.79s) === RUN TestRemoveContainerRunning === RUN TestDockerNetworkIpvlan/L3NilParent PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 0.891s --- PASS: TestRemoveContainerRunning (0.84s) === RUN TestRemoveContainerForceRemoveRunning PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 0.784s --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) === RUN TestRemoveInvalidContainer --- PASS: TestRemoveInvalidContainer (0.03s) === RUN TestRenameLinkedContainer PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.263s PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.654s PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 2.191s === RUN TestDockerNetworkIpvlan/L3InternalMode PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.996s PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 1.890s --- PASS: TestRenameLinkedContainer (3.23s) === RUN TestRenameStoppedContainer --- PASS: TestRenameStoppedContainer (0.77s) === RUN TestRenameRunningContainerAndReuse === RUN TestDockerNetworkIpvlan/L2MultiSubnet --- PASS: TestRenameRunningContainerAndReuse (1.66s) === RUN TestRenameInvalidName --- PASS: TestRenameInvalidName (0.78s) === RUN TestRenameAnonymousContainer PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 3.652s PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 2.490s PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 0.668s === RUN TestDockerNetworkIpvlan/L3MultiSubnet --- PASS: TestRenameAnonymousContainer (3.32s) === RUN TestRenameContainerWithSameName --- PASS: TestRenameContainerWithSameName (0.81s) === RUN TestRenameContainerWithLinkedContainer --- PASS: TestRenameContainerWithLinkedContainer (1.71s) === RUN TestResize --- PASS: TestResize (0.83s) === RUN TestResizeWithInvalidSize --- PASS: TestResizeWithInvalidSize (0.81s) === RUN TestResizeWhenContainerNotStarted PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 3.603s === RUN TestDockerNetworkIpvlan/Addressing --- PASS: TestResizeWhenContainerNotStarted (0.77s) === RUN TestDaemonRestartKillContainers === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 2.450s === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.623s === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon --- PASS: TestDockerNetworkIpvlan (27.31s) ipvlan_test.go:88: Creating a new daemon daemon.go:336: [db89ac0878407] waiting for daemon to start daemon.go:336: [db89ac0878407] waiting for daemon to start daemon.go:364: [db89ac0878407] daemon started --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) daemon.go:472: [db89ac0878407] Stopping daemon daemon.go:307: [db89ac0878407] exiting daemon daemon.go:459: [db89ac0878407] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [dea8fb7198f71] waiting for daemon to start daemon.go:336: [dea8fb7198f71] waiting for daemon to start daemon.go:364: [dea8fb7198f71] daemon started --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) daemon.go:472: [dea8fb7198f71] Stopping daemon daemon.go:307: [dea8fb7198f71] exiting daemon daemon.go:459: [dea8fb7198f71] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [df4a6bed103b0] waiting for daemon to start daemon.go:336: [df4a6bed103b0] waiting for daemon to start daemon.go:364: [df4a6bed103b0] daemon started --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.26s) daemon.go:472: [df4a6bed103b0] Stopping daemon daemon.go:307: [df4a6bed103b0] exiting daemon daemon.go:459: [df4a6bed103b0] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [d630a51d6987e] waiting for daemon to start daemon.go:336: [d630a51d6987e] waiting for daemon to start daemon.go:364: [d630a51d6987e] daemon started --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.24s) daemon.go:472: [d630a51d6987e] Stopping daemon daemon.go:307: [d630a51d6987e] exiting daemon daemon.go:459: [d630a51d6987e] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [d4459cf7f566d] waiting for daemon to start daemon.go:336: [d4459cf7f566d] waiting for daemon to start daemon.go:364: [d4459cf7f566d] daemon started --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.27s) daemon.go:472: [d4459cf7f566d] Stopping daemon daemon.go:307: [d4459cf7f566d] exiting daemon daemon.go:459: [d4459cf7f566d] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [dc8c686c129a8] waiting for daemon to start daemon.go:336: [dc8c686c129a8] waiting for daemon to start daemon.go:364: [dc8c686c129a8] daemon started --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.27s) daemon.go:472: [dc8c686c129a8] Stopping daemon daemon.go:307: [dc8c686c129a8] exiting daemon daemon.go:459: [dc8c686c129a8] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [dfed9bad03658] waiting for daemon to start daemon.go:336: [dfed9bad03658] waiting for daemon to start daemon.go:364: [dfed9bad03658] daemon started --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.42s) daemon.go:472: [dfed9bad03658] Stopping daemon daemon.go:307: [dfed9bad03658] exiting daemon daemon.go:459: [dfed9bad03658] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [de0089b8faaf1] waiting for daemon to start daemon.go:336: [de0089b8faaf1] waiting for daemon to start daemon.go:364: [de0089b8faaf1] daemon started --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.39s) daemon.go:472: [de0089b8faaf1] Stopping daemon daemon.go:307: [de0089b8faaf1] exiting daemon daemon.go:459: [de0089b8faaf1] Daemon stopped ipvlan_test.go:88: Creating a new daemon daemon.go:336: [de8264f63faf7] waiting for daemon to start daemon.go:336: [de8264f63faf7] waiting for daemon to start daemon.go:364: [de8264f63faf7] daemon started --- PASS: TestDockerNetworkIpvlan/Addressing (2.09s) daemon.go:472: [de8264f63faf7] Stopping daemon daemon.go:307: [de8264f63faf7] exiting daemon daemon.go:459: [de8264f63faf7] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/secret INFO: Testing against a local daemon === RUN TestSecretInspect === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 14.979s PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 1.968s --- PASS: TestSecretInspect (2.20s) secret_test.go:25: Creating a new daemon daemon.go:336: [d1f039367ebb8] waiting for daemon to start daemon.go:336: [d1f039367ebb8] waiting for daemon to start daemon.go:364: [d1f039367ebb8] daemon started daemon.go:472: [d1f039367ebb8] Stopping daemon daemon.go:307: [d1f039367ebb8] exiting daemon daemon.go:459: [d1f039367ebb8] Daemon stopped === RUN TestSecretList PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.575s === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 3.476s PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 0.770s === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 0.654s --- PASS: TestSecretList (2.18s) secret_test.go:48: Creating a new daemon daemon.go:336: [dafee14e34a03] waiting for daemon to start daemon.go:336: [dafee14e34a03] waiting for daemon to start daemon.go:364: [dafee14e34a03] daemon started daemon.go:472: [dafee14e34a03] Stopping daemon daemon.go:307: [dafee14e34a03] exiting daemon daemon.go:459: [dafee14e34a03] Daemon stopped === RUN TestSecretsCreateAndDelete PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.224s === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 3.525s PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 1.322s --- PASS: TestSecretsCreateAndDelete (2.16s) secret_test.go:125: Creating a new daemon daemon.go:336: [d38b1dad19780] waiting for daemon to start daemon.go:336: [d38b1dad19780] waiting for daemon to start daemon.go:364: [d38b1dad19780] daemon started daemon.go:472: [d38b1dad19780] Stopping daemon daemon.go:307: [d38b1dad19780] exiting daemon daemon.go:459: [d38b1dad19780] Daemon stopped === RUN TestSecretsUpdate === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.657s === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon --- PASS: TestSecretsUpdate (2.17s) secret_test.go:172: Creating a new daemon daemon.go:336: [d4b87ec731635] waiting for daemon to start daemon.go:336: [d4b87ec731635] waiting for daemon to start daemon.go:364: [d4b87ec731635] daemon started daemon.go:472: [d4b87ec731635] Stopping daemon daemon.go:307: [d4b87ec731635] exiting daemon daemon.go:459: [d4b87ec731635] Daemon stopped === RUN TestTemplatedSecret --- PASS: TestDaemonRestartKillContainers (0.00s) --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.42s) restart_test.go:67: Creating a new daemon daemon.go:336: [d1b285d70218c] waiting for daemon to start daemon.go:336: [d1b285d70218c] waiting for daemon to start daemon.go:364: [d1b285d70218c] daemon started daemon.go:472: [d1b285d70218c] Stopping daemon daemon.go:307: [d1b285d70218c] exiting daemon daemon.go:459: [d1b285d70218c] Daemon stopped daemon.go:336: [d1b285d70218c] waiting for daemon to start daemon.go:336: [d1b285d70218c] waiting for daemon to start daemon.go:364: [d1b285d70218c] daemon started daemon.go:472: [d1b285d70218c] Stopping daemon daemon.go:307: [d1b285d70218c] exiting daemon daemon.go:459: [d1b285d70218c] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) restart_test.go:67: Creating a new daemon daemon.go:336: [d4f203dbe7de4] waiting for daemon to start daemon.go:336: [d4f203dbe7de4] waiting for daemon to start daemon.go:364: [d4f203dbe7de4] daemon started daemon.go:336: [d4f203dbe7de4] waiting for daemon to start daemon.go:307: [d4f203dbe7de4] exiting daemon daemon.go:336: [d4f203dbe7de4] waiting for daemon to start daemon.go:364: [d4f203dbe7de4] daemon started daemon.go:472: [d4f203dbe7de4] Stopping daemon daemon.go:307: [d4f203dbe7de4] exiting daemon daemon.go:459: [d4f203dbe7de4] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s) restart_test.go:67: Creating a new daemon daemon.go:336: [d4bf9db6a2744] waiting for daemon to start daemon.go:336: [d4bf9db6a2744] waiting for daemon to start daemon.go:364: [d4bf9db6a2744] daemon started daemon.go:336: [d4bf9db6a2744] waiting for daemon to start daemon.go:307: [d4bf9db6a2744] exiting daemon daemon.go:336: [d4bf9db6a2744] waiting for daemon to start daemon.go:364: [d4bf9db6a2744] daemon started daemon.go:472: [d4bf9db6a2744] Stopping daemon daemon.go:307: [d4bf9db6a2744] exiting daemon daemon.go:459: [d4bf9db6a2744] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s) restart_test.go:67: Creating a new daemon daemon.go:336: [d2e9500fda0f2] waiting for daemon to start daemon.go:336: [d2e9500fda0f2] waiting for daemon to start daemon.go:364: [d2e9500fda0f2] daemon started daemon.go:472: [d2e9500fda0f2] Stopping daemon daemon.go:307: [d2e9500fda0f2] exiting daemon daemon.go:459: [d2e9500fda0f2] Daemon stopped daemon.go:336: [d2e9500fda0f2] waiting for daemon to start daemon.go:336: [d2e9500fda0f2] waiting for daemon to start daemon.go:364: [d2e9500fda0f2] daemon started daemon.go:472: [d2e9500fda0f2] Stopping daemon daemon.go:307: [d2e9500fda0f2] exiting daemon daemon.go:459: [d2e9500fda0f2] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) restart_test.go:67: Creating a new daemon daemon.go:336: [d8118078c9b70] waiting for daemon to start daemon.go:336: [d8118078c9b70] waiting for daemon to start daemon.go:364: [d8118078c9b70] daemon started daemon.go:336: [d8118078c9b70] waiting for daemon to start daemon.go:307: [d8118078c9b70] exiting daemon daemon.go:336: [d8118078c9b70] waiting for daemon to start daemon.go:364: [d8118078c9b70] daemon started daemon.go:472: [d8118078c9b70] Stopping daemon daemon.go:307: [d8118078c9b70] exiting daemon daemon.go:459: [d8118078c9b70] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.20s) restart_test.go:67: Creating a new daemon daemon.go:336: [d8cfd66d563b1] waiting for daemon to start daemon.go:336: [d8cfd66d563b1] waiting for daemon to start daemon.go:364: [d8cfd66d563b1] daemon started daemon.go:472: [d8cfd66d563b1] Stopping daemon daemon.go:307: [d8cfd66d563b1] exiting daemon daemon.go:459: [d8cfd66d563b1] Daemon stopped daemon.go:336: [d8cfd66d563b1] waiting for daemon to start daemon.go:336: [d8cfd66d563b1] waiting for daemon to start daemon.go:364: [d8cfd66d563b1] daemon started daemon.go:472: [d8cfd66d563b1] Stopping daemon daemon.go:307: [d8cfd66d563b1] exiting daemon daemon.go:459: [d8cfd66d563b1] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.25s) restart_test.go:67: Creating a new daemon daemon.go:336: [d038c3290903e] waiting for daemon to start daemon.go:336: [d038c3290903e] waiting for daemon to start daemon.go:364: [d038c3290903e] daemon started daemon.go:307: [d038c3290903e] exiting daemon daemon.go:336: [d038c3290903e] waiting for daemon to start daemon.go:336: [d038c3290903e] waiting for daemon to start daemon.go:364: [d038c3290903e] daemon started daemon.go:472: [d038c3290903e] Stopping daemon daemon.go:307: [d038c3290903e] exiting daemon daemon.go:459: [d038c3290903e] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.54s) restart_test.go:67: Creating a new daemon daemon.go:336: [da5ae664a517f] waiting for daemon to start daemon.go:336: [da5ae664a517f] waiting for daemon to start daemon.go:364: [da5ae664a517f] daemon started daemon.go:472: [da5ae664a517f] Stopping daemon daemon.go:307: [da5ae664a517f] exiting daemon daemon.go:459: [da5ae664a517f] Daemon stopped daemon.go:336: [da5ae664a517f] waiting for daemon to start daemon.go:336: [da5ae664a517f] waiting for daemon to start daemon.go:364: [da5ae664a517f] daemon started daemon.go:472: [da5ae664a517f] Stopping daemon daemon.go:307: [da5ae664a517f] exiting daemon daemon.go:459: [da5ae664a517f] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.04s) restart_test.go:67: Creating a new daemon daemon.go:336: [d90771606a5e4] waiting for daemon to start daemon.go:336: [d90771606a5e4] waiting for daemon to start daemon.go:364: [d90771606a5e4] daemon started daemon.go:336: [d90771606a5e4] waiting for daemon to start daemon.go:307: [d90771606a5e4] exiting daemon daemon.go:336: [d90771606a5e4] waiting for daemon to start daemon.go:364: [d90771606a5e4] daemon started daemon.go:472: [d90771606a5e4] Stopping daemon daemon.go:307: [d90771606a5e4] exiting daemon daemon.go:459: [d90771606a5e4] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.13s) restart_test.go:67: Creating a new daemon daemon.go:336: [d47ab22f8a1fa] waiting for daemon to start daemon.go:336: [d47ab22f8a1fa] waiting for daemon to start daemon.go:364: [d47ab22f8a1fa] daemon started daemon.go:472: [d47ab22f8a1fa] Stopping daemon daemon.go:307: [d47ab22f8a1fa] exiting daemon daemon.go:459: [d47ab22f8a1fa] Daemon stopped daemon.go:336: [d47ab22f8a1fa] waiting for daemon to start daemon.go:336: [d47ab22f8a1fa] waiting for daemon to start daemon.go:364: [d47ab22f8a1fa] daemon started daemon.go:472: [d47ab22f8a1fa] Stopping daemon daemon.go:307: [d47ab22f8a1fa] exiting daemon daemon.go:459: [d47ab22f8a1fa] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.15s) restart_test.go:67: Creating a new daemon daemon.go:336: [d7b2d050cea88] waiting for daemon to start daemon.go:336: [d7b2d050cea88] waiting for daemon to start daemon.go:364: [d7b2d050cea88] daemon started daemon.go:336: [d7b2d050cea88] waiting for daemon to start daemon.go:307: [d7b2d050cea88] exiting daemon daemon.go:336: [d7b2d050cea88] waiting for daemon to start daemon.go:364: [d7b2d050cea88] daemon started daemon.go:472: [d7b2d050cea88] Stopping daemon daemon.go:307: [d7b2d050cea88] exiting daemon daemon.go:459: [d7b2d050cea88] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s) restart_test.go:67: Creating a new daemon daemon.go:336: [dbae416100665] waiting for daemon to start daemon.go:336: [dbae416100665] waiting for daemon to start daemon.go:364: [dbae416100665] daemon started daemon.go:472: [dbae416100665] Stopping daemon daemon.go:307: [dbae416100665] exiting daemon daemon.go:459: [dbae416100665] Daemon stopped daemon.go:336: [dbae416100665] waiting for daemon to start daemon.go:336: [dbae416100665] waiting for daemon to start daemon.go:364: [dbae416100665] daemon started daemon.go:472: [dbae416100665] Stopping daemon daemon.go:307: [dbae416100665] exiting daemon daemon.go:459: [dbae416100665] Daemon stopped === RUN TestCgroupNamespacesRun PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 3.076s PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.359s --- PASS: TestCgroupNamespacesRun (1.62s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d9f24d063efa9] waiting for daemon to start daemon.go:336: [d9f24d063efa9] waiting for daemon to start daemon.go:364: [d9f24d063efa9] daemon started daemon.go:472: [d9f24d063efa9] Stopping daemon daemon.go:307: [d9f24d063efa9] exiting daemon daemon.go:459: [d9f24d063efa9] Daemon stopped === RUN TestCgroupNamespacesRunPrivileged --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) run_cgroupns_linux_test.go:71: requirement.CgroupNamespacesEnabled() === RUN TestCgroupNamespacesRunDaemonHostMode --- PASS: TestTemplatedSecret (2.91s) secret_test.go:221: Creating a new daemon daemon.go:336: [d78d7817372fc] waiting for daemon to start daemon.go:336: [d78d7817372fc] waiting for daemon to start daemon.go:364: [d78d7817372fc] daemon started daemon.go:472: [d78d7817372fc] Stopping daemon daemon.go:307: [d78d7817372fc] exiting daemon daemon.go:459: [d78d7817372fc] Daemon stopped === RUN TestSecretCreateResolve PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 0.684s PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 5.854s --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.64s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d7d66a032e20a] waiting for daemon to start daemon.go:336: [d7d66a032e20a] waiting for daemon to start daemon.go:364: [d7d66a032e20a] daemon started daemon.go:472: [d7d66a032e20a] Stopping daemon daemon.go:307: [d7d66a032e20a] exiting daemon daemon.go:459: [d7d66a032e20a] Daemon stopped === RUN TestCgroupNamespacesRunHostMode PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 1.500s PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.080s PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.076s --- PASS: TestSecretCreateResolve (2.19s) secret_test.go:342: Creating a new daemon daemon.go:336: [d2f005bce80f8] waiting for daemon to start daemon.go:336: [d2f005bce80f8] waiting for daemon to start daemon.go:364: [d2f005bce80f8] daemon started daemon.go:472: [d2f005bce80f8] Stopping daemon daemon.go:307: [d2f005bce80f8] exiting daemon daemon.go:459: [d2f005bce80f8] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/service INFO: Testing against a local daemon === RUN TestServiceCreateInit === RUN TestServiceCreateInit/daemonInitDisabled PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 0.524s PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 0.555s SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.075s --- PASS: TestCgroupNamespacesRunHostMode (1.64s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d7015712204fb] waiting for daemon to start daemon.go:336: [d7015712204fb] waiting for daemon to start daemon.go:364: [d7015712204fb] daemon started daemon.go:472: [d7015712204fb] Stopping daemon daemon.go:307: [d7015712204fb] exiting daemon daemon.go:459: [d7015712204fb] Daemon stopped === RUN TestCgroupNamespacesRunPrivateMode PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 0.559s PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 2.977s SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.344s PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.103s PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.120s PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.170s SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.085s PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.155s --- PASS: TestCgroupNamespacesRunPrivateMode (1.63s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [d9c0459553498] waiting for daemon to start daemon.go:336: [d9c0459553498] waiting for daemon to start daemon.go:364: [d9c0459553498] daemon started daemon.go:472: [d9c0459553498] Stopping daemon daemon.go:307: [d9c0459553498] exiting daemon daemon.go:459: [d9c0459553498] Daemon stopped === RUN TestCgroupNamespacesRunPrivilegedAndPrivate --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.73s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [dfca109997e01] waiting for daemon to start daemon.go:336: [dfca109997e01] waiting for daemon to start daemon.go:364: [dfca109997e01] daemon started daemon.go:472: [dfca109997e01] Stopping daemon daemon.go:307: [dfca109997e01] exiting daemon daemon.go:459: [dfca109997e01] Daemon stopped === RUN TestCgroupNamespacesRunInvalidMode --- PASS: TestCgroupNamespacesRunInvalidMode (0.73s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [d929d31056083] waiting for daemon to start daemon.go:336: [d929d31056083] waiting for daemon to start daemon.go:364: [d929d31056083] daemon started daemon.go:472: [d929d31056083] Stopping daemon daemon.go:307: [d929d31056083] exiting daemon daemon.go:459: [d929d31056083] Daemon stopped === RUN TestCgroupNamespacesRunOlderClient PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 1.775s PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.088s PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.026s === RUN TestServiceCreateInit/daemonInitEnabled --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) run_cgroupns_linux_test.go:139: Creating a new daemon daemon.go:336: [d49f8da0a741e] waiting for daemon to start daemon.go:336: [d49f8da0a741e] waiting for daemon to start daemon.go:364: [d49f8da0a741e] daemon started daemon.go:472: [d49f8da0a741e] Stopping daemon daemon.go:307: [d49f8da0a741e] exiting daemon daemon.go:459: [d49f8da0a741e] Daemon stopped === RUN TestKernelTCPMemory PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 4.890s --- PASS: TestKernelTCPMemory (0.92s) === RUN TestNISDomainname PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 2.394s PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.078s PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.026s PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.128s PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.064s --- PASS: TestNISDomainname (0.99s) === RUN TestHostnameDnsResolution PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.093s PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.373s --- PASS: TestServiceCreateInit (8.89s) --- PASS: TestServiceCreateInit/daemonInitDisabled (4.53s) create_test.go:38: Creating a new daemon daemon.go:336: [d045f83b61a3d] waiting for daemon to start daemon.go:336: [d045f83b61a3d] waiting for daemon to start daemon.go:364: [d045f83b61a3d] daemon started daemon.go:472: [d045f83b61a3d] Stopping daemon daemon.go:307: [d045f83b61a3d] exiting daemon daemon.go:459: [d045f83b61a3d] Daemon stopped --- PASS: TestServiceCreateInit/daemonInitEnabled (4.33s) create_test.go:38: Creating a new daemon daemon.go:336: [df250bd57360d] waiting for daemon to start daemon.go:336: [df250bd57360d] waiting for daemon to start daemon.go:364: [df250bd57360d] daemon started daemon.go:472: [df250bd57360d] Stopping daemon daemon.go:307: [df250bd57360d] exiting daemon daemon.go:459: [df250bd57360d] Daemon stopped === RUN TestCreateServiceMultipleTimes --- PASS: TestHostnameDnsResolution (1.34s) === RUN TestStats PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.013s PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.463s --- PASS: TestStats (2.16s) === RUN TestStopContainerWithTimeout === RUN TestStopContainerWithTimeout/0 === PAUSE TestStopContainerWithTimeout/0 === RUN TestStopContainerWithTimeout/1 === PAUSE TestStopContainerWithTimeout/1 === RUN TestStopContainerWithTimeout/3 === PAUSE TestStopContainerWithTimeout/3 === RUN TestStopContainerWithTimeout/-1 === PAUSE TestStopContainerWithTimeout/-1 === CONT TestStopContainerWithTimeout/0 === CONT TestStopContainerWithTimeout/3 PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 0.713s === CONT TestStopContainerWithTimeout/-1 PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.176s PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.382s PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 6.989s PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.366s PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.089s === CONT TestStopContainerWithTimeout/1 PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions 0.727s PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails 0.014s PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.014s PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.031s PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.040s --- PASS: TestStopContainerWithTimeout (0.03s) --- PASS: TestStopContainerWithTimeout/0 (0.93s) --- PASS: TestStopContainerWithTimeout/3 (3.03s) --- PASS: TestStopContainerWithTimeout/-1 (2.81s) --- PASS: TestStopContainerWithTimeout/1 (1.82s) === RUN TestDeleteDevicemapper --- SKIP: TestDeleteDevicemapper (0.00s) stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" === RUN TestStopContainerWithRestartPolicyAlways PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 0.591s PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 3.989s PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 0.921s PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.011s PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.019s PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.078s --- PASS: TestStopContainerWithRestartPolicyAlways (1.98s) === RUN TestUpdateMemory --- SKIP: TestUpdateMemory (0.00s) update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit === RUN TestUpdateCPUQuota PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.963s --- PASS: TestUpdateCPUQuota (1.54s) === RUN TestUpdatePidsLimit === RUN TestUpdatePidsLimit/update_from_none === RUN TestUpdatePidsLimit/no_change === RUN TestUpdatePidsLimit/update_lower === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value === RUN TestUpdatePidsLimit/unset_limit_with_zero === RUN TestUpdatePidsLimit/unset_limit_with_minus_one === RUN TestUpdatePidsLimit/unset_limit_with_minus_two --- PASS: TestUpdatePidsLimit (3.36s) --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) --- PASS: TestUpdatePidsLimit/no_change (0.32s) --- PASS: TestUpdatePidsLimit/update_lower (0.35s) --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) === RUN TestUpdateRestartPolicy PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 5.518s PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 6.956s PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 2.069s PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 2.049s PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 1.545s PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 0.878s --- PASS: TestCreateServiceMultipleTimes (19.82s) create_test.go:80: Creating a new daemon daemon.go:336: [dc9afe1939708] waiting for daemon to start daemon.go:336: [dc9afe1939708] waiting for daemon to start daemon.go:364: [dc9afe1939708] daemon started daemon.go:472: [dc9afe1939708] Stopping daemon daemon.go:307: [dc9afe1939708] exiting daemon daemon.go:459: [dc9afe1939708] Daemon stopped === RUN TestCreateServiceConflict --- PASS: TestCreateServiceConflict (2.19s) create_test.go:129: Creating a new daemon daemon.go:336: [d5abc21caebfd] waiting for daemon to start daemon.go:336: [d5abc21caebfd] waiting for daemon to start daemon.go:364: [d5abc21caebfd] daemon started daemon.go:472: [d5abc21caebfd] Stopping daemon daemon.go:307: [d5abc21caebfd] exiting daemon daemon.go:459: [d5abc21caebfd] Daemon stopped === RUN TestCreateServiceMaxReplicas PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.642s PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 0.741s PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.624s PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.651s PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 8.158s PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.603s --- PASS: TestCreateServiceMaxReplicas (2.98s) create_test.go:150: Creating a new daemon daemon.go:336: [de94a52fc81ab] waiting for daemon to start daemon.go:336: [de94a52fc81ab] waiting for daemon to start daemon.go:364: [de94a52fc81ab] daemon started daemon.go:472: [de94a52fc81ab] Stopping daemon daemon.go:307: [de94a52fc81ab] exiting daemon daemon.go:459: [de94a52fc81ab] Daemon stopped === RUN TestCreateWithDuplicateNetworkNames PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.940s PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.363s PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 1.829s PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 0.730s --- PASS: TestUpdateRestartPolicy (13.04s) === RUN TestUpdateRestartWithAutoRemove --- PASS: TestUpdateRestartWithAutoRemove (0.83s) === RUN TestWaitNonBlocked === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 === RUN TestWaitNonBlocked/wait-nonblocking-exit-random === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 === CONT TestWaitNonBlocked/wait-nonblocking-exit-random --- PASS: TestWaitNonBlocked (0.03s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) === RUN TestWaitBlocked === RUN TestWaitBlocked/test-wait-blocked-exit-zero === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero === RUN TestWaitBlocked/test-wait-blocked-exit-random === PAUSE TestWaitBlocked/test-wait-blocked-exit-random === CONT TestWaitBlocked/test-wait-blocked-exit-zero === CONT TestWaitBlocked/test-wait-blocked-exit-random --- PASS: TestWaitBlocked (0.03s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.90s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) === CONT TestContainerStartOnDaemonRestart === CONT TestIpcModeOlderClient --- PASS: TestIpcModeOlderClient (0.11s) === CONT TestDaemonRestartIpcMode PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 2.337s PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 3.993s --- PASS: TestContainerStartOnDaemonRestart (2.90s) daemon_linux_test.go:35: Creating a new daemon daemon.go:336: [d840060104ab1] waiting for daemon to start daemon.go:336: [d840060104ab1] waiting for daemon to start daemon.go:364: [d840060104ab1] daemon started daemon.go:336: [d840060104ab1] waiting for daemon to start daemon.go:307: [d840060104ab1] exiting daemon daemon.go:336: [d840060104ab1] waiting for daemon to start daemon.go:364: [d840060104ab1] daemon started daemon.go:472: [d840060104ab1] Stopping daemon daemon.go:307: [d840060104ab1] exiting daemon daemon.go:459: [d840060104ab1] Daemon stopped PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 2.269s PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 1.976s PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.015s PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 1.006s --- PASS: TestDaemonRestartIpcMode (3.43s) daemon_linux_test.go:89: Creating a new daemon daemon.go:336: [d9962fbb09c97] waiting for daemon to start daemon.go:336: [d9962fbb09c97] waiting for daemon to start daemon.go:364: [d9962fbb09c97] daemon started daemon.go:472: [d9962fbb09c97] Stopping daemon daemon.go:307: [d9962fbb09c97] exiting daemon daemon.go:459: [d9962fbb09c97] Daemon stopped daemon.go:336: [d9962fbb09c97] waiting for daemon to start daemon.go:336: [d9962fbb09c97] waiting for daemon to start daemon.go:364: [d9962fbb09c97] daemon started daemon.go:472: [d9962fbb09c97] Stopping daemon daemon.go:307: [d9962fbb09c97] exiting daemon daemon.go:459: [d9962fbb09c97] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/build INFO: Testing against a local daemon === RUN TestCgroupNamespacesBuild PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 1.137s PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 1.741s PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 0.357s --- PASS: TestCgroupNamespacesBuild (1.69s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d3b46269e8961] waiting for daemon to start daemon.go:336: [d3b46269e8961] waiting for daemon to start daemon.go:364: [d3b46269e8961] daemon started daemon.go:472: [d3b46269e8961] Stopping daemon daemon.go:307: [d3b46269e8961] exiting daemon daemon.go:459: [d3b46269e8961] Daemon stopped === RUN TestCgroupNamespacesBuildDaemonHostMode PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.284s PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 0.905s --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.57s) build_cgroupns_linux_test.go:42: Creating a new daemon daemon.go:336: [d59188a75aed6] waiting for daemon to start daemon.go:336: [d59188a75aed6] waiting for daemon to start daemon.go:364: [d59188a75aed6] daemon started daemon.go:472: [d59188a75aed6] Stopping daemon daemon.go:307: [d59188a75aed6] exiting daemon daemon.go:459: [d59188a75aed6] Daemon stopped === RUN TestBuildWithSession PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.390s PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.044s PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 1.981s PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.314s PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.055s PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.021s PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 1.151s --- PASS: TestBuildWithSession (2.39s) === RUN TestBuildSquashParent PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 1.935s PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 1.095s PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.011s PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.009s --- PASS: TestCreateWithDuplicateNetworkNames (14.25s) create_test.go:171: Creating a new daemon daemon.go:336: [d1c2d73894332] waiting for daemon to start daemon.go:336: [d1c2d73894332] waiting for daemon to start daemon.go:364: [d1c2d73894332] daemon started daemon.go:472: [d1c2d73894332] Stopping daemon daemon.go:307: [d1c2d73894332] exiting daemon daemon.go:459: [d1c2d73894332] Daemon stopped === RUN TestCreateServiceSecretFileMode PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 0.545s PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.206s PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 0.388s PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.024s --- PASS: TestCreateServiceSecretFileMode (2.68s) create_test.go:224: Creating a new daemon daemon.go:336: [d88faa52c4ba1] waiting for daemon to start daemon.go:336: [d88faa52c4ba1] waiting for daemon to start daemon.go:364: [d88faa52c4ba1] daemon started daemon.go:472: [d88faa52c4ba1] Stopping daemon daemon.go:307: [d88faa52c4ba1] exiting daemon daemon.go:459: [d88faa52c4ba1] Daemon stopped === RUN TestCreateServiceConfigFileMode PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.348s SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport) SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport) PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps 1.668s PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 0.662s --- PASS: TestCreateServiceConfigFileMode (2.58s) create_test.go:288: Creating a new daemon daemon.go:336: [dd0a89e352dba] waiting for daemon to start daemon.go:336: [dd0a89e352dba] waiting for daemon to start daemon.go:364: [dd0a89e352dba] daemon started daemon.go:472: [dd0a89e352dba] Stopping daemon daemon.go:307: [dd0a89e352dba] exiting daemon daemon.go:459: [dd0a89e352dba] Daemon stopped === RUN TestCreateServiceSysctls PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 0.709s PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 0.630s PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.387s --- PASS: TestBuildSquashParent (6.96s) build_squash_test.go:29: Creating a new daemon daemon.go:336: [dded5d44272f0] waiting for daemon to start daemon.go:336: [dded5d44272f0] waiting for daemon to start daemon.go:364: [dded5d44272f0] daemon started daemon.go:472: [dded5d44272f0] Stopping daemon daemon.go:307: [dded5d44272f0] exiting daemon daemon.go:459: [dded5d44272f0] Daemon stopped === RUN TestBuildWithRemoveAndForceRemove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 0.494s === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 0.567s === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove --- PASS: TestCreateServiceSysctls (3.54s) create_test.go:378: Creating a new daemon daemon.go:336: [da6168a0b0a32] waiting for daemon to start daemon.go:336: [da6168a0b0a32] waiting for daemon to start daemon.go:364: [da6168a0b0a32] daemon started daemon.go:472: [da6168a0b0a32] Stopping daemon daemon.go:307: [da6168a0b0a32] exiting daemon daemon.go:459: [da6168a0b0a32] Daemon stopped === RUN TestCreateServiceCapabilities === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove --- PASS: TestCreateServiceCapabilities (2.65s) create_test.go:462: Creating a new daemon daemon.go:336: [d1f79ea2fbded] waiting for daemon to start daemon.go:336: [d1f79ea2fbded] waiting for daemon to start daemon.go:364: [d1f79ea2fbded] daemon started daemon.go:472: [d1f79ea2fbded] Stopping daemon daemon.go:307: [d1f79ea2fbded] exiting daemon daemon.go:459: [d1f79ea2fbded] Daemon stopped === RUN TestInspect PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 2.828s PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 0.685s --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.10s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.89s) --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.00s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.88s) --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.80s) === RUN TestBuildMultiStageParentConfig PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 12.155s --- PASS: TestBuildMultiStageParentConfig (1.12s) === RUN TestBuildLabelWithTargets --- PASS: TestInspect (2.27s) inspect_test.go:25: Creating a new daemon daemon.go:336: [de3bbc2c30f87] waiting for daemon to start daemon.go:336: [de3bbc2c30f87] waiting for daemon to start daemon.go:364: [de3bbc2c30f87] daemon started daemon.go:472: [de3bbc2c30f87] Stopping daemon daemon.go:307: [de3bbc2c30f87] exiting daemon daemon.go:459: [de3bbc2c30f87] Daemon stopped === RUN TestDockerNetworkConnectAlias PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 1.988s PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.561s --- PASS: TestBuildLabelWithTargets (1.63s) === RUN TestBuildWithEmptyLayers PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 0.892s --- PASS: TestBuildWithEmptyLayers (0.64s) === RUN TestBuildMultiStageOnBuild PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.448s PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.384s PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.354s PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 3.985s --- PASS: TestDockerNetworkConnectAlias (4.57s) network_test.go:20: Creating a new daemon daemon.go:336: [d92dc50a282d2] waiting for daemon to start daemon.go:336: [d92dc50a282d2] waiting for daemon to start daemon.go:364: [d92dc50a282d2] daemon started daemon.go:472: [d92dc50a282d2] Stopping daemon daemon.go:307: [d92dc50a282d2] exiting daemon daemon.go:459: [d92dc50a282d2] Daemon stopped === RUN TestDockerNetworkReConnect --- PASS: TestBuildMultiStageOnBuild (2.57s) === RUN TestBuildUncleanTarFilenames PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.357s --- PASS: TestBuildUncleanTarFilenames (0.90s) === RUN TestBuildMultiStageLayerLeak PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 1.115s PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.425s PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.457s PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.440s --- PASS: TestBuildMultiStageLayerLeak (2.53s) === RUN TestBuildWithHugeFile PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 0.455s --- PASS: TestDockerNetworkReConnect (3.63s) network_test.go:82: Creating a new daemon daemon.go:336: [d4d2f33b98a2e] waiting for daemon to start daemon.go:336: [d4d2f33b98a2e] waiting for daemon to start daemon.go:364: [d4d2f33b98a2e] daemon started daemon.go:472: [d4d2f33b98a2e] Stopping daemon daemon.go:307: [d4d2f33b98a2e] exiting daemon daemon.go:459: [d4d2f33b98a2e] Daemon stopped === RUN TestServicePlugin --- SKIP: TestServicePlugin (0.00s) plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestServiceUpdateLabel PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 0.433s PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.424s --- PASS: TestServiceUpdateLabel (2.18s) update_test.go:21: Creating a new daemon daemon.go:336: [d0d25e91ef0f8] waiting for daemon to start daemon.go:336: [d0d25e91ef0f8] waiting for daemon to start daemon.go:364: [d0d25e91ef0f8] daemon started daemon.go:472: [d0d25e91ef0f8] Stopping daemon daemon.go:307: [d0d25e91ef0f8] exiting daemon daemon.go:459: [d0d25e91ef0f8] Daemon stopped === RUN TestServiceUpdateSecrets PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 0.961s PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.042s PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 0.468s PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 0.913s PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.429s PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 1.763s PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 12.967s PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 0.484s PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 1.454s PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.011s PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.441s PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 0.453s PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 0.383s PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 0.378s PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.350s PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 1.480s PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.450s PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 5.468s PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.456s --- PASS: TestServiceUpdateSecrets (14.73s) update_test.go:77: Creating a new daemon daemon.go:336: [d4063a567c1f2] waiting for daemon to start daemon.go:336: [d4063a567c1f2] waiting for daemon to start daemon.go:364: [d4063a567c1f2] daemon started daemon.go:472: [d4063a567c1f2] Stopping daemon daemon.go:307: [d4063a567c1f2] exiting daemon daemon.go:459: [d4063a567c1f2] Daemon stopped === RUN TestServiceUpdateConfigs PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 2.987s PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 2.975s PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 10.930s PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 0.603s PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.438s PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 0.516s PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 7.968s PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.346s PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.454s SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) --- PASS: TestServiceUpdateConfigs (14.98s) update_test.go:139: Creating a new daemon daemon.go:336: [d53333acce450] waiting for daemon to start daemon.go:336: [d53333acce450] waiting for daemon to start daemon.go:364: [d53333acce450] daemon started daemon.go:472: [d53333acce450] Stopping daemon daemon.go:307: [d53333acce450] exiting daemon daemon.go:459: [d53333acce450] Daemon stopped === RUN TestServiceUpdateNetwork PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 2.984s PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 1.324s PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 0.434s PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 0.730s PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 0.441s PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 3.009s PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 0.548s PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 4.590s --- PASS: TestServiceUpdateNetwork (12.83s) update_test.go:201: Creating a new daemon daemon.go:336: [d8424086d1dfc] waiting for daemon to start daemon.go:336: [d8424086d1dfc] waiting for daemon to start daemon.go:364: [d8424086d1dfc] daemon started daemon.go:472: [d8424086d1dfc] Stopping daemon daemon.go:307: [d8424086d1dfc] exiting daemon daemon.go:459: [d8424086d1dfc] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/config INFO: Testing against a local daemon === RUN TestConfigList PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 4.617s PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 1.680s --- PASS: TestConfigList (2.20s) config_test.go:30: Creating a new daemon daemon.go:336: [df9e7287e1883] waiting for daemon to start daemon.go:336: [df9e7287e1883] waiting for daemon to start daemon.go:364: [df9e7287e1883] daemon started daemon.go:472: [df9e7287e1883] Stopping daemon daemon.go:307: [df9e7287e1883] exiting daemon daemon.go:459: [df9e7287e1883] Daemon stopped === RUN TestConfigsCreateAndDelete --- PASS: TestConfigsCreateAndDelete (2.15s) config_test.go:112: Creating a new daemon daemon.go:336: [d9193b16d50f9] waiting for daemon to start daemon.go:336: [d9193b16d50f9] waiting for daemon to start daemon.go:364: [d9193b16d50f9] daemon started daemon.go:472: [d9193b16d50f9] Stopping daemon daemon.go:307: [d9193b16d50f9] exiting daemon daemon.go:459: [d9193b16d50f9] Daemon stopped === RUN TestConfigsUpdate --- PASS: TestConfigsUpdate (2.13s) config_test.go:140: Creating a new daemon daemon.go:336: [dc4d74781cb5c] waiting for daemon to start daemon.go:336: [dc4d74781cb5c] waiting for daemon to start daemon.go:364: [dc4d74781cb5c] daemon started daemon.go:472: [dc4d74781cb5c] Stopping daemon daemon.go:307: [dc4d74781cb5c] exiting daemon daemon.go:459: [dc4d74781cb5c] Daemon stopped === RUN TestTemplatedConfig PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 4.620s PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 0.459s PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.064s --- PASS: TestTemplatedConfig (2.92s) config_test.go:192: Creating a new daemon daemon.go:336: [d2f76395a4e88] waiting for daemon to start daemon.go:336: [d2f76395a4e88] waiting for daemon to start daemon.go:364: [d2f76395a4e88] daemon started daemon.go:472: [d2f76395a4e88] Stopping daemon daemon.go:307: [d2f76395a4e88] exiting daemon daemon.go:459: [d2f76395a4e88] Daemon stopped === RUN TestConfigInspect PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 18.966s PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.141s --- PASS: TestConfigInspect (2.19s) config_test.go:326: Creating a new daemon daemon.go:336: [d0588dc1164a1] waiting for daemon to start daemon.go:336: [d0588dc1164a1] waiting for daemon to start daemon.go:364: [d0588dc1164a1] daemon started daemon.go:472: [d0588dc1164a1] Stopping daemon daemon.go:307: [d0588dc1164a1] exiting daemon daemon.go:459: [d0588dc1164a1] Daemon stopped === RUN TestConfigCreateWithLabels --- PASS: TestBuildWithHugeFile (53.01s) === RUN TestBuildWithEmptyDockerfile === RUN TestBuildWithEmptyDockerfile/empty-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-dockerfile === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile --- PASS: TestBuildWithEmptyDockerfile (0.17s) --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) === RUN TestBuildPreserveOwnership === RUN TestBuildPreserveOwnership/copy_from === RUN TestBuildPreserveOwnership/copy_from_chowned --- PASS: TestBuildPreserveOwnership (5.31s) --- PASS: TestBuildPreserveOwnership/copy_from (3.55s) --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.74s) === RUN TestBuildPlatformInvalid --- PASS: TestBuildPlatformInvalid (0.13s) PASS Running /go/src/github.com/docker/docker/integration/volume --- PASS: TestConfigCreateWithLabels (2.15s) config_test.go:350: Creating a new daemon daemon.go:336: [d9be24b2869ff] waiting for daemon to start daemon.go:336: [d9be24b2869ff] waiting for daemon to start daemon.go:364: [d9be24b2869ff] daemon started daemon.go:472: [d9be24b2869ff] Stopping daemon daemon.go:307: [d9be24b2869ff] exiting daemon daemon.go:459: [d9be24b2869ff] Daemon stopped === RUN TestConfigCreateResolve INFO: Testing against a local daemon === RUN TestVolumesCreateAndList --- PASS: TestVolumesCreateAndList (0.05s) === RUN TestVolumesRemove --- PASS: TestVolumesRemove (0.11s) === RUN TestVolumesInspect --- PASS: TestVolumesInspect (0.05s) === RUN TestVolumesInvalidJSON === RUN TestVolumesInvalidJSON//volumes/create === PAUSE TestVolumesInvalidJSON//volumes/create === CONT TestVolumesInvalidJSON//volumes/create --- PASS: TestVolumesInvalidJSON (0.03s) --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) PASS Running /go/src/github.com/docker/docker/integration/secret INFO: Testing against a local daemon === RUN TestSecretInspect PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 5.810s --- PASS: TestConfigCreateResolve (2.19s) config_test.go:377: Creating a new daemon daemon.go:336: [da3268404f07a] waiting for daemon to start daemon.go:336: [da3268404f07a] waiting for daemon to start daemon.go:364: [da3268404f07a] daemon started daemon.go:472: [da3268404f07a] Stopping daemon daemon.go:307: [da3268404f07a] exiting daemon daemon.go:459: [da3268404f07a] Daemon stopped === RUN TestConfigDaemonLibtrustID --- PASS: TestConfigDaemonLibtrustID (0.56s) config_test.go:427: Creating a new daemon daemon.go:336: [dd572005d3eab] waiting for daemon to start daemon.go:336: [dd572005d3eab] waiting for daemon to start daemon.go:364: [dd572005d3eab] daemon started daemon.go:472: [dd572005d3eab] Stopping daemon daemon.go:307: [dd572005d3eab] exiting daemon daemon.go:459: [dd572005d3eab] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/image INFO: Testing against a local daemon === RUN TestCommitInheritsEnv PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.995s PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.998s --- PASS: TestCommitInheritsEnv (1.54s) === RUN TestImportExtremelyLargeImageWorks === PAUSE TestImportExtremelyLargeImageWorks === RUN TestImagesFilterMultiReference --- PASS: TestSecretInspect (2.91s) secret_test.go:25: Creating a new daemon daemon.go:336: [d76390ffc5c77] waiting for daemon to start daemon.go:336: [d76390ffc5c77] waiting for daemon to start daemon.go:364: [d76390ffc5c77] daemon started daemon.go:472: [d76390ffc5c77] Stopping daemon daemon.go:307: [d76390ffc5c77] exiting daemon daemon.go:459: [d76390ffc5c77] Daemon stopped === RUN TestSecretList --- PASS: TestImagesFilterMultiReference (0.06s) === RUN TestImagePullPlatformInvalid --- PASS: TestImagePullPlatformInvalid (0.03s) === RUN TestRemoveImageOrphaning --- PASS: TestRemoveImageOrphaning (1.92s) === RUN TestRemoveImageGarbageCollector --- SKIP: TestRemoveImageGarbageCollector (0.00s) remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" === RUN TestTagUnprefixedRepoByNameOrName --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) === RUN TestTagInvalidReference --- PASS: TestTagInvalidReference (0.02s) === RUN TestTagValidPrefixedRepo --- PASS: TestTagValidPrefixedRepo (0.03s) === RUN TestTagExistedNameWithoutForce --- PASS: TestTagExistedNameWithoutForce (0.02s) === RUN TestTagOfficialNames --- PASS: TestTagOfficialNames (0.04s) === RUN TestTagMatchesDigest --- PASS: TestTagMatchesDigest (0.02s) === CONT TestImportExtremelyLargeImageWorks PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 1.966s PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.156s --- PASS: TestSecretList (2.90s) secret_test.go:48: Creating a new daemon daemon.go:336: [dc71b46b1644b] waiting for daemon to start daemon.go:336: [dc71b46b1644b] waiting for daemon to start daemon.go:364: [dc71b46b1644b] daemon started daemon.go:472: [dc71b46b1644b] Stopping daemon daemon.go:307: [dc71b46b1644b] exiting daemon daemon.go:459: [dc71b46b1644b] Daemon stopped === RUN TestSecretsCreateAndDelete PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.803s PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.976s --- PASS: TestSecretsCreateAndDelete (2.91s) secret_test.go:125: Creating a new daemon daemon.go:336: [da96b1629eb59] waiting for daemon to start daemon.go:336: [da96b1629eb59] waiting for daemon to start daemon.go:364: [da96b1629eb59] daemon started daemon.go:472: [da96b1629eb59] Stopping daemon daemon.go:307: [da96b1629eb59] exiting daemon daemon.go:459: [da96b1629eb59] Daemon stopped === RUN TestSecretsUpdate PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 3.838s --- PASS: TestSecretsUpdate (2.86s) secret_test.go:172: Creating a new daemon daemon.go:336: [deece81e7c482] waiting for daemon to start daemon.go:336: [deece81e7c482] waiting for daemon to start daemon.go:364: [deece81e7c482] daemon started daemon.go:472: [deece81e7c482] Stopping daemon daemon.go:307: [deece81e7c482] exiting daemon daemon.go:459: [deece81e7c482] Daemon stopped === RUN TestTemplatedSecret PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 2.967s PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 20.000s PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.010s PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.010s PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.010s PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 0.827s PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.010s PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 0.623s PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.012s PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.012s PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.060s PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.253s --- PASS: TestTemplatedSecret (3.14s) secret_test.go:221: Creating a new daemon daemon.go:336: [d6796ee23a4c2] waiting for daemon to start daemon.go:336: [d6796ee23a4c2] waiting for daemon to start daemon.go:364: [d6796ee23a4c2] daemon started daemon.go:472: [d6796ee23a4c2] Stopping daemon daemon.go:307: [d6796ee23a4c2] exiting daemon daemon.go:459: [d6796ee23a4c2] Daemon stopped === RUN TestSecretCreateResolve PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.238s PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 0.443s PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.010s PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 0.804s PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.045s PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 3.115s --- PASS: TestSecretCreateResolve (2.85s) secret_test.go:342: Creating a new daemon daemon.go:336: [dde46755ba418] waiting for daemon to start daemon.go:336: [dde46755ba418] waiting for daemon to start daemon.go:364: [dde46755ba418] daemon started daemon.go:472: [dde46755ba418] Stopping daemon daemon.go:307: [dde46755ba418] exiting daemon daemon.go:459: [dde46755ba418] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/authz PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 0.784s INFO: Testing against a local daemon === RUN TestAuthZPluginAllowRequest PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.648s PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.040s PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.642s --- PASS: TestAuthZPluginAllowRequest (1.78s) main_test.go:54: Creating a new daemon daemon.go:336: [d44e733fc4183] waiting for daemon to start daemon.go:336: [d44e733fc4183] waiting for daemon to start daemon.go:364: [d44e733fc4183] daemon started daemon.go:472: [d44e733fc4183] Stopping daemon daemon.go:307: [d44e733fc4183] exiting daemon daemon.go:459: [d44e733fc4183] Daemon stopped === RUN TestAuthZPluginTLS --- PASS: TestAuthZPluginTLS (0.57s) main_test.go:54: Creating a new daemon daemon.go:336: [d5b9e6aa35f4d] waiting for daemon to start daemon.go:336: [d5b9e6aa35f4d] waiting for daemon to start daemon.go:364: [d5b9e6aa35f4d] daemon started daemon.go:472: [d5b9e6aa35f4d] Stopping daemon daemon.go:307: [d5b9e6aa35f4d] exiting daemon daemon.go:459: [d5b9e6aa35f4d] Daemon stopped === RUN TestAuthZPluginDenyRequest PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 2.979s --- PASS: TestAuthZPluginDenyRequest (0.56s) main_test.go:54: Creating a new daemon daemon.go:336: [d25b53ab3b688] waiting for daemon to start daemon.go:336: [d25b53ab3b688] waiting for daemon to start daemon.go:364: [d25b53ab3b688] daemon started daemon.go:472: [d25b53ab3b688] Stopping daemon daemon.go:307: [d25b53ab3b688] exiting daemon daemon.go:459: [d25b53ab3b688] Daemon stopped === RUN TestAuthZPluginAPIDenyResponse --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [da4cff8ff563c] waiting for daemon to start daemon.go:336: [da4cff8ff563c] waiting for daemon to start daemon.go:364: [da4cff8ff563c] daemon started daemon.go:472: [da4cff8ff563c] Stopping daemon daemon.go:307: [da4cff8ff563c] exiting daemon daemon.go:459: [da4cff8ff563c] Daemon stopped === RUN TestAuthZPluginDenyResponse --- PASS: TestAuthZPluginDenyResponse (0.56s) main_test.go:54: Creating a new daemon daemon.go:336: [d57320692a801] waiting for daemon to start daemon.go:336: [d57320692a801] waiting for daemon to start daemon.go:364: [d57320692a801] daemon started daemon.go:472: [d57320692a801] Stopping daemon daemon.go:307: [d57320692a801] exiting daemon daemon.go:459: [d57320692a801] Daemon stopped === RUN TestAuthZPluginAllowEventStream PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 2.748s PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.021s PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.048s PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.124s PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 2.858s --- PASS: TestAuthZPluginAllowEventStream (1.62s) main_test.go:54: Creating a new daemon daemon.go:336: [d6aacb9f07174] waiting for daemon to start daemon.go:336: [d6aacb9f07174] waiting for daemon to start daemon.go:364: [d6aacb9f07174] daemon started daemon.go:472: [d6aacb9f07174] Stopping daemon daemon.go:307: [d6aacb9f07174] exiting daemon daemon.go:459: [d6aacb9f07174] Daemon stopped === RUN TestAuthZPluginErrorResponse --- PASS: TestAuthZPluginErrorResponse (0.56s) main_test.go:54: Creating a new daemon daemon.go:336: [d5536cab807bd] waiting for daemon to start daemon.go:336: [d5536cab807bd] waiting for daemon to start daemon.go:364: [d5536cab807bd] daemon started daemon.go:472: [d5536cab807bd] Stopping daemon daemon.go:307: [d5536cab807bd] exiting daemon daemon.go:459: [d5536cab807bd] Daemon stopped === RUN TestAuthZPluginErrorRequest PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 1.454s PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.010s --- PASS: TestAuthZPluginErrorRequest (0.57s) main_test.go:54: Creating a new daemon daemon.go:336: [db1faf80d602f] waiting for daemon to start daemon.go:336: [db1faf80d602f] waiting for daemon to start daemon.go:364: [db1faf80d602f] daemon started daemon.go:472: [db1faf80d602f] Stopping daemon daemon.go:307: [db1faf80d602f] exiting daemon daemon.go:459: [db1faf80d602f] Daemon stopped === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) main_test.go:54: Creating a new daemon daemon.go:336: [df0e2d10b9870] waiting for daemon to start daemon.go:336: [df0e2d10b9870] waiting for daemon to start daemon.go:364: [df0e2d10b9870] daemon started daemon.go:472: [df0e2d10b9870] Stopping daemon daemon.go:307: [df0e2d10b9870] exiting daemon daemon.go:459: [df0e2d10b9870] Daemon stopped === RUN TestAuthZPluginEnsureLoadImportWorking PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 1.868s PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 1.341s PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 1.383s --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) main_test.go:54: Creating a new daemon daemon.go:336: [d2eb5a949bdc2] waiting for daemon to start daemon.go:336: [d2eb5a949bdc2] waiting for daemon to start daemon.go:364: [d2eb5a949bdc2] daemon started daemon.go:472: [d2eb5a949bdc2] Stopping daemon daemon.go:307: [d2eb5a949bdc2] exiting daemon daemon.go:459: [d2eb5a949bdc2] Daemon stopped === RUN TestAuthzPluginEnsureContainerCopyToFrom PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 1.303s PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.528s --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.92s) main_test.go:54: Creating a new daemon daemon.go:336: [d88e0a23ecb4d] waiting for daemon to start daemon.go:336: [d88e0a23ecb4d] waiting for daemon to start daemon.go:364: [d88e0a23ecb4d] daemon started daemon.go:472: [d88e0a23ecb4d] Stopping daemon daemon.go:307: [d88e0a23ecb4d] exiting daemon daemon.go:459: [d88e0a23ecb4d] Daemon stopped === RUN TestAuthZPluginHeader PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.618s --- PASS: TestAuthZPluginHeader (0.79s) main_test.go:54: Creating a new daemon daemon.go:336: [df88fbf1edac4] waiting for daemon to start daemon.go:336: [df88fbf1edac4] waiting for daemon to start daemon.go:364: [df88fbf1edac4] daemon started daemon.go:472: [df88fbf1edac4] Stopping daemon daemon.go:307: [df88fbf1edac4] exiting daemon daemon.go:459: [df88fbf1edac4] Daemon stopped === RUN TestAuthZPluginV2AllowNonVolumeRequest PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.528s PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.002s PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.422s PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.388s PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 0.609s PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.023s PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.030s PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.015s PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.536s --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.49s) main_test.go:54: Creating a new daemon daemon.go:336: [ddd28e89379a0] waiting for daemon to start daemon.go:336: [ddd28e89379a0] waiting for daemon to start daemon.go:364: [ddd28e89379a0] daemon started daemon.go:472: [ddd28e89379a0] Stopping daemon daemon.go:307: [ddd28e89379a0] exiting daemon daemon.go:459: [ddd28e89379a0] Daemon stopped daemon.go:336: [ddd28e89379a0] waiting for daemon to start daemon.go:336: [ddd28e89379a0] waiting for daemon to start daemon.go:364: [ddd28e89379a0] daemon started daemon.go:472: [ddd28e89379a0] Stopping daemon daemon.go:307: [ddd28e89379a0] exiting daemon daemon.go:459: [ddd28e89379a0] Daemon stopped === RUN TestAuthZPluginV2Disable PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.360s PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.388s PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.362s PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.364s PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.336s PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.328s PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.016s --- PASS: TestAuthZPluginV2Disable (3.40s) main_test.go:54: Creating a new daemon daemon.go:336: [d5493e49f1e87] waiting for daemon to start daemon.go:336: [d5493e49f1e87] waiting for daemon to start daemon.go:364: [d5493e49f1e87] daemon started daemon.go:472: [d5493e49f1e87] Stopping daemon daemon.go:307: [d5493e49f1e87] exiting daemon daemon.go:459: [d5493e49f1e87] Daemon stopped daemon.go:336: [d5493e49f1e87] waiting for daemon to start daemon.go:336: [d5493e49f1e87] waiting for daemon to start daemon.go:364: [d5493e49f1e87] daemon started daemon.go:472: [d5493e49f1e87] Stopping daemon daemon.go:307: [d5493e49f1e87] exiting daemon daemon.go:459: [d5493e49f1e87] Daemon stopped === RUN TestAuthZPluginV2RejectVolumeRequests PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 0.884s PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.606s PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.406s PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.048s PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 0.395s SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.12s) main_test.go:54: Creating a new daemon daemon.go:336: [d6ad5ab06ba10] waiting for daemon to start daemon.go:336: [d6ad5ab06ba10] waiting for daemon to start daemon.go:364: [d6ad5ab06ba10] daemon started daemon.go:472: [d6ad5ab06ba10] Stopping daemon daemon.go:307: [d6ad5ab06ba10] exiting daemon daemon.go:459: [d6ad5ab06ba10] Daemon stopped daemon.go:336: [d6ad5ab06ba10] waiting for daemon to start daemon.go:336: [d6ad5ab06ba10] waiting for daemon to start daemon.go:364: [d6ad5ab06ba10] daemon started daemon.go:472: [d6ad5ab06ba10] Stopping daemon daemon.go:307: [d6ad5ab06ba10] exiting daemon daemon.go:459: [d6ad5ab06ba10] Daemon stopped === RUN TestAuthZPluginV2BadManifestFailsDaemonStart PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 0.722s PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.373s PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.365s PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 0.674s PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.011s PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.023s SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.382s PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.369s PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.075s PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 17.179s PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.377s PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.350s PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin 1.725s PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.011s PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 0.377s PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 0.685s PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 0.729s PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.379s PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 0.569s PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.377s PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.373s PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.363s PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.494s PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.020s --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.53s) main_test.go:54: Creating a new daemon daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:364: [d007d63881c9e] daemon started daemon.go:472: [d007d63881c9e] Stopping daemon daemon.go:307: [d007d63881c9e] exiting daemon daemon.go:459: [d007d63881c9e] Daemon stopped daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:307: [d007d63881c9e] exiting daemon daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:336: [d007d63881c9e] waiting for daemon to start daemon.go:364: [d007d63881c9e] daemon started daemon.go:472: [d007d63881c9e] Stopping daemon daemon.go:307: [d007d63881c9e] exiting daemon daemon.go:459: [d007d63881c9e] Daemon stopped === RUN TestAuthZPluginV2NonexistentFailsDaemonStart PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 1.781s PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 0.738s PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 0.911s PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.368s PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 0.937s PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.089s PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.089s PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.043s PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 1.336s PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.309s PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.425s --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) main_test.go:54: Creating a new daemon daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:364: [df1c0fac49fe0] daemon started daemon.go:472: [df1c0fac49fe0] Stopping daemon daemon.go:307: [df1c0fac49fe0] exiting daemon daemon.go:459: [df1c0fac49fe0] Daemon stopped daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:350: [df1c0fac49fe0] error pinging daemon on start: Get http://df1c0fac49fe0.sock/_ping: context deadline exceeded daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:350: [df1c0fac49fe0] error pinging daemon on start: Get http://df1c0fac49fe0.sock/_ping: context deadline exceeded daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:350: [df1c0fac49fe0] error pinging daemon on start: Get http://df1c0fac49fe0.sock/_ping: context deadline exceeded daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:350: [df1c0fac49fe0] error pinging daemon on start: Get http://df1c0fac49fe0.sock/_ping: context deadline exceeded daemon.go:307: [df1c0fac49fe0] exiting daemon daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:336: [df1c0fac49fe0] waiting for daemon to start daemon.go:364: [df1c0fac49fe0] daemon started daemon.go:472: [df1c0fac49fe0] Stopping daemon daemon.go:307: [df1c0fac49fe0] exiting daemon daemon.go:459: [df1c0fac49fe0] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/common INFO: Testing against a local daemon === RUN TestPluginInvalidJSON === RUN TestPluginInvalidJSON//plugins/foobar/set === PAUSE TestPluginInvalidJSON//plugins/foobar/set === CONT TestPluginInvalidJSON//plugins/foobar/set --- PASS: TestPluginInvalidJSON (0.04s) --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) PASS Running /go/src/github.com/docker/docker/integration/plugin/logging INFO: Testing against a local daemon === RUN TestContinueAfterPluginCrash === PAUSE TestContinueAfterPluginCrash === RUN TestDaemonStartWithLogOpt === PAUSE TestDaemonStartWithLogOpt === CONT TestContinueAfterPluginCrash === CONT TestDaemonStartWithLogOpt --- PASS: TestDaemonStartWithLogOpt (5.46s) validation_test.go:23: Creating a new daemon daemon.go:336: [d6322de1a907b] waiting for daemon to start daemon.go:336: [d6322de1a907b] waiting for daemon to start daemon.go:364: [d6322de1a907b] daemon started daemon.go:472: [d6322de1a907b] Stopping daemon daemon.go:307: [d6322de1a907b] exiting daemon daemon.go:459: [d6322de1a907b] Daemon stopped daemon.go:336: [d6322de1a907b] waiting for daemon to start daemon.go:336: [d6322de1a907b] waiting for daemon to start daemon.go:364: [d6322de1a907b] daemon started daemon.go:472: [d6322de1a907b] Stopping daemon daemon.go:307: [d6322de1a907b] exiting daemon daemon.go:459: [d6322de1a907b] Daemon stopped PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 8.684s PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 1.749s PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 0.928s PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 0.656s --- PASS: TestContinueAfterPluginCrash (10.51s) logging_linux_test.go:22: Creating a new daemon daemon.go:336: [d332cf81aa5f2] waiting for daemon to start daemon.go:336: [d332cf81aa5f2] waiting for daemon to start daemon.go:364: [d332cf81aa5f2] daemon started daemon.go:472: [d332cf81aa5f2] Stopping daemon daemon.go:307: [d332cf81aa5f2] exiting daemon daemon.go:459: [d332cf81aa5f2] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/close_on_start testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes INFO: Testing against a local daemon === RUN TestPluginWithDevMounts === PAUSE TestPluginWithDevMounts === CONT TestPluginWithDevMounts PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 1.446s PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.010s PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.320s PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.017s PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 0.355s --- PASS: TestPluginWithDevMounts (1.81s) mounts_test.go:23: Creating a new daemon daemon.go:336: [d6e343320d27a] waiting for daemon to start daemon.go:336: [d6e343320d27a] waiting for daemon to start daemon.go:364: [d6e343320d27a] daemon started daemon.go:472: [d6e343320d27a] Stopping daemon daemon.go:307: [d6e343320d27a] exiting daemon daemon.go:459: [d6e343320d27a] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/volumes/cmd/dummy testing: warning: no tests to run PASS Running /go/src/github.com/docker/docker/integration/plugin/graphdriver PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 0.353s INFO: Testing against a local daemon === RUN TestExternalGraphDriver === RUN TestExternalGraphDriver/json === RUN TestExternalGraphDriver/spec PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 3.569s PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 0.538s === RUN TestExternalGraphDriver/pull --- PASS: TestExternalGraphDriver (5.87s) external_test.go:57: Creating a new daemon daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:364: [d09eb23bb6835] daemon started daemon.go:472: [d09eb23bb6835] Stopping daemon daemon.go:307: [d09eb23bb6835] exiting daemon daemon.go:459: [d09eb23bb6835] Daemon stopped daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:364: [d09eb23bb6835] daemon started daemon.go:472: [d09eb23bb6835] Stopping daemon daemon.go:307: [d09eb23bb6835] exiting daemon daemon.go:459: [d09eb23bb6835] Daemon stopped --- PASS: TestExternalGraphDriver/json (1.98s) daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:364: [d09eb23bb6835] daemon started daemon.go:472: [d09eb23bb6835] Stopping daemon daemon.go:307: [d09eb23bb6835] exiting daemon daemon.go:459: [d09eb23bb6835] Daemon stopped daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:364: [d09eb23bb6835] daemon started daemon.go:472: [d09eb23bb6835] Stopping daemon daemon.go:307: [d09eb23bb6835] exiting daemon daemon.go:459: [d09eb23bb6835] Daemon stopped --- PASS: TestExternalGraphDriver/spec (2.06s) daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:336: [d09eb23bb6835] waiting for daemon to start daemon.go:364: [d09eb23bb6835] daemon started daemon.go:472: [d09eb23bb6835] Stopping daemon daemon.go:307: [d09eb23bb6835] exiting daemon daemon.go:459: [d09eb23bb6835] Daemon stopped --- PASS: TestExternalGraphDriver/pull (1.74s) === RUN TestGraphdriverPluginV2 PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.334s PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.357s PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.010s PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 0.826s --- PASS: TestGraphdriverPluginV2 (4.62s) external_test.go:413: Creating a new daemon daemon.go:336: [d94fcc86208e5] waiting for daemon to start daemon.go:336: [d94fcc86208e5] waiting for daemon to start daemon.go:364: [d94fcc86208e5] daemon started daemon.go:472: [d94fcc86208e5] Stopping daemon daemon.go:307: [d94fcc86208e5] exiting daemon daemon.go:459: [d94fcc86208e5] Daemon stopped daemon.go:336: [d94fcc86208e5] waiting for daemon to start daemon.go:336: [d94fcc86208e5] waiting for daemon to start daemon.go:364: [d94fcc86208e5] daemon started daemon.go:472: [d94fcc86208e5] Stopping daemon daemon.go:307: [d94fcc86208e5] exiting daemon daemon.go:459: [d94fcc86208e5] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/image INFO: Testing against a local daemon === RUN TestCommitInheritsEnv --- PASS: TestCommitInheritsEnv (0.41s) === RUN TestImportExtremelyLargeImageWorks === PAUSE TestImportExtremelyLargeImageWorks === RUN TestImagesFilterMultiReference --- PASS: TestImagesFilterMultiReference (0.07s) === RUN TestImagePullPlatformInvalid --- PASS: TestImagePullPlatformInvalid (0.04s) === RUN TestRemoveImageOrphaning PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 46.990s PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 0.822s --- PASS: TestRemoveImageOrphaning (0.42s) === RUN TestRemoveImageGarbageCollector PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 0.826s PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 0.800s --- PASS: TestRemoveImageGarbageCollector (1.98s) remove_unix_test.go:34: Creating a new daemon daemon.go:336: [dea7e9c8c4010] waiting for daemon to start daemon.go:336: [dea7e9c8c4010] waiting for daemon to start daemon.go:364: [dea7e9c8c4010] daemon started daemon.go:472: [dea7e9c8c4010] Stopping daemon daemon.go:307: [dea7e9c8c4010] exiting daemon daemon.go:459: [dea7e9c8c4010] Daemon stopped === RUN TestTagUnprefixedRepoByNameOrName --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) === RUN TestTagInvalidReference --- PASS: TestTagInvalidReference (0.03s) === RUN TestTagValidPrefixedRepo --- PASS: TestTagValidPrefixedRepo (0.07s) === RUN TestTagExistedNameWithoutForce PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 0.599s --- PASS: TestTagExistedNameWithoutForce (0.04s) === RUN TestTagOfficialNames --- PASS: TestTagOfficialNames (0.07s) === RUN TestTagMatchesDigest --- PASS: TestTagMatchesDigest (0.03s) === CONT TestImportExtremelyLargeImageWorks PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 7.948s PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.218s PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.611s PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.550s PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 6.625s PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.447s PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 0.545s PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 0.606s PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 0.561s PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 0.594s PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc 0.281s PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys 0.549s PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 18.997s PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 1.804s PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.359s PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 0.945s PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 3.964s PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers 1.596s PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.555s PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 1.972s PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive 1.556s PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 1.961s PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 2.981s SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.932s PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork 5.619s SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs 0.741s PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver 2.922s PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList 1.342s PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector 1.959s PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade 4.332s PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 12.959s PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.989s PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 1.593s PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 1.068s PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.210s PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 1.038s PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.261s PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.779s PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.934s PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.024s PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 3.695s PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 7.480s PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.131s PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 4.008s PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 2.013s PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 3.149s PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.970s PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 5.513s PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.001s PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.074s PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.533s PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.003s PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.507s PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.007s PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.671s PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.093s PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 1.972s PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.092s PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.006s PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 2.982s PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 2.524s PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.956s PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.365s PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 1.020s PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.308s PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.110s PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 1.455s PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 2.973s PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 0.555s PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 1.747s PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 2.980s PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 3.738s PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.098s PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 5.968s PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 2.349s PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 6.049s PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 0.898s PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 1.725s PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 0.923s PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 0.745s PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 0.767s PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 1.469s PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.085s PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.199s PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 0.676s PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.100s PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 1.219s PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost 0.359s SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.251s PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.114s PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.181s PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 0.739s PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 1.082s SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 0.614s --- PASS: TestImportExtremelyLargeImageWorks (100.10s) import_test.go:26: Creating a new daemon daemon.go:336: [d5b0c09ce21be] waiting for daemon to start daemon.go:336: [d5b0c09ce21be] waiting for daemon to start daemon.go:364: [d5b0c09ce21be] daemon started daemon.go:472: [d5b0c09ce21be] Stopping daemon daemon.go:307: [d5b0c09ce21be] exiting daemon daemon.go:459: [d5b0c09ce21be] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/config INFO: Testing against a local daemon === RUN TestConfigList --- PASS: TestConfigList (2.89s) config_test.go:30: Creating a new daemon daemon.go:336: [d3c77745818b5] waiting for daemon to start daemon.go:336: [d3c77745818b5] waiting for daemon to start daemon.go:364: [d3c77745818b5] daemon started daemon.go:472: [d3c77745818b5] Stopping daemon daemon.go:307: [d3c77745818b5] exiting daemon daemon.go:459: [d3c77745818b5] Daemon stopped === RUN TestConfigsCreateAndDelete --- PASS: TestConfigsCreateAndDelete (2.90s) config_test.go:112: Creating a new daemon daemon.go:336: [dc8ff5c659d33] waiting for daemon to start daemon.go:336: [dc8ff5c659d33] waiting for daemon to start daemon.go:364: [dc8ff5c659d33] daemon started daemon.go:472: [dc8ff5c659d33] Stopping daemon daemon.go:307: [dc8ff5c659d33] exiting daemon daemon.go:459: [dc8ff5c659d33] Daemon stopped === RUN TestConfigsUpdate --- PASS: TestConfigsUpdate (2.85s) config_test.go:140: Creating a new daemon daemon.go:336: [d9c086b9adb93] waiting for daemon to start daemon.go:336: [d9c086b9adb93] waiting for daemon to start daemon.go:364: [d9c086b9adb93] daemon started daemon.go:472: [d9c086b9adb93] Stopping daemon daemon.go:307: [d9c086b9adb93] exiting daemon daemon.go:459: [d9c086b9adb93] Daemon stopped === RUN TestTemplatedConfig PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 25.964s PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 1.977s PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 0.826s --- PASS: TestTemplatedConfig (3.34s) config_test.go:192: Creating a new daemon daemon.go:336: [d434ad934c115] waiting for daemon to start daemon.go:336: [d434ad934c115] waiting for daemon to start daemon.go:364: [d434ad934c115] daemon started daemon.go:472: [d434ad934c115] Stopping daemon daemon.go:307: [d434ad934c115] exiting daemon daemon.go:459: [d434ad934c115] Daemon stopped === RUN TestConfigInspect PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 2.140s PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.437s PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.011s PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 6.420s PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 1.491s PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 0.830s SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.084s PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.076s --- PASS: TestConfigInspect (2.90s) config_test.go:326: Creating a new daemon daemon.go:336: [dce20098833ed] waiting for daemon to start daemon.go:336: [dce20098833ed] waiting for daemon to start daemon.go:364: [dce20098833ed] daemon started daemon.go:472: [dce20098833ed] Stopping daemon daemon.go:307: [dce20098833ed] exiting daemon daemon.go:459: [dce20098833ed] Daemon stopped === RUN TestConfigCreateWithLabels PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.257s PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 1.973s --- PASS: TestConfigCreateWithLabels (2.84s) config_test.go:350: Creating a new daemon daemon.go:336: [dba7f302f5435] waiting for daemon to start daemon.go:336: [dba7f302f5435] waiting for daemon to start daemon.go:364: [dba7f302f5435] daemon started daemon.go:472: [dba7f302f5435] Stopping daemon daemon.go:307: [dba7f302f5435] exiting daemon daemon.go:459: [dba7f302f5435] Daemon stopped === RUN TestConfigCreateResolve PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 1.967s PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.984s PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.063s PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 1.983s --- PASS: TestConfigCreateResolve (2.90s) config_test.go:377: Creating a new daemon daemon.go:336: [d97b8e08d76ae] waiting for daemon to start daemon.go:336: [d97b8e08d76ae] waiting for daemon to start daemon.go:364: [d97b8e08d76ae] daemon started daemon.go:472: [d97b8e08d76ae] Stopping daemon daemon.go:307: [d97b8e08d76ae] exiting daemon daemon.go:459: [d97b8e08d76ae] Daemon stopped === RUN TestConfigDaemonLibtrustID --- PASS: TestConfigDaemonLibtrustID (0.55s) config_test.go:427: Creating a new daemon daemon.go:336: [d57de6895bb17] waiting for daemon to start daemon.go:336: [d57de6895bb17] waiting for daemon to start daemon.go:364: [d57de6895bb17] daemon started daemon.go:472: [d57de6895bb17] Stopping daemon daemon.go:307: [d57de6895bb17] exiting daemon daemon.go:459: [d57de6895bb17] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/session PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.990s INFO: Testing against a local daemon === RUN TestSessionCreate --- PASS: TestSessionCreate (0.05s) === RUN TestSessionCreateWithBadUpgrade --- PASS: TestSessionCreateWithBadUpgrade (0.03s) PASS Running /go/src/github.com/docker/docker/integration/system INFO: Testing against a local daemon === RUN TestCgroupDriverSystemdMemoryLimit --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) cgroupdriver_systemd_test.go:32: !hasSystemd() === RUN TestEventsExecDie PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 2.604s --- PASS: TestEventsExecDie (0.94s) === RUN TestEventsBackwardsCompatible --- PASS: TestEventsBackwardsCompatible (0.10s) === RUN TestInfoBinaryCommits --- PASS: TestInfoBinaryCommits (0.04s) === RUN TestInfoAPIVersioned --- PASS: TestInfoAPIVersioned (0.01s) === RUN TestInfoAPI --- PASS: TestInfoAPI (0.05s) === RUN TestInfoAPIWarnings PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 1.986s PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 0.902s PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.012s PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.108s --- PASS: TestInfoAPIWarnings (0.73s) info_test.go:49: Creating a new daemon daemon.go:336: [dc17f2ce08248] waiting for daemon to start daemon.go:336: [dc17f2ce08248] waiting for daemon to start daemon.go:364: [dc17f2ce08248] daemon started daemon.go:472: [dc17f2ce08248] Stopping daemon daemon.go:307: [dc17f2ce08248] exiting daemon daemon.go:459: [dc17f2ce08248] Daemon stopped === RUN TestLoginFailsWithBadCredentials --- PASS: TestLoginFailsWithBadCredentials (0.27s) === RUN TestPingCacheHeaders --- PASS: TestPingCacheHeaders (0.03s) === RUN TestPingGet --- PASS: TestPingGet (0.03s) === RUN TestPingHead --- PASS: TestPingHead (0.04s) === RUN TestVersion --- PASS: TestVersion (0.03s) PASS Running /go/src/github.com/docker/docker/integration-cli INFO: Testing against a local daemon PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.005s PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.017s PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.007s PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.007s PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.005s PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.418s PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.084s PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.304s PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.053s PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 0.417s PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 2.137s PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.119s PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.022s PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 2.807s PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 0.815s PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 1.155s PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.289s PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.056s PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.002s PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.003s PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 0.478s PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 1.121s PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.608s PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.091s PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 0.744s PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.306s PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 0.750s PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.271s PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 0.614s PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 3.850s PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 1.748s PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 3.104s PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.362s PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 0.733s PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 0.515s PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 2.768s PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule 1.173s PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 11.821s PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 0.578s PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode 0.401s PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 0.567s PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.010s PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 0.570s PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 2.620s PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 0.628s PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange 0.776s PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.567s PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc 0.846s PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose 0.389s PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace 0.779s PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish 0.382s PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf 0.797s PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.080s PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 7.691s PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.143s PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 1.693s PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.478s PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.482s PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 1.790s PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.472s PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 0.740s PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.384s PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 4.172s PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.149s PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.149s PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.114s PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.124s PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.423s PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.626s PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.454s PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak 0.809s PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 0.660s PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 1.884s PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 0.571s PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 2.119s PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 0.672s PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 0.580s PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.560s PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.012s PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.626s PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 1.149s PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts 1.750s PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.550s PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 0.552s PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 3.835s PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN 0.564s PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 1.782s PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.559s PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.012s PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 1.061s PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME 0.546s PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch 1.958s PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.709s PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 1.046s PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.006s PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.556s PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.557s PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 1.022s PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 0.562s PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.578s PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.015s PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength 0.353s PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty 0.017s PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 0.952s PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.414s PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort 0.364s PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.564s PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf 0.115s PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 6.643s PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO 0.572s PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.582s PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent 1.126s PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 0.998s PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 0.908s PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs 1.052s PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.548s PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.553s PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.550s PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 0.570s PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs 0.582s PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 1.298s PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 2.570s PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp 0.066s PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.521s PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc 1.626s PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 1.315s PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 17.419s PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.476s PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 1.364s PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 1.885s PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.195s PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.610s PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 1.895s SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.615s PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 2.109s PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode 1.880s PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 2.140s PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 0.708s PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.095s PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 18.473s PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 1.618s PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.685s PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.092s PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.580s SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd) PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.530s PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 5.785s PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 1.267s PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.041s PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount 0.583s PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 2.232s PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.561s PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.554s PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 7.604s PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.577s PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv 0.034s PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint 0.600s PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.562s PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.546s PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.572s PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.562s PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 4.758s SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 4.011s PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.083s PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.615s PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.555s PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 1.460s PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.574s PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort 0.011s PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.565s PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.709s PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN 1.103s PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode 0.376s SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 3.705s PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 1.220s PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership 2.570s PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.573s PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress 0.350s PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 7.695s PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 3.277s PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 3.327s PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 1.033s PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 2.672s PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 0.838s PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 1.224s PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 2.771s PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.736s PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 1.836s PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 2.938s PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 1.157s PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.099s PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 0.754s PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent 1.171s PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.017s PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.018s PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference 0.011s PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.567s PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 2.775s PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.541s PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.022s PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.760s PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode 1.590s PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.442s PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 0.929s PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 0.953s PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 7.822s PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.635s PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 3.305s PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.449s PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.448s PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 0.929s PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists 0.014s PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning 0.219s PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 2.992s PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost 1.090s PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 4.786s PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname 0.818s PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer 0.947s PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists 0.015s PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning 0.212s --- PASS: TestImportExtremelyLargeImageWorks (318.32s) import_test.go:26: Creating a new daemon daemon.go:336: [dc12ccc0c1624] waiting for daemon to start daemon.go:336: [dc12ccc0c1624] waiting for daemon to start daemon.go:364: [dc12ccc0c1624] daemon started daemon.go:472: [dc12ccc0c1624] Stopping daemon daemon.go:307: [dc12ccc0c1624] exiting daemon daemon.go:459: [dc12ccc0c1624] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/container INFO: Testing against a local daemon === RUN TestCheckpoint --- SKIP: TestCheckpoint (0.00s) checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 === RUN TestContainerInvalidJSON === RUN TestContainerInvalidJSON//containers/foobar/copy === PAUSE TestContainerInvalidJSON//containers/foobar/copy === RUN TestContainerInvalidJSON//containers/foobar/exec === PAUSE TestContainerInvalidJSON//containers/foobar/exec === RUN TestContainerInvalidJSON//exec/foobar/start === PAUSE TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/copy === CONT TestContainerInvalidJSON//exec/foobar/start === CONT TestContainerInvalidJSON//containers/foobar/exec --- PASS: TestContainerInvalidJSON (0.02s) --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) === RUN TestCopyFromContainerPathDoesNotExist --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) === RUN TestCopyFromContainerPathIsNotDir --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) === RUN TestCopyToContainerPathDoesNotExist --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) === RUN TestCopyToContainerPathIsNotDir --- PASS: TestCopyToContainerPathIsNotDir (0.10s) === RUN TestCopyFromContainer === RUN TestCopyFromContainer// === RUN TestCopyFromContainer//bar/root === RUN TestCopyFromContainer//bar/root/ PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 2.946s === RUN TestCopyFromContainer/bar/quux === RUN TestCopyFromContainer/bar/quux/ === RUN TestCopyFromContainer/bar/quux/baz === RUN TestCopyFromContainer/bar/filesymlink === RUN TestCopyFromContainer/bar/dirsymlink === RUN TestCopyFromContainer/bar/dirsymlink/ === RUN TestCopyFromContainer/bar/notarget PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 3.065s PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.280s PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost 1.161s --- PASS: TestCopyFromContainer (4.81s) --- PASS: TestCopyFromContainer// (0.10s) --- PASS: TestCopyFromContainer//bar/root (0.07s) --- PASS: TestCopyFromContainer//bar/root/ (0.09s) --- PASS: TestCopyFromContainer/bar/quux (0.08s) --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) --- PASS: TestCopyFromContainer/bar/notarget (0.07s) === RUN TestCreateFailsWhenIdentifierDoesNotExist === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) === RUN TestCreateWithInvalidEnv === RUN TestCreateWithInvalidEnv/0 === PAUSE TestCreateWithInvalidEnv/0 === RUN TestCreateWithInvalidEnv/1 === PAUSE TestCreateWithInvalidEnv/1 === RUN TestCreateWithInvalidEnv/2 === PAUSE TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/0 === CONT TestCreateWithInvalidEnv/2 === CONT TestCreateWithInvalidEnv/1 --- PASS: TestCreateWithInvalidEnv (0.04s) --- PASS: TestCreateWithInvalidEnv/2 (0.00s) --- PASS: TestCreateWithInvalidEnv/0 (0.00s) --- PASS: TestCreateWithInvalidEnv/1 (0.01s) === RUN TestCreateTmpfsMountsTarget --- PASS: TestCreateTmpfsMountsTarget (0.04s) === RUN TestCreateWithCustomMaskedPaths PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost 1.151s --- PASS: TestCreateWithCustomMaskedPaths (2.03s) === RUN TestCreateWithCapabilities === RUN TestCreateWithCapabilities/no_capabilities === PAUSE TestCreateWithCapabilities/no_capabilities === RUN TestCreateWithCapabilities/empty_capabilities === PAUSE TestCreateWithCapabilities/empty_capabilities === RUN TestCreateWithCapabilities/valid_capabilities === PAUSE TestCreateWithCapabilities/valid_capabilities === RUN TestCreateWithCapabilities/invalid_capabilities === PAUSE TestCreateWithCapabilities/invalid_capabilities === RUN TestCreateWithCapabilities/duplicate_capabilities === PAUSE TestCreateWithCapabilities/duplicate_capabilities === RUN TestCreateWithCapabilities/capabilities_API_v1.39 === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 === RUN TestCreateWithCapabilities/empty_capadd === PAUSE TestCreateWithCapabilities/empty_capadd === RUN TestCreateWithCapabilities/empty_capdrop === PAUSE TestCreateWithCapabilities/empty_capdrop === RUN TestCreateWithCapabilities/capadd_capdrop === PAUSE TestCreateWithCapabilities/capadd_capdrop === RUN TestCreateWithCapabilities/conflict_with_capadd === PAUSE TestCreateWithCapabilities/conflict_with_capadd === RUN TestCreateWithCapabilities/conflict_with_capdrop === PAUSE TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/no_capabilities === CONT TestCreateWithCapabilities/empty_capadd === CONT TestCreateWithCapabilities/conflict_with_capdrop === CONT TestCreateWithCapabilities/capabilities_API_v1.39 === CONT TestCreateWithCapabilities/conflict_with_capadd === CONT TestCreateWithCapabilities/capadd_capdrop === CONT TestCreateWithCapabilities/empty_capdrop === CONT TestCreateWithCapabilities/empty_capabilities === CONT TestCreateWithCapabilities/duplicate_capabilities === CONT TestCreateWithCapabilities/invalid_capabilities === CONT TestCreateWithCapabilities/valid_capabilities --- PASS: TestCreateWithCapabilities (0.03s) --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.02s) --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) --- PASS: TestCreateWithCapabilities/empty_capadd (0.11s) --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.13s) --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.16s) --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) --- PASS: TestCreateWithCapabilities/empty_capdrop (0.16s) --- PASS: TestCreateWithCapabilities/empty_capabilities (0.16s) --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.15s) --- PASS: TestCreateWithCapabilities/valid_capabilities (0.10s) === RUN TestCreateWithCustomReadonlyPaths --- PASS: TestCreateWithCustomReadonlyPaths (2.19s) === RUN TestCreateWithInvalidHealthcheckParams === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) === RUN TestContainerStartOnDaemonRestart === PAUSE TestContainerStartOnDaemonRestart === RUN TestDaemonRestartIpcMode === PAUSE TestDaemonRestartIpcMode === RUN TestDiff --- PASS: TestDiff (0.70s) === RUN TestExecWithCloseStdin PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount 5.239s --- PASS: TestExecWithCloseStdin (0.98s) === RUN TestExec PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering 0.568s PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 6.777s --- PASS: TestExec (0.93s) === RUN TestExecUser PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm 0.545s PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 7.692s --- PASS: TestExecUser (0.93s) === RUN TestExportContainerAndImportImage PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost 0.888s PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 1.251s --- PASS: TestExportContainerAndImportImage (1.02s) === RUN TestExportContainerAfterDaemonRestart PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 1.210s PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 4.014s PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 1.672s --- PASS: TestExportContainerAfterDaemonRestart (1.60s) export_test.go:63: Creating a new daemon daemon.go:336: [d26c2cedf69ed] waiting for daemon to start daemon.go:336: [d26c2cedf69ed] waiting for daemon to start daemon.go:364: [d26c2cedf69ed] daemon started daemon.go:472: [d26c2cedf69ed] Stopping daemon daemon.go:307: [d26c2cedf69ed] exiting daemon daemon.go:459: [d26c2cedf69ed] Daemon stopped daemon.go:336: [d26c2cedf69ed] waiting for daemon to start daemon.go:336: [d26c2cedf69ed] waiting for daemon to start daemon.go:364: [d26c2cedf69ed] daemon started daemon.go:472: [d26c2cedf69ed] Stopping daemon daemon.go:307: [d26c2cedf69ed] exiting daemon daemon.go:459: [d26c2cedf69ed] Daemon stopped === RUN TestHealthCheckWorkdir --- PASS: TestHealthCheckWorkdir (1.15s) === RUN TestHealthKillContainer PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 3.369s PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 2.353s PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 3.893s PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume 1.670s --- PASS: TestHealthKillContainer (3.00s) === RUN TestInspectCpusetInConfigPre120 PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 1.877s --- PASS: TestInspectCpusetInConfigPre120 (0.72s) === RUN TestIpcModeNone --- PASS: TestIpcModeNone (0.90s) === RUN TestIpcModePrivate PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData 1.830s --- PASS: TestIpcModePrivate (0.91s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false === RUN TestIpcModeShareable PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved 1.181s --- PASS: TestIpcModeShareable (0.92s) ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:49, shared: true, mustBeShared: true === RUN TestAPIIpcModeShareableAndContainer PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 2.831s PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.032s PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared 0.043s PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 1.233s PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost 0.627s PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost 0.925s --- PASS: TestAPIIpcModeShareableAndContainer (2.68s) === RUN TestAPIIpcModeHost PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 6.484s PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.283s PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.557s --- PASS: TestAPIIpcModeHost (0.76s) === RUN TestDaemonIpcModeShareable PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName 0.765s --- PASS: TestDaemonIpcModeShareable (1.85s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d1d5f30aa6374] waiting for daemon to start daemon.go:336: [d1d5f30aa6374] waiting for daemon to start daemon.go:364: [d1d5f30aa6374] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true daemon.go:472: [d1d5f30aa6374] Stopping daemon daemon.go:307: [d1d5f30aa6374] exiting daemon daemon.go:459: [d1d5f30aa6374] Daemon stopped === RUN TestDaemonIpcModePrivate PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 2.172s PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount 1.593s PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 4.732s PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO 1.707s PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 1.976s --- PASS: TestDaemonIpcModePrivate (1.78s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [d857acb2be9c8] waiting for daemon to start daemon.go:336: [d857acb2be9c8] waiting for daemon to start daemon.go:364: [d857acb2be9c8] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false daemon.go:472: [d857acb2be9c8] Stopping daemon daemon.go:307: [d857acb2be9c8] exiting daemon daemon.go:459: [d857acb2be9c8] Daemon stopped === RUN TestDaemonIpcModePrivateFromConfig PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 1.126s --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [de69c1e04a854] waiting for daemon to start daemon.go:336: [de69c1e04a854] waiting for daemon to start daemon.go:364: [de69c1e04a854] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false daemon.go:472: [de69c1e04a854] Stopping daemon daemon.go:307: [de69c1e04a854] exiting daemon daemon.go:459: [de69c1e04a854] Daemon stopped === RUN TestDaemonIpcModeShareableFromConfig PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 3.267s PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 2.190s --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) ipcmode_linux_test.go:230: Creating a new daemon daemon.go:336: [db8a186927ee4] waiting for daemon to start daemon.go:336: [db8a186927ee4] waiting for daemon to start daemon.go:364: [db8a186927ee4] daemon started ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true daemon.go:472: [db8a186927ee4] Stopping daemon daemon.go:307: [db8a186927ee4] exiting daemon daemon.go:459: [db8a186927ee4] Daemon stopped === RUN TestIpcModeOlderClient === PAUSE TestIpcModeOlderClient === RUN TestKillContainerInvalidSignal PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.344s PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.116s PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 0.554s PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout 0.166s --- PASS: TestKillContainerInvalidSignal (0.76s) === RUN TestKillContainer === RUN TestKillContainer/no_signal PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd 0.500s === RUN TestKillContainer/non_killing_signal PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 2.052s === RUN TestKillContainer/killing_signal PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd 0.512s PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage 0.077s PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress 0.544s --- PASS: TestKillContainer (2.24s) --- PASS: TestKillContainer/no_signal (0.70s) --- PASS: TestKillContainer/non_killing_signal (0.52s) --- PASS: TestKillContainer/killing_signal (0.69s) === RUN TestKillWithStopSignalAndRestartPolicies === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 7.995s PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.631s SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport) === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.889s PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable 0.586s PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 2.387s --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s) --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) === RUN TestKillStoppedContainer PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.563s --- PASS: TestKillStoppedContainer (0.13s) === RUN TestKillStoppedContainerAPIPre120 --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) === RUN TestKillDifferentUserContainer PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 1.070s PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 1.277s --- PASS: TestKillDifferentUserContainer (0.77s) === RUN TestInspectOomKilledTrue PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse 0.738s PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse 0.516s --- PASS: TestInspectOomKilledTrue (1.35s) === RUN TestInspectOomKilledFalse PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.514s PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.490s --- PASS: TestInspectOomKilledFalse (0.72s) === RUN TestLinksEtcHostsContentMatch PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.505s --- PASS: TestLinksEtcHostsContentMatch (0.68s) === RUN TestLinksContainerNames PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.533s PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.485s SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 3.590s PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort 0.351s --- PASS: TestLinksContainerNames (1.42s) === RUN TestLogsFollowTailEmpty PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc 0.515s SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) --- PASS: TestLogsFollowTailEmpty (0.72s) === RUN TestContainerNetworkMountsNoChown PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer 0.571s --- PASS: TestContainerNetworkMountsNoChown (0.76s) === RUN TestMountDaemonRoot === RUN TestMountDaemonRoot/default === PAUSE TestMountDaemonRoot/default === RUN TestMountDaemonRoot/private === PAUSE TestMountDaemonRoot/private === RUN TestMountDaemonRoot/rprivate === PAUSE TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/slave === PAUSE TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/rslave === PAUSE TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/shared === PAUSE TestMountDaemonRoot/shared === RUN TestMountDaemonRoot/rshared === PAUSE TestMountDaemonRoot/rshared === CONT TestMountDaemonRoot/default === CONT TestMountDaemonRoot/rprivate === RUN TestMountDaemonRoot/default/bind_root === PAUSE TestMountDaemonRoot/default/bind_root === CONT TestMountDaemonRoot/rslave === RUN TestMountDaemonRoot/default/bind_subpath === RUN TestMountDaemonRoot/rprivate/bind_root === PAUSE TestMountDaemonRoot/default/bind_subpath === RUN TestMountDaemonRoot/default/mount_root === RUN TestMountDaemonRoot/rslave/mount_root === PAUSE TestMountDaemonRoot/default/mount_root === PAUSE TestMountDaemonRoot/rslave/mount_root === RUN TestMountDaemonRoot/rslave/mount_subpath === PAUSE TestMountDaemonRoot/rslave/mount_subpath === RUN TestMountDaemonRoot/rslave/bind_root === RUN TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/bind_root === CONT TestMountDaemonRoot/shared === PAUSE TestMountDaemonRoot/rslave/bind_root === RUN TestMountDaemonRoot/rprivate/bind_subpath === RUN TestMountDaemonRoot/shared/bind_root === PAUSE TestMountDaemonRoot/rprivate/bind_subpath === PAUSE TestMountDaemonRoot/shared/bind_root === CONT TestMountDaemonRoot/rshared === RUN TestMountDaemonRoot/rprivate/mount_root === RUN TestMountDaemonRoot/rslave/bind_subpath === PAUSE TestMountDaemonRoot/rslave/bind_subpath === RUN TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/private === RUN TestMountDaemonRoot/shared/bind_subpath === PAUSE TestMountDaemonRoot/rshared/bind_root === RUN TestMountDaemonRoot/rshared/bind_subpath === PAUSE TestMountDaemonRoot/rshared/bind_subpath === RUN TestMountDaemonRoot/private/bind_root === RUN TestMountDaemonRoot/rshared/mount_root === PAUSE TestMountDaemonRoot/private/bind_root === RUN TestMountDaemonRoot/private/bind_subpath === PAUSE TestMountDaemonRoot/rshared/mount_root === PAUSE TestMountDaemonRoot/private/bind_subpath === RUN TestMountDaemonRoot/rshared/mount_subpath === RUN TestMountDaemonRoot/private/mount_root === PAUSE TestMountDaemonRoot/rshared/mount_subpath === PAUSE TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/slave === RUN TestMountDaemonRoot/private/mount_subpath === PAUSE TestMountDaemonRoot/private/mount_subpath === RUN TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/default/bind_root === PAUSE TestMountDaemonRoot/slave/mount_root === RUN TestMountDaemonRoot/slave/mount_subpath === PAUSE TestMountDaemonRoot/slave/mount_subpath === RUN TestMountDaemonRoot/slave/bind_root === PAUSE TestMountDaemonRoot/slave/bind_root === RUN TestMountDaemonRoot/slave/bind_subpath === PAUSE TestMountDaemonRoot/slave/bind_subpath === CONT TestMountDaemonRoot/default/mount_subpath === PAUSE TestMountDaemonRoot/shared/bind_subpath === RUN TestMountDaemonRoot/shared/mount_root === PAUSE TestMountDaemonRoot/shared/mount_root === RUN TestMountDaemonRoot/shared/mount_subpath === PAUSE TestMountDaemonRoot/shared/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/default/mount_root === RUN TestMountDaemonRoot/rprivate/mount_subpath === PAUSE TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/default/bind_subpath === CONT TestMountDaemonRoot/rslave/mount_root === CONT TestMountDaemonRoot/rslave/bind_root === CONT TestMountDaemonRoot/rslave/bind_subpath === CONT TestMountDaemonRoot/rslave/mount_subpath === CONT TestMountDaemonRoot/rshared/bind_root === CONT TestMountDaemonRoot/rshared/mount_subpath === CONT TestMountDaemonRoot/rshared/mount_root === CONT TestMountDaemonRoot/rshared/bind_subpath === CONT TestMountDaemonRoot/private/bind_root === CONT TestMountDaemonRoot/slave/mount_root === CONT TestMountDaemonRoot/private/mount_subpath === CONT TestMountDaemonRoot/private/mount_root === CONT TestMountDaemonRoot/private/bind_subpath === CONT TestMountDaemonRoot/shared/bind_root === CONT TestMountDaemonRoot/slave/bind_subpath === CONT TestMountDaemonRoot/slave/bind_root === CONT TestMountDaemonRoot/slave/mount_subpath === CONT TestMountDaemonRoot/shared/mount_subpath === CONT TestMountDaemonRoot/rprivate/bind_root PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.144s SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) === CONT TestMountDaemonRoot/shared/mount_root === CONT TestMountDaemonRoot/shared/bind_subpath === CONT TestMountDaemonRoot/rprivate/mount_root === CONT TestMountDaemonRoot/rprivate/mount_subpath === CONT TestMountDaemonRoot/rprivate/bind_subpath --- PASS: TestMountDaemonRoot (0.04s) --- PASS: TestMountDaemonRoot/default (0.00s) --- PASS: TestMountDaemonRoot/default/bind_root (0.18s) --- PASS: TestMountDaemonRoot/default/mount_subpath (0.18s) --- PASS: TestMountDaemonRoot/default/bind_subpath (0.21s) --- PASS: TestMountDaemonRoot/default/mount_root (0.24s) --- PASS: TestMountDaemonRoot/rslave (0.00s) --- PASS: TestMountDaemonRoot/rslave/mount_root (0.16s) --- PASS: TestMountDaemonRoot/rslave/bind_root (0.17s) --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.20s) --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.19s) --- PASS: TestMountDaemonRoot/rshared (0.00s) --- PASS: TestMountDaemonRoot/rshared/bind_root (0.21s) --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.21s) --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.16s) --- PASS: TestMountDaemonRoot/rshared/mount_root (0.17s) --- PASS: TestMountDaemonRoot/private (0.00s) --- PASS: TestMountDaemonRoot/private/bind_root (0.16s) --- PASS: TestMountDaemonRoot/private/mount_subpath (0.16s) --- PASS: TestMountDaemonRoot/private/mount_root (0.16s) --- PASS: TestMountDaemonRoot/private/bind_subpath (0.17s) --- PASS: TestMountDaemonRoot/slave (0.00s) --- PASS: TestMountDaemonRoot/slave/mount_root (0.19s) --- PASS: TestMountDaemonRoot/slave/bind_root (0.15s) --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.16s) --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.15s) --- PASS: TestMountDaemonRoot/shared (0.00s) --- PASS: TestMountDaemonRoot/shared/bind_root (0.21s) --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.18s) --- PASS: TestMountDaemonRoot/shared/mount_root (0.17s) --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.19s) --- PASS: TestMountDaemonRoot/rprivate (0.00s) --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.16s) --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.15s) --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.14s) --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.13s) === RUN TestContainerBindMountNonRecursive --- PASS: TestContainerBindMountNonRecursive (1.77s) === RUN TestNetworkNat PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries 2.463s --- PASS: TestNetworkNat (0.79s) === RUN TestNetworkLocalhostTCPNat PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.076s --- PASS: TestNetworkLocalhostTCPNat (0.75s) === RUN TestNetworkLoopbackNat PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm 0.597s --- PASS: TestNetworkLoopbackNat (1.01s) === RUN TestPause --- PASS: TestPause (0.77s) === RUN TestPauseFailsOnWindowsServerContainers --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" === RUN TestPauseStopPausedContainer --- PASS: TestPauseStopPausedContainer (0.81s) === RUN TestPsFilter --- PASS: TestPsFilter (0.30s) === RUN TestRemoveContainerWithRemovedVolume --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) === RUN TestRemoveContainerWithVolume --- PASS: TestRemoveContainerWithVolume (0.72s) === RUN TestRemoveContainerRunning PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait 3.588s PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api 0.564s --- PASS: TestRemoveContainerRunning (0.77s) === RUN TestRemoveContainerForceRemoveRunning PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.581s --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) === RUN TestRemoveInvalidContainer --- PASS: TestRemoveInvalidContainer (0.02s) === RUN TestRenameLinkedContainer PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 11.369s PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 1.353s PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 0.536s PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 2.958s --- PASS: TestRenameLinkedContainer (2.88s) === RUN TestRenameStoppedContainer --- PASS: TestRenameStoppedContainer (0.70s) === RUN TestRenameRunningContainerAndReuse PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 2.495s PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.280s PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 2.765s --- PASS: TestRenameRunningContainerAndReuse (1.48s) === RUN TestRenameInvalidName --- PASS: TestRenameInvalidName (0.70s) === RUN TestRenameAnonymousContainer PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 2.062s PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 19.972s PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 3.382s PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit 0.569s --- PASS: TestRenameAnonymousContainer (2.59s) === RUN TestRenameContainerWithSameName PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.529s --- PASS: TestRenameContainerWithSameName (0.75s) === RUN TestRenameContainerWithLinkedContainer PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 0.585s PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 2.551s PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 0.536s PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 0.665s --- PASS: TestRenameContainerWithLinkedContainer (1.43s) === RUN TestResize PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 0.542s PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 6.997s --- PASS: TestResize (0.75s) === RUN TestResizeWithInvalidSize PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 0.543s --- PASS: TestResizeWithInvalidSize (0.75s) === RUN TestResizeWhenContainerNotStarted PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy 0.397s PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress 0.555s --- PASS: TestResizeWhenContainerNotStarted (0.71s) === RUN TestDaemonRestartKillContainers === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 2.751s PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 5.331s PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer 2.444s PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 1.181s PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 0.991s PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.557s PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 1.285s === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.567s PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 4.249s === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.577s PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.323s SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 0.571s PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.545s === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.511s PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 1.771s === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 1.125s PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify 0.032s PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe 0.010s PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.548s === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 1.857s PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 4.962s PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.550s --- PASS: TestDaemonRestartKillContainers (0.00s) --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.85s) restart_test.go:67: Creating a new daemon daemon.go:336: [db96f951794d1] waiting for daemon to start daemon.go:336: [db96f951794d1] waiting for daemon to start daemon.go:364: [db96f951794d1] daemon started daemon.go:472: [db96f951794d1] Stopping daemon daemon.go:307: [db96f951794d1] exiting daemon daemon.go:459: [db96f951794d1] Daemon stopped daemon.go:336: [db96f951794d1] waiting for daemon to start daemon.go:336: [db96f951794d1] waiting for daemon to start daemon.go:364: [db96f951794d1] daemon started daemon.go:472: [db96f951794d1] Stopping daemon daemon.go:307: [db96f951794d1] exiting daemon daemon.go:459: [db96f951794d1] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.99s) restart_test.go:67: Creating a new daemon daemon.go:336: [d3bfcb71f7dbd] waiting for daemon to start daemon.go:336: [d3bfcb71f7dbd] waiting for daemon to start daemon.go:364: [d3bfcb71f7dbd] daemon started daemon.go:336: [d3bfcb71f7dbd] waiting for daemon to start daemon.go:307: [d3bfcb71f7dbd] exiting daemon daemon.go:336: [d3bfcb71f7dbd] waiting for daemon to start daemon.go:364: [d3bfcb71f7dbd] daemon started daemon.go:472: [d3bfcb71f7dbd] Stopping daemon daemon.go:307: [d3bfcb71f7dbd] exiting daemon daemon.go:459: [d3bfcb71f7dbd] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.76s) restart_test.go:67: Creating a new daemon daemon.go:336: [d43e66b52f72e] waiting for daemon to start daemon.go:336: [d43e66b52f72e] waiting for daemon to start daemon.go:364: [d43e66b52f72e] daemon started daemon.go:336: [d43e66b52f72e] waiting for daemon to start daemon.go:307: [d43e66b52f72e] exiting daemon daemon.go:336: [d43e66b52f72e] waiting for daemon to start daemon.go:364: [d43e66b52f72e] daemon started daemon.go:472: [d43e66b52f72e] Stopping daemon daemon.go:307: [d43e66b52f72e] exiting daemon daemon.go:459: [d43e66b52f72e] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.90s) restart_test.go:67: Creating a new daemon daemon.go:336: [d27c585b0b213] waiting for daemon to start daemon.go:336: [d27c585b0b213] waiting for daemon to start daemon.go:364: [d27c585b0b213] daemon started daemon.go:472: [d27c585b0b213] Stopping daemon daemon.go:307: [d27c585b0b213] exiting daemon daemon.go:459: [d27c585b0b213] Daemon stopped daemon.go:336: [d27c585b0b213] waiting for daemon to start daemon.go:336: [d27c585b0b213] waiting for daemon to start daemon.go:364: [d27c585b0b213] daemon started daemon.go:472: [d27c585b0b213] Stopping daemon daemon.go:307: [d27c585b0b213] exiting daemon daemon.go:459: [d27c585b0b213] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.05s) restart_test.go:67: Creating a new daemon daemon.go:336: [d5d69a2f57412] waiting for daemon to start daemon.go:336: [d5d69a2f57412] waiting for daemon to start daemon.go:364: [d5d69a2f57412] daemon started daemon.go:336: [d5d69a2f57412] waiting for daemon to start daemon.go:307: [d5d69a2f57412] exiting daemon daemon.go:336: [d5d69a2f57412] waiting for daemon to start daemon.go:364: [d5d69a2f57412] daemon started daemon.go:472: [d5d69a2f57412] Stopping daemon daemon.go:307: [d5d69a2f57412] exiting daemon daemon.go:459: [d5d69a2f57412] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.25s) restart_test.go:67: Creating a new daemon daemon.go:336: [da8a811e6050a] waiting for daemon to start daemon.go:336: [da8a811e6050a] waiting for daemon to start daemon.go:364: [da8a811e6050a] daemon started daemon.go:472: [da8a811e6050a] Stopping daemon daemon.go:307: [da8a811e6050a] exiting daemon daemon.go:459: [da8a811e6050a] Daemon stopped daemon.go:336: [da8a811e6050a] waiting for daemon to start daemon.go:336: [da8a811e6050a] waiting for daemon to start daemon.go:364: [da8a811e6050a] daemon started daemon.go:472: [da8a811e6050a] Stopping daemon daemon.go:307: [da8a811e6050a] exiting daemon daemon.go:459: [da8a811e6050a] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.38s) restart_test.go:67: Creating a new daemon daemon.go:336: [d0b5c1bcd57f6] waiting for daemon to start daemon.go:336: [d0b5c1bcd57f6] waiting for daemon to start daemon.go:364: [d0b5c1bcd57f6] daemon started daemon.go:472: [d0b5c1bcd57f6] Stopping daemon daemon.go:307: [d0b5c1bcd57f6] exiting daemon daemon.go:459: [d0b5c1bcd57f6] Daemon stopped daemon.go:336: [d0b5c1bcd57f6] waiting for daemon to start daemon.go:336: [d0b5c1bcd57f6] waiting for daemon to start daemon.go:364: [d0b5c1bcd57f6] daemon started daemon.go:472: [d0b5c1bcd57f6] Stopping daemon daemon.go:307: [d0b5c1bcd57f6] exiting daemon daemon.go:459: [d0b5c1bcd57f6] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.05s) restart_test.go:67: Creating a new daemon daemon.go:336: [d0c827846bcc0] waiting for daemon to start daemon.go:336: [d0c827846bcc0] waiting for daemon to start daemon.go:364: [d0c827846bcc0] daemon started daemon.go:336: [d0c827846bcc0] waiting for daemon to start daemon.go:307: [d0c827846bcc0] exiting daemon daemon.go:336: [d0c827846bcc0] waiting for daemon to start daemon.go:364: [d0c827846bcc0] daemon started daemon.go:472: [d0c827846bcc0] Stopping daemon daemon.go:307: [d0c827846bcc0] exiting daemon daemon.go:459: [d0c827846bcc0] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.67s) restart_test.go:67: Creating a new daemon daemon.go:336: [d69521a5d8567] waiting for daemon to start daemon.go:336: [d69521a5d8567] waiting for daemon to start daemon.go:364: [d69521a5d8567] daemon started daemon.go:336: [d69521a5d8567] waiting for daemon to start daemon.go:307: [d69521a5d8567] exiting daemon daemon.go:336: [d69521a5d8567] waiting for daemon to start daemon.go:364: [d69521a5d8567] daemon started daemon.go:472: [d69521a5d8567] Stopping daemon daemon.go:307: [d69521a5d8567] exiting daemon daemon.go:459: [d69521a5d8567] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.09s) restart_test.go:67: Creating a new daemon daemon.go:336: [df05d6b277893] waiting for daemon to start daemon.go:336: [df05d6b277893] waiting for daemon to start daemon.go:364: [df05d6b277893] daemon started daemon.go:472: [df05d6b277893] Stopping daemon daemon.go:307: [df05d6b277893] exiting daemon daemon.go:459: [df05d6b277893] Daemon stopped daemon.go:336: [df05d6b277893] waiting for daemon to start daemon.go:336: [df05d6b277893] waiting for daemon to start daemon.go:364: [df05d6b277893] daemon started daemon.go:472: [df05d6b277893] Stopping daemon daemon.go:307: [df05d6b277893] exiting daemon daemon.go:459: [df05d6b277893] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.02s) restart_test.go:67: Creating a new daemon daemon.go:336: [d69bdd696753a] waiting for daemon to start daemon.go:336: [d69bdd696753a] waiting for daemon to start daemon.go:364: [d69bdd696753a] daemon started daemon.go:307: [d69bdd696753a] exiting daemon daemon.go:336: [d69bdd696753a] waiting for daemon to start daemon.go:336: [d69bdd696753a] waiting for daemon to start daemon.go:364: [d69bdd696753a] daemon started daemon.go:472: [d69bdd696753a] Stopping daemon daemon.go:307: [d69bdd696753a] exiting daemon daemon.go:459: [d69bdd696753a] Daemon stopped --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.55s) restart_test.go:67: Creating a new daemon daemon.go:336: [d8c86f58c1a12] waiting for daemon to start daemon.go:336: [d8c86f58c1a12] waiting for daemon to start daemon.go:364: [d8c86f58c1a12] daemon started daemon.go:472: [d8c86f58c1a12] Stopping daemon daemon.go:307: [d8c86f58c1a12] exiting daemon daemon.go:459: [d8c86f58c1a12] Daemon stopped daemon.go:336: [d8c86f58c1a12] waiting for daemon to start daemon.go:336: [d8c86f58c1a12] waiting for daemon to start daemon.go:364: [d8c86f58c1a12] daemon started daemon.go:472: [d8c86f58c1a12] Stopping daemon daemon.go:307: [d8c86f58c1a12] exiting daemon daemon.go:459: [d8c86f58c1a12] Daemon stopped === RUN TestCgroupNamespacesRun PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 1.287s PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 1.463s PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 0.580s --- PASS: TestCgroupNamespacesRun (1.77s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [da2609f0a3023] waiting for daemon to start daemon.go:336: [da2609f0a3023] waiting for daemon to start daemon.go:364: [da2609f0a3023] daemon started daemon.go:472: [da2609f0a3023] Stopping daemon daemon.go:307: [da2609f0a3023] exiting daemon daemon.go:459: [da2609f0a3023] Daemon stopped === RUN TestCgroupNamespacesRunPrivileged --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) run_cgroupns_linux_test.go:71: requirement.CgroupNamespacesEnabled() === RUN TestCgroupNamespacesRunDaemonHostMode PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 6.047s PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.961s PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.816s --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [dc6df5096be4e] waiting for daemon to start daemon.go:336: [dc6df5096be4e] waiting for daemon to start daemon.go:364: [dc6df5096be4e] daemon started daemon.go:472: [dc6df5096be4e] Stopping daemon daemon.go:307: [dc6df5096be4e] exiting daemon daemon.go:459: [dc6df5096be4e] Daemon stopped === RUN TestCgroupNamespacesRunHostMode PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 2.927s PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 2.011s --- PASS: TestCgroupNamespacesRunHostMode (1.78s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [df707774e6cb8] waiting for daemon to start daemon.go:336: [df707774e6cb8] waiting for daemon to start daemon.go:364: [df707774e6cb8] daemon started daemon.go:472: [df707774e6cb8] Stopping daemon daemon.go:307: [df707774e6cb8] exiting daemon daemon.go:459: [df707774e6cb8] Daemon stopped === RUN TestCgroupNamespacesRunPrivateMode --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) run_cgroupns_linux_test.go:30: Creating a new daemon daemon.go:336: [de9f711dcf0ac] waiting for daemon to start daemon.go:336: [de9f711dcf0ac] waiting for daemon to start daemon.go:364: [de9f711dcf0ac] daemon started daemon.go:472: [de9f711dcf0ac] Stopping daemon daemon.go:307: [de9f711dcf0ac] exiting daemon daemon.go:459: [de9f711dcf0ac] Daemon stopped === RUN TestCgroupNamespacesRunPrivilegedAndPrivate PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 2.883s PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 2.780s PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 0.565s --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [dfef81f8c9494] waiting for daemon to start daemon.go:336: [dfef81f8c9494] waiting for daemon to start daemon.go:364: [dfef81f8c9494] daemon started daemon.go:472: [dfef81f8c9494] Stopping daemon daemon.go:307: [dfef81f8c9494] exiting daemon daemon.go:459: [dfef81f8c9494] Daemon stopped === RUN TestCgroupNamespacesRunInvalidMode PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.521s PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.556s --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) run_cgroupns_linux_test.go:48: Creating a new daemon daemon.go:336: [d816fe821ee43] waiting for daemon to start daemon.go:336: [d816fe821ee43] waiting for daemon to start daemon.go:364: [d816fe821ee43] daemon started daemon.go:472: [d816fe821ee43] Stopping daemon daemon.go:307: [d816fe821ee43] exiting daemon daemon.go:459: [d816fe821ee43] Daemon stopped === RUN TestCgroupNamespacesRunOlderClient PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 5.706s PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 2.163s PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint 1.807s PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 2.930s --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) run_cgroupns_linux_test.go:139: Creating a new daemon daemon.go:336: [ddd10839ed81d] waiting for daemon to start daemon.go:336: [ddd10839ed81d] waiting for daemon to start daemon.go:364: [ddd10839ed81d] daemon started daemon.go:472: [ddd10839ed81d] Stopping daemon daemon.go:307: [ddd10839ed81d] exiting daemon daemon.go:459: [ddd10839ed81d] Daemon stopped === RUN TestKernelTCPMemory PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 0.706s PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.412s PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc 0.940s --- PASS: TestKernelTCPMemory (0.94s) === RUN TestNISDomainname PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 1.230s PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.267s PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.564s PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.292s PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.150s PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.279s SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.164s --- PASS: TestNISDomainname (1.08s) === RUN TestHostnameDnsResolution PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.562s PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.552s PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 1.133s --- PASS: TestHostnameDnsResolution (1.26s) === RUN TestStats PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.549s SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer) PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.156s PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.348s --- PASS: TestStats (2.04s) === RUN TestStopContainerWithTimeout === RUN TestStopContainerWithTimeout/0 === PAUSE TestStopContainerWithTimeout/0 === RUN TestStopContainerWithTimeout/1 === PAUSE TestStopContainerWithTimeout/1 === RUN TestStopContainerWithTimeout/3 === PAUSE TestStopContainerWithTimeout/3 === RUN TestStopContainerWithTimeout/-1 === PAUSE TestStopContainerWithTimeout/-1 === CONT TestStopContainerWithTimeout/0 === CONT TestStopContainerWithTimeout/3 === CONT TestStopContainerWithTimeout/1 === CONT TestStopContainerWithTimeout/-1 PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag 3.365s PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter 0.583s --- PASS: TestStopContainerWithTimeout (0.02s) --- PASS: TestStopContainerWithTimeout/0 (1.33s) --- PASS: TestStopContainerWithTimeout/1 (2.28s) --- PASS: TestStopContainerWithTimeout/-1 (2.94s) --- PASS: TestStopContainerWithTimeout/3 (3.11s) === RUN TestDeleteDevicemapper --- SKIP: TestDeleteDevicemapper (0.00s) stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" === RUN TestStopContainerWithRestartPolicyAlways PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 5.374s PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 7.740s PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.165s PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 0.723s PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths 1.007s --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s) === RUN TestUpdateMemory PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.993s SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.501s PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 1.708s --- PASS: TestUpdateMemory (1.16s) === RUN TestUpdateCPUQuota PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 1.406s PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.152s PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 3.076s PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 1.109s PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 1.015s --- PASS: TestUpdateCPUQuota (1.83s) === RUN TestUpdatePidsLimit === RUN TestUpdatePidsLimit/update_from_none PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.276s === RUN TestUpdatePidsLimit/no_change PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 1.796s === RUN TestUpdatePidsLimit/update_lower PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved 1.438s PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 0.816s === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.508s === RUN TestUpdatePidsLimit/unset_limit_with_zero PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.264s === RUN TestUpdatePidsLimit/unset_limit_with_minus_one === RUN TestUpdatePidsLimit/unset_limit_with_minus_two PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 1.999s PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.552s PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared 0.512s PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave 0.495s SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice 0.179s --- PASS: TestUpdatePidsLimit (4.46s) --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) --- PASS: TestUpdatePidsLimit/no_change (0.44s) --- PASS: TestUpdatePidsLimit/update_lower (0.46s) --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) === RUN TestUpdateRestartPolicy PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.568s PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 4.979s PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 0.671s PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 0.570s PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 1.130s PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 1.465s PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.572s PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.582s PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.011s PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 1.950s PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.576s PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.013s PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.040s PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.021s PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress 0.009s PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.147s PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.153s PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.159s PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.165s PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.167s PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 0.621s PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.544s PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 2.133s PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.710s PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.028s PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 1.071s PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.611s PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.290s PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj 0.560s PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.029s PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 11.309s PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 0.608s PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.380s PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.588s PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.569s PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.019s PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit 0.020s PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits 0.559s PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 3.108s PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.122s --- PASS: TestUpdateRestartPolicy (12.23s) === RUN TestUpdateRestartWithAutoRemove --- PASS: TestUpdateRestartWithAutoRemove (0.73s) === RUN TestWaitNonBlocked PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.565s SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 2.909s === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 === RUN TestWaitNonBlocked/wait-nonblocking-exit-random === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 === CONT TestWaitNonBlocked/wait-nonblocking-exit-random PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.444s PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.071s --- PASS: TestWaitNonBlocked (0.03s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) === RUN TestWaitBlocked === RUN TestWaitBlocked/test-wait-blocked-exit-zero === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero === RUN TestWaitBlocked/test-wait-blocked-exit-random === PAUSE TestWaitBlocked/test-wait-blocked-exit-random === CONT TestWaitBlocked/test-wait-blocked-exit-zero === CONT TestWaitBlocked/test-wait-blocked-exit-random PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.143s PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc 0.485s --- PASS: TestWaitBlocked (0.03s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) === CONT TestContainerStartOnDaemonRestart === CONT TestIpcModeOlderClient === CONT TestDaemonRestartIpcMode PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 3.789s --- PASS: TestIpcModeOlderClient (0.27s) PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 1.858s PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 3.874s PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound 0.539s PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.014s PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.017s PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 1.344s SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 0.822s --- PASS: TestContainerStartOnDaemonRestart (3.33s) daemon_linux_test.go:35: Creating a new daemon daemon.go:336: [df90a941e2ced] waiting for daemon to start daemon.go:336: [df90a941e2ced] waiting for daemon to start daemon.go:364: [df90a941e2ced] daemon started daemon.go:336: [df90a941e2ced] waiting for daemon to start daemon.go:307: [df90a941e2ced] exiting daemon daemon.go:336: [df90a941e2ced] waiting for daemon to start daemon.go:364: [df90a941e2ced] daemon started daemon.go:472: [df90a941e2ced] Stopping daemon daemon.go:307: [df90a941e2ced] exiting daemon daemon.go:459: [df90a941e2ced] Daemon stopped --- PASS: TestDaemonRestartIpcMode (4.05s) daemon_linux_test.go:89: Creating a new daemon daemon.go:336: [d5489fd410436] waiting for daemon to start daemon.go:336: [d5489fd410436] waiting for daemon to start daemon.go:364: [d5489fd410436] daemon started daemon.go:472: [d5489fd410436] Stopping daemon daemon.go:307: [d5489fd410436] exiting daemon daemon.go:459: [d5489fd410436] Daemon stopped daemon.go:336: [d5489fd410436] waiting for daemon to start daemon.go:336: [d5489fd410436] waiting for daemon to start daemon.go:364: [d5489fd410436] daemon started daemon.go:472: [d5489fd410436] Stopping daemon daemon.go:307: [d5489fd410436] exiting daemon daemon.go:459: [d5489fd410436] Daemon stopped PASS Running /go/src/github.com/docker/docker/integration/volume INFO: Testing against a local daemon === RUN TestVolumesCreateAndList --- PASS: TestVolumesCreateAndList (0.04s) === RUN TestVolumesRemove PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 0.789s --- PASS: TestVolumesRemove (0.13s) === RUN TestVolumesInspect --- PASS: TestVolumesInspect (0.03s) === RUN TestVolumesInvalidJSON === RUN TestVolumesInvalidJSON//volumes/create === PAUSE TestVolumesInvalidJSON//volumes/create === CONT TestVolumesInvalidJSON//volumes/create --- PASS: TestVolumesInvalidJSON (0.03s) --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) PASS Running /go/src/github.com/docker/docker/integration-cli INFO: Testing against a local daemon PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.002s PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.043s PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.012s PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.012s PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.010s PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 0.945s PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.038s PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 1.175s PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.091s PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 1.486s PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.062s PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 5.983s PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 3.878s PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.834s PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.070s PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 0.495s PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 1.125s PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.205s PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.020s PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 1.576s PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.039s PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 0.910s PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 1.221s PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.059s PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.010s PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.194s PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.005s PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.003s PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 1.063s PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 1.386s PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.504s PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.181s PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 4.620s PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 1.360s PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.368s PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.066s PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.076s PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.068s PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.407s PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 2.961s PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.282s PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing 2.235s PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 3.705s PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 1.740s PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 5.673s PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.138s PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 2.745s PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 1.909s PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 1.574s PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 0.807s PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 0.526s PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc 0.733s PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.077s PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace 0.711s PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 5.554s PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.407s PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf 0.720s PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 1.193s PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 2.663s PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 1.616s PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 1.428s PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 1.666s PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.406s PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 0.661s PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.122s PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 3.669s PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 0.494s PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.518s PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.013s PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 1.142s PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 1.302s PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 1.756s PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 1.129s PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 0.557s PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 1.273s PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 1.150s PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.548s PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 1.507s PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 2.536s PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 1.977s PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 1.068s PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 29.979s PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 1.003s PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.963s PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 1.764s PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 1.269s PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 1.902s PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.003s PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 0.957s PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 3.806s PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 1.937s PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 3.701s SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 10.036s PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.049s PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 1.153s PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 2.123s PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.068s PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 1.030s PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.965s PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 3.114s PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 1.848s PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.137s PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.527s PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.804s PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 3.825s PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.622s PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.391s PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 0.640s PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 2.839s PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.715s SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost 0.807s PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 2.376s PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 10.927s PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 0.616s PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.011s PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 5.150s PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 1.115s PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 3.255s PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.379s PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 1.821s SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 4.142s PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.337s SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.480s PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 2.228s PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.150s SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 0.943s PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 3.977s PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 2.083s PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.571s PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.488s PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.115s PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 3.954s PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.023s SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked 0.758s PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 1.050s PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 5.856s PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 4.026s PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 1.130s PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 28.082s PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.849s PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 2.979s PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.264s PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 2.103s PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.082s SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport) PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 1.826s PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 1.676s PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 0.758s PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.491s PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 2.132s PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.885s PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 2.956s PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.842s PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 3.130s PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 1.112s PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 3.100s PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 1.083s PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 2.474s PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 2.497s PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 1.036s PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.185s PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.890s PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 0.984s PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.012s PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.012s PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.073s PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.011s PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.002s PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.037s PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 1.655s PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 2.542s PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 15.244s PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 2.941s PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.101s PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.979s PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 9.716s PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.851s PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 1.094s PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.783s PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 1.033s PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.786s PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.048s PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.002s PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 3.817s PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 4.594s PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.267s PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.302s PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 4.972s PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.120s PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 0.577s PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.092s PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 0.826s PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.003s PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.075s PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.278s PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 1.649s PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.271s PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.147s PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.100s PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 0.933s PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 1.677s PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.541s PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 2.285s PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.181s PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 1.058s PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.001s PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 3.831s PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 1.345s PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.114s PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 1.277s PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 1.433s PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 1.681s PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 1.067s PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 1.397s PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 0.854s PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 1.846s PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 0.937s PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 1.270s PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 1.646s PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 0.997s PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 1.102s PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.818s PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.017s PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 6.977s PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.957s PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 1.720s PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.634s PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 1.906s PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.690s PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 1.724s PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 1.023s PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.083s PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.518s PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.633s PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 1.499s PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 6.913s PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 5.187s PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 1.619s PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.051s PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.014s PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.010s PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.011s PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.476s PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 3.524s PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.634s PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.673s PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 1.698s PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 0.935s PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.597s SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.056s PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.049s PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.021s PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.028s PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 0.584s PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.056s PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.042s PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.028s PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 3.968s PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 0.596s PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.012s PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 2.892s PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 0.730s PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.065s PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.071s PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.014s PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.031s PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 0.929s PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode 1.016s PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 1.843s PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.068s PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.157s PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.035s PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.044s PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.607s PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions 1.652s PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.052s PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.041s PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks 3.638s PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 2.256s PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks 0.443s PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 21.600s PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 1.591s PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 8.958s PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork 1.145s PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData 3.024s SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork 0.945s PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 1.207s PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 1.037s PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 1.344s PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 5.965s PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 3.722s PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 3.956s PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.951s PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 9.299s PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 0.869s PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 0.460s PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.592s PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 3.371s PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 1.376s SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 1.052s PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.272s PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 0.800s PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 1.018s PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 1.232s PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 1.075s PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 0.917s PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 0.989s PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 1.953s PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 1.939s PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 12.954s PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 1.949s PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 10.849s PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.271s PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 0.408s PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 0.395s PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 0.987s PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.280s PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.880s PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.019s PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 1.927s PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 2.677s PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 2.156s PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 0.942s PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.015s PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 0.957s PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 23.783s PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs 1.703s PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.418s PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 0.848s PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks 1.777s PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 2.383s PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 4.925s PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 0.866s PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 1.748s PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork 1.580s PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 1.431s PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.308s PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 2.675s PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.246s PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 1.073s PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation 2.126s PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 0.958s PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 0.301s PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.010s PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.142s PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.130s PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.199s PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.010s PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.751s PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 1.968s PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.208s PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.623s PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.287s PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 1.049s PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 0.944s PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 7.932s PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.369s PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 1.503s PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 1.028s PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 2.101s PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 0.783s PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 1.322s PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 0.945s PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 0.988s PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 2.077s PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 3.215s PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 0.861s PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 1.009s PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.652s PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 1.367s PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 1.036s PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 1.174s PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 2.934s PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 1.153s PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 0.956s PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 1.417s PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 3.372s PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 4.358s PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.445s PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 1.203s PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 0.829s PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 1.204s PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 2.833s PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 0.552s PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.285s PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.010s PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 0.973s PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 3.332s PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 1.017s PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 0.927s PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.457s PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 1.222s PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.401s PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 1.990s PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.422s PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 0.982s PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.014s PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.283s PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.465s PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 1.003s PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.765s PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 0.964s PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 0.888s PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 1.235s PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 0.896s PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 0.955s PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.012s PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 4.548s PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.957s PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 2.686s PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 1.259s PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 0.949s PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 2.774s PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.268s PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 1.404s PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 0.301s PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.010s PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.160s PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.138s PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.233s PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.010s PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 0.916s PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 0.708s PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 0.333s PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 1.401s PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.043s PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 5.312s PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 0.942s PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.097s PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.232s PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.977s PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 0.385s PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.029s PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 5.946s PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.991s PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 3.636s PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.094s PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.092s PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.109s PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.090s PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.269s PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 2.956s PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 1.346s PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.132s PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.136s PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.131s PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.130s PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.138s PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 1.654s PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch 0.472s PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 3.858s PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 5.876s PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 4.070s PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.428s PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 1.255s PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.533s PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 0.540s PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 1.682s PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 4.034s PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 1.051s PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 1.829s PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 1.313s PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 1.147s PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 17.961s PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 2.575s PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 5.898s PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 1.980s PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 10.324s PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 2.567s PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 3.930s PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.964s PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 3.914s PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 1.185s PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 2.589s PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 1.907s PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 2.524s SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.206s PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 14.071s PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 5.934s PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 1.992s PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.502s PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.502s PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.083s PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 4.987s PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.513s PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 2.268s PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 1.904s PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 4.828s PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 5.527s PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.320s PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 0.989s PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.409s PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 1.322s PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.730s PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 1.976s PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.703s PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 1.968s PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 2.515s PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 1.111s PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.078s PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.537s PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 2.297s PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 1.003s PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.984s PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 1.799s PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.371s PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.051s PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 3.919s PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.378s PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.325s PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.539s PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 0.672s PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 5.135s PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.507s PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 2.266s PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 0.646s PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.579s PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 0.996s PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.502s PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.508s PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.508s PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.508s PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 2.126s PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.075s PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.072s PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 2.932s PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 1.315s PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 8.241s PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 2.235s SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 1.584s PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 0.907s SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.092s PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 1.961s PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 0.875s PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 2.039s SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.646s PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.119s PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.116s PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.157s SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 2.433s PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.106s PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.126s PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 2.667s PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 1.821s PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.722s PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 1.408s PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.434s PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 1.450s PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 4.892s PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.068s PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.028s PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 3.833s PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 2.903s PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.072s PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.020s PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.166s PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.057s PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.071s PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 2.214s PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.481s PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.845s PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 1.184s PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 0.984s PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.669s PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.544s PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 9.024s PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 2.059s PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 1.083s PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.773s PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 1.733s PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.735s PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.562s PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.650s PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.091s PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions 0.794s PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails 0.015s PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.014s PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.039s PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.386s PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 0.934s PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.266s PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 10.597s PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 1.490s PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.016s PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.028s PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.183s PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 7.107s PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 4.323s PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 2.968s PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 2.121s PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 3.005s PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 5.627s PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 3.076s PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 1.952s PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 1.292s PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.957s PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.130s PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.979s PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 1.288s PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 3.423s PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.343s PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.441s PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.958s SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 0.579s PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 1.322s PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 1.960s PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.521s PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 4.028s PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 1.349s PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 1.132s PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 3.952s PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins 3.077s PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 3.054s PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 4.221s PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.089s PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 2.116s PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.297s SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins 3.224s PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.387s PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.935s PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 5.955s PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 1.015s PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.101s PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 0.977s PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 2.612s PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 1.826s PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.508s PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 2.125s PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.508s PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.921s PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.501s PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.811s PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.990s PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.055s PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.281s PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 3.805s PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 4.781s PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.496s PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.276s PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 1.024s PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 0.899s PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.893s PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.316s PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 1.186s PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 0.625s PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 1.151s PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.500s PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.287s PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 1.015s PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 1.327s PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.296s PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.979s PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 1.535s PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 1.515s PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 3.743s PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.508s PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 2.128s PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 2.469s PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.509s PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 1.558s PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 3.924s PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 1.800s PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 0.547s PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.995s PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 1.069s PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.441s PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.156s PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.509s PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.757s PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.181s PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.040s PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 1.833s PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 13.978s PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 3.781s PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 1.937s PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 1.790s PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.012s PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.012s PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.540s PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 0.833s PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.305s PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 1.902s PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 0.901s PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.033s PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.679s SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport) SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport) SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement IsAmd64) PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 3.406s PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 0.832s PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 0.909s PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 0.981s PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.616s PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 18.041s PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 0.739s PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 4.961s PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 6.787s PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 0.849s PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 0.977s PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.292s PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 1.216s PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 1.875s PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 2.968s SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 1.088s PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.044s PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 3.018s PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 0.910s PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 1.596s SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 1.885s PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.049s PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.577s PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 3.632s PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 0.987s PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.596s PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 5.796s PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 1.242s PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.097s PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 1.041s PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.129s PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.697s PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.593s PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.553s PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.693s PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 2.986s PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 3.791s PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.303s PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 2.024s PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 2.139s PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 5.964s PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 0.986s PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 0.389s PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 1.778s PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.738s PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 0.591s SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.792s PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 1.036s PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.697s PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 3.960s PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.947s PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 0.771s PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 2.293s PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.017s SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked 0.775s PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 0.772s PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.731s PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 0.963s PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 5.801s PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 0.999s PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 0.990s PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 1.773s PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 2.235s PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.540s PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.704s PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.614s PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 1.803s PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 0.873s PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.907s PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 6.965s PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 0.754s PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 1.290s PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 2.074s SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 1.809s PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.901s PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 0.986s PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 2.840s PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.742s PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 3.094s PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 0.975s PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.011s PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.011s PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.070s PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.012s PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.003s PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.062s PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 8.118s PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 0.706s PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.932s PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 1.721s PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.794s PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 3.336s PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 0.779s PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 1.787s PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.794s PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 0.574s PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 2.417s PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.871s PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 0.604s PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 0.954s PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.623s PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.819s PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 2.108s PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 3.955s PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 0.890s PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.858s PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.065s PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.003s PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled 1.993s PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 1.972s PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 0.818s PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.004s PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.056s PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.019s PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.137s PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.092s PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 2.184s PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.651s PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 0.843s PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 1.532s PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.628s PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.851s PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled 3.348s PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 1.137s PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.001s PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 1.960s PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 2.348s PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 1.485s PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 1.941s PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 0.891s PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 0.852s PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 0.924s PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 2.398s PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 0.936s PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.817s PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.009s PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 1.922s PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.856s PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.672s PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 0.850s PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.078s PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 2.405s PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.595s PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 11.500s PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 0.947s PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.633s PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.674s PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 1.342s PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins 3.368s PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 0.859s PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.320s PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 1.387s PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.053s PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.006s PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.006s PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.006s PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.646s PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 12.242s PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.587s PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.765s SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 1.973s PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.509s PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 3.099s PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 0.686s PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.641s PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 0.838s PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 3.973s PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.624s SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.065s PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 1.205s PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins 4.322s PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.031s PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 0.717s PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.509s PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.537s PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 0.971s PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 2.838s PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 0.850s PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode 1.080s PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.071s PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.032s PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.510s PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 5.096s PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.519s PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks 4.058s PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks 0.307s PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 12.964s PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 2.292s PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork 1.529s PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.518s PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 4.885s PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 1.414s PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.020s PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork 0.960s PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 2.612s PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 5.450s PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 5.040s PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 0.606s PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 2.956s PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.072s PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 1.513s PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 2.966s PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 1.264s PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 3.147s PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.016s PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 7.945s PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 3.578s PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 2.971s PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 2.258s PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 2.954s PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 23.883s PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs 1.618s PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.468s PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks 2.203s PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork 2.127s PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation 2.378s PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 12.241s PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.666s PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.166s PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 25.761s PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.013s PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.013s PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.013s PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 1.060s PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.012s PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 0.930s PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.014s PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.014s PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.072s PASS: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove 1.903s PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.722s PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.528s PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 0.941s PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.522s PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.975s PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.520s PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 0.948s PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 1.262s PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.000s PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 1.086s PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 2.006s PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.012s PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 0.913s PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability 1.285s PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 0.937s PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled 1.281s PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 0.960s PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 2.990s PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.060s PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 1.078s PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 1.040s PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart 2.921s PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 0.965s PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 0.999s PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 2.965s PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 1.052s PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.982s PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.046s PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 18.981s PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.119s PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 1.220s PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.525s PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 1.049s PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.893s PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 0.904s PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 5.776s PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 1.097s PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 2.497s PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.974s PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.445s PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.977s PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 2.437s PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 1.365s PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 4.900s PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.012s PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.012s PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 0.926s PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.010s PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 1.965s PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.112s PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.729s PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.949s PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.808s PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 0.931s PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.992s PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 3.304s PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 1.210s PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 2.175s PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.014s PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.272s PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 0.955s PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 0.939s PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 2.761s PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 1.951s PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 0.871s PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 1.200s PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.791s PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 2.417s PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 2.355s PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.901s PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 2.873s PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 1.972s PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.577s PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.610s PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 2.552s PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 3.225s PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.576s PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.006s PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.637s PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 5.794s PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.603s PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 2.985s PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 1.025s PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.033s PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.070s PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.029s PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.552s PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 4.956s PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 2.607s PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.562s PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 1.097s PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.596s PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.540s PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 3.552s PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.589s PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 0.883s PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.619s PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 6.984s PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.573s PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.020s PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 1.484s PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 1.319s PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 1.097s PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.758s PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 2.014s PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.029s PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 4.989s PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.516s PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.049s PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 0.548s SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 0.784s PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.510s PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 3.581s PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin 3.899s PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.856s PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.584s PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 1.330s PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.013s PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.027s SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 1.440s PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.537s PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.622s PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.079s PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.507s PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.290s PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 5.029s PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.602s SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement IsAmd64) PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.014s PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 0.528s PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 1.037s PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 17.132s PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 1.003s PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 1.408s PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 2.851s PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.684s PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 1.117s PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.572s PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 1.805s PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 0.654s PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.944s PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.644s PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.557s PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.581s PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.623s PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.050s PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 3.470s PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.397s PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 0.948s PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 1.691s PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.084s PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.081s PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 0.533s PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 0.785s SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.088s PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 11.598s PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 0.725s PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 0.788s PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.365s PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.084s PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.150s PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.173s SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.085s PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.161s PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 7.224s PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 2.366s PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.078s PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.030s PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 1.053s PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 1.570s PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.444s PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 2.485s PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.077s PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.027s PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.148s PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.066s PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.079s PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.595s PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 1.308s PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.375s PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.697s PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.686s PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 1.227s PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.919s PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.079s PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.725s PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.604s PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.632s PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.086s PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 1.910s PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions 0.833s PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails 0.013s PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.012s PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.030s PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.347s PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.328s PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.562s PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 0.872s PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 1.194s PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.011s PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.020s PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.062s PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 13.857s SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 6.040s PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 2.792s PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 13.657s PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 2.818s PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 46.973s PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 2.638s PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 2.116s PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 1.150s PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 1.413s PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.896s PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 0.979s PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 1.081s PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.836s PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.844s PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 7.911s PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.829s PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 2.453s PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.015s PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.515s PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.033s PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 0.477s PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.656s PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 0.593s PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 13.866s PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.709s PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 1.238s PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 3.885s PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 0.924s PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 3.316s PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 2.404s PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 1.332s PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.644s PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 1.677s PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 0.646s PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.637s PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.015s PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.330s PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 1.022s PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 1.592s PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 1.166s PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.705s PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.045s PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.340s PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 1.138s PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.079s PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.022s PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 0.934s PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 18.973s PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 1.679s PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 0.897s PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 1.761s PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.010s PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.010s PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 0.827s PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.231s PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 3.907s PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 0.230s PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.166s PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.884s PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.024s PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.284s SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport) SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport) PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 1.915s PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.880s PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps 1.816s PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 1.926s PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 0.805s PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 0.803s PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 0.884s PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.641s PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 2.929s SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.854s PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 0.724s PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 0.847s PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 6.898s PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 3.070s PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 0.932s PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.622s PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 0.814s PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.554s PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 0.907s PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 0.818s PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 1.457s PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 0.888s PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.688s PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc 0.432s PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.616s PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys 0.820s PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.572s PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.620s PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 2.754s PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 1.590s PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.445s PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 12.911s PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.926s PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 1.117s PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.677s PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 1.309s PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 0.806s PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.691s PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.757s PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.678s PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.783s PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.038s PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers 1.678s PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 0.682s PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.844s SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement IsAmd64) PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 0.677s SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement IsAmd64) PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.671s PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 2.013s PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 3.699s PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 1.474s PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.323s PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.711s PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 0.698s PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.730s PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 3.901s PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 1.296s PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.698s PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 1.954s PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 47.720s PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 2.977s PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 3.281s PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 0.699s PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.956s PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.702s PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 1.096s PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 0.715s PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 0.572s PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 0.675s PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 2.798s PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.579s PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.899s PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 11.661s PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 1.033s PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 1.679s PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.791s PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.725s PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.819s PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 2.937s PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 2.954s PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 6.174s PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.001s PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.106s PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.792s PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.004s PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.948s PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.006s PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 5.987s PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.881s PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.105s PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.619s PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.009s PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 11.187s PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 0.872s PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.673s PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 0.771s PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.595s PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 4.414s PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.688s SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection 22.085s PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.809s PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.990s PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 1.816s PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.172s PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 0.670s PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 1.013s PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 0.692s PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 1.959s PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 0.781s PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 1.424s PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 4.811s PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 2.280s PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 4.880s PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 2.015s PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 7.726s PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.097s PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 25.951s PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 1.940s PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 0.639s PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 4.810s PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 1.267s PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 3.552s PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 0.573s PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.422s PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.021s PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.069s PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 1.401s PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 3.948s PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 1.969s PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.980s PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 1.966s PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.970s PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 6.874s PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 1.952s PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 1.708s PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 2.098s PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 2.857s PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 1.472s PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 1.129s PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 1.053s PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 21.127s PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.010s PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.010s PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.010s PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 0.995s PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.010s PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 2.120s PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 0.917s PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.026s PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.018s PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.093s PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.405s PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.311s PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.245s PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.292s PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 0.503s PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.010s PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 11.795s PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 0.995s PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 22.448s PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 0.922s PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.075s PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 2.994s PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 0.966s PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.919s PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.046s PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.535s PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.833s PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 1.673s PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost 0.551s SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.289s PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 6.630s PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.419s PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 2.872s PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.011s PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.041s PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.226s PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.613s PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 1.072s PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 1.885s PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.012s PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 4.166s PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.123s PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.127s PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.132s PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.122s PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 2.008s SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.337s PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 1.107s PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 1.795s PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 1.863s PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 1.888s PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 3.083s PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.057s PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 1.747s PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.530s PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.586s PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.537s PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch 1.965s PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.003s PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.665s PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.650s PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 9.383s PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 0.841s PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.021s PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.031s PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.016s PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.530s PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 1.479s SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.592s PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.111s PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.066s PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.283s PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.599s PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.580s PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 6.385s PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.631s PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.618s PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 1.067s PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.572s PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 2.736s PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.583s PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.037s PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.697s PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 1.100s PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.816s PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.594s PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.032s PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 0.598s SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 2.942s PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 0.949s PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.645s PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 1.565s PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.014s PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.105s PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.620s PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 0.929s PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.011s PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.022s SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.628s PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.691s PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.073s PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.576s PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.609s PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 5.034s PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin 1.654s PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.013s PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 1.146s PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 0.600s PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 1.150s PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 0.932s PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 1.635s PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 1.177s PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 18.162s PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.605s PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 1.156s PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 0.653s PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.580s PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.919s PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.502s PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.606s PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 1.828s PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.176s PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.582s PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 4.797s PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.018s PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 0.875s PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 1.457s PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 2.341s PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 1.208s PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 1.382s PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 4.332s SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.388s PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 5.122s PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.511s PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 1.405s PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 1.575s PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.784s PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 1.941s PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule 1.694s PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 0.879s PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 6.593s PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.809s PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.048s PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 23.659s PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode 0.507s PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 0.835s PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.014s PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 0.939s PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 1.915s PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.337s PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 3.463s PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.413s PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.692s PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange 1.153s PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.831s PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 2.513s PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose 0.613s PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.667s PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish 0.722s PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 1.081s PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 9.076s PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 1.142s PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.874s PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 1.732s PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.787s PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.493s PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.042s PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.908s PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.759s PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.463s PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.686s PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.677s PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.577s PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.723s PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 3.190s PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak 1.378s PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 12.303s PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 2.499s PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 0.863s PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 2.975s PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 0.803s PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 1.445s PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 0.911s PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 0.894s PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.917s PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.013s PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 2.934s PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts 2.669s PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 2.212s PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.011s PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.354s PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.017s PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.776s PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 0.583s PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 0.618s PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 1.015s PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN 0.788s PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.910s PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.015s PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 6.651s PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME 0.962s PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.968s PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 3.816s PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 0.775s PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.935s PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.839s PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 2.933s PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.936s PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.017s PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength 0.506s PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty 0.019s PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 3.403s PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.581s PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 2.149s PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.618s PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.010s PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 1.827s PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.710s PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 1.113s PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort 0.736s PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 1.048s PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.868s PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf 0.121s PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 1.045s PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO 0.856s PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 2.969s PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 1.013s PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 1.192s PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent 1.778s PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 0.840s PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 1.335s PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.343s PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs 1.749s PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.861s PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.971s PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 29.852s PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.802s PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 4.756s PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.918s PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.902s PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.380s PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 1.008s PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs 0.906s PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 2.573s PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 7.995s PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 6.882s PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.813s PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 1.039s PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 3.967s PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp 0.121s PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.787s PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.658s PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 0.808s PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 0.868s PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc 2.802s PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 0.824s PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 0.802s PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 2.157s PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc 0.496s PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys 0.805s PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 3.011s PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 2.300s PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.381s PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 1.264s PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 2.935s SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.916s PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers 2.129s PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 8.090s PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.801s PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode 2.276s PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive 1.733s PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.705s PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 2.845s PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.837s PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 19.987s PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.549s PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork 5.828s SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs 0.719s PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.872s SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd) PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.869s PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver 3.354s PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 1.885s PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.063s PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 6.969s PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount 0.814s PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList 1.507s PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.884s PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 2.641s PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.897s PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector 2.141s PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.870s PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv 0.039s PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint 0.854s PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.915s PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 3.360s PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.876s PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.820s PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 1.514s PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.882s PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade 5.009s PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.790s PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.799s PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.925s PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort 0.012s PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 1.873s PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.901s PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.501s PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.911s PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 5.231s PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.931s PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.521s PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN 1.786s PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode 0.474s SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 1.986s PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 2.640s PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership 4.434s PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress 0.599s PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 2.951s PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 1.228s PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 9.987s PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.589s PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 6.693s PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.123s PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 1.125s SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.505s PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 1.361s PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.135s PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 6.423s PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.001s PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.056s PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.788s PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.006s PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 0.978s PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.861s PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 1.013s PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.761s PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.006s PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.762s PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent 1.822s PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.020s PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.013s PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference 0.010s PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.112s PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.932s PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.636s PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.006s PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 4.792s PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode 2.159s PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 1.463s PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 3.561s PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 1.417s PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 1.889s PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.619s PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.359s PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.127s PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 1.339s PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.962s PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 2.268s PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.749s PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 1.010s PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 2.337s PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.781s PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 1.410s PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists 0.027s PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 0.793s PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning 0.215s PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 3.140s PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost 1.800s PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 2.782s PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname 1.129s PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 3.795s PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer 1.344s PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists 0.015s PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning 0.222s PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum 54.035s PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost 1.656s PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 5.059s PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.100s PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost 1.909s PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 5.977s PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 3.465s PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount 8.629s PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering 0.829s PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm 1.101s PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 7.038s PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost 1.582s PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 1.323s PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 2.535s PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 2.903s PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 1.392s PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 1.215s PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 3.240s PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 1.380s PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume 2.832s PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 2.068s PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.701s PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.184s PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 0.911s PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData 2.913s PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved 1.868s PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.754s PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.518s PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared 0.070s PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost 0.777s PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 1.885s PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost 0.607s SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost 1.305s PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.243s PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.870s PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.123s PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.076s PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 0.936s PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName 0.971s PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 29.947s PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 0.959s PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.980s PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 1.651s SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 1.691s PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 0.799s PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount 2.661s PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 1.285s PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO 2.765s PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 3.590s SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 2.105s PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.095s PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 0.886s PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 7.677s PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 5.452s PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.814s PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.431s PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.153s PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 1.309s SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.085s PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.091s PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.266s PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 1.074s PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.127s PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 1.737s PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout 0.223s PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd 0.801s PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 2.462s PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd 0.808s PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage 0.234s PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.541s PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 3.781s PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress 0.835s PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.973s SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport) PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable 0.896s PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 2.684s PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.985s PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 3.489s PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse 1.163s PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 1.427s PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.010s PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.103s PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse 0.792s PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 4.267s PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.911s PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 1.047s PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.728s PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.799s PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 3.769s PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.858s PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 1.851s SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.818s SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 1.112s PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.356s PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort 0.601s PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc 0.882s SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 1.618s PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 3.934s PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer 0.891s PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 1.025s PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.931s SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 24.969s PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.936s PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 0.961s PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.196s PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 0.839s PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 3.924s PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.037s SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked 0.541s PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 1.237s PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries 3.706s PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 1.136s PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.834s PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 0.952s PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm 0.837s PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 4.396s PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.634s PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.594s PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 0.981s PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 0.401s PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.770s PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait 3.930s PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule 1.590s PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api 0.907s PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 1.245s PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 0.826s PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode 0.382s PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.864s PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 0.848s PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.011s PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 0.791s PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 2.336s PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.433s PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 1.246s PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange 1.283s PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 4.138s PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.870s PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 2.818s PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.665s PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose 0.633s PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 1.199s PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.024s PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.023s PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.134s PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.021s PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.005s PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.060s PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish 0.624s PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 1.796s PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.567s PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 2.240s PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.566s PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.955s PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.715s PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.713s PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.723s PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 0.826s PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.712s PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.700s PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.609s PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 0.795s PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.848s PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.670s PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.067s PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.004s PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 0.689s PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.005s PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak 1.050s PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.065s PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.141s PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.116s PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 0.922s PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 0.818s PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 0.791s PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.499s PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 0.799s PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.001s PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 0.796s PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 9.350s PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.818s PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.015s PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 1.143s PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 0.815s PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts 2.443s PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 0.763s PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.791s PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 0.681s PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 6.637s PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 0.804s PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 0.764s PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN 0.803s PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.693s PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.013s PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.778s PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.013s PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.738s PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME 0.815s PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.578s PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 0.759s PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.129s PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.806s PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.805s PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.478s PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.770s PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.535s PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.795s PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.012s PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength 0.604s PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty 0.013s PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 1.190s PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 1.197s PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 1.273s PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.069s PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.015s PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.014s PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.015s PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.603s PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.448s PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 10.907s SKIP: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit (unmatched requirement IsAmd64) PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.777s PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort 0.612s PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 1.832s PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.851s PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf 0.107s PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO 0.844s PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 1.763s PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent 1.598s PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.510s PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 0.740s PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 1.730s PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 1.431s PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.544s SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.097s PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 1.800s PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs 1.614s PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.825s PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 5.231s PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 2.668s PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.820s PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 1.857s PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 0.766s PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.792s PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy 0.550s PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 0.854s PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode 0.922s PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress 0.974s PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs 0.829s PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 1.868s PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer 2.782s PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks 3.571s PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks 0.436s PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 1.740s PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.871s PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 3.684s PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp 0.053s PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.823s PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork 1.216s PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.966s PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.273s SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.866s PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork 0.937s PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.781s PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc 2.445s PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 1.826s PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 2.013s PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify 0.043s PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe 0.012s PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.208s PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.810s PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 2.759s PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 5.160s PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 3.501s PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.995s PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 2.774s SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.859s PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode 2.019s PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 3.347s PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.607s PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 2.445s PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.801s PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 5.711s PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.481s PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.846s SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd) PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.812s PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 3.282s PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 1.797s PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.043s PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 1.047s PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount 0.825s PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.991s PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.812s PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.781s PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.897s PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.879s PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv 0.035s PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint 0.834s PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.795s PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 23.732s PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs 1.424s PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.656s PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.804s PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.782s PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks 1.870s PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint 4.597s PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.783s PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.780s PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.798s PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork 1.509s PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.812s PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort 0.010s PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.764s PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.827s PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc 3.402s PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation 2.120s PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.829s PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.220s PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.163s PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN 1.603s PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode 0.370s SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.846s PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.467s PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.198s PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.922s PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 0.881s PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.842s SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer) PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 0.837s PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.202s PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.506s PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 0.949s PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 6.082s PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.372s PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 0.877s PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership 3.618s PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress 0.587s PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 0.875s PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 0.886s PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 0.991s PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 1.007s PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 0.871s PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag 6.339s PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 1.023s PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter 0.831s PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 1.034s PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths 1.266s PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 0.890s PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 1.000s PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.460s PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 2.770s PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 1.013s PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 1.694s PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 0.842s PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.022s PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.623s PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 1.176s PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.846s PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 0.871s PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent 1.626s PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.019s PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.014s PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference 0.010s PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved 2.380s PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 1.151s PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.812s PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 0.887s PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 1.083s PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 4.284s PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.550s PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode 2.533s PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.762s PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 1.012s PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 1.433s PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 10.682s PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared 0.806s PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave 0.659s SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice 0.228s PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 2.311s PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 1.376s PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.859s PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.854s PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.705s PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 1.160s PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.689s PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 1.081s PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 1.212s PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists 0.014s PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning 0.210s PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 4.626s PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 1.791s PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost 1.568s PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.914s PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.966s PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.012s PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname 1.097s PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 3.160s PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.966s PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.024s PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.040s PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.031s PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress 0.012s PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.140s PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 0.788s PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.224s PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer 1.397s PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists 0.013s PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning 0.221s PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.428s PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.412s PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.346s PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost 1.620s PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 1.078s PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.969s PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost 1.646s PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 4.520s PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.909s PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.029s PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.875s PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.209s PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj 0.781s PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.045s PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.769s PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.784s PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.029s PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit 0.015s PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 3.190s PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.795s PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits 0.792s PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.739s PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount 6.775s PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering 0.807s PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.820s SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm 0.765s PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.761s PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.078s PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 4.566s PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost 1.359s PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.733s PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc 0.827s PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 19.970s PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 2.337s PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 2.945s PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound 0.801s PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.018s PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.015s PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 3.240s PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 6.684s PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 1.642s PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 0.856s PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.456s PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume 2.423s PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 2.015s PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 1.600s PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData 2.601s PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.835s PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 2.122s PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.050s PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved 1.649s PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.643s PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared 0.052s PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 3.632s PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 3.159s PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.401s PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.128s PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost 0.651s PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 0.873s PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 1.086s PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost 1.163s PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.807s PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 1.664s PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.117s PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.110s PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName 0.739s PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 2.601s PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.091s PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 1.369s PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 0.714s SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.111s PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount 2.391s PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 2.237s PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 0.708s PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.116s PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.012s PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.790s PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.109s PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.169s PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.253s SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.112s PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.209s PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO 2.501s PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 8.342s PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 3.826s PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 4.482s PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.118s PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.056s PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 4.793s PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.555s PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.096s PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 4.060s PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.646s PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.103s PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 0.864s PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout 0.084s PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.117s PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.098s PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.591s PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd 0.776s PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd 0.749s PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage 0.068s PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress 0.799s PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.918s SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport) PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing 2.713s PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable 0.858s PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.827s PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 6.671s PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.112s PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.017s PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.178s PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.075s PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.098s PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse 1.392s PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.499s PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse 0.779s PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.261s PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.744s PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.633s PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.778s PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.825s PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.793s PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 1.011s PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.931s PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.790s SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.514s PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 2.820s PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort 0.594s PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 1.112s PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.537s PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc 0.758s SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.509s PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.107s PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer 0.811s PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions 0.706s PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails 0.022s PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.023s PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.063s PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.721s PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.609s SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.273s PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 0.840s PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 3.096s PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 1.303s PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.022s PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.044s PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.181s PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries 3.412s PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.646s PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 2.325s PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm 0.899s PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.702s PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.879s PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait 3.850s PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 5.774s PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api 0.836s PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.818s PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 2.241s PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 3.011s PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 1.640s PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 1.199s PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 0.820s PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 2.967s PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 26.697s PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 3.252s PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 2.277s PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 4.158s PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 3.659s PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 4.854s PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 4.587s PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit 0.801s PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.838s PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.071s PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.772s PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 0.799s PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 1.446s PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.776s PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 0.751s PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.719s PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 0.796s PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 0.788s PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.799s PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 0.855s PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.466s PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy 0.607s PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress 0.837s PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.244s PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 1.016s PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.660s PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer 2.691s PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 3.052s PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 1.458s PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.931s PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.817s PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.593s PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.774s PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.205s SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 2.308s PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 1.154s PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.812s PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.734s PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.945s SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 1.646s PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 22.519s PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 1.542s PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 1.644s PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify 0.031s PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe 0.010s PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost 1.479s PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.833s PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 0.533s PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 3.013s PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 1.218s PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 2.698s PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 1.085s PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.383s PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.502s PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.132s PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.851s PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.860s PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.189s PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 4.191s PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.045s PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 2.017s PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.232s PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 1.527s PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 1.505s PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.022s PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.021s PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 0.856s PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 2.007s PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.415s PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 5.086s PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 1.136s PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.567s PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 4.063s PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.189s PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.647s SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.046s PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.781s SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement NotPpc64le) SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement NotPpc64le) SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement IsAmd64) PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.788s PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 0.722s PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 3.078s PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 1.473s PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 0.817s PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 0.790s PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 0.804s PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.833s PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.869s SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.529s PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.813s PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 0.706s PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 1.627s PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 0.736s PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint 2.375s PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.921s PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 3.908s PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc 1.220s PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.782s PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.792s PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.162s PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 2.988s PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.146s PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.846s PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 0.866s PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.716s PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.795s PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.824s SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer) PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.176s PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.600s PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.592s PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 4.608s PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 3.905s PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 1.360s PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.692s PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.584s PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.511s PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.911s SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport) PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.520s PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag 4.613s PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 1.133s PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter 0.806s PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.834s PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 1.649s PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths 1.111s PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.601s PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.622s PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 2.512s PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.641s PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 0.654s PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 1.586s PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 0.646s PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 3.892s PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.610s PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved 2.138s PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 1.442s PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 2.781s PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 3.011s PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.676s PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.835s PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 0.667s PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared 0.757s PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave 0.707s SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice 0.172s PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 1.151s PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.564s PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.794s PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.649s PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 0.898s PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 0.831s PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 1.755s PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 3.029s PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 1.655s PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 0.771s PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.828s PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.812s PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.010s PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.659s PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.841s PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.016s PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.039s PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.023s PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress 0.014s PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.152s PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.147s PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 0.670s PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.176s PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.146s PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.169s PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 3.160s PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 24.354s PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 0.514s PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 0.869s PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 0.558s PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.841s PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.495s PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.744s PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.038s PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.860s PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.282s PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj 0.787s PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.028s PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.830s PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 2.253s PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 4.652s PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.846s PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.022s PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit 0.017s PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.666s PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits 0.713s PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.673s PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 9.090s PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 3.115s PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.590s PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.849s SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport) PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 2.524s PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.739s PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.070s PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.552s PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 2.934s PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc 0.734s PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.766s PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.856s PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 2.507s PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound 0.791s PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.013s PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.017s PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 1.109s PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 2.821s PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 1.115s PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 1.178s PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.038s PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 11.205s PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 0.811s PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.660s PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 0.792s PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 1.959s PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.084s PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.556s PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 0.523s PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.671s SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 2.195s PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.041s PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 5.538s PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 1.994s PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 1.976s PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 1.719s PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.059s PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.010s PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 2.606s PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 0.641s PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 1.571s PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 1.196s PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.261s PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 0.668s PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 1.654s PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.410s PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.064s PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.080s PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.064s PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.402s PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 0.849s PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.332s PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 5.408s PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing 2.481s PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 2.386s PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 4.774s PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 5.481s PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 3.318s PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.589s PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 4.797s PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 2.225s PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 2.596s PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 1.030s PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.452s PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 2.677s PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.480s PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 5.604s PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 2.473s PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 2.917s PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 4.791s PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 0.479s PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.090s PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 2.163s PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.609s PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.599s PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 5.515s PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 1.924s PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 1.345s PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 4.633s PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.105s PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.042s PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.048s PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 1.183s PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.074s PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.077s PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.056s PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 3.543s PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 1.046s PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.014s PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 1.032s PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.070s PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.070s PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.011s PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.041s PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 3.802s PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 2.801s PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.102s PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.171s PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.038s PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.061s PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.853s PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.047s PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions 2.824s PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.052s PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.081s PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 2.573s PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.501s PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 3.626s PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 25.352s PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.022s PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.021s PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.022s PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 0.914s PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.021s PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 0.876s PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.026s PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.024s PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.108s PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.695s PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.789s PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.963s PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.776s PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.589s PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData 5.290s SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 1.996s PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.022s PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 0.976s PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.819s SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost 0.843s PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 2.477s PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 2.963s PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.099s PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 2.011s PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 2.838s PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 3.000s PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 3.587s PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.887s PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.071s PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 2.831s PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.796s PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 3.505s PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.581s PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.585s SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.720s PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 4.926s PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.025s PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.033s PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.563s SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport) PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.594s PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 1.387s PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 1.817s PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.020s PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.786s PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 2.161s PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 8.631s PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.720s PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 1.802s PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.455s PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 2.367s PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 1.863s PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.562s PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.698s PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.563s PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 4.240s PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.525s SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport) PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.006s PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 9.522s PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.618s PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 0.922s PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.574s PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.727s PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 2.175s PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 0.850s PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.037s PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.074s PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.036s PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.157s PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.562s PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.539s PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 1.350s PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.509s PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.489s PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 3.879s PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.500s PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 2.371s PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.504s PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.496s PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.026s PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 1.947s PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 0.960s PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.732s PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 2.993s PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 1.839s PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.505s PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.067s PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 0.560s SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 1.872s PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 0.742s PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.701s PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.582s PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 1.724s PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.523s PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 1.203s PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.024s PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.048s SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 2.121s PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.540s PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.533s PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.106s PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 14.368s PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.510s PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 3.666s PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.509s SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement IsAmd64) PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.023s PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 0.507s PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 0.938s PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 3.685s PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 3.853s PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 1.047s PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.523s PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 0.755s PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 2.048s PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.513s PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.507s PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 4.721s PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.505s PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.507s PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.041s PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 2.370s PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 3.955s PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 1.784s PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.028s PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 2.397s PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.611s PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 1.702s PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 2.360s PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.598s PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 1.668s PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 2.378s PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 1.913s PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 2.384s PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 11.066s PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 1.070s PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 2.368s PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 1.208s PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 5.828s PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.497s PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.420s PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 2.361s PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 1.637s PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 1.331s PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 2.140s PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 1.160s PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.012s PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 2.414s PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.402s PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.233s PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.468s PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.015s PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.540s PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.534s PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.101s PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 1.797s PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 1.746s PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 2.655s PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.389s PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.597s PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 1.280s PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 1.734s PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 1.050s PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.128s PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.779s PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.054s PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.021s PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.030s PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 0.843s PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.054s PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.042s PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.021s PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 0.857s PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.015s PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 0.931s PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.061s PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.061s PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.011s PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.031s PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 11.320s PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 2.528s PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.065s PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.158s PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.031s PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.040s PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 8.786s PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 2.299s PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.875s PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.352s PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 1.361s PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 0.752s PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions 2.367s PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.051s PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.042s PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.479s PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 2.096s PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.021s PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.467s PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.038s PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 3.131s PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 0.490s PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 0.488s PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 9.299s PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 1.640s PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData 4.226s SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 3.731s PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 0.701s PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 1.498s PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 2.325s PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.029s PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 1.362s PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 1.815s PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 1.643s PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 1.673s PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.467s PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.495s PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.021s PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 1.475s PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 1.906s PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 4.137s PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 1.449s PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 1.451s PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 0.977s PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 4.083s PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 0.585s PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 1.318s PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 5.671s PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.558s PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 17.824s PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.298s PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 1.039s PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.013s PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 1.069s PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.451s PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.850s PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.520s PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.284s PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.766s PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 1.309s PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.533s PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.011s PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.707s PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 1.369s PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 1.837s PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 0.725s PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.061s PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 1.319s PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 1.186s PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 1.422s PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.108s PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.497s PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 1.223s PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 0.681s PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.033s PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 6.840s PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 2.482s PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 2.564s PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.138s PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.162s PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.136s PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.133s PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 1.254s PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.142s PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.560s PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 0.741s PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 0.850s PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 0.728s PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 3.138s PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 0.718s PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc 0.320s PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 4.341s PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 1.240s PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.025s PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys 0.699s PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 1.226s PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 2.358s PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 2.155s PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 1.125s PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.547s PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.408s PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 1.087s PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 3.919s PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 1.138s PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 2.573s PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers 1.662s PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.719s SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement IsAmd64) SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 2.271s PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 3.625s PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.243s PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 1.759s PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 1.215s PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 0.331s PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.010s PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 1.787s PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.146s PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.143s PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 1.394s PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.307s PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.183s PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.010s PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.562s PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.359s PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 1.442s PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.587s PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 2.856s PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 2.033s PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 1.164s PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 2.301s PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 1.265s PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 0.868s PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.666s PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 3.216s PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 3.413s PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 10.549s PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 4.119s PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.397s PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 2.331s PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.380s PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 4.148s PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 2.252s PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 1.110s PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.507s PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.506s PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 1.362s PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.014s PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 14.867s PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.393s PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.534s PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 1.298s PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 1.137s PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 5.974s PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.002s PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.079s PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.696s PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.004s PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.696s PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.008s PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 2.364s PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.703s PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 1.311s PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.128s PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 1.490s PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.376s PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.012s PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 2.313s PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 3.601s PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.269s PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.105s PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 0.365s PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.010s PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.546s PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.168s PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.162s PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.220s PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.010s PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 3.999s PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 0.801s PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 0.369s PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.044s PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.517s PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.666s PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.250s PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 1.013s PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.090s PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.555s PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.233s PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 0.367s PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.061s PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 1.993s PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.598s PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 1.330s PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.511s PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.512s PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.524s PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 3.503s PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.513s PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.133s PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.132s PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.133s PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.132s PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.132s PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 2.553s PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 2.905s SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 4.114s PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 2.541s SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.317s PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 1.489s PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.532s PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 7.149s PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.153s PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 2.330s PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 2.144s PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 3.076s PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 1.581s PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 1.263s PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 2.676s PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 1.528s PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 2.182s PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 6.874s PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 1.084s PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 3.097s PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 2.249s PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 1.216s PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 3.121s PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 1.049s PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 2.324s PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.252s PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 1.187s PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.458s PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 2.098s PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 1.871s PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.502s PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.502s PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.540s PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.302s PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.389s PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.515s PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 0.920s PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.516s PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 2.184s PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 1.345s PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 1.689s PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost 0.533s SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 2.342s PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.561s PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.409s PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.086s PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.319s PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.397s PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.533s PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.681s PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 0.843s PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 1.515s SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 0.722s PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 2.712s PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.523s SKIP: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.536s PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.578s PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.502s PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 3.464s PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.517s PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.514s PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.523s PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.508s PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.503s PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.508s PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.378s PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 7.616s PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 1.236s SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.135s PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.111s PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.649s PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 2.881s SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.422s PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.666s PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 2.318s SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.651s PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 2.351s PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.415s PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.673s PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.644s PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 2.892s PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 2.724s PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 1.311s PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.021s PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.151s PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.513s PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.512s PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 1.507s PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 4.977s PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 1.087s PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.465s PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 2.314s PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 1.399s PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.514s PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.742s PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 1.022s PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.281s PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 0.746s PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 4.630s PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.503s PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 2.295s PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 5.044s PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.568s PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 1.761s PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 1.950s PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule 1.409s PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 0.708s PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode 0.430s PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 0.695s PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.036s PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 9.220s PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 0.728s PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.188s PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.579s PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange 1.119s PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.706s PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 2.504s PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.065s PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose 0.607s PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 2.572s PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.524s PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish 0.631s PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.363s PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins 3.296s PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.441s PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.686s PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 5.151s PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.620s PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.638s PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.506s PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins 3.613s PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.645s PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.617s PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak 1.099s PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 0.804s PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 3.306s PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.508s PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.514s PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 0.730s PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.501s PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 0.695s PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.699s PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.021s PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 5.254s PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.335s PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.424s PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.546s PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts 2.217s PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.697s PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 0.720s PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.564s PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 2.258s PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN 0.724s PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.712s PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.028s PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.659s PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME 0.698s PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.549s PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.684s PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.691s PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.693s PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.558s PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.691s PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.024s PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength 0.475s PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty 0.044s PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 1.764s PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.508s PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 7.108s PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 2.216s PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.562s PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort 0.565s PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 2.880s PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.672s PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf 0.104s PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.509s PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO 0.716s PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.564s PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent 1.477s PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 1.191s PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 2.304s PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs 1.462s PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.666s PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 2.588s SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.700s PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.509s PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.645s PASS: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey 102.055s PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 0.785s PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs 0.741s PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 4.537s PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 3.583s PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 4.199s PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 2.502s PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 2.134s PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 3.945s PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp 0.162s PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 4.356s PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.706s PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 2.897s PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 7.878s PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc 2.105s PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 1.895s PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 2.832s SKIP: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 8.374s PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 2.899s PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 2.206s PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 3.314s PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 5.702s PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.045s PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 2.981s SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.704s PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.435s PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 3.334s PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode 2.123s PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.429s PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 2.293s PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 4.573s PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.051s PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.623s PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 2.171s PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.690s PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 3.113s SKIP: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 1.479s PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.372s PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.722s PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.748s PASS: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory 1.396s PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 3.041s SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 4.755s PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.692s PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.514s SKIP: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.315s PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 1.560s PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.103s PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.057s PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.514s PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount 0.756s PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 2.084s PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.575s PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.702s PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.712s PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.734s PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv 0.061s PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 4.911s PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint 0.683s PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.843s PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.685s PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.731s PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.691s PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.677s PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.144s PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.685s PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.052s PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.697s PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.402s PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.520s PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.661s PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.526s PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 7.041s PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.740s PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort 0.034s PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.713s PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.683s PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 2.842s PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 2.986s PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.524s PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN 1.394s PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode 0.423s SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.543s PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 2.127s PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership 3.604s PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress 0.511s PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 2.438s SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 3.385s PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 2.174s PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 4.251s PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 1.350s PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 2.888s PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.448s PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 0.798s PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 3.863s PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent 1.488s PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.028s PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.025s PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference 0.020s PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.030s PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.688s PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 2.658s PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled 1.949s PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode 2.022s PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 1.178s PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 4.708s PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled 3.647s PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 1.226s PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.788s PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 2.867s PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.568s PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.571s PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 3.213s PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 1.152s PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists 0.025s PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning 0.231s PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost 1.438s PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname 1.096s PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 3.222s PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer 1.252s PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists 0.025s PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning 0.232s PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 2.183s PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost 1.443s PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost 1.392s PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 2.905s PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 12.884s SKIP: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.547s PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.548s PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins 3.109s PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.548s PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.613s PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 1.770s PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.002s SKIP: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart (unmatched requirement IsAmd64) PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 1.722s PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount 7.674s PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering 0.705s PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm 0.700s PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.509s PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost 1.199s PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 3.043s PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.536s PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 2.174s PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins 4.945s PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 53.225s PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.027s PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 3.221s PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.511s PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.541s PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 3.196s PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 3.291s PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume 2.131s PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.088s PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData 2.497s PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.035s PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.509s PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 4.176s PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved 1.554s PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.526s PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.675s PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.596s PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared 0.104s PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 1.076s PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost 0.690s PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 1.000s PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 2.839s PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.517s PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost 1.084s PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.727s PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName 0.903s PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 3.019s PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount 2.139s PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO 2.048s PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 7.466s PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 4.232s PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.443s PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.256s PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 1.999s PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 1.344s PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 2.859s PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout 0.303s PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd 0.606s PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd 0.602s PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage 0.305s PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress 0.694s PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 3.545s PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.819s SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement NotPpc64le) PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.018s PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable 0.740s PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 8.545s PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.714s PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 1.924s PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse 1.105s PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse 0.671s PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 1.721s PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 4.310s PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.679s PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.707s PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.713s PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 2.688s PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.693s PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.073s SKIP: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin (unmatched requirement IsAmd64) PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.691s SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 2.733s PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort 0.503s PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc 0.689s SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer 0.692s PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 1.576s PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.425s SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.458s PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries 3.047s PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.365s PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm 0.739s PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 2.771s PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 12.476s PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait 3.687s PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api 0.781s PASS: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove 1.686s PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.713s PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.534s PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.522s PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.520s PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 1.569s PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.000s PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 36.970s PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability 1.302s PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled 1.245s PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 12.029s PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 0.859s PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 7.167s PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart 3.324s PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 2.751s PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 1.081s PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 2.431s PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 1.312s PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.526s PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 2.995s PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 3.652s PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 2.960s PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 4.009s PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.528s PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 1.036s PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 0.891s PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 2.903s PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 13.512s PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 7.061s PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 13.874s SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 8.165s PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 1.928s PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 1.558s PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 16.693s SKIP: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit (unmatched requirement IsAmd64) PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.704s PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 2.426s PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.047s PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 2.445s PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin 4.877s PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 4.076s PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 14.633s PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.813s PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 1.533s PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 2.450s PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 2.476s PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.555s PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 2.435s PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy 0.540s PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 3.668s PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress 0.753s PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer 2.604s PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 1.348s PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.706s PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.791s PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.225s PASS: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit 0.024s PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.699s PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.697s PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 1.427s PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify 0.060s PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe 0.019s PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.710s PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 2.389s PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.708s PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 12.292s PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 0.757s PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 2.270s PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 5.145s PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 3.052s PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 0.757s PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.699s PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.731s PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint 4.738s PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 15.286s SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc 5.665s PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.760s PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 47.384s SKIP: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection (Disabled on s390x) PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.153s PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.156s PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.669s PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.680s PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.680s PASS: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed 0.700s PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.156s PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.497s PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag 5.241s PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter 0.673s PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths 1.572s PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 2.155s PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 1.366s PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved 2.001s PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 14.188s PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.723s PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 3.578s PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.684s PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared 0.706s PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 4.316s PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave 0.700s SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice 0.176s PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.707s PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 0.773s PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 0.733s PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 1.419s PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.708s PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.717s PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.020s PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.691s PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.026s PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.075s PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.043s PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress 0.021s PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.151s PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.142s PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.148s PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.151s PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.138s PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 0.772s PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.757s PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.725s PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.048s PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.776s PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.294s PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj 0.705s PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.051s PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.714s PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.749s PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.040s PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit 0.024s PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits 0.699s PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.402s PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.689s PASS: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit 0.685s PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.589s PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.107s PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.424s PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc 0.684s PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 2.182s PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound 0.719s PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.025s PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.025s PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 23.166s PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 1.185s PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 2.014s PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 102.173s PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 3.795s PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 2.067s PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.126s PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.033s PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 2.523s PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.137s PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 1.174s PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 1.689s PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 3.113s PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.075s PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.425s PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 2.387s PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.153s PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.028s PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 3.432s PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 47.881s PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.528s PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.391s PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 5.033s PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 5.013s PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.876s PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.120s PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.162s PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.142s PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.720s PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing 2.310s PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.330s PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 2.351s PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 0.967s PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.440s PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 2.891s PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 1.880s PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.551s PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.460s PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 1.719s PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 1.327s PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 3.462s PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection 23.124s PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 3.755s PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.066s PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 23.912s PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.390s PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.706s PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.707s PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.529s PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 0.844s PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 47.758s PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.472s PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.852s SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 9.722s PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost 0.973s PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 2.559s PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.490s PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 3.532s PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 4.176s PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 2.883s PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 5.250s PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.522s PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 2.002s PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.516s PASS: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory 0.822s PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.748s PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.677s PASS: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory 0.571s PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 1.273s PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.855s PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.710s PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.477s PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 3.929s PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.410s PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 22.922s PASS: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly 0.739s PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 1.071s PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.751s PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 3.183s PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 14.947s PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 3.825s PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 30.216s PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 3.179s PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.541s PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.601s PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 11.271s PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 1.430s PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 1.894s PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.293s PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.490s PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 2.971s PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.353s PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 4.158s PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 2.077s PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 2.076s PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 6.579s PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.417s PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.386s PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 2.110s PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 10.753s SKIP: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum (Disabled on s390x) PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 9.714s PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 14.405s PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.138s PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 8.784s PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.024s PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.097s PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.033s PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.572s PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 9.100s PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.477s PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 32.016s PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 8.479s PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 23.780s PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 10.028s PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.091s PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.051s PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.065s PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 0.755s PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.108s PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.084s PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.041s PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 0.817s PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.021s PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 0.958s PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.125s PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.117s PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.019s PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.057s PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 2.411s PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.128s PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.274s PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.070s PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.107s PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.820s PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions 2.123s PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.081s PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.078s PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.661s PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 2.780s PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 3.436s PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData 4.292s SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 3.709s PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 2.823s PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 3.587s PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 29.895s PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 21.908s PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 8.178s PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.519s PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 8.514s PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 8.563s PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 1.951s PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.418s PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 1.605s PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 1.934s PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 2.103s PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 5.936s PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 9.970s PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 2.708s PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 1.858s PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 1.867s PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 3.343s PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.387s time="2019-08-01T13:41:41Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 3.805s PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.664s PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 2.291s PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 5.957s PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 4.378s PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 2.277s PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.033s PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 1.804s PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 1.748s PASS: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps 1.061s PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 1.750s PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 6.587s PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.886s PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 2.354s PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 0.998s PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.021s PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.743s PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.211s PASS: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate 0.108s PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.804s PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.021s PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 2.397s PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 2.598s PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 1.547s PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 2.390s PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 1.178s PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.795s PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 7.070s PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.499s PASS: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative 1.094s PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 8.020s PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum 54.636s PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 8.620s PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 2.286s PASS: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove 1.036s PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 2.264s PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.030s PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 11.135s PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 2.668s PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 1.769s PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 1.793s PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 6.670s PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.979s PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 0.414s PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.021s PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.749s PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.233s PASS: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix 1.445s PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.845s PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.021s PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 3.162s PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 1.075s PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.097s PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 1.857s PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.210s PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.899s PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 1.235s PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.052s PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 21.328s PASS: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect 1.109s time="2019-08-01T13:43:18Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.170s PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.158s PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.159s PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.159s PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.171s PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 4.204s PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 2.285s PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 23.767s PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.576s PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 2.387s PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 2.273s PASS: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs 0.755s PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 1.666s PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 1.445s PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 2.757s PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 2.253s PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 3.120s PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.442s PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 9.698s PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 3.323s PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 2.306s PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 3.825s PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.455s PASS: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable 1.052s PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 2.217s PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.507s PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.506s PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.419s PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.528s PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 2.295s PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 1.519s PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 2.287s PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.096s PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.577s PASS: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage 0.270s PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 7.996s PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.585s PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.660s PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.506s PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.518s PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.518s PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.518s PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 2.898s SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 2.543s SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) PASS: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat 0.517s PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 5.965s PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 28.830s PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 1.635s PASS: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet 0.578s PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.665s PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.624s PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 5.728s PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 23.853s PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.422s PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.483s PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 3.723s PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.773s PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.464s PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 2.676s PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.535s SKIP: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.610s PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 3.287s PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.519s PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.520s PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.503s PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.463s PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 2.840s PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.730s PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.478s PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.676s PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.638s PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 1.747s PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.679s PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.645s PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 1.952s PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.520s PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 3.438s PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 7.054s PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.616s PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.518s PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 4.810s PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.520s PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 6.915s PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 2.288s PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 11.286s PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 10.000s PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 2.257s PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 23.479s PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.094s PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 4.633s PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 8.973s PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.641s PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.573s PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 2.817s PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 4.855s PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.570s PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 20.077s PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.319s PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 2.198s PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 2.771s PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 7.671s PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 1.979s PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 2.878s PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.584s PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.734s PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 2.251s PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.554s PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 2.624s SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 3.015s PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 3.358s PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 2.009s PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 9.209s PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 4.215s PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 2.434s PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 3.087s PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.075s PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.033s PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 2.769s SKIP: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled (unmatched requirement IsAmd64) PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 3.196s PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 3.363s PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 3.194s PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 2.401s PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 7.628s PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 3.055s SKIP: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.534s PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.710s PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 5.728s PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.518s SKIP: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.054s PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.524s PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.601s PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.165s PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.069s PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.519s PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.540s PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 2.892s PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 2.289s PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.530s PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 28.366s PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 2.128s PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 2.393s PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 1.500s PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.025s PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 3.880s PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.038s PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 4.519s PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 24.012s PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.112s PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 2.490s PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 2.958s PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 3.972s PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.528s PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.574s PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 2.418s PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 12.891s SKIP: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove (unmatched requirement IsAmd64) PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.566s PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.424s PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.549s PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.567s PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.389s PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 1.691s PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.002s SKIP: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled (unmatched requirement IsAmd64) SKIP: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 1.846s PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 2.129s PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 2.946s PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.553s PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 4.831s PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 3.140s PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 3.093s PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 14.873s PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 5.603s PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.292s PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 4.053s PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.651s PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 1.092s PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 1.103s PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 2.938s PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 2.651s PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 7.287s PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.337s PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 8.209s PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 25.203s PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 2.516s PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 2.080s PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 1.733s PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 2.531s PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.071s SKIP: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin (unmatched requirement IsAmd64) PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 1.174s PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 0.753s PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.142s PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 10.338s PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 2.836s PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.385s PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 3.189s PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 12.172s PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 0.961s PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.608s PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.651s PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 2.464s PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 2.304s PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.658s PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.667s PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 2.780s PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 2.727s PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 2.633s PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 18.749s PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.696s PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.835s PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 15.321s SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 3.070s PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.595s PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.536s PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 6.125s PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 5.258s PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.346s PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 4.449s PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 14.502s PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.925s PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.461s PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 2.586s PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.459s PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 2.486s PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 15.331s PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 1.490s PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 2.482s PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 3.952s PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.567s PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 48.089s SKIP: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection (Disabled on ppc64le) PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.653s SKIP: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey (Disabled on s390x) PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 4.217s PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 14.777s PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 0.974s PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 7.317s PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 4.368s PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 2.667s PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 7.460s PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.422s PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.619s PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.228s PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 1.643s PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 2.517s PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 3.725s SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 22.796s PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 1.970s PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 3.282s PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.503s PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 6.460s PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.861s PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.864s PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.537s PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.128s PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.384s PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.667s PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.569s PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.040s PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 18.890s PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.427s PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.683s PASS: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak 2.143s PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 21.653s PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 0.751s PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 9.885s PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 53.008s PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 4.169s PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.516s PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.420s PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 3.968s PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 15.339s PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 1.798s PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 30.291s PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.131s PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 3.175s PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 36.600s PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.124s PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.599s PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 6.274s SKIP: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum (Disabled on ppc64le) PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 3.205s PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.136s PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 4.564s PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 6.226s PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.241s PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.305s PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 26.664s PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.514s PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.822s PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 3.483s PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.376s PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 8.199s PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 0.841s PASS: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey 96.113s PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 5.512s PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 6.271s PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 9.818s PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 0.779s PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 8.374s PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.946s PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.344s PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.122s PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 5.579s PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.636s PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 1.827s PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 3.642s SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 113.440s PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.232s PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 7.195s PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.745s PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.750s PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.544s PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.601s PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 1.931s PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.077s PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 3.290s PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 0.766s PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 7.665s PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.135s PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.550s SKIP: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.596s PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 3.062s PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.610s PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.130s PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 3.257s PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 2.476s PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 11.992s PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.038s PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 15.004s PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.130s PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 53.371s PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 13.087s PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 25.052s PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 1.581s PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.063s PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.746s PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.649s PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 7.291s PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 0.976s PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 11.201s PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.093s PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 14.804s PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.406s PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 36.122s PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 2.979s PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.397s PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.326s PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.738s PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 4.503s PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.655s PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.673s PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.604s PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.049s PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 28.955s PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 25.615s PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 2.761s PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 3.636s PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.134s PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.386s PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 2.291s PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.327s PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 2.695s PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 1.585s PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 2.934s PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 22.141s PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 3.647s PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 7.498s PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.551s PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 23.399s PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.159s PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.532s time="2019-08-01T13:59:59Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 9.117s PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 3.126s PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 0.680s PASS: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps 1.215s PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 2.091s PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 2.067s PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.441s PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.251s PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.049s PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 2.729s PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 2.233s PASS: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate 0.200s PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 2.517s PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.247s PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 2.982s PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.204s PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 7.738s PASS: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative 1.187s PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 5.216s PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.118s PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 121.112s PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.313s PASS: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove 1.172s PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 2.127s PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 2.419s PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.119s PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.443s PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 4.978s PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.652s PASS: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix 1.747s PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 2.292s PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.002s PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 2.338s PASS: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect 1.285s time="2019-08-01T14:01:37Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 2.146s PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.793s PASS: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs 0.956s PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.028s PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 14.551s PASS: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable 1.232s SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 2.484s PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 48.332s PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.716s PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 2.888s PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.471s SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage (unmatched requirement IsAmd64) PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 2.260s PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 3.911s PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 0.759s PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 2.878s PASS: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat 0.676s PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.190s PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 3.472s PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 15.174s PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.535s PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.288s PASS: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet 0.750s PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 3.128s PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.580s PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 13.660s PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 16.951s PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.236s PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 1.690s PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.262s PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.523s PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.730s PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.027s PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 6.910s PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 4.498s PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.410s PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 0.784s PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.694s PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 15.114s PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.569s PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 1.907s PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.498s PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 15.350s PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.600s PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.666s PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.512s PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.039s PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.443s PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 4.991s PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.592s PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.396s SKIP: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey (Disabled on ppc64le) PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 3.695s PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.676s PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 0.722s PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 6.197s PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 6.565s PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.730s PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.270s PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.074s PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 1.461s PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 2.478s SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 0.876s PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.046s PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 5.330s PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.940s PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.990s PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 22.283s PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.255s PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.541s PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.633s PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver 6.513s PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 0.916s PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.594s time="2019-08-01T14:05:41Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.032s PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.175s PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.119s PASS: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps 1.276s PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 54.219s PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.394s PASS: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate 0.138s PASS: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative 1.272s PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 1.569s PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.882s PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.181s PASS: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove 1.245s PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.683s PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.039s OK: 1469 passed, 52 skipped PASS ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 16489 is not a child of this shell warning: PID 16489 from bundles/test-integration/DockerDaemonSuite.TestFailedPluginRemove/d8dbd7cad7615/docker.pid had a nonzero exit code PASS: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix 1.668s PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 43.195s PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 0.899s Clearing AppArmor profiles cache:. All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." Removing test suite binaries PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 3.027s Post stage [Pipeline] sh + echo Ensuring container killed. Ensuring container killed. + docker rm -vf docker-pr-exp3 Error: No such container: docker-pr-exp3 + true + echo Chowning /workspace to jenkins user Chowning /workspace to jenkins user + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 3.349s latest: Pulling from library/busybox ee153a04d683: Pulling fs layer ee153a04d683: Verifying Checksum ee153a04d683: Download complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Downloaded newer image for busybox:latest [Pipeline] sh + echo Creating bundles.tar.gz Creating bundles.tar.gz + find bundles -name *.log -o -name *.prof -o -name integration.test + xargs tar -czf experimental-bundles.tar.gz find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork/db2f2ea0e7c6e/root/overlay2/0b6ea72b0ec5e70c94626fe2d18f267be3e14b799be9752e6037b3a0035712e6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork/db2f2ea0e7c6e/root/overlay2/0b6ea72b0ec5e70c94626fe2d18f267be3e14b799be9752e6037b3a0035712e6/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/6df4c418d355a70c3f5bab388a188fd0c107acff798e9d1b2bf1f6b694461586/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/3235d472ea1a916f7f164c2a667b5c55419e355f90be2478b485622cd797ef6e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/3235d472ea1a916f7f164c2a667b5c55419e355f90be2478b485622cd797ef6e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/c2f9b84a3baab35eea4e3ef0ec20e79c049273534ce381bd2ad5efc2f16390f0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/c2f9b84a3baab35eea4e3ef0ec20e79c049273534ce381bd2ad5efc2f16390f0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d39a1bf9de7f8/root/overlay2/6df4c418d355a70c3f5bab388a188fd0c107acff798e9d1b2bf1f6b694461586-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRestartPolicyWithLiveRestore/d38ebb6247598/root/overlay2/f9501fd5c29be7f8f4df5401a9f8e2c1cabcca6926a98352514cf50656faaa16/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRestartPolicyWithLiveRestore/d38ebb6247598/root/overlay2/f9501fd5c29be7f8f4df5401a9f8e2c1cabcca6926a98352514cf50656faaa16-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestHTTPSRun/d3be06fa50e20/root/overlay2/b6cc4a30029ba23d110c651e4ae525f2dd6b5722cb62fa8253fbb21f87a9c05e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestHTTPSRun/d3be06fa50e20/root/overlay2/b6cc4a30029ba23d110c651e4ae525f2dd6b5722cb62fa8253fbb21f87a9c05e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefault/d55c57f489813/root/overlay2/17356141eadf0bd1e77c0111d25e25205254165dc53d7022c6820e983740627d/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefault/d55c57f489813/root/overlay2/17356141eadf0bd1e77c0111d25e25205254165dc53d7022c6820e983740627d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeIP/d8bc6cc7c3fec/root/overlay2/29e7fabf2b7331f2f2cefedd8cf00705919b6a2da6719575333fef970f374820/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeIP/d8bc6cc7c3fec/root/overlay2/29e7fabf2b7331f2f2cefedd8cf00705919b6a2da6719575333fef970f374820-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest/ddb724d62ab41/root/overlay2/57311f3890ffb799a6cc81bf0388432238fb6c4456aa3ece0e349ba57f151569/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest/ddb724d62ab41/root/overlay2/57311f3890ffb799a6cc81bf0388432238fb6c4456aa3ece0e349ba57f151569-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash/d4ebbee778683/root/overlay2/c7cc4dd9c91ced3a5dba2205f41e1736786674873d21edd60010c3fda3096453-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash/d4ebbee778683/root/overlay2/c7cc4dd9c91ced3a5dba2205f41e1736786674873d21edd60010c3fda3096453/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestServiceCreateWithNetworkAlias/df05f40a6941d/root/overlay2/9e478b08cc3079024654348da3e8813cc24de518bed144df22d625afa76d7bca-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestServiceCreateWithNetworkAlias/df05f40a6941d/root/overlay2/9e478b08cc3079024654348da3e8813cc24de518bed144df22d625afa76d7bca/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d29a890ad0c2e/root/overlay2/a6207f73750db901abb3eaaf78060d1929dea8e50729c30b32c8b3c304543100/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d29a890ad0c2e/root/overlay2/a6207f73750db901abb3eaaf78060d1929dea8e50729c30b32c8b3c304543100-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d29a890ad0c2e/root/overlay2/2cb645fed803875a229f93b75ffd0a5b2f4573d99c62b73ff891b4e848be7614-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d29a890ad0c2e/root/overlay2/2cb645fed803875a229f93b75ffd0a5b2f4573d99c62b73ff891b4e848be7614/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSize/d98b2fa16f08c/root/overlay2/9413e2fe8fcc8fc37f62a0906d38a3a8a2df04057a531671ac46f552fcac741b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSize/d98b2fa16f08c/root/overlay2/9413e2fe8fcc8fc37f62a0906d38a3a8a2df04057a531671ac46f552fcac741b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNone/d28416eee107e/root/overlay2/1c70a352aa2cdedaa9e2177207998e59b62526ff511be5ac089e746ef6fb096c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNone/d28416eee107e/root/overlay2/1c70a352aa2cdedaa9e2177207998e59b62526ff511be5ac089e746ef6fb096c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d1841af9d855a/root/overlay2/f271d571aa6be752498d9838f484192ee7406d681643a89b900b22febe8de90d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d1841af9d855a/root/overlay2/f271d571aa6be752498d9838f484192ee7406d681643a89b900b22febe8de90d/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d1841af9d855a/root/overlay2/dd04f87eed78b9db232c84144eb909aa474a2700f00552e72ecfa8dfff10ba02-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d1841af9d855a/root/overlay2/dd04f87eed78b9db232c84144eb909aa474a2700f00552e72ecfa8dfff10ba02/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDR/dcd8d7cba063c/root/overlay2/91927283d673f4882bb0537ab286af585f09cebfee476ee0b1f9f79ba3c89a77-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDR/dcd8d7cba063c/root/overlay2/91927283d673f4882bb0537ab286af585f09cebfee476ee0b1f9f79ba3c89a77/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/de8bef9e1216463970df83600aaf1a74858ef0547e9cb83a2718b145574936ba/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/f5a8d85a78a06228d66ab15a1cf947011af632a59f92402c4b39828134070729/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/de8bef9e1216463970df83600aaf1a74858ef0547e9cb83a2718b145574936ba-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/8180100e05a435f1af2b2011143ec552e3685c05541d38685467ddfed1a1780e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/8180100e05a435f1af2b2011143ec552e3685c05541d38685467ddfed1a1780e/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d4a7bca433136/root/overlay2/f5a8d85a78a06228d66ab15a1cf947011af632a59f92402c4b39828134070729-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLogOptions/d95938eef7f22/root/overlay2/5d3b398b38db436be8e1b3b0ae54e2f3f9fba6a926a2d1f551a8a4bfc7fbfebf-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLogOptions/d95938eef7f22/root/overlay2/5d3b398b38db436be8e1b3b0ae54e2f3f9fba6a926a2d1f551a8a4bfc7fbfebf/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNewFormat/d2611e60be573/root/overlay2/d8a378262c4577250194f8577c25ffe7ed2da5ee461191f46f808ba37b4e8ac8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNewFormat/d2611e60be573/root/overlay2/d8a378262c4577250194f8577c25ffe7ed2da5ee461191f46f808ba37b4e8ac8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesClean/d8878e12f9c9e/root/overlay2/0f54f7eb76d4bb45abea895094181b5e708e880245de1a68c9c8b21c6fd25624/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesClean/d8878e12f9c9e/root/overlay2/0f54f7eb76d4bb45abea895094181b5e708e880245de1a68c9c8b21c6fd25624-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/61013d7dc1e78e6d71c78d0d227ad709a0b6879ad524b3fb9867690293e06155-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/c6f034d773c2baa4c42cd1aebd4a096e1478a167b2b75336dd3b77cef64922f4/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/7654e9ce032fa383a45f65e518fe592c1ec9812e18ba41c50ce32241e312a9d7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/1daff1f052d3b31c86c3f29bd5c2d39f97d2db8197c594b63349b8ba5aeb511d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/05af20f384583b928314d27fd68668e84a38a662d62cc9fff7f84f48e0c2c239/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/c6f034d773c2baa4c42cd1aebd4a096e1478a167b2b75336dd3b77cef64922f4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/700c05dc3f3943a21ea8398755c4fbe5cb6a3a10b97e2647e1b97fa9d6041f69/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/31c6367d532e21b51cde77f33e89413eb242e15ef4d8639dfa8ff4a989e2db8b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/6980ebfe2b609abee4565e732e9f2165ddc8dfd401af4434d6a41b54ddd82930-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/76509cfe9e9e5eff606491c99ce2bcb44c9b011692f101dd0d9bee724fa9eadb/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/700c05dc3f3943a21ea8398755c4fbe5cb6a3a10b97e2647e1b97fa9d6041f69-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/31c6367d532e21b51cde77f33e89413eb242e15ef4d8639dfa8ff4a989e2db8b/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/67b9f2210962f61480cf9ea76f152dbfa1197b41371f5342441368e211c3a298/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/1daff1f052d3b31c86c3f29bd5c2d39f97d2db8197c594b63349b8ba5aeb511d/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/76509cfe9e9e5eff606491c99ce2bcb44c9b011692f101dd0d9bee724fa9eadb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/05af20f384583b928314d27fd68668e84a38a662d62cc9fff7f84f48e0c2c239-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/7654e9ce032fa383a45f65e518fe592c1ec9812e18ba41c50ce32241e312a9d7/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/6980ebfe2b609abee4565e732e9f2165ddc8dfd401af4434d6a41b54ddd82930/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/67b9f2210962f61480cf9ea76f152dbfa1197b41371f5342441368e211c3a298-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/de237bf1e7555/root/overlay2/61013d7dc1e78e6d71c78d0d227ad709a0b6879ad524b3fb9867690293e06155/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure/dc2441842c194/root/overlay2/3208a44e882c087083d2504f8aed84194829551eb88165c6efac3db4d835e35a/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure/dc2441842c194/root/overlay2/3208a44e882c087083d2504f8aed84194829551eb88165c6efac3db4d835e35a-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivate/d184b378e3d82/root/overlay2/3b73ce944d43ed69dd01a5f3976d570c155610e79efc878f75ad68512a03814a/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivate/d184b378e3d82/root/overlay2/3b73ce944d43ed69dd01a5f3976d570c155610e79efc878f75ad68512a03814a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart/df4a616465ee8/root/overlay2/3d9212a5fe913d6d3fb870d2783961aabbe4d9ae042c8795368ff2fffb6b8116/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart/df4a616465ee8/root/overlay2/3d9212a5fe913d6d3fb870d2783961aabbe4d9ae042c8795368ff2fffb6b8116-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/264fa943ff530652e249333bccef80df39801d9d997dc087074e37f30197f9a0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/34464ca18c67b6557e329247d30c1f0d0d977f5e560b5be73433a5652963ef27/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/34464ca18c67b6557e329247d30c1f0d0d977f5e560b5be73433a5652963ef27-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/138ecbc5647f1b7fc448f6a8e64bd404781435c9afbade2b40a3c333f51b42a6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/138ecbc5647f1b7fc448f6a8e64bd404781435c9afbade2b40a3c333f51b42a6/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/264fa943ff530652e249333bccef80df39801d9d997dc087074e37f30197f9a0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/1611e3d5f9d2ce45cd55505d5f85b1ecfd033ca0b71155c7c603e31436140f37-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/df1582191c2cb/root/overlay2/1611e3d5f9d2ce45cd55505d5f85b1ecfd033ca0b71155c7c603e31436140f37/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6HostMode/d5502bdb08a91/root/overlay2/d3590d1d09e6ffa7761d8757c45c8f7c66a8004b7840cdb7d9fa5a93abc4f092-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6HostMode/d5502bdb08a91/root/overlay2/d3590d1d09e6ffa7761d8757c45c8f7c66a8004b7840cdb7d9fa5a93abc4f092/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride/d5ca98702a121/root/overlay2/ff3cddd19229c2569987a3b452de8a3187e4cb19e37c8f0e7cbb169ee5c4d556/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride/d5ca98702a121/root/overlay2/ff3cddd19229c2569987a3b452de8a3187e4cb19e37c8f0e7cbb169ee5c4d556-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunOlderClient/d3a0486ac13d5/root/overlay2/17fe953e0e7d6b68d59c509280e314494905b0209c0db8602da7369172cc1b7c/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunOlderClient/d3a0486ac13d5/root/overlay2/17fe953e0e7d6b68d59c509280e314494905b0209c0db8602da7369172cc1b7c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithPausedContainer/dc4bc22296417/root/overlay2/e2c40226ee246fe94b5c10c7f84e24cc01dce348b9e3fcc459a52801abeaaa70/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithPausedContainer/dc4bc22296417/root/overlay2/e2c40226ee246fe94b5c10c7f84e24cc01dce348b9e3fcc459a52801abeaaa70-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowRequest/d3663037bee95/root/overlay2/a8ea93d1b64d82a459994352de4aa96be2522a68a2f2984331894ce803623f2e-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowRequest/d3663037bee95/root/overlay2/a8ea93d1b64d82a459994352de4aa96be2522a68a2f2984331894ce803623f2e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill/d226325c321a6/root/overlay2/d008da2f335f25b88eab26bca84aed68585cf1c201dd57e928fd1d5e0c2cbdd2/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill/d226325c321a6/root/overlay2/d008da2f335f25b88eab26bca84aed68585cf1c201dd57e928fd1d5e0c2cbdd2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRenameContainer/d09ff3e23537f/root/overlay2/16e1c517bb18eec0693488013d4f9c9a9927258f2434f84ffc814447641746a1/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRenameContainer/d09ff3e23537f/root/overlay2/16e1c517bb18eec0693488013d4f9c9a9927258f2434f84ffc814447641746a1-init/work/work’: Permission denied find: ‘bundles/test-integration/TestServiceUpdateNetwork/d6180d09fb914/root/overlay2/d752189dfbd70d373dd3d7040148708a87a3c35f8120eda87b117742bb87d966/work/work’: Permission denied find: ‘bundles/test-integration/TestServiceUpdateNetwork/d6180d09fb914/root/overlay2/d752189dfbd70d373dd3d7040148708a87a3c35f8120eda87b117742bb87d966-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer/deedf4679d07f/root/overlay2/6966420178db23e5e582e500645216a1f6ac797617a14faba6cbcb8ef0920376/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer/deedf4679d07f/root/overlay2/6966420178db23e5e582e500645216a1f6ac797617a14faba6cbcb8ef0920376-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/df454c2752398/root/overlay2/282bc8bbae0d4d9dbbb8cc44c33753d1fe5c09ca1ecb855fe61789ddeffa661c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/df454c2752398/root/overlay2/a8d444ee681e3eb69beabae89125306e07f5577f58c3961de64f9c1eb685e658/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/df454c2752398/root/overlay2/a8d444ee681e3eb69beabae89125306e07f5577f58c3961de64f9c1eb685e658-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/df454c2752398/root/overlay2/282bc8bbae0d4d9dbbb8cc44c33753d1fe5c09ca1ecb855fe61789ddeffa661c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartKillWait/de1043bbcb170/root/overlay2/6293a7228fdfc86aff2b2ca0d5b67e2bb574fbb5ec5206a0e01af638b9e3b70c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartKillWait/de1043bbcb170/root/overlay2/6293a7228fdfc86aff2b2ca0d5b67e2bb574fbb5ec5206a0e01af638b9e3b70c-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d1fcf1003a5aa/root/overlay2/0b262c427073e87a6a106bd9ed3ed97a84459e0d5a38040f195ec49747218bcd/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d1fcf1003a5aa/root/overlay2/7ad5bc56bc3db97128153804cb2f72c1158e24ba6983c7f67ebda71c67f8f9f1/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d1fcf1003a5aa/root/overlay2/7ad5bc56bc3db97128153804cb2f72c1158e24ba6983c7f67ebda71c67f8f9f1-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d1fcf1003a5aa/root/overlay2/0b262c427073e87a6a106bd9ed3ed97a84459e0d5a38040f195ec49747218bcd-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d44dcadee0153/root/overlay2/fbcd6ec240cc499b49bca0ecb95cdd02323b6968940108a8e4b8ebc5a275699b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d44dcadee0153/root/overlay2/f7332e91a4bb37bc73cdc6b2297550cc477ec93936f4a69a74a07d97039bffa7/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d44dcadee0153/root/overlay2/f7332e91a4bb37bc73cdc6b2297550cc477ec93936f4a69a74a07d97039bffa7-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d44dcadee0153/root/overlay2/fbcd6ec240cc499b49bca0ecb95cdd02323b6968940108a8e4b8ebc5a275699b/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d9e770863346c/root/overlay2/abe1eb056f28d931e3a5f01b6331aa0e37178eb177f1433af9ae602b4d51309b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d9e770863346c/root/overlay2/abe1eb056f28d931e3a5f01b6331aa0e37178eb177f1433af9ae602b4d51309b/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin/dd3ecf9e46104/root/overlay2/4f68371090e916667ff07b76278843ff2e0c635b66ed44758e5bb96b4e0fad82-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin/dd3ecf9e46104/root/overlay2/4f68371090e916667ff07b76278843ff2e0c635b66ed44758e5bb96b4e0fad82/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d2dac84540a11/root/overlay2/98a41b4b6065023ffe0251e7cd9c29eaea14ca3609b6fa080061e8ddb06c5cfb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d2dac84540a11/root/overlay2/98a41b4b6065023ffe0251e7cd9c29eaea14ca3609b6fa080061e8ddb06c5cfb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d2dac84540a11/root/overlay2/237ecd8714c72774664bb4ae10b6d43185e2a35cd3f9470cfa5d5264b3b1bce5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d2dac84540a11/root/overlay2/237ecd8714c72774664bb4ae10b6d43185e2a35cd3f9470cfa5d5264b3b1bce5/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/de48cd8e7b9b9/root/overlay2/f58bc925748a76101537db5ddf75ee09e179b23382cac21cec8d2f30b3c6bcb7-init/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/de48cd8e7b9b9/root/overlay2/22d3fce3bf573c0bc30821bd14eabdc01f1aa1b9c4c4775b03dc8c599d2055e0-init/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/de48cd8e7b9b9/root/overlay2/f58bc925748a76101537db5ddf75ee09e179b23382cac21cec8d2f30b3c6bcb7/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/de48cd8e7b9b9/root/overlay2/22d3fce3bf573c0bc30821bd14eabdc01f1aa1b9c4c4775b03dc8c599d2055e0/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkIPAMOptions/df3987db26400/root/overlay2/57810764ba13e07f87a0f2dc65ba8d5a40bf660a6e7f29e0f7dede96c9c1831c/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkIPAMOptions/df3987db26400/root/overlay2/57810764ba13e07f87a0f2dc65ba8d5a40bf660a6e7f29e0f7dede96c9c1831c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecWithUserAfterLiveRestore/d6f297a7e1f0b/root/overlay2/c869c4fe31241be015a209111273ab9d651486523fd810f32495f9621e4d77e2/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecWithUserAfterLiveRestore/d6f297a7e1f0b/root/overlay2/c869c4fe31241be015a209111273ab9d651486523fd810f32495f9621e4d77e2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer/d5ad8605fcd59/root/overlay2/950f483d6fc648d23e6e69f7ca4d023a94863b41e005508721cd29aa6c96974b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer/d5ad8605fcd59/root/overlay2/950f483d6fc648d23e6e69f7ca4d023a94863b41e005508721cd29aa6c96974b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown/dd5cb1fc9e8f0/root/overlay2/2c2b31983bf805a3a01fbf2974915034538c147ba4094a3dc82b5f541cbcc2c7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown/dd5cb1fc9e8f0/root/overlay2/2c2b31983bf805a3a01fbf2974915034538c147ba4094a3dc82b5f541cbcc2c7/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d77d021171cd0/root/overlay2/96637673c41ed0e40d8ad7a0f9399a9ccfa98319190499e02b0a12a90f4ec405-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d77d021171cd0/root/overlay2/96637673c41ed0e40d8ad7a0f9399a9ccfa98319190499e02b0a12a90f4ec405/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d77d021171cd0/root/overlay2/e918c135663a602ce15051ebfddd635b257e2346d4da8de4c4c200fdb8106162/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d77d021171cd0/root/overlay2/e918c135663a602ce15051ebfddd635b257e2346d4da8de4c4c200fdb8106162-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPruneNetwork/dcb747c91f0c8/root/overlay2/698d679612356f0632f5eba7a2f9495d0e1d2c6c9bdbc243cb06a84c3b697767-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPruneNetwork/dcb747c91f0c8/root/overlay2/698d679612356f0632f5eba7a2f9495d0e1d2c6c9bdbc243cb06a84c3b697767/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode/d90a234aff5b7/root/overlay2/cf3f60d031a83a1c05e98b97e0248ee722aab46d0db0986e50fb4ad9156badec-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode/d90a234aff5b7/root/overlay2/cf3f60d031a83a1c05e98b97e0248ee722aab46d0db0986e50fb4ad9156badec/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonShutdownTimeout/d50ebe938c4eb/root/overlay2/440a44547c12639a2c9b7c1c60b3c2890a0a9b2567139b13ad863c6a1e2fe561/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonShutdownTimeout/d50ebe938c4eb/root/overlay2/440a44547c12639a2c9b7c1c60b3c2890a0a9b2567139b13ad863c6a1e2fe561-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuild/d2b2a399a3786/root/overlay2/7b96846aaa6bde46440265535017312921c4800e0b3a92f89c54f8e573c73b5e-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuild/d2b2a399a3786/root/overlay2/7b96846aaa6bde46440265535017312921c4800e0b3a92f89c54f8e573c73b5e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeExternal/dccfd3c98e5fa/root/overlay2/d83626e8eaf5d62e47602808d5c3e4aa7340b9491cac404490c5fad52ff6d82f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeExternal/dccfd3c98e5fa/root/overlay2/d83626e8eaf5d62e47602808d5c3e4aa7340b9491cac404490c5fad52ff6d82f-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode/d92a1df0733eb/root/overlay2/d4891a4dab4ba7e7f7592102fcbcf9fd6d90f5b2879f5e9acc50c75dfad97ade/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode/d92a1df0733eb/root/overlay2/d4891a4dab4ba7e7f7592102fcbcf9fd6d90f5b2879f5e9acc50c75dfad97ade-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer/deeafa84591c3/root/overlay2/82d7b6bee35e1a349f227fd588f1be5f32a564a7c4d16d16056907c07e6c9d1f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer/deeafa84591c3/root/overlay2/82d7b6bee35e1a349f227fd588f1be5f32a564a7c4d16d16056907c07e6c9d1f/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmPublishDuplicatePorts/d63f614784ffc/root/overlay2/0c8a75c4361dd681271ece46a17a99af488b9b836d8c06c3d2cefe8c4b88b6b0/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmPublishDuplicatePorts/d63f614784ffc/root/overlay2/0c8a75c4361dd681271ece46a17a99af488b9b836d8c06c3d2cefe8c4b88b6b0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkPluginV2/df7a275dba76a/root/overlay2/2be5a25177707ba6e3d3b0d5a4f17a04d3d8f5a6d4b2581819c8cfa08e43a71a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkPluginV2/df7a275dba76a/root/overlay2/2be5a25177707ba6e3d3b0d5a4f17a04d3d8f5a6d4b2581819c8cfa08e43a71a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume/dbc20e53b23ea/root/overlay2/2fd9aa6d6ac4419782984ed9d7f25f56d03000310951a5e4ce6edb5db6bc49b0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume/dbc20e53b23ea/root/overlay2/2fd9aa6d6ac4419782984ed9d7f25f56d03000310951a5e4ce6edb5db6bc49b0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPsListContainersFilterIsTask/d7adb43ff2dfd/root/overlay2/d7446fe2e7596dbab016ed3cd7b02a2e3ddb2cc3d56480961c1c25ecdeb5844a/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPsListContainersFilterIsTask/d7adb43ff2dfd/root/overlay2/d7446fe2e7596dbab016ed3cd7b02a2e3ddb2cc3d56480961c1c25ecdeb5844a-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareable/d0f93cf50e83d/root/overlay2/c94e3aa4e5ab4794d19c2573e99026bb061038d0c65cd0f8ba12f5c501a82e7a-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareable/d0f93cf50e83d/root/overlay2/c94e3aa4e5ab4794d19c2573e99026bb061038d0c65cd0f8ba12f5c501a82e7a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonCgroupParent/d422057c7586c/root/overlay2/07d800c19fad1883f344625441e2ab652eab7ba3b0a87b10cd7d9b85bbdec45d/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonCgroupParent/d422057c7586c/root/overlay2/07d800c19fad1883f344625441e2ab652eab7ba3b0a87b10cd7d9b85bbdec45d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/d470c03f1796d/root/overlay2/f0adaea11835da9b511ddee6cc839f5bafe98b79a88226e5435c35da3bd59744-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/d470c03f1796d/root/overlay2/fb50b3d34ff72ece6b8f78547b608995bd7b050d9b518c84ab34e7eaf7c04d48/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/d470c03f1796d/root/overlay2/fb50b3d34ff72ece6b8f78547b608995bd7b050d9b518c84ab34e7eaf7c04d48-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/d470c03f1796d/root/overlay2/f0adaea11835da9b511ddee6cc839f5bafe98b79a88226e5435c35da3bd59744/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartOnFailure/dbb13a305a899/root/overlay2/2c877f4f95294db813e375563eb7f4338bae9e9da394caf77cbebf48fc879854/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartOnFailure/dbb13a305a899/root/overlay2/2c877f4f95294db813e375563eb7f4338bae9e9da394caf77cbebf48fc879854-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExternalGraphDriver/d92f2b1768c35/root/overlay2/4fd54972fe866cb2791c88ac08796368a96696999132724d0afe060903a531b6-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExternalGraphDriver/d92f2b1768c35/root/overlay2/4fd54972fe866cb2791c88ac08796368a96696999132724d0afe060903a531b6/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesCreate/d39450006dfbb/root/overlay2/51b48f586cbb933e0c0295bb2bcc943e488f422db8919fcb46b7efec6baa047c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesCreate/d39450006dfbb/root/overlay2/51b48f586cbb933e0c0295bb2bcc943e488f422db8919fcb46b7efec6baa047c-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRun/d6d7c34fa95d7/root/overlay2/a31a1e9a0cd801bf90e48c8b38913028190e8da1d5d19dd4982cd3d0124f19fb-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRun/d6d7c34fa95d7/root/overlay2/a31a1e9a0cd801bf90e48c8b38913028190e8da1d5d19dd4982cd3d0124f19fb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWideLogConfig/d1f425d33caab/root/overlay2/afe009335d9b9b007374bb2713f38bc69417fce9fb1628d44af8996e7eaa20e9-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWideLogConfig/d1f425d33caab/root/overlay2/afe009335d9b9b007374bb2713f38bc69417fce9fb1628d44af8996e7eaa20e9/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecAfterDaemonRestart/d620e05511320/root/overlay2/f8b21675b390ece557639a25e6cf8a554fd4d597f606954854af2b8af35be9f1-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecAfterDaemonRestart/d620e05511320/root/overlay2/f8b21675b390ece557639a25e6cf8a554fd4d597f606954854af2b8af35be9f1/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/81b5ab64ba14452031e3387c9ceb73569883e6c19a33db4c81092b007e2ad9e7/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/d4a98dcf3a4a9c2d3208b2b4a23c14c1a32d54e1eb74bd4b0dc137e8d4b824af/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/81b5ab64ba14452031e3387c9ceb73569883e6c19a33db4c81092b007e2ad9e7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/e55c2bd26d2110899aff114cbad63ac99f89d361d83ff689b5659283edb8e00e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/e55c2bd26d2110899aff114cbad63ac99f89d361d83ff689b5659283edb8e00e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d406fb0694d8b/root/overlay2/d4a98dcf3a4a9c2d3208b2b4a23c14c1a32d54e1eb74bd4b0dc137e8d4b824af-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dd7eb6f08c6b8/root/overlay2/1c46cb166f67d684e21f472b8d2bad437ff94711c6d8fd8eb0dd4ab5e725db34-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dd7eb6f08c6b8/root/overlay2/89db72373f841ec3ca5f27d1cce509169e3b0f9f34b26cb451a58e53ebec5fb1/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dd7eb6f08c6b8/root/overlay2/89db72373f841ec3ca5f27d1cce509169e3b0f9f34b26cb451a58e53ebec5fb1-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dd7eb6f08c6b8/root/overlay2/1c46cb166f67d684e21f472b8d2bad437ff94711c6d8fd8eb0dd4ab5e725db34/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit/d861b6606962f/root/overlay2/01191e086060fe6dccfe654d280b2c56a9a1e870e6ca5b329ab0c8e21eef4281/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit/d861b6606962f/root/overlay2/01191e086060fe6dccfe654d280b2c56a9a1e870e6ca5b329ab0c8e21eef4281-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking/d758cb0610b0b/root/overlay2/a5241cbbee5cb7013d0a331dc07e8ce6d6eb7ed382a36a03943bc1edd644ae4d/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking/d758cb0610b0b/root/overlay2/a5241cbbee5cb7013d0a331dc07e8ce6d6eb7ed382a36a03943bc1edd644ae4d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPIServiceUpdatePort/d63ad93f397db/root/overlay2/f89d267d6e10b911a43e64d9c4c919a8db69d170a6979025fe94dd182d818feb/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPIServiceUpdatePort/d63ad93f397db/root/overlay2/f89d267d6e10b911a43e64d9c4c919a8db69d170a6979025fe94dd182d818feb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways/d225fd75a2af1/root/overlay2/5e4561bca9c4d7f553b173b68c6ce8f9cd022202f6b6d06b005e497825186e5f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways/d225fd75a2af1/root/overlay2/5e4561bca9c4d7f553b173b68c6ce8f9cd022202f6b6d06b005e497825186e5f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmVolumePlugin/dc22d907c119c/root/overlay2/477dcdcf9a5733a5f7bfd716ebfc026fabf6cf88d5c6bc255880d43dcc12dd3b/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmVolumePlugin/dc22d907c119c/root/overlay2/477dcdcf9a5733a5f7bfd716ebfc026fabf6cf88d5c6bc255880d43dcc12dd3b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunHostMode/dc3aef0e00bf3/root/overlay2/5d18b9a325b47778d9e50e8e253f2c5f198eaa52e0946cbd742031b91db278e6-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunHostMode/dc3aef0e00bf3/root/overlay2/5d18b9a325b47778d9e50e8e253f2c5f198eaa52e0946cbd742031b91db278e6/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError/d00f384c7d4cd/root/overlay2/f2d0dbfad8f2a8821d569e80473a773fe7ec54be6dd9ba8b97d13a979c1466da/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError/d00f384c7d4cd/root/overlay2/f2d0dbfad8f2a8821d569e80473a773fe7ec54be6dd9ba8b97d13a979c1466da-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/c1ead9583765b0465edca1a4b9a76c85e5336417f554dd8fc3effd7d63a4f59c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/44825ce42ef6b31cfb350a142188d16a1dd37cc35c390371400236ecd5d2e6be/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/44825ce42ef6b31cfb350a142188d16a1dd37cc35c390371400236ecd5d2e6be-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/d05d0dee7cbbe4f6eff9a28888980409292aa1e88b7a23f0041c57ab0d623bff-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/d05d0dee7cbbe4f6eff9a28888980409292aa1e88b7a23f0041c57ab0d623bff/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/6998ff80119b8be79fcd3e5c7c7d0fa21123f8e78e1af4fb67b6c50e504a05eb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/d807afd6e0f9638aab7abb1655d62cc5bbbe6a5aae9fc09d1a001ed79f7dadca-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/d807afd6e0f9638aab7abb1655d62cc5bbbe6a5aae9fc09d1a001ed79f7dadca/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/6998ff80119b8be79fcd3e5c7c7d0fa21123f8e78e1af4fb67b6c50e504a05eb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/d642ba860071b/root/overlay2/c1ead9583765b0465edca1a4b9a76c85e5336417f554dd8fc3effd7d63a4f59c/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerAutoStart/d1db15704ba4a/root/overlay2/a834f3ec208b1abf6d8e49f5bde863beaffbb590bf3ca2ab135ad7ac9a20fa81-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerAutoStart/d1db15704ba4a/root/overlay2/a834f3ec208b1abf6d8e49f5bde863beaffbb590bf3ca2ab135ad7ac9a20fa81/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac/d7743b803e89a/root/overlay2/91bc31f04e239f4e19d9124c256251cf1455439717febcec6dbee6d43cba5bdf-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac/d7743b803e89a/root/overlay2/91bc31f04e239f4e19d9124c256251cf1455439717febcec6dbee6d43cba5bdf/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRmVolumeInUse/df386784dd017/root/overlay2/6405466cef9d985acc0871d52cce1a81b6bc8ffbb43f3af74d6aafb780e57f09-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRmVolumeInUse/df386784dd017/root/overlay2/6405466cef9d985acc0871d52cce1a81b6bc8ffbb43f3af74d6aafb780e57f09/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d65bd4a9b7aa6/root/overlay2/289e34dac1ea1b6a555cdbd40a117323137f710912982cbbd23ab9e7a3b06678-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d65bd4a9b7aa6/root/overlay2/289e34dac1ea1b6a555cdbd40a117323137f710912982cbbd23ab9e7a3b06678/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d65bd4a9b7aa6/root/overlay2/ff24fb493d76e87678a4e74ef82070c7fb622dbb2aed28efcbe8e881139837f0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d65bd4a9b7aa6/root/overlay2/ff24fb493d76e87678a4e74ef82070c7fb622dbb2aed28efcbe8e881139837f0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDNSFlagsInHostMode/d6ade96f63c62/root/overlay2/f50045542fb459bfc5e91f7cd6d180e10a4f5aeacad0bc3fe10b3076f3e36686/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDNSFlagsInHostMode/d6ade96f63c62/root/overlay2/f50045542fb459bfc5e91f7cd6d180e10a4f5aeacad0bc3fe10b3076f3e36686-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachable/da73b3cd12d10/root/overlay2/8cf09cb4c7b1c4e37d3fee327ab94666c61b2c193a0225a0339aace495fa2b62/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachable/da73b3cd12d10/root/overlay2/8cf09cb4c7b1c4e37d3fee327ab94666c61b2c193a0225a0339aace495fa2b62-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkReConnect/d5a4f4f1674d0/root/overlay2/d9e502ac46872a8ad75bf5c312b0ceff0501d1cc4c26925f28e588b827434c2b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkReConnect/d5a4f4f1674d0/root/overlay2/d9e502ac46872a8ad75bf5c312b0ceff0501d1cc4c26925f28e588b827434c2b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/8d5b7c91cb6425c051e4815e3733e07d39ac122bfccc3bd90c7531da05b613a9/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/c3774c0eb5edc341ede4f99b63664ac69a3d8efe413ccaa50a9d054fadc4612e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/8d5b7c91cb6425c051e4815e3733e07d39ac122bfccc3bd90c7531da05b613a9-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/c3774c0eb5edc341ede4f99b63664ac69a3d8efe413ccaa50a9d054fadc4612e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/70b7c7ccbc81ffc24ff5aa11a207e8f9433585214017a269ca01690dacc9011a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/d074e7caa4e29/root/overlay2/70b7c7ccbc81ffc24ff5aa11a207e8f9433585214017a269ca01690dacc9011a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/da8e7698ca237/root/overlay2/72fc3a52a78645c1fa8f40299082a3cef205e54e5128e03298f5496c5292a5a4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/da8e7698ca237/root/overlay2/4dd52767a9e283242ac78590a9d65a9de44538bf28c548401fe9ee4fcc73739a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/da8e7698ca237/root/overlay2/4dd52767a9e283242ac78590a9d65a9de44538bf28c548401fe9ee4fcc73739a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/da8e7698ca237/root/overlay2/72fc3a52a78645c1fa8f40299082a3cef205e54e5128e03298f5496c5292a5a4/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/dad01d59e5c71/root/165536.165536/overlay2/91b86922f2f16042b8b0848eeec4aa987a3fa079ddda76ac99c14905e5e4fb9e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/dad01d59e5c71/root/165536.165536/overlay2/99fc4357b12dcf2a3d0c29272427fc02636e709380c40756a08b6d4d73e16e92-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/dad01d59e5c71/root/165536.165536/overlay2/91b86922f2f16042b8b0848eeec4aa987a3fa079ddda76ac99c14905e5e4fb9e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/dad01d59e5c71/root/165536.165536/overlay2/99fc4357b12dcf2a3d0c29272427fc02636e709380c40756a08b6d4d73e16e92/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/d3b6a33eb3344/root/overlay2/c07b28b65f07ac0dc0adf443347aee6f45204a98fcf5c81d8cd409c3b5afdc5f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/d3b6a33eb3344/root/overlay2/92a5d928fd1ebf4367b749a32df9a5d4b28d7c0b6ac885756492530232d31586/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/d3b6a33eb3344/root/overlay2/92a5d928fd1ebf4367b749a32df9a5d4b28d7c0b6ac885756492530232d31586-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/d3b6a33eb3344/root/overlay2/c07b28b65f07ac0dc0adf443347aee6f45204a98fcf5c81d8cd409c3b5afdc5f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromConfigFile/de30d1e610aab/root/overlay2/76e15005c230db0329283863bd6d88ace8f79148ee17988119b3a508f06c0c0b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromConfigFile/de30d1e610aab/root/overlay2/76e15005c230db0329283863bd6d88ace8f79148ee17988119b3a508f06c0c0b/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/d04307d2ed064/root/overlay2/976b69832afc5aab94aa8fde72b4b6419a4f243fca6f0e277f6b1708c52c7de0-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/d04307d2ed064/root/overlay2/8c2fbcc829d06d2d34d906d9d10967f1977659228e7830d479ee27ce5d1e98ec/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/d04307d2ed064/root/overlay2/976b69832afc5aab94aa8fde72b4b6419a4f243fca6f0e277f6b1708c52c7de0/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/d04307d2ed064/root/overlay2/8c2fbcc829d06d2d34d906d9d10967f1977659228e7830d479ee27ce5d1e98ec-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/df791bd648e09/root/overlay2/21f6613527c2ff34886f6fa2e31467bfab914ca4dc10ecbb000d4723aed025cf/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/df791bd648e09/root/overlay2/12be6ab8a1ebe0b0441accfe52050329d50b08a045e57ddd2a683aed03329f7b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/df791bd648e09/root/overlay2/21f6613527c2ff34886f6fa2e31467bfab914ca4dc10ecbb000d4723aed025cf-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/df791bd648e09/root/overlay2/12be6ab8a1ebe0b0441accfe52050329d50b08a045e57ddd2a683aed03329f7b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr2/dc2734d626856/root/overlay2/9cf67deab25bb2f05d41dcd6fcc178596d122c73bc94dc31acdd862fac6bc29b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr2/dc2734d626856/root/overlay2/9cf67deab25bb2f05d41dcd6fcc178596d122c73bc94dc31acdd862fac6bc29b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit/dbe3f5a5f3d80/root/overlay2/7d48c87e7d9b69696dca622362105e5b00eeb18f2b2d5315d3c3c468c6be4d85-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit/dbe3f5a5f3d80/root/overlay2/7d48c87e7d9b69696dca622362105e5b00eeb18f2b2d5315d3c3c468c6be4d85/work/work’: Permission denied find: ‘bundles/test-integration/TestExportContainerAfterDaemonRestart/d1b6d46079f34/root/overlay2/b6892dabd2d5b7ca2aca01209706f51106ffffbd6947d2e91d3d6a6733d1fc0b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExportContainerAfterDaemonRestart/d1b6d46079f34/root/overlay2/b6892dabd2d5b7ca2aca01209706f51106ffffbd6947d2e91d3d6a6733d1fc0b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride/de38a358558b6/root/overlay2/d8a232ae1b06777b04ece19953cacce16fb911da470c564a212ac33871228e15-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride/de38a358558b6/root/overlay2/d8a232ae1b06777b04ece19953cacce16fb911da470c564a212ac33871228e15/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/74943843d289f58805b518607f75735ff7608cb13fdc1dcebe8d94e5b8172a85/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/e2db00040a043c120cf1147df2fb97d7eb414058dfaf417926ba1512f10651a4/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d4b72a17cf1e0f6cdbfbfc3e494ec561dfcfe8e7c9b9db306a981c0eb12316f7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/74943843d289f58805b518607f75735ff7608cb13fdc1dcebe8d94e5b8172a85-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/352b3d97f23a2c609722efc64257f6eb603b7556e3b1c1497a08b8d13cf3b2eb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/2bb77f1cd51456addaccf745df217f5b66ed20b22768bd73a2f91ef64097ff30-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/352b3d97f23a2c609722efc64257f6eb603b7556e3b1c1497a08b8d13cf3b2eb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/bb2a643c061f8f025f5c8838e2233e632d7cd1b91863e6a9fd08e4a0e55e097f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/054c129c6c8084f2cf4cafcdee615bf11ee5d6b3f9045cea3bd5aa484ab0fb03-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/c8bf28510c2708733e2e3bc282883593e5d9f122534244960bac14d38b0b1eff/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/c8bf28510c2708733e2e3bc282883593e5d9f122534244960bac14d38b0b1eff-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d4b72a17cf1e0f6cdbfbfc3e494ec561dfcfe8e7c9b9db306a981c0eb12316f7/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/e0fd9c8457a6578dbb0cc0b692e94743209c2c3476a3a57482ddeb64c798c6b4/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/2bb77f1cd51456addaccf745df217f5b66ed20b22768bd73a2f91ef64097ff30/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d77deb874c6a1c9d7a748efa35fa13d19151ae4a2d5ca59f6cd0628abf7bc3e2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/054c129c6c8084f2cf4cafcdee615bf11ee5d6b3f9045cea3bd5aa484ab0fb03/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d77deb874c6a1c9d7a748efa35fa13d19151ae4a2d5ca59f6cd0628abf7bc3e2/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/bb2a643c061f8f025f5c8838e2233e632d7cd1b91863e6a9fd08e4a0e55e097f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/e0fd9c8457a6578dbb0cc0b692e94743209c2c3476a3a57482ddeb64c798c6b4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d29f0aa7577c9088f049d937a11b456a855e5594c325fb283d40f9dde3896621-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/e2db00040a043c120cf1147df2fb97d7eb414058dfaf417926ba1512f10651a4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/d29f0aa7577c9088f049d937a11b456a855e5594c325fb283d40f9dde3896621/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/b42b1997301e216bc1be2bb0e15dcab20e1d889cc5feff07ecbb0beab2986d65-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/de052af330798/root/overlay2/b42b1997301e216bc1be2bb0e15dcab20e1d889cc5feff07ecbb0beab2986d65/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunPrivateMode/dbe7487fb7dc0/root/overlay2/ceee6171fa59789adf27d557cbc82b6c4de816c3fb1a71b753f14be9e9c92814/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunPrivateMode/dbe7487fb7dc0/root/overlay2/ceee6171fa59789adf27d557cbc82b6c4de816c3fb1a71b753f14be9e9c92814-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/d07157339e80c/root/overlay2/b0b5b9b0747c7622ad6a6f012961e6e39be23590d228c60914bd4879a68d0ae3/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/d07157339e80c/root/overlay2/dfe2bacb034f0aa971c9e7d7b8721177cb4e70792f467ac93008c95b32adbe96/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/d07157339e80c/root/overlay2/dfe2bacb034f0aa971c9e7d7b8721177cb4e70792f467ac93008c95b32adbe96-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/d07157339e80c/root/overlay2/b0b5b9b0747c7622ad6a6f012961e6e39be23590d228c60914bd4879a68d0ae3-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames/d540c5414531b/root/overlay2/8d25496195f71a49a87f43b33fb708655b8140e8115078eef7bbd07233aa99e2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames/d540c5414531b/root/overlay2/8d25496195f71a49a87f43b33fb708655b8140e8115078eef7bbd07233aa99e2/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail/dafbe1c5fe3c5/root/overlay2/4b8f15c530392eb769c3e894a8ad27aa6cc9048c668e73cce660c7b3e303afcc-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail/dafbe1c5fe3c5/root/overlay2/4b8f15c530392eb769c3e894a8ad27aa6cc9048c668e73cce660c7b3e303afcc/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithVolumesRefs/d0092fdc96e1d/root/overlay2/62e5b1e9224ffad52cccc234267049183ca504d6c3b2d1cb030ac871edfd3a1f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithVolumesRefs/d0092fdc96e1d/root/overlay2/62e5b1e9224ffad52cccc234267049183ca504d6c3b2d1cb030ac871edfd3a1f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUlimitDefaults/dcedd6efb5423/root/overlay2/3246fb4561f0344bad5838fe94c39f42ad3ac1ea0f8d7ba5709d696ebcff214a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUlimitDefaults/dcedd6efb5423/root/overlay2/3246fb4561f0344bad5838fe94c39f42ad3ac1ea0f8d7ba5709d696ebcff214a/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode/d3a39dbffa0f4/root/overlay2/92fe5e04cc67b1ce20c7397fa3f23095401018debdaaacb76ed4e38ffc791450/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode/d3a39dbffa0f4/root/overlay2/92fe5e04cc67b1ce20c7397fa3f23095401018debdaaacb76ed4e38ffc791450-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap/dc5cb5840a3ec/root/overlay2/2593fa63f26234569e7278248dd57c76d51c4c812575504c5d0137931994e3b7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap/dc5cb5840a3ec/root/overlay2/2593fa63f26234569e7278248dd57c76d51c4c812575504c5d0137931994e3b7/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave/daf96bfcb6bb2/root/overlay2/404380874a0d6b03df8d3aa35328488220c53098b6c882f49f500629d19533d1-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave/daf96bfcb6bb2/root/overlay2/404380874a0d6b03df8d3aa35328488220c53098b6c882f49f500629d19533d1/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp/de80d3bd4be19/root/overlay2/7ad080f4985ab1ed02955ec9fb35978cb5fb2d2e916d3e6d1874a50a98dce6c5/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp/de80d3bd4be19/root/overlay2/7ad080f4985ab1ed02955ec9fb35978cb5fb2d2e916d3e6d1874a50a98dce6c5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromCommandLine/dbf5a4b4158e8/root/overlay2/cdcc4d1fef7d3bedc3728234fabec6b2ba8e5d7d7d174fdb5f711650e5b875a8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromCommandLine/dbf5a4b4158e8/root/overlay2/cdcc4d1fef7d3bedc3728234fabec6b2ba8e5d7d7d174fdb5f711650e5b875a8/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivateFromConfig/deaf1904a5164/root/overlay2/9ba5ab3b89f8f4b259f88be522d1604cc40e3bf11b729b63cd23a1fd3ad7f752-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivateFromConfig/deaf1904a5164/root/overlay2/9ba5ab3b89f8f4b259f88be522d1604cc40e3bf11b729b63cd23a1fd3ad7f752/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/da59507995022/root/overlay2/c3461fd1fd4751ef0d0e71730e3bb90179644ed41124b673685fe501ec6512d8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/da59507995022/root/overlay2/f89283fecb1be6137fb16663b36efb601719418f1ee0d1d46958e234d7629801/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/da59507995022/root/overlay2/f89283fecb1be6137fb16663b36efb601719418f1ee0d1d46958e234d7629801-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/da59507995022/root/overlay2/c3461fd1fd4751ef0d0e71730e3bb90179644ed41124b673685fe501ec6512d8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart/d9813a2134b23/root/overlay2/2f55e5a4b44b3cefdee341c9bf29c34e898f736b65269aeffa5084499a95ce6d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart/d9813a2134b23/root/overlay2/2f55e5a4b44b3cefdee341c9bf29c34e898f736b65269aeffa5084499a95ce6d/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareableFromConfig/d22eeaf46eff5/root/overlay2/3f5b600894121271292d03eb89dd9f6ae3a304b5958002156591367ef8b7c6e6/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareableFromConfig/d22eeaf46eff5/root/overlay2/3f5b600894121271292d03eb89dd9f6ae3a304b5958002156591367ef8b7c6e6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/d41719ba73ec8/root/overlay2/0078a2a6374dd454e0d7605e221ab04fa147f5e3b4bec9d3cf8bc98a3b15e578/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/d41719ba73ec8/root/overlay2/32da6ac64fb40b3ed13bde01cf3398c43c32b44d15bec62d6c88fe043ec014bf-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/d41719ba73ec8/root/overlay2/0078a2a6374dd454e0d7605e221ab04fa147f5e3b4bec9d3cf8bc98a3b15e578-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/d41719ba73ec8/root/overlay2/32da6ac64fb40b3ed13bde01cf3398c43c32b44d15bec62d6c88fe043ec014bf/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowEventStream/d8cf9e6789ef6/root/overlay2/fb5c9305ac2ca4b20507c28544fe59bbaf43bb05cbd06db58f9926d93029de0b/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowEventStream/d8cf9e6789ef6/root/overlay2/fb5c9305ac2ca4b20507c28544fe59bbaf43bb05cbd06db58f9926d93029de0b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer/d4ec2144cf25c/root/overlay2/f8e08d49ce672a72352ef83c25c55fde5328cce940b69ec99e8f701d1b01526a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer/d4ec2144cf25c/root/overlay2/f8e08d49ce672a72352ef83c25c55fde5328cce940b69ec99e8f701d1b01526a/work/work’: Permission denied PASS: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect 1.339s time="2019-08-01T14:07:19Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" [Pipeline] sh + make clean docker volume rm -f docker-dev-cache docker-dev-cache [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } PASS: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs 0.769s PASS: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable 1.242s PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.548s PASS: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage 0.160s PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.664s PASS: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat 0.540s PASS: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet 0.595s PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 1.978s PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.665s PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 1.204s PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 100.823s PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.534s PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 1.661s PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.261s PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.965s PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 4.644s PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.188s SKIP: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.311s PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 2.875s PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.416s PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 2.870s PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 2.665s PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 2.644s PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.577s PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.403s PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.630s PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 15.699s PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.050s PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 12.488s PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 1.272s PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.377s PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.582s SKIP: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak (unmatched requirement IsAmd64) PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 6.445s PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.035s PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 0.821s PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.535s PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 14.844s PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.193s PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.227s PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.420s PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 4.119s PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.275s PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.761s PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.323s PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.025s PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 1.962s PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.112s PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.299s PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.562s PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.615s PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 21.958s PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 7.193s PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.227s PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.606s PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 0.805s PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.203s PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.698s time="2019-08-01T14:12:51Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.497s PASS: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps 1.322s PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.731s PASS: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate 0.222s PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.535s PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.494s PASS: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative 1.330s PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.674s PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 0.830s PASS: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove 1.268s PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 0.782s PASS: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix 2.133s PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 1.750s PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.287s PASS: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect 1.413s time="2019-08-01T14:14:30Z" level=info msg="Attempting next endpoint for push after error: Get https://127.0.0.1:5000/v2/: http: server gave HTTP response to HTTPS client" PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.570s PASS: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs 1.426s PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 1.127s PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 0.702s PASS: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable 1.300s PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.604s PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.293s SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage (unmatched requirement IsAmd64) PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.046s PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 2.609s PASS: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat 1.038s PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.266s PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.499s PASS: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet 1.169s PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.298s PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.046s PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.603s PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 0.938s PASS: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak 2.844s PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.082s PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 0.990s PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.344s PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 4.643s PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.077s PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 2.319s PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.672s PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.809s PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 2.911s PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.554s PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 3.049s PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.401s PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.074s PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.588s PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 8.042s PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 10.494s PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.309s PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.845s PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.051s PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 1.376s PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.622s PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.124s PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.123s PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.767s PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.073s PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.637s PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.795s PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.304s PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 1.082s PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.794s PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.266s PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 1.059s PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 1.055s PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.002s PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.121s PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 2.419s PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.261s PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.038s PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 0.976s PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.592s SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.134s PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.825s PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 0.763s PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.039s PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.123s PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 4.156s PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 2.033s PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.332s PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 4.106s PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 1.144s PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.032s PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 1.300s PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.103s PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 0.809s PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.836s PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.331s PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 2.047s PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 2.644s PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.046s PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.051s PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.335s PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 0.670s PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 3.226s PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.087s PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.691s SKIP: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak (unmatched requirement IsAmd64) PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 3.554s PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 1.012s PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 0.811s SKIP: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver (unmatched requirement IsAmd64) PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 10.102s PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 4.762s PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 1.550s PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.151s PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 1.966s PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 0.637s PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.264s PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.046s PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.340s PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.629s PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.089s PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.602s PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 2.562s PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.138s PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.319s PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 7.527s PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.127s PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.027s OK: 1441 passed, 80 skipped PASS ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.924s PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.004s Clearing AppArmor profiles cache:. All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." Removing test suite binaries Post stage [Pipeline] sh + echo Ensuring container killed. Ensuring container killed. + docker rm -vf docker-pr-s390x3 Error: No such container: docker-pr-s390x3 + true + echo Chowning /workspace to jenkins user Chowning /workspace to jenkins user + id -u + id -g + docker run --rm -v /home/jenkins/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ:/workspace s390x/busybox chown -R 1001:1001 /workspace Unable to find image 's390x/busybox:latest' locally latest: Pulling from s390x/busybox 7eaca4b6b397: Pulling fs layer 7eaca4b6b397: Verifying Checksum 7eaca4b6b397: Download complete 7eaca4b6b397: Pull complete Digest: sha256:0d7604558f95dce0c17cee0cdf45a8c68f35d7fc710a60a598cd43f652976878 Status: Downloaded newer image for s390x/busybox:latest PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.645s [Pipeline] sh + echo Creating bundles.tar.gz Creating bundles.tar.gz + xargs tar -czf s390x-bundles.tar.gz + find bundles -name *.log PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 3.049s [Pipeline] archiveArtifacts Archiving artifacts PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.684s PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.030s [Pipeline] deleteDir PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.574s SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 0.940s PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 1.111s PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 0.890s PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 3.989s PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.256s PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 4.016s PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.533s PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.024s PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 0.854s PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 1.101s PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.292s PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 2.283s PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.085s PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.039s PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.284s PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 0.974s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.317s PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.734s PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 1.062s PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 1.163s PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.144s PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.383s PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver 6.217s PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.109s PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 1.086s PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.172s PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 3.095s PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.519s PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 2.853s PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 1.577s PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.184s PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 10.778s PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.039s OK: 1469 passed, 52 skipped PASS ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 3571 is not a child of this shell warning: PID 3571 from bundles/test-integration/DockerDaemonSuite.TestFailedPluginRemove/ddc79d13a18cc/docker.pid had a nonzero exit code PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.350s Clearing AppArmor profiles cache:. All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." Removing test suite binaries ---> Making bundle: cross (in bundles/cross) Created symlinks: bundles/cross/linux/amd64/containerd bundles/cross/linux/amd64/containerd-shim bundles/cross/linux/amd64/containerd-shim.md5 bundles/cross/linux/amd64/containerd-shim.sha256 bundles/cross/linux/amd64/containerd.md5 bundles/cross/linux/amd64/containerd.sha256 bundles/cross/linux/amd64/ctr bundles/cross/linux/amd64/ctr.md5 bundles/cross/linux/amd64/ctr.sha256 bundles/cross/linux/amd64/docker-init bundles/cross/linux/amd64/docker-init.md5 bundles/cross/linux/amd64/docker-init.sha256 bundles/cross/linux/amd64/docker-proxy bundles/cross/linux/amd64/docker-proxy.md5 bundles/cross/linux/amd64/docker-proxy.sha256 bundles/cross/linux/amd64/dockerd bundles/cross/linux/amd64/dockerd-dev bundles/cross/linux/amd64/dockerd-dev.md5 bundles/cross/linux/amd64/dockerd-dev.sha256 bundles/cross/linux/amd64/dockerd-rootless.sh bundles/cross/linux/amd64/dockerd-rootless.sh.md5 bundles/cross/linux/amd64/dockerd-rootless.sh.sha256 bundles/cross/linux/amd64/rootlesskit bundles/cross/linux/amd64/rootlesskit-docker-proxy bundles/cross/linux/amd64/rootlesskit-docker-proxy.md5 bundles/cross/linux/amd64/rootlesskit-docker-proxy.sha256 bundles/cross/linux/amd64/rootlesskit.md5 bundles/cross/linux/amd64/rootlesskit.sha256 bundles/cross/linux/amd64/runc bundles/cross/linux/amd64/runc.md5 bundles/cross/linux/amd64/runc.sha256 bundles/cross/linux/amd64/vpnkit bundles/cross/linux/amd64/vpnkit.md5 bundles/cross/linux/amd64/vpnkit.sha256 Cross building: bundles/cross/linux/amd64 Building: bundles/cross/linux/amd64/dockerd-dev GOOS="linux" GOARCH="amd64" GOARM="" Created binary: bundles/cross/linux/amd64/dockerd-dev Copying nested executables into bundles/cross/linux/amd64 Cross building: bundles/cross/windows/amd64 Building: bundles/cross/windows/amd64/dockerd-dev.exe GOOS="windows" GOARCH="amd64" GOARM="" PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 1.393s PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.130s PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.108s PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.286s PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.261s Created binary: bundles/cross/windows/amd64/dockerd-dev.exe Cloning into '/go/src/github.com/docker/windows-container-utility'... remote: Enumerating objects: 19, done. remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. Building: bundles/cross/windows/amd64/containerutility.exe [Pipeline] sh + git rev-parse --short HEAD + GITCOMMIT=5f0231bca + echo Building e2e image Building e2e image + docker build --build-arg DOCKER_GITCOMMIT=5f0231bca -t moby-e2e-test -f Dockerfile.e2e . #1 [internal] load build definition from Dockerfile.e2e #1 digest: sha256:9f75b0758298ee8d292d1246255576ad5d251dda0618f2fd8a1c3b8672ebc78c #1 name: "[internal] load build definition from Dockerfile.e2e" #1 started: 2019-08-01 14:32:52.915711476 +0000 UTC #1 completed: 2019-08-01 14:32:52.915766795 +0000 UTC #1 duration: 55.319µs #1 started: 2019-08-01 14:32:52.917737567 +0000 UTC #1 completed: 2019-08-01 14:32:52.960228215 +0000 UTC #1 duration: 42.490648ms #1 transferring dockerfile: 3.19kB 0.0s done #2 [internal] load .dockerignore #2 digest: sha256:040a89c48936de97e09868222591d0915fd0967934c5eff2e112bd647a2dc6a5 #2 name: "[internal] load .dockerignore" #2 started: 2019-08-01 14:32:52.91576817 +0000 UTC #2 completed: 2019-08-01 14:32:52.915804772 +0000 UTC #2 duration: 36.602µs #2 started: 2019-08-01 14:32:52.917785659 +0000 UTC #2 completed: 2019-08-01 14:32:52.955823901 +0000 UTC #2 duration: 38.038242ms #2 transferring context: 34B 0.0s done #4 [internal] load metadata for docker.io/library/golang:1.12.7-alpine #4 digest: sha256:a1afa0c00bef1facc46982d4f2a0260bd82d802334fe5b91ba3400c134c3ac42 #4 name: "[internal] load metadata for docker.io/library/golang:1.12.7-alpine" #4 started: 2019-08-01 14:32:52.97954402 +0000 UTC #4 completed: 2019-08-01 14:32:53.270240698 +0000 UTC #4 duration: 290.696678ms #3 [internal] load metadata for docker.io/library/alpine:3.10 #3 digest: sha256:ac8c9d4b8fc421ddf809bac2b79af6ebec0aa591815b5d2abf229ccdfba18d01 #3 name: "[internal] load metadata for docker.io/library/alpine:3.10" #3 started: 2019-08-01 14:32:52.979523465 +0000 UTC #3 completed: 2019-08-01 14:32:53.333063112 +0000 UTC #3 duration: 353.539647ms #5 [internal] helper image for file operations #5 digest: sha256:e4c43493b1bb2320466c52248e886014710025b273f224bb96a23b8fb7a1d193 #5 name: "[internal] helper image for file operations" #5 started: 2019-08-01 14:32:53.336187468 +0000 UTC #5 completed: 2019-08-01 14:32:53.33680217 +0000 UTC #5 duration: 614.702µs #5 started: 2019-08-01 14:32:53.340873339 +0000 UTC #5 completed: 2019-08-01 14:32:53.340922528 +0000 UTC #5 duration: 49.189µs #5 cached: true #9 [internal] load build context #9 digest: sha256:74f8c2d6ff1568531b8eb20ce096ea3437b8436acf8f0dea8f9cbda629bd3b11 #9 name: "[internal] load build context" #9 started: 2019-08-01 14:32:53.33773349 +0000 UTC #6 ... #6 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:6a92cd1fcdc8d8cd... #6 digest: sha256:5c4715c9b5e880d5ee642b756aa8f6efc4d350de24be1f2cb22bf7b219ff2944 #6 name: "[runner 1/12] FROM docker.io/library/alpine:3.10@sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998" #6 started: 2019-08-01 14:32:53.338589564 +0000 UTC #6 completed: 2019-08-01 14:32:54.337014047 +0000 UTC #6 duration: 998.424483ms #6 resolve docker.io/library/alpine:3.10@sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 done #6 sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 1.64kB / 1.64kB done #6 sha256:57334c50959f26ce1ee025d08f136c2292c128f84e7b229d1b0da5dac89e9866 528B / 528B done #6 sha256:b7b28af77ffec6054d13378df4fdf02725830086c7444d9c278af25312aa39b9 1.51kB / 1.51kB done #6 sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 2.79MB / 2.79MB 0.1s done #6 extracting sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 0.8s done #9 [internal] load build context #9 completed: 2019-08-01 14:32:54.473843832 +0000 UTC #9 duration: 1.136110342s #9 transferring context: 441.87kB 1.1s done #15 [base 1/4] FROM docker.io/library/golang:1.12.7-alpine@sha256:87e5277123... #15 digest: sha256:e0b687e096fc3314ae3e1488cb694c77e9e65cae315535603b618ba39f7807b2 #15 name: "[base 1/4] FROM docker.io/library/golang:1.12.7-alpine@sha256:87e527712342efdb8ec5ddf2d57e87de7bd4d2fedf9f6f3547ee5768bb3c43ff" #15 started: 2019-08-01 14:32:53.339579781 +0000 UTC #15 resolve docker.io/library/golang:1.12.7-alpine@sha256:87e527712342efdb8ec5ddf2d57e87de7bd4d2fedf9f6f3547ee5768bb3c43ff done #15 sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc 301.72kB / 301.72kB 0.1s done #15 sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba 156B / 156B 0.3s done #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 74.30MB / 125.32MB 1.1s #15 sha256:87e527712342efdb8ec5ddf2d57e87de7bd4d2fedf9f6f3547ee5768bb3c43ff 1.65kB / 1.65kB done #15 sha256:1b8a5e7aad9be99e4d795ab2e108270ccaa6ca1bceb34d46489e91cc5cd09c36 1.36kB / 1.36kB done #15 sha256:6b21b4c6e7a3d4a9496fff4ca5cf2069baaf4787d8f4adb1e2cf10acd2b69e1a 3.80kB / 3.80kB done #15 sha256:4387e72e4ead01c66a9c0f0372d25fb5f5f5bde09d1060327183c47d98b891a4 126B / 126B 0.2s done #15 extracting sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 82.22MB / 125.32MB 1.2s #15 extracting sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc 0.2s done #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 91.33MB / 125.32MB 1.3s #15 extracting sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba done #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 100.47MB / 125.32MB 1.4s #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 116.55MB / 125.32MB 1.6s #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 125.32MB / 125.32MB 1.7s #15 sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 125.32MB / 125.32MB 2.0s done #15 extracting sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e #7 ... #7 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... #7 digest: sha256:bd52f9cc5b81f3d368344835aa7f09b1bf6cb20bf2311810cb8f3b2034c8d97c #7 name: "[runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegeduser -s /bin/ash" #7 started: 2019-08-01 14:32:54.360799134 +0000 UTC #7 completed: 2019-08-01 14:32:55.866100814 +0000 UTC #7 duration: 1.50530168s #8 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... #8 digest: sha256:4c5e380eb5d59759555e97b0011f324b25edd57cb2c4f86ab00dd4ddfbc87ab4 #8 name: "[runner 3/12] RUN apk --no-cache add bash ca-certificates g++ git iptables pigz tar xz" #8 started: 2019-08-01 14:32:55.868691949 +0000 UTC #8 0.936 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.004s #15 ... #15 [base 1/4] FROM docker.io/library/golang:1.12.7-alpine@sha256:87e5277123... #15 completed: 2019-08-01 14:33:00.450003803 +0000 UTC #15 duration: 7.110424022s #15 extracting sha256:db25f79b026e433f1b6001628a0d6d92980a0543cf072fffbaa53f60d70c4b8e 4.8s done #15 extracting sha256:4387e72e4ead01c66a9c0f0372d25fb5f5f5bde09d1060327183c47d98b891a4 done #16 [base 2/4] RUN apk --no-cache add bash btrfs-progs-dev build... #16 digest: sha256:051031752f803cd20abaf65fb045840d578d3699ff53d6e7ca8f573717b62f97 #16 name: "[base 2/4] RUN apk --no-cache add bash btrfs-progs-dev build-base curl lvm2-dev jq" #16 started: 2019-08-01 14:33:00.452300224 +0000 UTC #16 0.935 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz #8 ... #8 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... #8 completed: 2019-08-01 14:33:04.250859022 +0000 UTC #8 duration: 8.382167073s #8 5.079 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz #8 5.172 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) #8 5.175 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) #8 5.324 (3/31) Installing ncurses-libs (6.1_p20190518-r0) #8 5.335 (4/31) Installing readline (8.0.0-r0) #8 5.340 (5/31) Installing bash (5.0.0-r0) #8 5.354 Executing bash-5.0.0-r0.post-install #8 5.357 (6/31) Installing ca-certificates (20190108-r0) #8 5.375 (7/31) Installing libgcc (8.3.0-r0) #8 5.378 (8/31) Installing libstdc++ (8.3.0-r0) #8 5.391 (9/31) Installing binutils (2.32-r0) #8 5.493 (10/31) Installing gmp (6.1.2-r1) #8 5.501 (11/31) Installing isl (0.18-r0) #8 5.520 (12/31) Installing libgomp (8.3.0-r0) #8 5.524 (13/31) Installing libatomic (8.3.0-r0) #8 5.526 (14/31) Installing mpfr3 (3.1.5-r1) #8 5.532 (15/31) Installing mpc1 (1.1.0-r0) #8 5.534 (16/31) Installing gcc (8.3.0-r0) #8 6.174 (17/31) Installing musl-dev (1.1.22-r2) #8 6.251 (18/31) Installing libc-dev (0.7.1-r0) #8 6.253 (19/31) Installing g++ (8.3.0-r0) #8 6.665 (20/31) Installing nghttp2-libs (1.38.0-r0) #8 6.669 (21/31) Installing libcurl (7.65.1-r0) #8 6.676 (22/31) Installing expat (2.2.7-r0) #8 6.680 (23/31) Installing pcre2 (10.33-r0) #8 6.687 (24/31) Installing git (2.22.0-r0) #8 6.826 (25/31) Installing libmnl (1.0.4-r0) #8 6.829 (26/31) Installing libnftnl-libs (1.1.3-r0) #8 6.833 (27/31) Installing iptables (1.8.3-r0) #8 6.854 (28/31) Installing pigz (2.4-r0) #8 6.859 (29/31) Installing tar (1.32-r0) #8 6.866 (30/31) Installing xz-libs (5.2.4-r0) #8 6.869 (31/31) Installing xz (5.2.4-r0) #8 6.874 Executing busybox-1.30.1-r2.trigger #8 6.877 Executing ca-certificates-20190108-r0.trigger #8 6.907 OK: 185 MiB in 45 packages #10 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh #10 digest: sha256:daefee7dbc05d2798026d8132bc565a713a2cbcb6bc7707917eff5a7f61b4a12 #10 name: "[runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh" #10 started: 2019-08-01 14:33:04.253073086 +0000 UTC #10 completed: 2019-08-01 14:33:04.849440527 +0000 UTC #10 duration: 596.367441ms #11 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh #11 digest: sha256:8463af4e51b7e35fa0a2d1a91d8fa1db41e70b76bc6ea4cb4f5f1ed7932833e6 #11 name: "[runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh" #11 started: 2019-08-01 14:33:04.851809962 +0000 UTC #11 completed: 2019-08-01 14:33:05.465180046 +0000 UTC #11 duration: 613.370084ms #12 [runner 6/12] COPY integration/testdata /tests/integration/testdat... #12 digest: sha256:b57eba377229372b0f631cf7314173b2bbea216caac41ba161b7dfc2ef609ca0 #12 name: "[runner 6/12] COPY integration/testdata /tests/integration/testdata" #12 started: 2019-08-01 14:33:05.467584201 +0000 UTC #12 completed: 2019-08-01 14:33:06.435026006 +0000 UTC #12 duration: 967.441805ms #13 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... #13 digest: sha256:fa0a51a581cb09c77338600ba6ee546c4074c352bffd360ac4ee6dab81814d8e #13 name: "[runner 7/12] COPY integration/build/testdata /tests/integration/build/testdata" #13 started: 2019-08-01 14:33:06.438433438 +0000 UTC #13 completed: 2019-08-01 14:33:07.629516283 +0000 UTC #13 duration: 1.191082845s #14 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... #14 digest: sha256:fae2da3e31deb3ea6d7f6a48a12f4b56c34da02d0b9ec7061bfcd911ea59471d #14 name: "[runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fixtures" #14 started: 2019-08-01 14:33:07.63174627 +0000 UTC #16 ... #16 [base 2/4] RUN apk --no-cache add bash btrfs-progs-dev build... #16 completed: 2019-08-01 14:33:07.831062773 +0000 UTC #16 duration: 7.378762549s #16 5.104 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz #16 5.181 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) #16 5.184 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) #16 5.330 (3/43) Installing ncurses-libs (6.1_p20190518-r0) #16 5.340 (4/43) Installing readline (8.0.0-r0) #16 5.345 (5/43) Installing bash (5.0.0-r0) #16 5.362 Executing bash-5.0.0-r0.post-install #16 5.364 (6/43) Installing linux-headers (4.19.36-r0) #16 5.470 (7/43) Installing libuuid (2.33.2-r0) #16 5.473 (8/43) Installing btrfs-progs-libs (5.1.1-r0) #16 5.477 (9/43) Installing btrfs-progs-dev (5.1.1-r0) #16 5.483 (10/43) Installing binutils (2.32-r0) #16 5.589 (11/43) Installing libmagic (5.37-r0) #16 5.617 (12/43) Installing file (5.37-r0) #16 5.619 (13/43) Installing gmp (6.1.2-r1) #16 5.625 (14/43) Installing isl (0.18-r0) #16 5.640 (15/43) Installing libgomp (8.3.0-r0) #16 5.644 (16/43) Installing libatomic (8.3.0-r0) #16 5.646 (17/43) Installing libgcc (8.3.0-r0) #16 5.648 (18/43) Installing mpfr3 (3.1.5-r1) #16 5.654 (19/43) Installing mpc1 (1.1.0-r0) #16 5.656 (20/43) Installing libstdc++ (8.3.0-r0) #16 5.666 (21/43) Installing gcc (8.3.0-r0) #16 6.478 (22/43) Installing musl-dev (1.1.22-r2) #16 6.580 (23/43) Installing libc-dev (0.7.1-r0) #16 6.582 (24/43) Installing g++ (8.3.0-r0) #16 7.078 (25/43) Installing make (4.2.1-r2) #16 7.083 (26/43) Installing fortify-headers (1.1-r0) #16 7.085 (27/43) Installing build-base (0.5-r1) #16 7.087 (28/43) Installing nghttp2-libs (1.38.0-r0) #16 7.092 (29/43) Installing libcurl (7.65.1-r0) #16 7.099 (30/43) Installing curl (7.65.1-r0) #16 7.102 (31/43) Installing oniguruma (6.9.2-r0) #16 7.108 (32/43) Installing jq (1.6-r0) #16 7.115 (33/43) Installing device-mapper-libs (2.02.184-r0) #16 7.120 (34/43) Installing device-mapper-event-libs (2.02.184-r0) #16 7.123 (35/43) Installing libaio (0.3.111-r0) #16 7.125 (36/43) Installing libblkid (2.33.2-r0) #16 7.129 (37/43) Installing lvm2-libs (2.02.184-r0) #16 7.158 (38/43) Installing libfdisk (2.33.2-r0) #16 7.170 (39/43) Installing libmount (2.33.2-r0) #16 7.174 (40/43) Installing libsmartcols (2.33.2-r0) #16 7.178 (41/43) Installing pkgconf (1.6.1-r1) #16 7.181 (42/43) Installing util-linux-dev (2.33.2-r0) #16 7.224 (43/43) Installing lvm2-dev (2.02.184-r0) #16 7.235 Executing busybox-1.30.1-r2.trigger #16 7.241 OK: 189 MiB in 58 packages #17 [base 3/4] RUN mkdir -p /build/ #17 digest: sha256:c473c19194695432f8b9cb25d26a1c6d242e405d2f7757e48f96317ad9eb3331 #17 name: "[base 3/4] RUN mkdir -p /build/" #17 started: 2019-08-01 14:33:07.833442964 +0000 UTC #14 ... #14 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... #14 completed: 2019-08-01 14:33:08.361535227 +0000 UTC #14 duration: 729.788957ms #17 [base 3/4] RUN mkdir -p /build/ #17 completed: 2019-08-01 14:33:08.625468221 +0000 UTC #17 duration: 792.025257ms #18 [base 4/4] RUN mkdir -p /go/src/github.com/docker/docker/ #18 digest: sha256:72638f7f2d82b6bc751c7016e0f65ffa9e0be960410690f1519bb93f82217300 #18 name: "[base 4/4] RUN mkdir -p /go/src/github.com/docker/docker/" #18 started: 2019-08-01 14:33:08.628412718 +0000 UTC #18 completed: 2019-08-01 14:33:09.32200571 +0000 UTC #18 duration: 693.592992ms #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #22 digest: sha256:522e0aaa41c7c1ad372e5f6e33c671ce5c46f1e268b6e335c70e66f7a175442f #22 name: "[dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh" #22 started: 2019-08-01 14:33:09.325107158 +0000 UTC #26 ... #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test #26 digest: sha256:48dba6a4644450e4d2dc930190c4da4cf39c840a27ba8a67bb4ba38d391ba5c7 #26 name: "[contrib 1/4] COPY contrib/syscall-test /build/syscall-test" #26 started: 2019-08-01 14:33:09.324678806 +0000 UTC #26 completed: 2019-08-01 14:33:09.994000569 +0000 UTC #26 duration: 669.321763ms #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... #27 digest: sha256:71a348cc9dcfb11ca4d9abef9dffa4831023f71d2f57a7f1f40af975181fce40 #27 name: "[contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dockerfile" #27 started: 2019-08-01 14:33:09.997313208 +0000 UTC #19 ... #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / #19 digest: sha256:a3dd6251e11eb6a8740ccdf2d37c621c613bf2ff889fc79a748183d916330da6 #19 name: "[frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /" #19 started: 2019-08-01 14:33:09.324367053 +0000 UTC #19 completed: 2019-08-01 14:33:10.493820204 +0000 UTC #19 duration: 1.169453151s #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 digest: sha256:8fd1a8330af44dc2b55fbcd0fe6d6b48e87e56041856c7f6830338d0b3eb9b5b #20 name: "[frozen-images 2/2] RUN /download-frozen-image-v2.sh /build \tbuildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 \tbusybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 \tbusybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 \tdebian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 \thello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c" #20 started: 2019-08-01 14:33:10.496788485 +0000 UTC #22 ... #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #22 completed: 2019-08-01 14:33:10.812016185 +0000 UTC #22 duration: 1.486909027s #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #23 digest: sha256:7bb39aeff3ba40912d1bca79f854cca4fbec07a2c7a357b3c3611ead28c14d80 #23 name: "[dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./" #23 started: 2019-08-01 14:33:10.813981143 +0000 UTC #27 ... #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... #27 completed: 2019-08-01 14:33:10.978998785 +0000 UTC #27 duration: 981.685577ms #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver #28 digest: sha256:26f9d89146408f97aaf4159f6e16d7114f077a62c63b2b016c6f674dada430c2 #28 name: "[contrib 3/4] COPY contrib/httpserver contrib/httpserver" #28 started: 2019-08-01 14:33:10.982004662 +0000 UTC #23 ... #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #23 completed: 2019-08-01 14:33:11.653264519 +0000 UTC #23 duration: 839.283376ms #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #24 digest: sha256:860843ebaaa4d59800931654868870026dfac10e421a69db5d5abcdf42a38550 #24 name: "[dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli" #24 started: 2019-08-01 14:33:11.656511473 +0000 UTC #28 ... #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver #28 completed: 2019-08-01 14:33:12.062999182 +0000 UTC #28 duration: 1.08099452s #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... #29 digest: sha256:0fd93980410a92b1fd966f17877a4fc9a6035a4ba4a2ab1dace7474d148b6dd1 #29 name: "[contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpserver/httpserver github.com/docker/docker/contrib/httpserver" #29 started: 2019-08-01 14:33:12.087181642 +0000 UTC PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 2.660s #31 ... #31 [builder 1/4] COPY . . #31 digest: sha256:579a89aa24cabb0bee319c1c4223987b5978a0a266d5b6fcdd850ff2e3920f0f #31 name: "[builder 1/4] COPY . ." #31 started: 2019-08-01 14:33:09.324841983 +0000 UTC #31 completed: 2019-08-01 14:33:15.935269722 +0000 UTC #31 duration: 6.610427739s #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #24 completed: 2019-08-01 14:33:15.926053763 +0000 UTC #24 duration: 4.26954229s #24 1.357 + RM_GOPATH=0 #24 1.359 + TMP_GOPATH= #24 1.359 + : /build #24 1.360 + '[' -z '' ']' #24 1.361 ++ mktemp -d #24 1.364 + export GOPATH=/tmp/tmp.EiPaJE #24 1.364 + GOPATH=/tmp/tmp.EiPaJE #24 1.364 + RM_GOPATH=1 #24 1.364 ++ dirname ./install.sh #24 1.366 + dir=. #24 1.366 + bin=dockercli #24 1.366 + shift #24 1.366 + '[' '!' -f ./dockercli.installer ']' #24 1.366 + . ./dockercli.installer #24 1.366 ++ DOCKERCLI_CHANNEL=stable #24 1.366 ++ DOCKERCLI_VERSION=17.06.2-ce #24 1.366 + install_dockercli #24 1.366 + echo 'Install docker/cli version 17.06.2-ce from stable' #24 1.366 Install docker/cli version 17.06.2-ce from stable #24 1.367 ++ uname -m #24 1.369 + arch=x86_64 #24 1.370 + '[' x86_64 '!=' x86_64 ']' #24 1.371 + url=https://download.docker.com/linux/static #24 1.372 + tar -xz docker/docker #24 1.373 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #24 3.818 + mkdir -p /build #24 3.826 + mv docker/docker /build/ #24 3.828 + rmdir docker #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 2.268 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #20 2.711 ######################################################################## 100.0% #20 2.863 0.0% ############ 17.2% ################################ 44.4% ############################################### 65.8% ########################################################### 83.1% ######################################################################## 100.0% #20 4.049 ######################################################################## 100.0% #20 4.168 ################# 24.1% ####################################################### 76.9% ######################################################################## 100.0% #20 4.799 ######################################################################## 100.0% #20 4.926 # 1.8% #################### 29.0% ###################################### 53.3% ####################################################### 77.0% ######################################################################## 100.0% #20 5.894 ######################################################################## 100.0% #20 6.038 0.0% ## 3.2% ######## 11.1% ########## 14.6% ############## 19.6% #################### 28.3% ########################## 36.8% ################################ 45.1% ######################################## 55.9% ################################################ 67.8% ######################################################### 80.5% #32 ... #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... #32 digest: sha256:caf24c466975528292d4ad58a86c6b0986045670874e952241b222e986cfa839 #32 name: "[builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-cli -name *_test.go -exec cp --parents '{}' /build${PWD} ;" #32 started: 2019-08-01 14:33:15.94008207 +0000 UTC #32 completed: 2019-08-01 14:33:17.918573171 +0000 UTC #32 duration: 1.978491101s #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 6.038 0.0% ## 3.2% ######## 11.1% ########## 14.6% ############## 19.6% #################### 28.3% ########################## 36.8% ################################ 45.1% ######################################## 55.9% ################################################ 67.8% ######################################################### 80.5% ################################################################# 91.6% #33 ... #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary #33 digest: sha256:63af0c83838481c3c85490c88dfb25702706b61f4aba45bdc3d168a485ab0e79 #33 name: "[builder 3/4] RUN hack/make.sh build-integration-test-binary" #33 started: 2019-08-01 14:33:17.923406549 +0000 UTC #33 1.269 #33 1.378 Removing bundles/ #33 1.380 #33 1.393 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) #33 1.407 Building test suite binary ./integration-cli/test.main #20 ... #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... #20 6.038 0.0% ## 3.2% ######## 11.1% ########## 14.6% ############## 19.6% #################### 28.3% ########################## 36.8% ################################ 45.1% ######################################## 55.9% ################################################ 67.8% ######################################################### 80.5% ################################################################# 91.6% ######################################################################## 100.0% #20 7.883 #20 8.795 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... #20 9.222 ######################################################################## 100.0% #20 9.357 # 2.3% ######################################################################## 100.0% #20 9.625 #20 10.56 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #20 11.02 ######################################################################## 100.0% #20 11.18 0.7% ######################################################################## 100.0% #20 11.46 #20 12.65 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #20 12.84 skipping existing 1849cc453dee #20 13.21 #20 14.55 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #20 15.06 ######################################################################## 100.0% #20 15.13 ######################################################################## 100.0% #20 15.42 #20 15.54 Download of images into '/build' complete. #20 15.54 Use something like the following to load the result into a Docker daemon: #20 15.54 tar -cC '/build' . | docker load #20 completed: 2019-08-01 14:33:26.374909144 +0000 UTC #20 duration: 15.878120659s #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary #21 ... #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images #21 digest: sha256:f976316e9c20291a792ec6100d699b081e82117d19f54e172459a6ae1021180a #21 name: "[runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images" #21 started: 2019-08-01 14:33:28.58879784 +0000 UTC PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.083s #21 completed: 2019-08-01 14:33:30.955222518 +0000 UTC #21 duration: 2.366424678s #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ #25 digest: sha256:6dd5163c5d493adbc891b26fd2c1b3a6e9ab035659570b936856c5003e537bfd #25 name: "[runner 10/12] COPY --from=dockercli /build/ /usr/bin/" #25 started: 2019-08-01 14:33:30.957372418 +0000 UTC #25 completed: 2019-08-01 14:33:32.098527558 +0000 UTC #25 duration: 1.14115514s #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary #29 ... #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... #29 29.00 # github.com/docker/docker/contrib/httpserver #29 29.00 loadinternal: cannot find runtime/cgo #29 completed: 2019-08-01 14:33:41.357362857 +0000 UTC #29 duration: 29.270181215s #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary #30 ... #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ #30 digest: sha256:cdd0fae91905b693cf56e78e08191a93bf182dfcdc68726220a173bf593f360f #30 name: "[runner 11/12] COPY --from=contrib /build/ /tests/contrib/" #30 started: 2019-08-01 14:33:41.948649 +0000 UTC #30 completed: 2019-08-01 14:33:42.861631644 +0000 UTC #30 duration: 912.982644ms #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 0.854s PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 4.101s PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 4.113s PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.052s PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 0.856s PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 1.910s #33 122.9 Building test suite binary ./integration/network/test.main #33 126.0 Building test suite binary ./integration/network/ipvlan/test.main #33 128.5 Building test suite binary ./integration/network/macvlan/test.main #33 131.0 Building test suite binary ./integration/service/test.main #33 133.5 Building test suite binary ./integration/container/test.main #33 136.5 Building test suite binary ./integration/build/test.main #33 139.2 Building test suite binary ./integration/volume/test.main #33 140.4 Building test suite binary ./integration/secret/test.main #33 142.9 Building test suite binary ./integration/plugin/test.main #33 143.2 Building test suite binary ./integration/plugin/authz/test.main #33 145.8 Building test suite binary ./integration/plugin/common/test.main #33 146.8 Building test suite binary ./integration/plugin/logging/test.main PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.095s #33 149.3 Building test suite binary ./integration/plugin/logging/cmd/test.main #33 149.6 Building test suite binary ./integration/plugin/logging/cmd/dummy/test.main #33 150.1 Building test suite binary ./integration/plugin/logging/cmd/close_on_start/test.main #33 150.7 Building test suite binary ./integration/plugin/volumes/test.main #33 153.2 Building test suite binary ./integration/plugin/volumes/cmd/test.main #33 153.5 Building test suite binary ./integration/plugin/volumes/cmd/dummy/test.main #33 154.0 Building test suite binary ./integration/plugin/graphdriver/test.main #33 156.6 Building test suite binary ./integration/image/test.main #33 159.2 Building test suite binary ./integration/config/test.main #33 161.7 Building test suite binary ./integration/session/test.main #33 162.7 Building test suite binary ./integration/system/test.main #33 165.3 PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 0.766s #33 completed: 2019-08-01 14:36:04.784437001 +0000 UTC #33 duration: 2m46.861030452s #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... #34 digest: sha256:3199ed8f329996ba6b0f068d26a5573f37dc0122d36ab2b2a6f216e19a09fabb #34 name: "[builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests ;" #34 started: 2019-08-01 14:36:04.786463595 +0000 UTC #34 completed: 2019-08-01 14:36:07.044089603 +0000 UTC #34 duration: 2.257626008s #35 [runner 12/12] COPY --from=builder /build/ / #35 digest: sha256:8b711826be6983d85b0fb23059223a56b79649fac58873770df8dc5d566f93e8 #35 name: "[runner 12/12] COPY --from=builder /build/ /" #35 started: 2019-08-01 14:36:09.142699715 +0000 UTC #35 completed: 2019-08-01 14:36:11.445812948 +0000 UTC #35 duration: 2.303113233s #36 exporting to image #36 digest: sha256:8b5ca13c4c79c2657cb21ea6335764c0f3e964ddabd6dfc51efd36f1df66fb02 #36 name: "exporting to image" #36 started: 2019-08-01 14:36:11.447870285 +0000 UTC #36 exporting layers #36 exporting layers 4.1s done #36 completed: 2019-08-01 14:36:15.507199616 +0000 UTC #36 duration: 4.059329331s #36 writing image sha256:05048879ad8f6ea9d58bb2286df6ea6a23dc03e92f6c06eaa209447b499c5a14 done #36 naming to docker.io/library/moby-e2e-test done Post stage [Pipeline] sh + echo Ensuring container killed. Ensuring container killed. + docker rm -vf docker-pr3 Error: No such container: docker-pr3 + true + echo Chowning /workspace to jenkins user Chowning /workspace to jenkins user + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox ee153a04d683: Pulling fs layer ee153a04d683: Download complete ee153a04d683: Pull complete Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 Status: Downloaded newer image for busybox:latest PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.894s [Pipeline] sh + echo Creating janky-bundles.tar.gz Creating janky-bundles.tar.gz + + xargs tarfind -czf bundles janky-bundles.tar.gz -name *.log -o -name *.prof -o -name integration.test find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork/dc48c5e15c49c/root/overlay2/2c53683640727aee2047b92266db547da9bfb346bc578ca2199fbc4e6695d887/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork/dc48c5e15c49c/root/overlay2/2c53683640727aee2047b92266db547da9bfb346bc578ca2199fbc4e6695d887-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/0d181eced75fc56edbbdec9c5714d40ae9c3d3ef074759da10ba08e33f6a8df8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/0d181eced75fc56edbbdec9c5714d40ae9c3d3ef074759da10ba08e33f6a8df8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/45108ba65caf587a9ec3ac96ec45c0710cb0f18f6e1fde515403db5c6f721c59-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/45108ba65caf587a9ec3ac96ec45c0710cb0f18f6e1fde515403db5c6f721c59/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/e21e6e9f8403f496e83ae4097a5934cf8921159f5944d58e072d6924c67fd928/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonAllocatesListeningPort/d7edb9112b5c4/root/overlay2/e21e6e9f8403f496e83ae4097a5934cf8921159f5944d58e072d6924c67fd928-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRestartPolicyWithLiveRestore/d46cda364659f/root/overlay2/c81e2aec0f18e4b407919ec385a742432af4d816c1830ede3025baa8f59b8c8e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRestartPolicyWithLiveRestore/d46cda364659f/root/overlay2/c81e2aec0f18e4b407919ec385a742432af4d816c1830ede3025baa8f59b8c8e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestHTTPSRun/d373ef0026ca1/root/overlay2/84548799b51e0022bc7c4a63c60d236c126c635447d776814a2fcef9b07c5195-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestHTTPSRun/d373ef0026ca1/root/overlay2/84548799b51e0022bc7c4a63c60d236c126c635447d776814a2fcef9b07c5195/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefault/d7eb651b69164/root/overlay2/ddcd397d272a510b3d35c18d04ce2488892dad34630864a613c76449f8bfbe49/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefault/d7eb651b69164/root/overlay2/ddcd397d272a510b3d35c18d04ce2488892dad34630864a613c76449f8bfbe49-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeIP/deeb94628a153/root/overlay2/0006fc6ef253662ea7c462e26ab18a99b539137cd05b9f36c5b2bdd2d3e38eb8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeIP/deeb94628a153/root/overlay2/0006fc6ef253662ea7c462e26ab18a99b539137cd05b9f36c5b2bdd2d3e38eb8/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest/ddd28e89379a0/root/overlay2/64546710a7005a06dc9bd8e5cec7b238fba516de8c9c9a8a7921142a272f8ba0-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest/ddd28e89379a0/root/overlay2/64546710a7005a06dc9bd8e5cec7b238fba516de8c9c9a8a7921142a272f8ba0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash/d65c83eca2ee2/root/overlay2/439f8f23d56fb218f84a6672c8e26eef37288b495fa103ef9c7bb54fba2c1d3b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash/d65c83eca2ee2/root/overlay2/439f8f23d56fb218f84a6672c8e26eef37288b495fa103ef9c7bb54fba2c1d3b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/46bba7050f6096f75933f5d34d8fbbd922478a7b48d03b130172aacc5afd1f4b/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/36ea2ecc9c310a8e5f8b6dcf36c1f0dc454f6751604b0e33980b6b0352de5236/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/03986ad225e32198dd8b85a5c069cb7ca1dc307623be6db5fa5a757d4c29f18d/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/36ea2ecc9c310a8e5f8b6dcf36c1f0dc454f6751604b0e33980b6b0352de5236-init/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/cb76446c8b731ebfab08310b6bc5ed299eadd9265d74d594fcb8a18ad29e08c2/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/cb76446c8b731ebfab08310b6bc5ed299eadd9265d74d594fcb8a18ad29e08c2-init/work/work’: Permission denied find: ‘bundles/test-integration/TestBuildSquashParent/dded5d44272f0/root/overlay2/03986ad225e32198dd8b85a5c069cb7ca1dc307623be6db5fa5a757d4c29f18d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestServiceCreateWithNetworkAlias/de74f35b9540f/root/overlay2/a8a57ec0c1c1e2543ff2ba181febeee4f41dc04a2a1b68148fa838e29b982c82/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestServiceCreateWithNetworkAlias/de74f35b9540f/root/overlay2/a8a57ec0c1c1e2543ff2ba181febeee4f41dc04a2a1b68148fa838e29b982c82-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d49d1855006bc/root/overlay2/724e6ad1785a6b6a9cfbde69fad0bdd4d41b30b23f6eb434808a8fab152858ff/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d49d1855006bc/root/overlay2/724e6ad1785a6b6a9cfbde69fad0bdd4d41b30b23f6eb434808a8fab152858ff-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d49d1855006bc/root/overlay2/33d5f2dcbc04faa3e819b7f19d5314c6e78c734ef1293530a14626ce64385ed5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts/d49d1855006bc/root/overlay2/33d5f2dcbc04faa3e819b7f19d5314c6e78c734ef1293530a14626ce64385ed5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSize/d95135b51a104/root/overlay2/ab96162a2cbac8238c53fc58a43cf3ec4e013f38cf6bf3a7de2c534685cb1146-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSize/d95135b51a104/root/overlay2/ab96162a2cbac8238c53fc58a43cf3ec4e013f38cf6bf3a7de2c534685cb1146/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNone/da88cd02a621a/root/overlay2/7ef4d7ece20ab07069e9585dcb8719a01f0af27bcc164bbb2f0058eabee1113e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNone/da88cd02a621a/root/overlay2/7ef4d7ece20ab07069e9585dcb8719a01f0af27bcc164bbb2f0058eabee1113e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d7da35fe3e27d/root/overlay2/aabbb39cdcdefe65d9e9252b1e49f734e0d6937849b49455e14e7d1eea32dcd6/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d7da35fe3e27d/root/overlay2/5308cdba107b4634b8872e99ee14ac4b66cace76b2cb24f686081781335acf4f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d7da35fe3e27d/root/overlay2/aabbb39cdcdefe65d9e9252b1e49f734e0d6937849b49455e14e7d1eea32dcd6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmServiceNetworkUpdate/d7da35fe3e27d/root/overlay2/5308cdba107b4634b8872e99ee14ac4b66cace76b2cb24f686081781335acf4f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDR/d85ba6e45764c/root/overlay2/750364a96bcb66bb421867fbaa602edfc71b12506b633bbd74036eedf52ec451/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDR/d85ba6e45764c/root/overlay2/750364a96bcb66bb421867fbaa602edfc71b12506b633bbd74036eedf52ec451-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/19cf34882cef6530234c2fe610beab0c78685e4d37b47cd3c7932f6cf25361ea/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/66b8b5aea11c08f4b1d071d94e16e139e9463be05d0700d1d30efaafdf32fc06/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/b731bb784ce0769efa362e3455d32ef3a93602cdeeb118e10f5faced9ca38fa6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/b731bb784ce0769efa362e3455d32ef3a93602cdeeb118e10f5faced9ca38fa6/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/66b8b5aea11c08f4b1d071d94e16e139e9463be05d0700d1d30efaafdf32fc06-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerEndpointOptions/d020379e4b12f/root/overlay2/19cf34882cef6530234c2fe610beab0c78685e4d37b47cd3c7932f6cf25361ea-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLogOptions/d3950fc473811/root/overlay2/c8190435f4f192eece41485acc7ee925a8cc57c237a45a40b849f5037f9aa8ba/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLogOptions/d3950fc473811/root/overlay2/c8190435f4f192eece41485acc7ee925a8cc57c237a45a40b849f5037f9aa8ba-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNewFormat/d734ac5525410/root/overlay2/1b50de422488fe022993214d3a28d2b23925e3d91e9292f5e1c8edd9759d906e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNewFormat/d734ac5525410/root/overlay2/1b50de422488fe022993214d3a28d2b23925e3d91e9292f5e1c8edd9759d906e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesClean/dc1ad79ae7e5a/root/overlay2/1e9d505a5c1773936d8182644928836449eeb3d23866cb84832aa66ae6537993-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesClean/dc1ad79ae7e5a/root/overlay2/1e9d505a5c1773936d8182644928836449eeb3d23866cb84832aa66ae6537993/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/16fa1fae66196c5d47eeff087d31db4706b7b1aff6021f17fd178815f3161073-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/8e2ec995ecf24a9440fa574b63c3c4ba41f49aeb1b7723838285fa5b487b8b9b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/578a79ba401d1e3f94cd41b2aad14c0b63e01501b234c2e8ba695ed69abaa5b4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/54d24712d71093251cd7f28ea44e5af9eb87b42ace80991b71e5ec9506f00d74-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/0f45fff6c4e3f0ef745c3d8cd3df90799eb003261b5937829bd4a6e8ccfbf31a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/e5e49cb7f47ff1dd29e8e2a0c3c05d773be780e66bab17de79bc2e5a84ef9647-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/e5e49cb7f47ff1dd29e8e2a0c3c05d773be780e66bab17de79bc2e5a84ef9647/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/8e2ec995ecf24a9440fa574b63c3c4ba41f49aeb1b7723838285fa5b487b8b9b/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/2e562f81493cf1483ba863e7fac0f79f58869be8f67c5712b6e87bc181028646-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/578a79ba401d1e3f94cd41b2aad14c0b63e01501b234c2e8ba695ed69abaa5b4/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/54d24712d71093251cd7f28ea44e5af9eb87b42ace80991b71e5ec9506f00d74/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/16fa1fae66196c5d47eeff087d31db4706b7b1aff6021f17fd178815f3161073/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/339f096865707532a6d545519057a8499dbb84643b6a63afc2550d65874c7335-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/339f096865707532a6d545519057a8499dbb84643b6a63afc2550d65874c7335/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/2e562f81493cf1483ba863e7fac0f79f58869be8f67c5712b6e87bc181028646/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/358b0f3a47e565c1bc66b6e5f7475cc0f64b4b98f175f6f13a923bae0997b27e/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/9763939bccb72998e886d6470ee1cea83da66e8d52a23a7ca81c3cbcaa67f310/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/358b0f3a47e565c1bc66b6e5f7475cc0f64b4b98f175f6f13a923bae0997b27e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/9763939bccb72998e886d6470ee1cea83da66e8d52a23a7ca81c3cbcaa67f310-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart/d4ba533af60db/root/overlay2/0f45fff6c4e3f0ef745c3d8cd3df90799eb003261b5937829bd4a6e8ccfbf31a/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure/d12746421bd2f/root/overlay2/2b453d0d9412000211d8c8f7a428c7c49fd07a3c2847e867dd372d3f86507406-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure/d12746421bd2f/root/overlay2/2b453d0d9412000211d8c8f7a428c7c49fd07a3c2847e867dd372d3f86507406/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivate/d6b380944ce5b/root/overlay2/efa6241b9e956b7fabd28622736665b5b3708e506ba68c7262aed8f38739d75d-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivate/d6b380944ce5b/root/overlay2/efa6241b9e956b7fabd28622736665b5b3708e506ba68c7262aed8f38739d75d/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart/d6a5efe458f93/root/overlay2/d5a1a7d03b6e962a2b827b0dc063129a39b97c58e5d7250d16301338c72dd42c/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart/d6a5efe458f93/root/overlay2/d5a1a7d03b6e962a2b827b0dc063129a39b97c58e5d7250d16301338c72dd42c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/68413f66adb3c175fcf5a9a3a6f0b3111db748e05c7de2ec8ee4c8c8e3e3cc8a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/4d8bc7a0f9920211fc4aef0c4773286e0a2816e9a274a9c35f48d36d9c6da353-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/bbaece0f23961728b6f436caa8205b75ff09541938d3d15d5308883b006e7bae-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/4d8bc7a0f9920211fc4aef0c4773286e0a2816e9a274a9c35f48d36d9c6da353/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/9f04cce50d63989caf82f138e382adeaad1c5e6989099b076b3041888ec7507e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/9f04cce50d63989caf82f138e382adeaad1c5e6989099b076b3041888ec7507e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/68413f66adb3c175fcf5a9a3a6f0b3111db748e05c7de2ec8ee4c8c8e3e3cc8a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr/d7464593e7b68/root/overlay2/bbaece0f23961728b6f436caa8205b75ff09541938d3d15d5308883b006e7bae/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6HostMode/d2fe0b40a92cd/root/overlay2/3df1f637a65ce3a9e2d9f04c6a4c13c2cda724b51b66bcf02bc29c6ab5546737/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6HostMode/d2fe0b40a92cd/root/overlay2/3df1f637a65ce3a9e2d9f04c6a4c13c2cda724b51b66bcf02bc29c6ab5546737-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride/d6d245925b385/root/overlay2/3c79e718fc3ace27d73ffbb50e36f9de5b62eb48c95955653eea5b8c5fb5ce25-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride/d6d245925b385/root/overlay2/3c79e718fc3ace27d73ffbb50e36f9de5b62eb48c95955653eea5b8c5fb5ce25/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunOlderClient/d49f8da0a741e/root/overlay2/ea6d50129ba3b5c4556764efa559806c09d948b9e07038182f1d03cff26cf824/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunOlderClient/d49f8da0a741e/root/overlay2/ea6d50129ba3b5c4556764efa559806c09d948b9e07038182f1d03cff26cf824-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithPausedContainer/d661b00d8f07a/root/overlay2/7a2d033f55ef3c83fcbca371671c6e3331d8d8eb2bca6d568f8be78d59c2bf59/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithPausedContainer/d661b00d8f07a/root/overlay2/7a2d033f55ef3c83fcbca371671c6e3331d8d8eb2bca6d568f8be78d59c2bf59-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowRequest/d44e733fc4183/root/overlay2/cbb3d6a6c230acd3ebdaba07d3579a52b4120d43c7d2f0d1780ff4cb77de4d9b-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowRequest/d44e733fc4183/root/overlay2/cbb3d6a6c230acd3ebdaba07d3579a52b4120d43c7d2f0d1780ff4cb77de4d9b/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill/da6dee36de20e/root/overlay2/dba75bf1040e3c0fca176f0631500817fc3eb3fa3edbe36f422cd4150a3649fd/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill/da6dee36de20e/root/overlay2/dba75bf1040e3c0fca176f0631500817fc3eb3fa3edbe36f422cd4150a3649fd-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRenameContainer/de10d73bb6b8c/root/overlay2/a6eadaea2f0c92eb8cce64dece5fb3996f0db866f80d30c71e0180475c093989/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRenameContainer/de10d73bb6b8c/root/overlay2/a6eadaea2f0c92eb8cce64dece5fb3996f0db866f80d30c71e0180475c093989-init/work/work’: Permission denied find: ‘bundles/test-integration/TestServiceUpdateNetwork/d580f43ef513b/root/overlay2/ffe41bb3449725da183c9c30a347217415192a3cee779476c30dca1481fa3e4f-init/work/work’: Permission denied find: ‘bundles/test-integration/TestServiceUpdateNetwork/d580f43ef513b/root/overlay2/ffe41bb3449725da183c9c30a347217415192a3cee779476c30dca1481fa3e4f/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer/d208e54034509/root/overlay2/0549f32e0ebbb72518c3568258f062d34f2626b2efcfb986779464eb5d673cdc/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer/d208e54034509/root/overlay2/0549f32e0ebbb72518c3568258f062d34f2626b2efcfb986779464eb5d673cdc-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/deb275bbde9f2/root/overlay2/c377f274be72765eee9d9cef75b6d3449262c79b67e561475e9c38536154b436-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/deb275bbde9f2/root/overlay2/c377f274be72765eee9d9cef75b6d3449262c79b67e561475e9c38536154b436/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/deb275bbde9f2/root/overlay2/efcc029266e63786528339bdf124562db06d5d1ddc00e3e80a1950317f8ca129-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart/deb275bbde9f2/root/overlay2/efcc029266e63786528339bdf124562db06d5d1ddc00e3e80a1950317f8ca129/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartKillWait/dd3edce4e7f13/root/overlay2/105b17cb236f5acb41db04f203c9d4c11baf23425577bfea3c514b6401171e0c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartKillWait/dd3edce4e7f13/root/overlay2/105b17cb236f5acb41db04f203c9d4c11baf23425577bfea3c514b6401171e0c-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/dc856005e8913/root/overlay2/3ec5759eda9b0fb71b198c186d704ab424abf25076b73509f6f3f933abaea522/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/dc856005e8913/root/overlay2/0e7e569d7d271c9da7ed0064a5135fa0c3cd320c008c3154c8e5ca9475500c4f-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/dc856005e8913/root/overlay2/0e7e569d7d271c9da7ed0064a5135fa0c3cd320c008c3154c8e5ca9475500c4f/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/dc856005e8913/root/overlay2/3ec5759eda9b0fb71b198c186d704ab424abf25076b73509f6f3f933abaea522-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d09272b36d9f1/root/overlay2/a64ad85012930cc4a8ea6736a9ed3e1d5f3112448d3f4b74030a4ca0bebeeb25/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/d09272b36d9f1/root/overlay2/a64ad85012930cc4a8ea6736a9ed3e1d5f3112448d3f4b74030a4ca0bebeeb25-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/ded0d9208d1ad/root/overlay2/d7d62cf358429e4a6146b7d867040e26e2513762c95a4f359ce9cb698da1d697-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/ded0d9208d1ad/root/overlay2/79ec1726b02a86c04507da8d54efae29155be4c8bc8064148acbe79d6975320e-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/ded0d9208d1ad/root/overlay2/d7d62cf358429e4a6146b7d867040e26e2513762c95a4f359ce9cb698da1d697/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkMacvlan/ded0d9208d1ad/root/overlay2/79ec1726b02a86c04507da8d54efae29155be4c8bc8064148acbe79d6975320e/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin/d467327678ae6/root/overlay2/b150a9fdd77955ff1fdd6507b5234f491bd523a021132777f77095476865c6ab-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin/d467327678ae6/root/overlay2/b150a9fdd77955ff1fdd6507b5234f491bd523a021132777f77095476865c6ab/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d3125c8b27d82/root/overlay2/6b1804cd9afc7cb04e7c3ac34c412b654ce703e39da472b1490f7848bcd47c65/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d3125c8b27d82/root/overlay2/a977b28d9dcd43dbda56f2542b74953e4048bdf5d7ce8b3ada5693789974517b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d3125c8b27d82/root/overlay2/6b1804cd9afc7cb04e7c3ac34c412b654ce703e39da472b1490f7848bcd47c65-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool/d3125c8b27d82/root/overlay2/a977b28d9dcd43dbda56f2542b74953e4048bdf5d7ce8b3ada5693789974517b/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/dbb5678a2b365/root/overlay2/fc88988aeb415bb6f435705f1de04c7eb03f5bfa900b463aa21680c7e00cfa8a/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/dbb5678a2b365/root/overlay2/4ffcfc9b91a64b1a7394a74e158ec76a6202d7e4a34dd9db8e4cf67a6458b716/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/dbb5678a2b365/root/overlay2/fc88988aeb415bb6f435705f1de04c7eb03f5bfa900b463aa21680c7e00cfa8a-init/work/work’: Permission denied find: ‘bundles/test-integration/TestInspectNetwork/dbb5678a2b365/root/overlay2/4ffcfc9b91a64b1a7394a74e158ec76a6202d7e4a34dd9db8e4cf67a6458b716-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkIPAMOptions/df624f44efec1/root/overlay2/422ebe883fc102f1e81671cc431d773f1dd8d7186e326f4381d0d53793dc383b/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkIPAMOptions/df624f44efec1/root/overlay2/422ebe883fc102f1e81671cc431d773f1dd8d7186e326f4381d0d53793dc383b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecWithUserAfterLiveRestore/dfdd0aa47bb8f/root/overlay2/712add0e8c7b194351b772e6513cab689a242cd99201b4458ce7e562e3677ef7/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecWithUserAfterLiveRestore/dfdd0aa47bb8f/root/overlay2/712add0e8c7b194351b772e6513cab689a242cd99201b4458ce7e562e3677ef7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer/d5aafa5e60db3/root/overlay2/24202eeb89707b83853c660f360111f8a89bea4884b0ea996308a9a93a40da22-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer/d5aafa5e60db3/root/overlay2/24202eeb89707b83853c660f360111f8a89bea4884b0ea996308a9a93a40da22/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown/d67c39a8cf8bf/root/overlay2/790fa6de0f37db9cd1e6b9e79f2e9d4e6615ab83439f6882fc02b56fa2140995-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown/d67c39a8cf8bf/root/overlay2/790fa6de0f37db9cd1e6b9e79f2e9d4e6615ab83439f6882fc02b56fa2140995/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d95dd445291d1/root/overlay2/5ab73458451d185817104302a708a71eca08e2de57e9d852fb6cd7b96acd5078-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d95dd445291d1/root/overlay2/b7078179aef35c7fa5a2f5461627238cb40f598cf275b750bd0d7927e216a139/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d95dd445291d1/root/overlay2/5ab73458451d185817104302a708a71eca08e2de57e9d852fb6cd7b96acd5078/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonICCLinkExpose/d95dd445291d1/root/overlay2/b7078179aef35c7fa5a2f5461627238cb40f598cf275b750bd0d7927e216a139-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPruneNetwork/d98df27cc8c02/root/overlay2/a71bc7810f17fa0e88e11ea9cc67ac91a8fc221029e0bf5df0738fe7d428e2b3-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPruneNetwork/d98df27cc8c02/root/overlay2/a71bc7810f17fa0e88e11ea9cc67ac91a8fc221029e0bf5df0738fe7d428e2b3/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode/d8a42c82d2844/root/overlay2/01dfce9e9affb05234be23e0cbc1f6591365c23f5797ffa3bbc01917099bf9d6/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode/d8a42c82d2844/root/overlay2/01dfce9e9affb05234be23e0cbc1f6591365c23f5797ffa3bbc01917099bf9d6-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonShutdownTimeout/dd7543d673a49/root/overlay2/1acc15dda3d1bf7d28503c381127b83f4b8599a6878da4f47e3fe7a1ef2d36d8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonShutdownTimeout/dd7543d673a49/root/overlay2/1acc15dda3d1bf7d28503c381127b83f4b8599a6878da4f47e3fe7a1ef2d36d8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeExternal/d76fb5157aec7/root/overlay2/44087ced2aa986b53dec6266c5b02d396ab5b8317aaa2b1663e5c71b2380dcf0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeExternal/d76fb5157aec7/root/overlay2/44087ced2aa986b53dec6266c5b02d396ab5b8317aaa2b1663e5c71b2380dcf0/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode/d59188a75aed6/root/overlay2/fa096cff32978483e7ce58eb0a14cacca8f976aee47a12854955debe81ccb064-init/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode/d59188a75aed6/root/overlay2/fa096cff32978483e7ce58eb0a14cacca8f976aee47a12854955debe81ccb064/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer/dcb6f446640aa/root/overlay2/d88cf24b05a72787032fd7c9ff42e6eddd7143bf78e6cb577b69b3d0398facd4/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer/dcb6f446640aa/root/overlay2/d88cf24b05a72787032fd7c9ff42e6eddd7143bf78e6cb577b69b3d0398facd4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmPublishDuplicatePorts/d8939978f22ed/root/overlay2/305f3b86adc4f12cb52e61d3d1618be77516d62fdfb1ea7061df6c5883f2c881-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmPublishDuplicatePorts/d8939978f22ed/root/overlay2/305f3b86adc4f12cb52e61d3d1618be77516d62fdfb1ea7061df6c5883f2c881/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkPluginV2/d4706db1af1b3/root/overlay2/d8cec2077b5d787f91b92333237afc114c5183b071230fca6611a612deb917df/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmNetworkPluginV2/d4706db1af1b3/root/overlay2/d8cec2077b5d787f91b92333237afc114c5183b071230fca6611a612deb917df-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume/d2b7537c6ac6a/root/overlay2/02f39cf454d41dfd7f6d812190a5d1f0f6add66450e7ac1a0908182a7c1b0489/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume/d2b7537c6ac6a/root/overlay2/02f39cf454d41dfd7f6d812190a5d1f0f6add66450e7ac1a0908182a7c1b0489-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPsListContainersFilterIsTask/d0e0c4d793a7e/root/overlay2/4ba965a2af966dcda815981f000029e9f9a72e9ee5e6bdbbc68c0f635567c7af-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestPsListContainersFilterIsTask/d0e0c4d793a7e/root/overlay2/4ba965a2af966dcda815981f000029e9f9a72e9ee5e6bdbbc68c0f635567c7af/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareable/dd722fffa9427/root/overlay2/fbb33bdcc73502e4963d39f43f30f15a5b39d70c8d6fd61018703b84d3ad67e1/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareable/dd722fffa9427/root/overlay2/fbb33bdcc73502e4963d39f43f30f15a5b39d70c8d6fd61018703b84d3ad67e1-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonCgroupParent/d03062b20b4f1/root/overlay2/03eb40de2f1dfb8cd7f00ea07bb41b1830b2ebca6fce1689c75a583ab62bd927-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonCgroupParent/d03062b20b4f1/root/overlay2/03eb40de2f1dfb8cd7f00ea07bb41b1830b2ebca6fce1689c75a583ab62bd927/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/dc71634452906/root/overlay2/3d02ae3f7fc2a0dd20b2edaff1227c50c8e3fa51493534922bfa455cc9a1c068/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/dc71634452906/root/overlay2/8cb51d95d61eef5040eeeea681ae572e7267d1514b5cd63fa2bcdc3d3dce84cc/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/dc71634452906/root/overlay2/3d02ae3f7fc2a0dd20b2edaff1227c50c8e3fa51493534922bfa455cc9a1c068-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithNames/dc71634452906/root/overlay2/8cb51d95d61eef5040eeeea681ae572e7267d1514b5cd63fa2bcdc3d3dce84cc-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartOnFailure/dc322088d0a18/root/overlay2/5dbe6e75b92490da699726e1ec4f8f9fb5e59205b12bc72860549622be4eb2e4/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartOnFailure/dc322088d0a18/root/overlay2/5dbe6e75b92490da699726e1ec4f8f9fb5e59205b12bc72860549622be4eb2e4-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExternalGraphDriver/d09eb23bb6835/root/overlay2/3b13bea8fb658239c148debafb330eafb89694af8d96b098c94adb70393195b0-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExternalGraphDriver/d09eb23bb6835/root/overlay2/3b13bea8fb658239c148debafb330eafb89694af8d96b098c94adb70393195b0/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesCreate/d5b59763ae98d/root/overlay2/0b0689519e1d94f3023f5f92d782f1bcb4ce9cfa6b97693e0ba910697a89d017-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIptablesCreate/d5b59763ae98d/root/overlay2/0b0689519e1d94f3023f5f92d782f1bcb4ce9cfa6b97693e0ba910697a89d017/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRun/d9f24d063efa9/root/overlay2/df79e3436241c23805bfb3803c616cca103be8b74e9fb22da1714a1da67fecc7/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRun/d9f24d063efa9/root/overlay2/df79e3436241c23805bfb3803c616cca103be8b74e9fb22da1714a1da67fecc7-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWideLogConfig/d666cfb17c751/root/overlay2/9ab2a0b31e24d53d5630fd845d720e4a24a53be04791bf3d5e858ccc63d279b5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWideLogConfig/d666cfb17c751/root/overlay2/9ab2a0b31e24d53d5630fd845d720e4a24a53be04791bf3d5e858ccc63d279b5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecAfterDaemonRestart/d6b138ae0f771/root/overlay2/a23cab4b54bead0f829243c7de1efabc3b2c041e974d2daa2ed7f6b8a6659587-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestExecAfterDaemonRestart/d6b138ae0f771/root/overlay2/a23cab4b54bead0f829243c7de1efabc3b2c041e974d2daa2ed7f6b8a6659587/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/aa7d5931e703e79551d1ed861bffd2e5c2d7cff249321611b951e49863f07c65/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/507bc131c12cda4d28362e92363094357786a5bbce8b03dc8a968a0bca9729b5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/507bc131c12cda4d28362e92363094357786a5bbce8b03dc8a968a0bca9729b5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/22cb51ff3fb186020a715def4a0d247a6fb8f78649f50c57ab710c07b6330c28/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/aa7d5931e703e79551d1ed861bffd2e5c2d7cff249321611b951e49863f07c65-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonWithUserlandProxyPath/d98c3cc86b86e/root/overlay2/22cb51ff3fb186020a715def4a0d247a6fb8f78649f50c57ab710c07b6330c28-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dedbce975d08c/root/overlay2/6d922ad5453ada9daa44b929929e941fc6914c825fe4185e15feb466d462723e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dedbce975d08c/root/overlay2/bebef56822b45311f6b5391b7206ddf5dd09f46f9f63116094f16a934e9065ca/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dedbce975d08c/root/overlay2/bebef56822b45311f6b5391b7206ddf5dd09f46f9f63116094f16a934e9065ca-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink/dedbce975d08c/root/overlay2/6d922ad5453ada9daa44b929929e941fc6914c825fe4185e15feb466d462723e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit/d7a791747ab95/root/overlay2/d61cc53b623e253a5368724f4866e90ebddc550597893c7efb01aed374e81139/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit/d7a791747ab95/root/overlay2/d61cc53b623e253a5368724f4866e90ebddc550597893c7efb01aed374e81139-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking/d2eb5a949bdc2/root/overlay2/d09988fe2ba2370fd9a83355ec886938519884b19d94ff6b3d7bc11a2a527cb8/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking/d2eb5a949bdc2/root/overlay2/d09988fe2ba2370fd9a83355ec886938519884b19d94ff6b3d7bc11a2a527cb8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPIServiceUpdatePort/d0fcf05f4a5e4/root/overlay2/d5cba0447d7967570fc9525f3fdaab46d509ab906e8d36f44c95cbdb3aa57d9b/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestAPIServiceUpdatePort/d0fcf05f4a5e4/root/overlay2/d5cba0447d7967570fc9525f3fdaab46d509ab906e8d36f44c95cbdb3aa57d9b-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways/df67cd9c14fda/root/overlay2/6991aa0127e38d1383d49f366487c7326117a61c8b9cfecd7e4abc710114d577-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways/df67cd9c14fda/root/overlay2/6991aa0127e38d1383d49f366487c7326117a61c8b9cfecd7e4abc710114d577/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmVolumePlugin/d863202e92c75/root/overlay2/93c88464abe5b531d953fbbfe534a3ea3bd5c19703406bc05bb0b3074413672a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmVolumePlugin/d863202e92c75/root/overlay2/93c88464abe5b531d953fbbfe534a3ea3bd5c19703406bc05bb0b3074413672a/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunHostMode/d7015712204fb/root/overlay2/70216fc54047f332328a992c3123af3ad0022fcbf2bdb1b1d2c1a588d9295bc8/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunHostMode/d7015712204fb/root/overlay2/70216fc54047f332328a992c3123af3ad0022fcbf2bdb1b1d2c1a588d9295bc8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError/db679bfb85af0/root/overlay2/a3f70e6a6a895d93b9203164dfbe174f728ef48eff6f15f406008206223ca2af/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError/db679bfb85af0/root/overlay2/a3f70e6a6a895d93b9203164dfbe174f728ef48eff6f15f406008206223ca2af-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/efa00fa4c7818034abc5722eef94d99c8584f208b836ff3b0c653d68e2b54776/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/3e4cbe9dad4afaeff55b2019c984fa69b7d0b6bac0acccc44ffa7b9e133ec3ef-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/baccefc6a33e7f1f16d05a5184a4c1174613fb1337f6c1f08a58377140e1dafa-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/3e4cbe9dad4afaeff55b2019c984fa69b7d0b6bac0acccc44ffa7b9e133ec3ef/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/baccefc6a33e7f1f16d05a5184a4c1174613fb1337f6c1f08a58377140e1dafa/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/9e57dbe43c690daa563ed0dcae1d0582de3a07ae2e4ed93507f671d123449fd2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/9e57dbe43c690daa563ed0dcae1d0582de3a07ae2e4ed93507f671d123449fd2/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/efa00fa4c7818034abc5722eef94d99c8584f208b836ff3b0c653d68e2b54776-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/e696f2e662fb1526201f99ce7610c9fb47c7cf604404e4a2907f860940dd621d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork/dcc17b48e21aa/root/overlay2/e696f2e662fb1526201f99ce7610c9fb47c7cf604404e4a2907f860940dd621d/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerAutoStart/dc80834ec7b8b/root/overlay2/b40b5e82c02a0d1ffba9b53027216365fa53591e37442b0fb38b6d7f291cfa9f/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestSwarmContainerAutoStart/dc80834ec7b8b/root/overlay2/b40b5e82c02a0d1ffba9b53027216365fa53591e37442b0fb38b6d7f291cfa9f-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac/d6a5d544482f9/root/overlay2/796af0609d8cf9c04f8ba2ecd319c6bcf97b73d0e2852e104982e128e3d7c507/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac/d6a5d544482f9/root/overlay2/796af0609d8cf9c04f8ba2ecd319c6bcf97b73d0e2852e104982e128e3d7c507-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRmVolumeInUse/db48dc8a0cb50/root/overlay2/153dc3be20ba1f7dd984fbccfc9863ff1be32046793832f06eecbd8ba1a72337-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartRmVolumeInUse/db48dc8a0cb50/root/overlay2/153dc3be20ba1f7dd984fbccfc9863ff1be32046793832f06eecbd8ba1a72337/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d24d72769ab29/root/overlay2/9bddfd1debaf1e95903c2a867401d8e4c17156f294f1feade8ef414c23a091e5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d24d72769ab29/root/overlay2/9bddfd1debaf1e95903c2a867401d8e4c17156f294f1feade8ef414c23a091e5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d24d72769ab29/root/overlay2/7e7563ef807fa9d1a2ddd6674feba32d8db5af28fd8eca771265a3659bd07df8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonIP/d24d72769ab29/root/overlay2/7e7563ef807fa9d1a2ddd6674feba32d8db5af28fd8eca771265a3659bd07df8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDNSFlagsInHostMode/d59bb9b0b2269/root/overlay2/94b5928efa62ed5b12478bc6bbc860c6e4c84dbc74a338c0f721dc10f9b90535-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDNSFlagsInHostMode/d59bb9b0b2269/root/overlay2/94b5928efa62ed5b12478bc6bbc860c6e4c84dbc74a338c0f721dc10f9b90535/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachable/d220249e3fea6/root/overlay2/20322d402ca91d1f0b3a9cc07db7b8204d9a94937fe4b86adce07dd626d16b6d/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachable/d220249e3fea6/root/overlay2/20322d402ca91d1f0b3a9cc07db7b8204d9a94937fe4b86adce07dd626d16b6d-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkReConnect/df5b35689bd54/root/overlay2/6849fe2d2e657e48b4e6db6e32c9cae91cb53d1b9bae9b958e141812a73b9e85/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkReConnect/df5b35689bd54/root/overlay2/6849fe2d2e657e48b4e6db6e32c9cae91cb53d1b9bae9b958e141812a73b9e85-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/5b72995715ae669ab12deb0803ec9d6c2415b13375f81e73c21319b2507db9ee-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/5b72995715ae669ab12deb0803ec9d6c2415b13375f81e73c21319b2507db9ee/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/cb341c631262de04dbc3ebe767232de511d5b6f2d9466a2b9083f45cf55d5885-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/4b2bd77db360c4773bb42df4a620cae4b49b5931fd2af4f30e9c2f7a1a0589f5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/cb341c631262de04dbc3ebe767232de511d5b6f2d9466a2b9083f45cf55d5885/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartUnlessStopped/da6d0d7f85786/root/overlay2/4b2bd77db360c4773bb42df4a620cae4b49b5931fd2af4f30e9c2f7a1a0589f5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/df2ae34e9d017/root/overlay2/da0d9cd52f98f3ee94a32bf764b6f85189282e34a1c5a559a1403af5f89ffd44-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/df2ae34e9d017/root/overlay2/d6b833ed7c47588eeb43d73b3602af37700afef2a18a94782eb675da95e4eb80-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/df2ae34e9d017/root/overlay2/da0d9cd52f98f3ee94a32bf764b6f85189282e34a1c5a559a1403af5f89ffd44/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault/df2ae34e9d017/root/overlay2/d6b833ed7c47588eeb43d73b3602af37700afef2a18a94782eb675da95e4eb80/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/ddd8c41fcde73/root/165536.165536/overlay2/5602b865e8784ceccbc77f83612b042c07ad54d108e441d78b7c1bd592302d4d/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/ddd8c41fcde73/root/165536.165536/overlay2/f84bd3d66f572cf4e74d3f5adf6d8b7660b8802cbea2689406fce57e6ee94036-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/ddd8c41fcde73/root/165536.165536/overlay2/5602b865e8784ceccbc77f83612b042c07ad54d108e441d78b7c1bd592302d4d-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUserNamespaceRootSetting/ddd8c41fcde73/root/165536.165536/overlay2/f84bd3d66f572cf4e74d3f5adf6d8b7660b8802cbea2689406fce57e6ee94036/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/dc3a960122ad8/root/overlay2/6f4b792c558a6f46109e11532b7475cf27e8f565b1f330601e3d69af5ac709e5-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/dc3a960122ad8/root/overlay2/763e9fca1e1600bfa37fe9f42fe1bd28fc0f7a294615925d12d8e776e6b93e2c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/dc3a960122ad8/root/overlay2/6f4b792c558a6f46109e11532b7475cf27e8f565b1f330601e3d69af5ac709e5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunLinksChanged/dc3a960122ad8/root/overlay2/763e9fca1e1600bfa37fe9f42fe1bd28fc0f7a294615925d12d8e776e6b93e2c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromConfigFile/d76f50bab4316/root/overlay2/6c5bd2eb992a48fdac982a84e72a5e687ad867de4a71d3ca51eefa4670162983-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromConfigFile/d76f50bab4316/root/overlay2/6c5bd2eb992a48fdac982a84e72a5e687ad867de4a71d3ca51eefa4670162983/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/debbae6df3c5c/root/overlay2/9f59827dd1264c6c2ad37534f5bdf50e5b8198a67875964711be0ef474ab3990/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/debbae6df3c5c/root/overlay2/d32ab58b725ecebee137a3b562a04e7cf42ed12c934a1a66b755dc8f00e65898/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/debbae6df3c5c/root/overlay2/9f59827dd1264c6c2ad37534f5bdf50e5b8198a67875964711be0ef474ab3990-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDockerNetworkConnectAlias/debbae6df3c5c/root/overlay2/d32ab58b725ecebee137a3b562a04e7cf42ed12c934a1a66b755dc8f00e65898-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/db595c51c159b/root/overlay2/e0425d18bb68770eee1b34a45458749e82b051b1bbc499b396c5cbe78a832e07-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/db595c51c159b/root/overlay2/9fb7531a755dd1a5c3ac88950a6cb3aa82fc8a762b1c3f47f3716f7c09aff308/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/db595c51c159b/root/overlay2/9fb7531a755dd1a5c3ac88950a6cb3aa82fc8a762b1c3f47f3716f7c09aff308-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork/db595c51c159b/root/overlay2/e0425d18bb68770eee1b34a45458749e82b051b1bbc499b396c5cbe78a832e07/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr2/dbf42a3203d72/root/overlay2/91c5ee03a715635a151d99b85e7aa2884ef9a6a8ba186d4b54d8e5d82ce5b6eb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonBridgeFixedCidr2/dbf42a3203d72/root/overlay2/91c5ee03a715635a151d99b85e7aa2884ef9a6a8ba186d4b54d8e5d82ce5b6eb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit/d6b4adadd0680/root/overlay2/0c6fb07cb34309904d76fa1ea563f1e766da9d192a92ba5c1e1d494f3c47e4f8/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit/d6b4adadd0680/root/overlay2/0c6fb07cb34309904d76fa1ea563f1e766da9d192a92ba5c1e1d494f3c47e4f8-init/work/work’: Permission denied find: ‘bundles/test-integration/TestExportContainerAfterDaemonRestart/dce6ede5d36ba/root/overlay2/63e8ed7ad5fd889dbf886a664a72ec18c45f85cac82cb3b132fa09b32cefab81/work/work’: Permission denied find: ‘bundles/test-integration/TestExportContainerAfterDaemonRestart/dce6ede5d36ba/root/overlay2/63e8ed7ad5fd889dbf886a664a72ec18c45f85cac82cb3b132fa09b32cefab81-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride/da9eb0e24c943/root/overlay2/57df4b87672722c87f8dfe691f90b8c5ea34a4651a2c6602c97b695a46f8f5e2-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride/da9eb0e24c943/root/overlay2/57df4b87672722c87f8dfe691f90b8c5ea34a4651a2c6602c97b695a46f8f5e2/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/89f27f3d7e8527573fb11542b2114f932ad5cd058fed936c597441a8e03ca12a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/12a0f859df2e62f3430e677848718d9a1c84e0c65e1b075e8950807a05a34458/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/8454fafe66ce9d89da2a1c606e0473938cdee798bb7a3460f2f595f54407dd3a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/b81a48af58bd306a975b266f86e061b946edc295324128e7e010fccddef92a4e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/bdae0c537ad23db53d0d1c1d6baf210979aa7e5ad254a06f075163a56c20a946-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/8454fafe66ce9d89da2a1c606e0473938cdee798bb7a3460f2f595f54407dd3a-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/6c5e2378ebd07ba555f31d5de4013d1f14094356e1cff8fecc3db68346f2d3ef/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/2b202c99ef8c96d5368958769671987a37d978a211f210c41b52fd3c75b2a94c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/b7cf71e6ac448394b399421738a2854320867f539585a24d52165d85ecf08c68-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/6c5e2378ebd07ba555f31d5de4013d1f14094356e1cff8fecc3db68346f2d3ef-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/89f27f3d7e8527573fb11542b2114f932ad5cd058fed936c597441a8e03ca12a/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/5554bf9531e4e7f6b3df652212f8480e41d47f417e707adb11ddef3f2238f400/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/b7cf71e6ac448394b399421738a2854320867f539585a24d52165d85ecf08c68/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/296ea193a92b5be33ef540c49989e17e71582bb1e10250644a0e68bcc9c34c85-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/bdae0c537ad23db53d0d1c1d6baf210979aa7e5ad254a06f075163a56c20a946/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/d13ec6995470fde96c213c66b42f88a8c597ac3618bfe0ffd96e8e2462b175fb/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/20f8f057753c00cf64e5b2e55a670186b19a66fff6677d4361ad397052b419e8-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/2b202c99ef8c96d5368958769671987a37d978a211f210c41b52fd3c75b2a94c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/12a0f859df2e62f3430e677848718d9a1c84e0c65e1b075e8950807a05a34458-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/5554bf9531e4e7f6b3df652212f8480e41d47f417e707adb11ddef3f2238f400-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/b81a48af58bd306a975b266f86e061b946edc295324128e7e010fccddef92a4e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/d13ec6995470fde96c213c66b42f88a8c597ac3618bfe0ffd96e8e2462b175fb-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/296ea193a92b5be33ef540c49989e17e71582bb1e10250644a0e68bcc9c34c85/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartContainerLinksRestart/d5984c8e5ed19/root/overlay2/20f8f057753c00cf64e5b2e55a670186b19a66fff6677d4361ad397052b419e8/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunPrivateMode/d9c0459553498/root/overlay2/b20ec26c77485d12f12624c7b3d76570c122428f9b8f067412bf91d281cd21c1/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunPrivateMode/d9c0459553498/root/overlay2/b20ec26c77485d12f12624c7b3d76570c122428f9b8f067412bf91d281cd21c1-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/dbb4baec77325/root/overlay2/35040dda28167588b2e582028dca326950201bfbc7bc3707f7675f7dec2b4922/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/dbb4baec77325/root/overlay2/eea632c6fe9ee2785186f4123846a547c832cdca43d682ada13e8c3349475fee/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/dbb4baec77325/root/overlay2/eea632c6fe9ee2785186f4123846a547c832cdca43d682ada13e8c3349475fee-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithLinks/dbb4baec77325/root/overlay2/35040dda28167588b2e582028dca326950201bfbc7bc3707f7675f7dec2b4922-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames/de4e66cb89455/root/overlay2/fbf4cad3f07a26e4a97707fe689b63baff035191033b200b28c67927437e3719/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames/de4e66cb89455/root/overlay2/fbf4cad3f07a26e4a97707fe689b63baff035191033b200b28c67927437e3719-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail/dbfcc44a3ce56/root/overlay2/ec1501bb6b59f86c573d3b4d016c78158f21c38017f47709bd1db99f425b4f8c-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail/dbfcc44a3ce56/root/overlay2/ec1501bb6b59f86c573d3b4d016c78158f21c38017f47709bd1db99f425b4f8c/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithVolumesRefs/d3b40a399e3d1/root/overlay2/3438df58d91b7d29968b8be443388e3fe263f3183572c213c93792dc6a0807fe-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithVolumesRefs/d3b40a399e3d1/root/overlay2/3438df58d91b7d29968b8be443388e3fe263f3183572c213c93792dc6a0807fe/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUlimitDefaults/d9ecd5b7e3810/root/overlay2/c076d237a029edecaa2f66c2afba7e7ee6f6f9333848a72c7b810b42a5658220-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonUlimitDefaults/d9ecd5b7e3810/root/overlay2/c076d237a029edecaa2f66c2afba7e7ee6f6f9333848a72c7b810b42a5658220/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode/d7d66a032e20a/root/overlay2/8943e9c4ad4c0f89e8eb65bb7b483bed5f63ed0221ea67a20c4cec07c9b50d0e/work/work’: Permission denied find: ‘bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode/d7d66a032e20a/root/overlay2/8943e9c4ad4c0f89e8eb65bb7b483bed5f63ed0221ea67a20c4cec07c9b50d0e-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap/df8bd05839f24/root/overlay2/b412e992a916cd2f1375bae6653bbf714d41e24153aa7184ba3493717d645019-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap/df8bd05839f24/root/overlay2/b412e992a916cd2f1375bae6653bbf714d41e24153aa7184ba3493717d645019/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave/d8d9a48dde1cf/root/overlay2/19951258c0807240e069f98d940852b7d3075222e929de6f07b0f27fa20be319/work/work’: Permission denied find: ‘bundles/test-integration/DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave/d8d9a48dde1cf/root/overlay2/19951258c0807240e069f98d940852b7d3075222e929de6f07b0f27fa20be319-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp/dcc7fe469b99e/root/overlay2/cee60c317bef8d0aecc42424eb80eeb9de36b17c83693ecc16b9f72a84c52dda-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp/dcc7fe469b99e/root/overlay2/cee60c317bef8d0aecc42424eb80eeb9de36b17c83693ecc16b9f72a84c52dda/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromCommandLine/dedace5a5e8db/root/overlay2/c5db1c528a595ff6fb76e4b185929f998354e6570bd0655fef089d0c998030d1/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithRuntimeFromCommandLine/dedace5a5e8db/root/overlay2/c5db1c528a595ff6fb76e4b185929f998354e6570bd0655fef089d0c998030d1-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivateFromConfig/dda5aac724c10/root/overlay2/4b543a5156872df907bc3faa2af97a22de271516fb77d2432076d5bf84ef9bd4/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModePrivateFromConfig/dda5aac724c10/root/overlay2/4b543a5156872df907bc3faa2af97a22de271516fb77d2432076d5bf84ef9bd4-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/dc358ca1b8d4f/root/overlay2/7f39f344ab660ed89ca2684ae3470b83caa61b2f319ff6bc7f11ed6660e706ac/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/dc358ca1b8d4f/root/overlay2/0a0eb7e0054d06838c3debeb416dc0b4a952a0c08361385e72eb54c9f6f04efe/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/dc358ca1b8d4f/root/overlay2/0a0eb7e0054d06838c3debeb416dc0b4a952a0c08361385e72eb54c9f6f04efe-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestShmSizeReload/dc358ca1b8d4f/root/overlay2/7f39f344ab660ed89ca2684ae3470b83caa61b2f319ff6bc7f11ed6660e706ac-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart/d2d6de993750f/root/overlay2/b336f66d00d2608a1e0a12ad795b643d0107067f20c9e987c89175810ee9437d/work/work’: Permission denied find: ‘bundles/test-integration/DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart/d2d6de993750f/root/overlay2/b336f66d00d2608a1e0a12ad795b643d0107067f20c9e987c89175810ee9437d-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareableFromConfig/d3c767abf1ce7/root/overlay2/e472463a89bd8700d5fe0e10e283ef08e1c9a33fcba63f9d8dab77d8fc21977e-init/work/work’: Permission denied find: ‘bundles/test-integration/TestDaemonIpcModeShareableFromConfig/d3c767abf1ce7/root/overlay2/e472463a89bd8700d5fe0e10e283ef08e1c9a33fcba63f9d8dab77d8fc21977e/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/dcd87f76a94b2/root/overlay2/905126bc7bfd2036a75726d14ec6ce4cfec4e7e5bc70ed5bf4030ae1599ded17/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/dcd87f76a94b2/root/overlay2/905126bc7bfd2036a75726d14ec6ce4cfec4e7e5bc70ed5bf4030ae1599ded17-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/dcd87f76a94b2/root/overlay2/8220f28990d7fe05061cbffb859708e2f988fcaa8746d21d3f11345ddc77d576/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile/dcd87f76a94b2/root/overlay2/8220f28990d7fe05061cbffb859708e2f988fcaa8746d21d3f11345ddc77d576-init/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowEventStream/d6aacb9f07174/root/overlay2/1a78a07ae947a68d6ae27c6135144309060d824b788cdcf24c235e1e3f1efdb0/work/work’: Permission denied find: ‘bundles/test-integration/TestAuthZPluginAllowEventStream/d6aacb9f07174/root/overlay2/1a78a07ae947a68d6ae27c6135144309060d824b788cdcf24c235e1e3f1efdb0-init/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer/d15c4ef0bd9cf/root/overlay2/59209cc981cf88939e4f8f58eab4e29f7406ecf5b536649eef40f94055ce73e5/work/work’: Permission denied find: ‘bundles/test-integration/DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer/d15c4ef0bd9cf/root/overlay2/59209cc981cf88939e4f8f58eab4e29f7406ecf5b536649eef40f94055ce73e5-init/work/work’: Permission denied [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 1.143s SKIP: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver (unmatched requirement IsAmd64) PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 1.847s PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.322s PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.744s PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 3.070s PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.416s PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.044s OK: 1448 passed, 73 skipped PASS ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) Clearing AppArmor profiles cache:. All profile caches have been cleared, but no profiles have been unloaded. Unloading profiles will leave already running processes permanently unconfined, which can lead to unexpected situations. To set a process to complain mode, use the command line tool 'aa-complain'. To really tear down all profiles, run the init script with the 'teardown' option." Removing test suite binaries Post stage [Pipeline] sh + echo Ensuring container killed. Ensuring container killed. + docker rm -vf docker-pr-power3 Error: No such container: docker-pr-power3 + true + echo Chowning /workspace to jenkins user Chowning /workspace to jenkins user + id -u + id -g + docker run --rm -v /home/docker/workspace/moby_PR-39646-JKQ74TIWVQKRC2HCDERARKGKMZ5Y55WH5XVLPV64LBNAOTI2R4TQ:/workspace ppc64le/busybox chown -R 1001:1001 /workspace Unable to find image 'ppc64le/busybox:latest' locally latest: Pulling from ppc64le/busybox ce3c955d98a5: Pulling fs layer ce3c955d98a5: Verifying Checksum ce3c955d98a5: Pull complete Digest: sha256:fd86acd5a9f8b2bd34d39cd0aefa9c503dc8fe6150fe15ce3cf90f288eb155d3 Status: Downloaded newer image for ppc64le/busybox:latest [Pipeline] sh + echo Creating bundles.tar.gz Creating bundles.tar.gz + find bundles -name *.log + xargs tar -czf powerpc-bundles.tar.gz [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS