Skip to content

Console Output

03:38:17 + pwd
03:38:17 + pwd
03:38:17 + make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=static-linux ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_18.09/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_18.09/cli static
03:38:17 for p in static-linux; do \
03:38:17 	make -C static VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_18.09/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_18.09/cli GO_VERSION=1.12.10 ${p}; \
03:38:17 done
03:38:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/static'
03:38:17 make -C /home/ubuntu/workspace/docker-ce-packaging_18.09/cli -f docker.Makefile VERSION=0.0.1-dev build
03:38:17 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/cli'
03:38:17 # build dockerfile from stdin so that we don't send the build-context; source is bind-mounted in the development environment
03:38:17 cat ./dockerfiles/Dockerfile.binary-native | docker build --build-arg=GO_VERSION -t docker-cli-native -
03:38:17 Sending build context to Docker daemon  2.048kB

03:38:17 Step 1/6 : ARG GO_VERSION=1.12.10
03:38:17 Step 2/6 : FROM    golang:${GO_VERSION}-alpine
03:38:18 1.12.10-alpine: Pulling from library/golang
03:38:18 9d48c3bd43c5: Pulling fs layer
03:38:18 7f94eaf8af20: Pulling fs layer
03:38:18 9fe9984849c1: Pulling fs layer
03:38:18 1e4faf800106: Pulling fs layer
03:38:18 ecda518d33e1: Pulling fs layer
03:38:18 1e4faf800106: Waiting
03:38:18 ecda518d33e1: Waiting
03:38:18 9d48c3bd43c5: Verifying Checksum
03:38:18 9fe9984849c1: Verifying Checksum
03:38:18 9fe9984849c1: Download complete
03:38:18 7f94eaf8af20: Verifying Checksum
03:38:18 7f94eaf8af20: Download complete
03:38:18 ecda518d33e1: Verifying Checksum
03:38:18 ecda518d33e1: Download complete
03:38:18 9d48c3bd43c5: Pull complete
03:38:18 7f94eaf8af20: Pull complete
03:38:18 9fe9984849c1: Pull complete
03:38:19 1e4faf800106: Verifying Checksum
03:38:19 1e4faf800106: Download complete
03:38:24 1e4faf800106: Pull complete
03:38:24 ecda518d33e1: Pull complete
03:38:24 Digest: sha256:6fef29f5ef567385f4294ce1aeb3b325fa56e51a41a3695e50263934e5fc798b
03:38:24 Status: Downloaded newer image for golang:1.12.10-alpine
03:38:24  ---> b370eeab54de
03:38:24 Step 3/6 : RUN     apk add -U git bash coreutils gcc musl-dev
03:38:26  ---> Running in 773e1cc04637
03:38:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
03:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
03:38:28 (1/24) Installing ncurses-terminfo-base (6.1_p20190518-r0)
03:38:28 (2/24) Installing ncurses-terminfo (6.1_p20190518-r0)
03:38:28 (3/24) Installing ncurses-libs (6.1_p20190518-r0)
03:38:28 (4/24) Installing readline (8.0.0-r0)
03:38:28 (5/24) Installing bash (5.0.0-r0)
03:38:28 Executing bash-5.0.0-r0.post-install
03:38:28 (6/24) Installing libacl (2.2.52-r6)
03:38:28 (7/24) Installing libattr (2.4.48-r0)
03:38:28 (8/24) Installing coreutils (8.31-r0)
03:38:28 (9/24) Installing binutils (2.32-r0)
03:38:28 (10/24) Installing gmp (6.1.2-r1)
03:38:28 (11/24) Installing isl (0.18-r0)
03:38:28 (12/24) Installing libgomp (8.3.0-r0)
03:38:28 (13/24) Installing libatomic (8.3.0-r0)
03:38:28 (14/24) Installing libgcc (8.3.0-r0)
03:38:28 (15/24) Installing mpfr3 (3.1.5-r1)
03:38:28 (16/24) Installing mpc1 (1.1.0-r0)
03:38:28 (17/24) Installing libstdc++ (8.3.0-r0)
03:38:28 (18/24) Installing gcc (8.3.0-r0)
03:38:28 (19/24) Installing nghttp2-libs (1.39.2-r0)
03:38:28 (20/24) Installing libcurl (7.66.0-r0)
03:38:28 (21/24) Installing expat (2.2.8-r0)
03:38:28 (22/24) Installing pcre2 (10.33-r0)
03:38:28 (23/24) Installing git (2.22.0-r0)
03:38:29 (24/24) Installing musl-dev (1.1.22-r3)
03:38:29 Executing busybox-1.30.1-r2.trigger
03:38:29 OK: 128 MiB in 39 packages
03:38:32 Removing intermediate container 773e1cc04637
03:38:32  ---> 9f639db57ea2
03:38:32 Step 4/6 : ENV     CGO_ENABLED=0         DISABLE_WARN_OUTSIDE_CONTAINER=1
03:38:32  ---> Running in 163a4fa70b47
03:38:32 Removing intermediate container 163a4fa70b47
03:38:32  ---> 7a5d939f2a49
03:38:32 Step 5/6 : WORKDIR /go/src/github.com/docker/cli
03:38:32  ---> Running in a08ddd0457f0
03:38:32 Removing intermediate container a08ddd0457f0
03:38:32  ---> 60bddac25408
03:38:32 Step 6/6 : CMD     ./scripts/build/binary
03:38:32  ---> Running in f873eca0506e
03:38:32 Removing intermediate container f873eca0506e
03:38:32  ---> 29b34b4a69b4
03:38:32 Successfully built 29b34b4a69b4
03:38:32 Successfully tagged docker-cli-native:latest
03:38:32 docker run --rm -e VERSION=0.0.1-dev -e GITCOMMIT -e PLATFORM -v "/home/ubuntu/workspace/docker-ce-packaging_18.09/cli":/go/src/github.com/docker/cli -v "docker-cli-dev-cache:/root/.cache/go-build" docker-cli-native
03:38:33 Building statically linked build/docker-linux-amd64
03:39:41 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/cli'
03:39:41 make -C /home/ubuntu/workspace/docker-ce-packaging_18.09/engine VERSION=0.0.1-dev binary
03:39:41 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/engine'
03:39:45 mkdir bundles
03:39:45 Makefile:158: The docker client CLI has moved to github.com/docker/cli. For a dev-test cycle involving the CLI, run:
03:39:45  DOCKER_CLI_PATH=/host/path/to/cli/binary make shell 
03:39:45  then change the cli and compile into a binary at the same location.
03:39:45 
03:39:45 DOCKER_BUILDKIT="1" docker build --build-arg=GO_VERSION  --build-arg=CROSS=false  -t "docker-dev:18-09" -f "Dockerfile" .
03:39:45 #2 [internal] load build definition from Dockerfile
03:39:45 #2 transferring dockerfile: 10.40kB done
03:39:45 #2 DONE 0.0s
03:39:45 
03:39:45 #1 [internal] load .dockerignore
03:39:45 #1 transferring context: 87B done
03:39:45 #1 DONE 0.0s
03:39:45 
03:39:45 #3 [internal] load metadata for docker.io/library/golang:1.12.10-stretch
03:39:45 #3 DONE 0.3s
03:39:45 
03:39:45 #4 [base 1/2] FROM docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f...
03:39:45 #4 resolve docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 done
03:39:45 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 138.79kB / 45.38MB 0.1s
03:39:45 #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0B / 4.34MB 0.1s
03:39:45 #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 1.04MB / 10.79MB 0.1s
03:39:45 #4 sha256:cd20fa6f8a2c45cc172b1342c6306ba29a322464e182ce7df44c1405f47d9d63 1.42kB / 1.42kB done
03:39:45 #4 sha256:5e39fcf43389550f1df0934fffd4df77702fb620c6ef9da1597d620cfdcb3a5e 1.80kB / 1.80kB done
03:39:45 #4 sha256:b78f393dbe326c55d24d9b69090d1bc7e1ffceb30a8362e92e34ce896e5fa2ca 5.47kB / 5.47kB done
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 6.60MB / 45.38MB 0.3s
03:39:46 #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.2s done
03:39:46 #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.3s
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 14.40MB / 45.38MB 0.4s
03:39:46 #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s done
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 8.79MB / 50.07MB 0.4s
03:39:46 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0B / 57.69MB 0.4s
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 24.38MB / 45.38MB 0.5s
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 17.93MB / 50.07MB 0.5s
03:39:46 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 5.03MB / 57.69MB 0.5s
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 32.61MB / 45.38MB 0.6s
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 21.65MB / 50.07MB 0.6s
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 43.42MB / 45.38MB 0.8s
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 31.59MB / 50.07MB 0.8s
03:39:46 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 18.93MB / 57.69MB 0.8s
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 36.45MB / 50.07MB 0.9s
03:39:46 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 22.69MB / 57.69MB 0.9s
03:39:46 #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.9s done
03:39:46 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 41.59MB / 50.07MB 1.1s
03:39:46 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 30.40MB / 57.69MB 1.1s
03:39:46 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 671.69kB / 127.96MB 1.1s
03:39:47 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 46.74MB / 50.07MB 1.2s
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 34.04MB / 57.69MB 1.2s
03:39:47 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.3s
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 37.88MB / 57.69MB 1.3s
03:39:47 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 7.11MB / 127.96MB 1.3s
03:39:47 #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b
03:39:47 #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.4s done
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 45.28MB / 57.69MB 1.5s
03:39:47 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 19.24MB / 127.96MB 1.5s
03:39:47 #4 sha256:71144408afa1a13adf730531750536dfb37891737ccae21b6644eb39da93483e 0B / 126B 1.5s
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 50.82MB / 57.69MB 1.6s
03:39:47 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 25.73MB / 127.96MB 1.6s
03:39:47 #4 sha256:71144408afa1a13adf730531750536dfb37891737ccae21b6644eb39da93483e 126B / 126B 1.5s done
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.8s
03:39:47 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 40.19MB / 127.96MB 1.8s
03:39:47 #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.8s done
03:39:47 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 47.85MB / 127.96MB 1.9s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 62.96MB / 127.96MB 2.1s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 72.72MB / 127.96MB 2.3s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 81.24MB / 127.96MB 2.4s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 87.89MB / 127.96MB 2.5s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 104.16MB / 127.96MB 2.7s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 112.84MB / 127.96MB 2.8s
03:39:48 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 121.75MB / 127.96MB 2.9s
03:39:49 #4 ...
03:39:49 
03:39:49 #18 [internal] load build context
03:39:49 #18 transferring context: 40.13MB 3.3s done
03:39:49 #18 DONE 3.4s
03:39:49 
03:39:49 #4 [base 1/2] FROM docker.io/library/golang:1.12.10-stretch@sha256:cd20fa6f...
03:39:49 #4 sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 127.96MB / 127.96MB 3.3s done
03:39:50 #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 3.3s done
03:39:50 #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae
03:39:50 #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.4s done
03:39:50 #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21
03:39:51 #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done
03:39:51 #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee
03:39:53 #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 2.0s done
03:39:53 #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675
03:39:55 #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 2.1s done
03:39:55 #4 extracting sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 0.1s
03:40:00 #4 extracting sha256:38f51d5591eaa2416cb56c80322a5ca1e15d3f4cb446d4ee39cd88c917d515d6 4.3s done
03:40:00 #4 extracting sha256:71144408afa1a13adf730531750536dfb37891737ccae21b6644eb39da93483e done
03:40:00 #4 DONE 14.6s
03:40:00 
03:40:00 #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.d...
03:40:05 #5 DONE 4.9s
03:40:05 
03:40:05 #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
03:40:05 #22 DONE 0.1s
03:40:05 
03:40:05 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
03:40:05 #17 ...
03:40:05 
03:40:05 #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
03:40:05 #23 DONE 0.1s
03:40:05 
03:40:05 #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
03:40:05 #32 DONE 0.1s
03:40:05 
03:40:05 #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
03:40:05 #29 DONE 0.1s
03:40:05 
03:40:05 #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
03:40:05 #49 DONE 0.1s
03:40:05 
03:40:05 #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
03:40:05 #26 DONE 0.2s
03:40:05 
03:40:05 #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
03:40:05 #52 DONE 0.2s
03:40:05 
03:40:05 #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
03:40:11 #53 ...
03:40:11 
03:40:11 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:11 #35 4.008 Ign:1 http://deb.debian.org/debian stretch InRelease
03:40:11 #35 4.009 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:40:11 #35 4.070 Get:3 http://deb.debian.org/debian stretch Release [118 kB]
03:40:11 #35 4.090 Get:4 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:40:11 #35 4.150 Get:5 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:40:11 #35 4.813 Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:40:11 #35 5.554 Get:7 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:40:11 #35 ...
03:40:11 
03:40:11 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
03:40:11 #24 6.035 + RM_GOPATH=0
03:40:11 #24 6.035 + TMP_GOPATH=
03:40:11 #24 6.035 + : /build
03:40:11 #24 6.035 + '[' -z '' ']'
03:40:11 #24 6.039 ++ mktemp -d
03:40:11 #24 6.043 + export GOPATH=/tmp/tmp.Kcij4863oi
03:40:11 #24 6.043 + GOPATH=/tmp/tmp.Kcij4863oi
03:40:11 #24 6.043 + RM_GOPATH=1
03:40:11 #24 6.043 ++ dirname ./install.sh
03:40:11 #24 6.059 + dir=.
03:40:11 #24 6.059 + bin=gometalinter
03:40:11 #24 6.059 + shift
03:40:11 #24 6.060 + '[' '!' -f ./gometalinter.installer ']'
03:40:11 #24 6.060 + . ./gometalinter.installer
03:40:11 #24 6.060 ++ GOMETALINTER_COMMIT=v2.0.6
03:40:11 #24 6.060 + install_gometalinter
03:40:11 #24 6.061 + echo 'Installing gometalinter version v2.0.6'
03:40:11 #24 6.061 Installing gometalinter version v2.0.6
03:40:11 #24 6.061 + go get -d github.com/alecthomas/gometalinter
03:40:11 #24 ...
03:40:11 
03:40:11 #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
03:40:11 #53 6.299 + RM_GOPATH=0
03:40:11 #53 6.299 + TMP_GOPATH=
03:40:11 #53 6.299 + : /build
03:40:11 #53 6.299 + '[' -z '' ']'
03:40:11 #53 6.309 ++ mktemp -d
03:40:11 #53 6.310 + export GOPATH=/tmp/tmp.eUAwdn7ss2
03:40:11 #53 6.310 + GOPATH=/tmp/tmp.eUAwdn7ss2
03:40:11 #53 6.311 + RM_GOPATH=1
03:40:11 #53 6.312 ++ dirname ./install.sh
03:40:11 #53 6.317 + dir=.
03:40:11 #53 6.319 + bin=dockercli
03:40:11 #53 6.319 + shift
03:40:11 #53 6.320 + '[' '!' -f ./dockercli.installer ']'
03:40:11 #53 6.320 + . ./dockercli.installer
03:40:11 #53 6.322 ++ DOCKERCLI_CHANNEL=stable
03:40:11 #53 6.323 ++ DOCKERCLI_VERSION=17.06.2-ce
03:40:11 #53 6.324 + install_dockercli
03:40:11 #53 6.324 + echo 'Install docker/cli version 17.06.2-ce from stable'
03:40:11 #53 6.325 Install docker/cli version 17.06.2-ce from stable
03:40:11 #53 6.325 ++ uname -m
03:40:11 #53 6.328 + arch=x86_64
03:40:11 #53 6.330 + '[' x86_64 '!=' x86_64 ']'
03:40:11 #53 6.331 + url=https://download.docker.com/linux/static
03:40:11 #53 6.331 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
03:40:11 #53 6.333 + tar -xz docker/docker
03:40:15 #53 ...
03:40:15 
03:40:15 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
03:40:15 #6 7.045 Ign:1 http://deb.debian.org/debian stretch InRelease
03:40:15 #6 7.046 Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:40:15 #6 7.118 Get:3 http://deb.debian.org/debian stretch Release [118 kB]
03:40:15 #6 7.147 Get:4 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:40:15 #6 7.257 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:40:15 #6 7.837 Get:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:40:15 #6 8.839 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:40:15 #6 ...
03:40:15 
03:40:15 #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
03:40:15 #15 5.216 + mktemp -d
03:40:15 #15 5.221 + export GOPATH=/tmp/tmp.o3AZdcbR6d
03:40:15 #15 5.221 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.o3AZdcbR6d/src/github.com/go-swagger/go-swagger
03:40:15 #15 5.221 Cloning into '/tmp/tmp.o3AZdcbR6d/src/github.com/go-swagger/go-swagger'...
03:40:15 #15 ...
03:40:15 
03:40:15 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
03:40:15 #44 7.205 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:40:15 #44 7.205 Ign:2 http://deb.debian.org/debian stretch InRelease
03:40:15 #44 7.208 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:40:15 #44 7.293 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
03:40:15 #44 7.335 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:40:15 #44 8.236 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:40:15 #44 9.940 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:40:15 #44 ...
03:40:15 
03:40:15 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
03:40:15 #27 6.190 + RM_GOPATH=0
03:40:15 #27 6.190 + TMP_GOPATH=
03:40:15 #27 6.190 + : /build
03:40:15 #27 6.190 + '[' -z '' ']'
03:40:15 #27 6.202 ++ mktemp -d
03:40:15 #27 6.204 + export GOPATH=/tmp/tmp.Z9juoFd6x5
03:40:15 #27 6.204 + GOPATH=/tmp/tmp.Z9juoFd6x5
03:40:15 #27 6.204 + RM_GOPATH=1
03:40:15 #27 6.205 ++ dirname ./install.sh
03:40:15 #27 6.205 + dir=.
03:40:15 #27 6.206 + bin=gotestsum
03:40:15 #27 6.206 + shift
03:40:15 #27 6.206 + '[' '!' -f ./gotestsum.installer ']'
03:40:15 #27 6.206 + . ./gotestsum.installer
03:40:15 #27 6.206 ++ GOTESTSUM_COMMIT=v0.3.5
03:40:15 #27 6.210 + install_gotestsum
03:40:15 #27 6.213 + echo 'Installing gotestsum version v0.3.5'
03:40:15 #27 6.213 + go get -d gotest.tools/gotestsum
03:40:15 #27 6.213 Installing gotestsum version v0.3.5
03:40:16 #27 ...
03:40:16 
03:40:16 #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
03:40:16 #55 3.319 + mktemp -d
03:40:16 #55 3.319 + export GOPATH=/tmp/tmp.4YqueU5eNB
03:40:16 #55 3.319 + git clone https://github.com/docker/distribution.git /tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution
03:40:16 #55 3.319 Cloning into '/tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution'...
03:40:16 #55 ...
03:40:16 
03:40:16 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:40:16 #30 6.330 + RM_GOPATH=0
03:40:16 #30 6.334 + TMP_GOPATH=
03:40:16 #30 6.338 + : /build
03:40:16 #30 6.338 + '[' -z '' ']'
03:40:16 #30 6.342 ++ mktemp -d
03:40:16 #30 6.346 + export GOPATH=/tmp/tmp.l4ZNLzyTJz
03:40:16 #30 6.346 + GOPATH=/tmp/tmp.l4ZNLzyTJz
03:40:16 #30 6.346 + RM_GOPATH=1
03:40:16 #30 6.347 ++ dirname ./install.sh
03:40:16 #30 6.348 + dir=.
03:40:16 #30 6.354 + bin=tomlv
03:40:16 #30 6.354 + shift
03:40:16 #30 6.355 + '[' '!' -f ./tomlv.installer ']'
03:40:16 #30 6.355 + . ./tomlv.installer
03:40:16 #30 6.357 ++ TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895
03:40:16 #30 6.358 + install_tomlv
03:40:16 #30 6.358 + echo 'Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895'
03:40:16 #30 6.358 Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895
03:40:16 #30 6.358 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.l4ZNLzyTJz/src/github.com/BurntSushi/toml
03:40:16 #30 6.362 Cloning into '/tmp/tmp.l4ZNLzyTJz/src/github.com/BurntSushi/toml'...
03:40:16 #30 7.557 + cd /tmp/tmp.l4ZNLzyTJz/src/github.com/BurntSushi/toml
03:40:16 #30 7.558 + git checkout -q a368813c5e648fee92e5f6c30e3944ff9d5e8895
03:40:16 #30 7.600 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
03:40:16 #30 8.446 errors
03:40:16 #30 8.462 internal/cpu
03:40:16 #30 8.522 math/bits
03:40:16 #30 9.038 runtime/internal/atomic
03:40:16 #30 9.147 math
03:40:16 #30 9.318 internal/bytealg
03:40:16 #30 9.844 runtime/internal/sys
03:40:16 #30 10.06 runtime/internal/math
03:40:16 #30 10.46 runtime
03:40:16 #30 ...
03:40:16 
03:40:16 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:16 #57 5.349 Ign:1 http://deb.debian.org/debian stretch InRelease
03:40:16 #57 5.349 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:40:16 #57 5.351 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:40:16 #57 5.387 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
03:40:16 #57 5.470 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:40:16 #57 6.183 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:40:16 #57 7.809 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:40:16 #57 8.667 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:40:16 #57 ...
03:40:16 
03:40:16 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
03:40:16 #50 6.320 + RM_GOPATH=0
03:40:16 #50 6.320 + TMP_GOPATH=
03:40:16 #50 6.320 + : /build
03:40:16 #50 6.320 + '[' -z '' ']'
03:40:16 #50 6.320 ++ mktemp -d
03:40:16 #50 6.330 Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e
03:40:16 #50 6.330 + export GOPATH=/tmp/tmp.LIyE4Q9tTY
03:40:16 #50 6.330 + GOPATH=/tmp/tmp.LIyE4Q9tTY
03:40:16 #50 6.330 + RM_GOPATH=1
03:40:16 #50 6.330 ++ dirname ./install.sh
03:40:16 #50 6.330 + dir=.
03:40:16 #50 6.330 + bin=proxy
03:40:16 #50 6.330 + shift
03:40:16 #50 6.330 + '[' '!' -f ./proxy.installer ']'
03:40:16 #50 6.330 + . ./proxy.installer
03:40:16 #50 6.330 ++ LIBNETWORK_COMMIT=55685ba49593e67f5e1c8180539379b16736c25e
03:40:16 #50 6.330 + install_proxy
03:40:16 #50 6.330 + case "$1" in
03:40:16 #50 6.330 + export CGO_ENABLED=0
03:40:16 #50 6.330 + CGO_ENABLED=0
03:40:16 #50 6.330 + _install_proxy
03:40:16 #50 6.330 + echo 'Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e'
03:40:16 #50 6.330 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LIyE4Q9tTY/src/github.com/docker/libnetwork
03:40:16 #50 6.409 Cloning into '/tmp/tmp.LIyE4Q9tTY/src/github.com/docker/libnetwork'...
03:40:16 #50 ...
03:40:16 
03:40:16 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:40:16 #33 6.202 + RM_GOPATH=0
03:40:16 #33 6.202 + TMP_GOPATH=
03:40:16 #33 6.202 + : /build
03:40:16 #33 6.202 + '[' -z '' ']'
03:40:16 #33 6.204 ++ mktemp -d
03:40:16 #33 6.209 + export GOPATH=/tmp/tmp.W6HTgN11tO
03:40:16 #33 6.209 + GOPATH=/tmp/tmp.W6HTgN11tO
03:40:16 #33 6.209 + RM_GOPATH=1
03:40:16 #33 6.209 ++ dirname ./install.sh
03:40:16 #33 6.210 + dir=.
03:40:16 #33 6.210 + bin=vndr
03:40:16 #33 6.210 + shift
03:40:16 #33 6.210 + '[' '!' -f ./vndr.installer ']'
03:40:16 #33 6.210 + . ./vndr.installer
03:40:16 #33 6.210 ++ VNDR_COMMIT=81cb8916aad3c8d06193f008dba3e16f82851f52
03:40:16 #33 6.211 + install_vndr
03:40:16 #33 6.211 + echo 'Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52'
03:40:16 #33 6.211 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.W6HTgN11tO/src/github.com/LK4D4/vndr
03:40:16 #33 6.211 Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52
03:40:16 #33 6.215 Cloning into '/tmp/tmp.W6HTgN11tO/src/github.com/LK4D4/vndr'...
03:40:16 #33 7.040 + cd /tmp/tmp.W6HTgN11tO/src/github.com/LK4D4/vndr
03:40:16 #33 7.040 + git checkout -q 81cb8916aad3c8d06193f008dba3e16f82851f52
03:40:16 #33 7.045 + go build -buildmode=pie -v -o /build/vndr .
03:40:16 #33 8.383 errors
03:40:16 #33 8.418 internal/cpu
03:40:16 #33 8.557 internal/race
03:40:16 #33 8.695 runtime/internal/atomic
03:40:16 #33 8.982 internal/bytealg
03:40:16 #33 9.081 runtime/internal/sys
03:40:16 #33 9.362 runtime/internal/math
03:40:16 #33 9.429 sync/atomic
03:40:16 #33 9.718 runtime
03:40:16 #33 9.766 unicode
03:40:18 #33 ...
03:40:18 
03:40:18 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
03:40:18 #24 12.78 + cd /tmp/tmp.Kcij4863oi/src/github.com/alecthomas/gometalinter
03:40:18 #24 12.78 + git checkout -q v2.0.6
03:40:18 #24 12.98 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
03:40:21 #24 ...
03:40:21 
03:40:21 #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
03:40:21 #53 15.24 + mkdir -p /build
03:40:21 #53 15.24 + mv docker/docker /build/
03:40:21 #53 15.26 + rmdir docker
03:40:21 #53 DONE 16.2s
03:40:21 
03:40:21 #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
03:40:21 #55 13.12 + cd /tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution
03:40:21 #55 13.12 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
03:40:21 #55 15.69 + GOPATH=/tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.4YqueU5eNB go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
03:40:22 #55 ...
03:40:22 
03:40:22 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
03:40:22 #17 7.237 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:40:22 #17 7.243 Ign:2 http://deb.debian.org/debian stretch InRelease
03:40:22 #17 7.245 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:40:22 #17 7.316 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
03:40:22 #17 7.361 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:40:22 #17 8.341 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:40:22 #17 9.961 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:40:22 #17 10.75 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:40:22 #17 ...
03:40:22 
03:40:22 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:22 #35 7.356 Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:40:22 #35 ...
03:40:22 
03:40:22 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:40:22 #33 13.59 unicode/utf8
03:40:22 #33 14.05 math/bits
03:40:22 #33 14.60 math
03:40:24 #33 ...
03:40:24 
03:40:24 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:24 #57 19.14 Fetched 7918 kB in 14s (535 kB/s)
03:40:26 #57 19.14 Reading package lists...
03:40:26 #57 ...
03:40:26 
03:40:26 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
03:40:26 #6 10.59 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:40:26 #6 ...
03:40:26 
03:40:26 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
03:40:26 #17 20.70 Fetched 7918 kB in 14s (547 kB/s)
03:40:26 #17 20.70 Reading package lists...
03:40:26 #17 ...
03:40:26 
03:40:26 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
03:40:26 #44 10.81 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:40:26 #44 20.95 Fetched 7918 kB in 14s (537 kB/s)
03:40:26 #44 20.95 Reading package lists...
03:40:26 #44 ...
03:40:26 
03:40:26 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
03:40:26 #50 20.78 + cd /tmp/tmp.LIyE4Q9tTY/src/github.com/docker/libnetwork
03:40:26 #50 20.79 + git checkout -q 55685ba49593e67f5e1c8180539379b16736c25e
03:40:27 #50 21.70 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
03:40:29 #50 ...
03:40:29 
03:40:29 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:40:29 #30 13.45 unicode/utf8
03:40:29 #30 14.02 strconv
03:40:29 #30 18.18 internal/race
03:40:29 #30 18.28 sync/atomic
03:40:29 #30 18.79 unicode
03:40:29 #30 21.79 internal/testlog
03:40:29 #30 21.97 encoding
03:40:29 #30 22.09 runtime/cgo
03:40:29 #30 ...
03:40:29 
03:40:29 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:40:29 #33 20.00 strconv
03:40:29 #33 23.23 internal/testlog
03:40:29 #33 23.61 encoding
03:40:29 #33 23.75 unicode/utf16
03:40:29 #33 24.04 container/list
03:40:30 #33 24.70 crypto/internal/subtle
03:40:30 #33 24.93 crypto/subtle
03:40:30 #33 25.01 crypto/rc4
03:40:30 #33 25.30 internal/x/crypto/cryptobyte/asn1
03:40:30 #33 25.40 internal/nettrace
03:40:31 #33 25.49 internal/x/net/dns/dnsmessage
03:40:32 #33 ...
03:40:32 
03:40:32 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
03:40:32 #17 20.70 Reading package lists...
03:40:34 #17 26.92 Reading package lists...
03:40:34 #17 ...
03:40:34 
03:40:34 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:34 #35 18.67 Fetched 7918 kB in 15s (506 kB/s)
03:40:34 #35 18.67 Reading package lists...
03:40:34 #35 24.67 Reading package lists...
03:40:34 #35 ...
03:40:34 
03:40:34 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
03:40:34 #44 20.95 Reading package lists...
03:40:36 #44 27.21 Reading package lists...
03:40:36 #44 ...
03:40:36 
03:40:36 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
03:40:36 #6 21.48 Fetched 7918 kB in 15s (513 kB/s)
03:40:36 #6 21.48 Reading package lists...
03:40:37 #6 27.54 Reading package lists...
03:40:37 #6 ...
03:40:37 
03:40:37 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:37 #35 24.67 Reading package lists...
03:40:37 #35 30.73 Building dependency tree...
03:40:37 #35 31.95 Reading state information...
03:40:38 #35 33.19 The following additional packages will be installed:
03:40:38 #35 33.20   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
03:40:38 #35 33.21 Suggested packages:
03:40:38 #35 33.22   codeblocks eclipse ninja-build lrzip
03:40:38 #35 33.22 Recommended packages:
03:40:38 #35 33.22   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
03:40:39 #35 33.92 The following NEW packages will be installed:
03:40:39 #35 33.93   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
03:40:39 #35 33.93   vim-common xxd
03:40:39 #35 ...
03:40:39 
03:40:39 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:39 #57 19.14 Reading package lists...
03:40:39 #57 24.83 Reading package lists...
03:40:39 #57 30.72 Building dependency tree...
03:40:39 #57 31.93 Reading state information...
03:40:39 #57 33.13 The following additional packages will be installed:
03:40:39 #57 33.13   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
03:40:39 #57 33.13   libprotoc10 python-pkg-resources zlib1g-dev
03:40:39 #57 33.14 Suggested packages:
03:40:39 #57 33.14   manpages-dev python-setuptools
03:40:40 #57 34.57 The following NEW packages will be installed:
03:40:40 #57 34.59   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
03:40:40 #57 34.59   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
03:40:40 #57 34.59   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
03:40:40 #57 34.59   zlib1g-dev
03:40:40 #57 ...
03:40:40 
03:40:40 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
03:40:40 #27 34.12 + cd /tmp/tmp.Z9juoFd6x5/src/gotest.tools/gotestsum
03:40:40 #27 34.12 + git checkout -q v0.3.5
03:40:40 #27 34.16 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
03:40:42 #27 ...
03:40:42 
03:40:42 #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
03:40:42 #50 DONE 36.9s
03:40:42 
03:40:42 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:42 #57 35.72 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
03:40:42 #57 35.72 Need to get 3602 kB of archives.
03:40:42 #57 35.72 After this operation, 18.9 MB of additional disk space will be used.
03:40:42 #57 35.72 Get:1 http://deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
03:40:42 #57 35.72 Get:2 http://deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
03:40:42 #57 35.72 Get:3 http://deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
03:40:42 #57 35.73 Get:4 http://deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
03:40:42 #57 35.73 Get:5 http://deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
03:40:42 #57 35.74 Get:6 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
03:40:42 #57 35.74 Get:7 http://deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
03:40:42 #57 35.74 Get:8 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
03:40:42 #57 35.76 Get:9 http://deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
03:40:42 #57 35.81 Get:10 http://deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
03:40:42 #57 35.82 Get:11 http://deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
03:40:42 #57 35.92 Get:12 http://deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
03:40:42 #57 35.96 Get:13 http://deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
03:40:42 #57 35.97 Get:14 http://deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
03:40:42 #57 35.99 Get:15 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
03:40:42 #57 35.99 Get:16 http://deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
03:40:42 #57 37.05 debconf: delaying package configuration, since apt-utils is not installed
03:40:42 #57 37.36 Fetched 3602 kB in 1s (2665 kB/s)
03:40:43 #57 37.65 Selecting previously unselected package libnet1:amd64.
03:40:43 #57 37.65 (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 ... 15091 files and directories currently installed.)
03:40:43 #57 37.69 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
03:40:43 #57 37.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
03:40:43 #57 38.00 Selecting previously unselected package libcap-dev:amd64.
03:40:43 #57 38.00 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
03:40:43 #57 38.02 Unpacking libcap-dev:amd64 (1:2.25-1) ...
03:40:43 #57 38.24 Selecting previously unselected package libnet1-dev.
03:40:43 #57 38.24 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
03:40:43 #57 38.26 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
03:40:43 #57 38.58 Selecting previously unselected package libnl-3-200:amd64.
03:40:43 #57 38.58 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
03:40:43 #57 38.60 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
03:40:44 #57 38.72 Selecting previously unselected package libnl-3-dev:amd64.
03:40:44 #57 38.73 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
03:40:44 #57 38.74 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
03:40:44 #57 39.08 Selecting previously unselected package libprotobuf-c1:amd64.
03:40:44 #57 39.11 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
03:40:44 #57 39.12 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
03:40:44 #57 39.24 Selecting previously unselected package libprotobuf-c-dev:amd64.
03:40:44 #57 39.24 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
03:40:44 #57 39.25 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
03:40:44 #57 39.38 Selecting previously unselected package zlib1g-dev:amd64.
03:40:44 #57 39.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
03:40:44 #57 39.40 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
03:40:44 #57 ...
03:40:44 
03:40:44 #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
03:40:44 #17 26.92 Reading package lists...
03:40:44 #17 32.79 Building dependency tree...
03:40:44 #17 33.97 Reading state information...
03:40:44 #17 35.16 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
03:40:44 #17 35.16 The following additional packages will be installed:
03:40:44 #17 35.17   libjq1 libonig4
03:40:44 #17 35.53 The following NEW packages will be installed:
03:40:44 #17 35.54   jq libjq1 libonig4
03:40:44 #17 36.64 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
03:40:44 #17 36.64 Need to get 327 kB of archives.
03:40:44 #17 36.64 After this operation, 1157 kB of additional disk space will be used.
03:40:44 #17 36.64 Get:1 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
03:40:44 #17 36.65 Get:2 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
03:40:44 #17 36.66 Get:3 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
03:40:44 #17 37.86 debconf: delaying package configuration, since apt-utils is not installed
03:40:44 #17 38.18 Fetched 327 kB in 1s (311 kB/s)
03:40:44 #17 38.28 Selecting previously unselected package libonig4:amd64.
03:40:44 #17 38.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
03:40:44 #17 38.37 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
03:40:44 #17 38.39 Unpacking libonig4:amd64 (6.1.3-2) ...
03:40:44 #17 38.66 Selecting previously unselected package libjq1:amd64.
03:40:44 #17 38.66 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
03:40:44 #17 38.66 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
03:40:44 #17 38.89 Selecting previously unselected package jq.
03:40:44 #17 38.92 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
03:40:44 #17 38.93 Unpacking jq (1.5+dfsg-1.3) ...
03:40:44 #17 39.18 Setting up libonig4:amd64 (6.1.3-2) ...
03:40:44 #17 39.22 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
03:40:44 #17 39.24 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:40:44 #17 39.36 Setting up jq (1.5+dfsg-1.3) ...
03:40:44 #17 DONE 39.7s
03:40:44 
03:40:44 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:40:44 #33 29.39 runtime/cgo
03:40:44 #33 39.07 internal/x/crypto/curve25519
03:40:45 #33 ...
03:40:45 
03:40:45 #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
03:40:45 #19 DONE 0.2s
03:40:45 
03:40:45 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:40:45 #30 39.64 sync
03:40:45 #30 ...
03:40:45 
03:40:45 #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
03:40:45 #44 27.21 Reading package lists...
03:40:45 #44 33.10 Building dependency tree...
03:40:45 #44 34.37 Reading state information...
03:40:45 #44 35.40 The following additional packages will be installed:
03:40:45 #44 35.41   btrfs-progs liblzo2-2
03:40:45 #44 35.64 The following NEW packages will be installed:
03:40:45 #44 35.65   btrfs-progs btrfs-tools liblzo2-2
03:40:45 #44 36.74 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
03:40:45 #44 36.74 Need to get 649 kB of archives.
03:40:45 #44 36.74 After this operation, 4320 kB of additional disk space will be used.
03:40:45 #44 36.74 Get:1 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
03:40:45 #44 36.82 Get:2 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
03:40:45 #44 36.87 Get:3 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
03:40:45 #44 38.28 debconf: delaying package configuration, since apt-utils is not installed
03:40:45 #44 38.49 Fetched 649 kB in 1s (558 kB/s)
03:40:45 #44 38.60 Selecting previously unselected package liblzo2-2:amd64.
03:40:45 #44 38.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 ... 15091 files and directories currently installed.)
03:40:45 #44 38.67 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
03:40:45 #44 38.69 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
03:40:45 #44 38.87 Selecting previously unselected package btrfs-progs.
03:40:45 #44 38.87 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
03:40:45 #44 38.89 Unpacking btrfs-progs (4.7.3-1) ...
03:40:45 #44 39.57 Selecting previously unselected package btrfs-tools.
03:40:45 #44 39.57 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
03:40:45 #44 39.57 Unpacking btrfs-tools (4.7.3-1) ...
03:40:45 #44 39.89 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:40:45 #44 40.09 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
03:40:45 #44 40.11 Setting up btrfs-progs (4.7.3-1) ...
03:40:45 #44 40.13 Setting up btrfs-tools (4.7.3-1) ...
03:40:45 #44 40.15 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:40:45 #44 DONE 40.4s
03:40:45 
03:40:45 #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
03:40:45 #6 27.54 Reading package lists...
03:40:45 #6 33.41 Building dependency tree...
03:40:45 #6 34.45 Reading state information...
03:40:45 #6 35.58 The following additional packages will be installed:
03:40:45 #6 35.59   libapparmor1 libseccomp2
03:40:45 #6 35.59 Suggested packages:
03:40:45 #6 35.59   seccomp
03:40:45 #6 35.83 The following NEW packages will be installed:
03:40:45 #6 35.85   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
03:40:45 #6 36.93 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
03:40:45 #6 36.93 Need to get 300 kB of archives.
03:40:45 #6 36.93 After this operation, 1201 kB of additional disk space will be used.
03:40:45 #6 36.93 Get:1 http://deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
03:40:45 #6 36.94 Get:2 http://deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
03:40:45 #6 36.96 Get:3 http://deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
03:40:45 #6 36.97 Get:4 http://deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
03:40:45 #6 38.43 debconf: delaying package configuration, since apt-utils is not installed
03:40:45 #6 38.63 Fetched 300 kB in 1s (277 kB/s)
03:40:45 #6 38.72 Selecting previously unselected package libseccomp2:amd64.
03:40:45 #6 38.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 ... 15091 files and directories currently installed.)
03:40:45 #6 38.77 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
03:40:45 #6 38.82 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
03:40:45 #6 38.96 Selecting previously unselected package libseccomp-dev:amd64.
03:40:45 #6 38.96 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
03:40:45 #6 38.97 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
03:40:45 #6 39.14 Selecting previously unselected package libapparmor1:amd64.
03:40:45 #6 39.14 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
03:40:45 #6 39.15 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
03:40:45 #6 39.32 Selecting previously unselected package libapparmor-dev:amd64.
03:40:45 #6 39.33 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
03:40:45 #6 39.35 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
03:40:45 #6 39.63 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:40:45 #6 39.79 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
03:40:45 #6 39.87 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
03:40:45 #6 39.89 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
03:40:45 #6 39.92 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
03:40:45 #6 39.94 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:40:45 #6 DONE 40.4s
03:40:46 
03:40:46 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:46 #57 39.93 Selecting previously unselected package libprotobuf10:amd64.
03:40:46 #57 39.94 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
03:40:46 #57 39.95 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
03:40:46 
03:40:46 #57 ...
03:40:46 
03:40:46 #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
03:40:46 #40 DONE 0.4s
03:40:46 
03:40:46 #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
03:40:46 #45 DONE 0.4s
03:40:46 
03:40:46 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:46 #57 40.81 Selecting previously unselected package libprotobuf-lite10:amd64.
03:40:46 #57 40.83 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
03:40:46 #57 ...
03:40:46 
03:40:46 #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
03:40:46 #41 DONE 0.3s
03:40:46 
03:40:46 #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
03:40:46 #46 DONE 0.2s
03:40:46 
03:40:46 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:46 #57 41.01 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
03:40:46 #57 41.26 Selecting previously unselected package libprotobuf-dev:amd64.
03:40:46 #57 41.26 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
03:40:46 #57 41.27 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
03:40:48 #57 42.61 Selecting previously unselected package libprotoc10:amd64.
03:40:48 #57 42.62 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
03:40:48 #57 42.63 Unpacking libprotoc10:amd64 (3.0.0-9) ...
03:40:48 #57 43.26 Selecting previously unselected package protobuf-c-compiler.
03:40:48 #57 43.27 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
03:40:48 #57 43.27 Unpacking protobuf-c-compiler (1.2.1-2) ...
03:40:48 #57 43.42 Selecting previously unselected package protobuf-compiler.
03:40:48 #57 43.43 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
03:40:48 #57 43.46 Unpacking protobuf-compiler (3.0.0-9) ...
03:40:49 #57 43.63 Selecting previously unselected package python-pkg-resources.
03:40:49 #57 43.64 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
03:40:49 #57 43.64 Unpacking python-pkg-resources (33.1.1-1) ...
03:40:49 #57 43.83 Selecting previously unselected package python-protobuf.
03:40:49 #57 43.84 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
03:40:49 #57 43.85 Unpacking python-protobuf (3.0.0-9) ...
03:40:49 #57 44.48 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
03:40:50 #57 ...
03:40:50 
03:40:50 #7 [dev 1/22] RUN groupadd -r docker
03:40:50 #7 DONE 4.4s
03:40:50 
03:40:50 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:50 #57 44.76 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
03:40:50 #57 44.79 Setting up python-pkg-resources (33.1.1-1) ...
03:40:50 #57 ...
03:40:50 
03:40:50 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:40:50 #35 35.14 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
03:40:50 #35 35.14 Need to get 13.7 MB of archives.
03:40:50 #35 35.14 After this operation, 57.2 MB of additional disk space will be used.
03:40:50 #35 35.14 Get:1 http://deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
03:40:50 #35 35.24 Get:2 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
03:40:50 #35 35.24 Get:3 http://deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
03:40:50 #35 35.90 Get:4 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
03:40:50 #35 35.97 Get:5 http://deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
03:40:50 #35 36.00 Get:6 http://deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
03:40:50 #35 36.01 Get:7 http://deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
03:40:50 #35 36.02 Get:8 http://deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
03:40:50 #35 36.28 Get:9 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
03:40:50 #35 36.30 Get:10 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
03:40:50 #35 37.35 debconf: delaying package configuration, since apt-utils is not installed
03:40:50 #35 37.54 Fetched 13.7 MB in 2s (5941 kB/s)
03:40:50 #35 37.89 Selecting previously unselected package cmake-data.
03:40:50 #35 37.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
03:40:50 #35 37.97 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
03:40:50 #35 38.12 Unpacking cmake-data (3.7.2-1) ...
03:40:50 #35 41.67 Selecting previously unselected package liblzo2-2:amd64.
03:40:50 #35 41.68 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
03:40:50 #35 41.72 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
03:40:50 #35 42.03 Selecting previously unselected package libicu57:amd64.
03:40:50 #35 42.09 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ...
03:40:50 #35 42.09 Unpacking libicu57:amd64 (57.1-6+deb9u3) ...
03:40:50 #35 ...
03:40:50 
03:40:50 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
03:40:50 #42 3.608 + RM_GOPATH=0
03:40:50 #42 3.608 + TMP_GOPATH=
03:40:50 #42 3.608 + : /build
03:40:50 #42 3.608 + '[' -z '' ']'
03:40:50 #42 3.613 ++ mktemp -d
03:40:50 #42 3.638 + export GOPATH=/tmp/tmp.8T1vdoCA4E
03:40:50 #42 3.638 + GOPATH=/tmp/tmp.8T1vdoCA4E
03:40:50 #42 3.638 + RM_GOPATH=1
03:40:50 #42 3.639 ++ dirname ./install.sh
03:40:50 #42 3.640 + dir=.
03:40:50 #42 3.641 + bin=runc
03:40:50 #42 3.641 + shift
03:40:50 #42 3.641 + '[' '!' -f ./runc.installer ']'
03:40:50 #42 3.641 + . ./runc.installer
03:40:50 #42 3.642 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657
03:40:50 #42 3.642 + install_runc
03:40:50 #42 3.643 + uname -r
03:40:50 #42 3.643 + grep -q '^3\.10\.0.*\.el7\.'
03:40:50 #42 3.644 + RUNC_BUILDTAGS='seccomp apparmor selinux '
03:40:50 #42 3.645 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )'
03:40:50 #42 3.645 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )
03:40:50 #42 3.645 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8T1vdoCA4E/src/github.com/opencontainers/runc
03:40:50 #42 3.654 Cloning into '/tmp/tmp.8T1vdoCA4E/src/github.com/opencontainers/runc'...
03:40:51 #42 ...
03:40:51 
03:40:51 #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
03:40:51 #15 35.88 + cd /tmp/tmp.o3AZdcbR6d/src/github.com/go-swagger/go-swagger
03:40:51 #15 35.89 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
03:40:51 #15 37.78 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
03:40:51 #15 ...
03:40:51 
03:40:51 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:40:51 #47 3.518 + RM_GOPATH=0
03:40:51 #47 3.518 + TMP_GOPATH=
03:40:51 #47 3.519 + : /build
03:40:51 #47 3.519 + '[' -z '' ']'
03:40:51 #47 3.522 ++ mktemp -d
03:40:51 #47 3.525 + export GOPATH=/tmp/tmp.PYU2VNSnbj
03:40:51 #47 3.525 + GOPATH=/tmp/tmp.PYU2VNSnbj
03:40:51 #47 3.525 + RM_GOPATH=1
03:40:51 #47 3.526 ++ dirname ./install.sh
03:40:51 #47 3.526 + dir=.
03:40:51 #47 3.526 + bin=containerd
03:40:51 #47 3.526 + shift
03:40:51 #47 3.526 + '[' '!' -f ./containerd.installer ']'
03:40:51 #47 3.526 + . ./containerd.installer
03:40:51 #47 3.526 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339
03:40:51 #47 3.527 + install_containerd
03:40:51 #47 3.527 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339'
03:40:51 #47 3.527 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339
03:40:51 #47 3.527 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PYU2VNSnbj/src/github.com/containerd/containerd
03:40:51 #47 3.530 Cloning into '/tmp/tmp.PYU2VNSnbj/src/github.com/containerd/containerd'...
03:40:52 #47 ...
03:40:52 
03:40:52 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:40:52 #20 5.468 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
03:40:52 #20 6.252 
03:40:53 #20 6.654 
#####                                                                      7.7%
##########                                                                14.3%
#############                                                             19.3%
################                                                          23.4%
###################                                                       27.5%
#######################                                                   32.0%
##########################                                                36.7%
#############################                                             40.7%
#################################                                         46.1%
#####################################                                     51.7%
###########################################                               59.8%
##############################################                            64.4%
###################################################                       71.1%
#######################################################                   77.0%
#########################################################                 80.4%
###############################################################           87.5%
##################################################################        92.1%
#################20 ...
03:40:53 
03:40:53 #8 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser
03:40:53 #8 DONE 3.7s
03:40:53 
03:40:53 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:40:53 #20 6.654 
#####                                                                      7.7%
##########                                                                14.3%
#############                                                             19.3%
################                                                          23.4%
###################                                                       27.5%
#######################                                                   32.0%
##########################                                                36.7%
#############################                                             40.7%
#################################                                         46.1%
#####################################                                     51.7%
###########################################                               59.8%
##############################################                            64.4%
###################################################                       71.1%
#######################################################                   77.0%
#########################################################                 80.4%
###############################################################           87.5%
##################################################################        92.1%
######################################################################## 100.0%
03:40:53 #20 ...
03:40:53 
03:40:53 #9 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
03:40:56 #9 ...
03:40:56 
03:40:56 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:40:56 #30 40.45 io
03:40:56 #30 40.48 reflect
03:40:56 #30 42.33 syscall
03:40:56 #30 50.56 time
03:40:56 #30 ...
03:40:56 
03:40:56 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:40:56 #20 9.122 
03:40:56 #20 9.496 
##############                                                            20.2%
##############################                                            43.0%
###################################                                       49.4%
################################################                          67.0%
###########################################################               83.2%
######################################################################## 100.0%
03:40:56 #20 10.62 
03:40:57 #20 10.90 
###                                                                        4.8%
#######                                                                    9.9%
############                                                              17.6%
#################                                                         24.7%
#######################                                                   32.0%
###########################                                               38.8%
################################                                          44.6%
####################################                                      50.8%
#########################################                                 57.7%
#
03:40:57 #20 ...
03:40:57 
03:40:57 #9 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
03:40:57 #9 3.079 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
03:40:57 #9 DONE 3.4s
03:40:57 
03:40:57 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:40:57 #20 10.90 
###                                                                        4.8%
#######                                                                    9.9%
############                                                              17.6%
#################                                                         24.7%
#######################                                                   32.0%
###########################                                               38.8%
################################                                          44.6%
####################################                                      50.8%
#########################################                                 57.7%
###############################################                           66.1%
################################################                          67.6%
##################################################                        69.8%
#####################################################                     73.9%
###########################################################               82.1%
##############################################################            87.2%
#######################################################################   99.9%
######################################################################## 100.0%
03:40:58 #20 13.04 
03:40:58 #20 13.38 
#                                                                          1.6%
###                                                                        4.2%
####                                                          
03:40:58 #20 ...
03:40:58 
03:40:58 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:40:58 #33 43.11 sync
03:40:58 #33 43.78 io
03:40:58 #33 43.80 reflect
03:40:58 #33 45.23 bytes
03:40:58 #33 47.65 bufio
03:40:58 #33 50.12 syscall
03:40:58 #33 ...
03:40:58 
03:40:58 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:41:00 #20 13.38 
#                                                                          1.6%
###                                                                        4.2%
####                                                                       6.6%
######                                                                     9.2%
########                                                                  12.3%
##########                                                                15.1%
############                                                              17.4%
##############                                                            19.5%
###############                                                           21.9%
#################                                                         24.5%
###################                                                       27.1%
#####################                                                     29.7%
#######################                                                   32.5%
########################                                                  34.7%
##########################                                                37.2%
############################                                              39.0%
03:41:00 #20 ...
03:41:00 
03:41:00 #10 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ...
03:41:00 #10 DONE 3.3s
03:41:00 
03:41:00 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:41:03 #20 13.38 
#                                                                          1.6%
###                                                                        4.2%
####                                                                       6.6%
######                                                                     9.2%
########                                                                  12.3%
##########                                                                15.1%
############                                                              17.4%
##############                                                            19.5%
###############                                                           21.9%
#################                                                         24.5%
###################                                                       27.1%
#####################                                                     29.7%
#######################                                                   32.5%
########################                                                  34.7%
##########################                                                37.2%
############################                                              39.0%
#############################                                             41.4%
##############################                                            43.0%
###############################                                           43.8%
################################                                          45.8%
##################################                                        47.8%
####################################                                      50.1%
#####################################                                     51.7%
######################################                                    53.3%
#######################################                                   55.4%
#########################################                                 58.2%
###########################################                               60.2%
############################################                              61.6%
#############################################                             63.3%
###############################################                           65.7%
################################################                          67.6%
##################################################                        70.1%
####################################################                      72.3%
######################################################                    75.2%
#######################################################                   77.8%
#########################################################                 80.3%
###########################################################               83.0%
#############################################################             85.5%
###############################################################           88.1%
#################################################################         90.5%
#################################################################         91.1%
##################################################################        92.9%
#####################################################################     96.2%
######################################################################## 100.0%
03:41:03 #20 18.10 
03:41:03 #20 ...
03:41:03 
03:41:03 #11 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
03:41:03 #11 DONE 3.5s
03:41:03 
03:41:03 #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:03 #35 50.63 Selecting previously unselected package libxml2:amd64.
03:41:03 #35 50.64 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
03:41:03 #35 50.64 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
03:41:03 #35 51.60 Selecting previously unselected package libarchive13:amd64.
03:41:03 #35 51.60 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
03:41:03 #35 51.65 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
03:41:03 #35 52.24 Selecting previously unselected package libjsoncpp1:amd64.
03:41:03 #35 52.25 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
03:41:03 #35 52.25 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
03:41:03 #35 52.58 Selecting previously unselected package libuv1:amd64.
03:41:03 #35 52.59 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
03:41:03 #35 52.61 Unpacking libuv1:amd64 (1.9.1-3) ...
03:41:03 #35 52.89 Selecting previously unselected package cmake.
03:41:03 #35 52.90 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
03:41:03 #35 53.03 Unpacking cmake (3.7.2-1) ...
03:41:03 #35 56.49 Selecting previously unselected package xxd.
03:41:03 #35 56.52 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
03:41:03 #35 56.53 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
03:41:03 #35 56.75 Selecting previously unselected package vim-common.
03:41:03 #35 56.82 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
03:41:03 #35 56.84 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
03:41:03 #35 57.22 Processing triggers for mime-support (3.60) ...
03:41:03 #35 57.33 Setting up xxd (2:8.0.0197-4+deb9u3) ...
03:41:03 #35 57.36 Setting up libuv1:amd64 (1.9.1-3) ...
03:41:03 #35 57.41 Setting up cmake-data (3.7.2-1) ...
03:41:03 #35 57.55 Setting up libicu57:amd64 (57.1-6+deb9u3) ...
03:41:03 #35 57.58 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
03:41:03 #35 57.62 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:41:03 #35 57.69 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
03:41:03 #35 57.72 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
03:41:03 #35 57.77 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
03:41:03 #35 57.80 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
03:41:03 #35 57.82 Setting up cmake (3.7.2-1) ...
03:41:03 #35 57.97 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:41:03 #35 DONE 58.5s
03:41:03 
03:41:03 #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:03 #57 49.94 Setting up libnet1-dev (1.1.6+dfsg-3) ...
03:41:03 #57 49.95 Setting up libprotobuf10:amd64 (3.0.0-9) ...
03:41:03 #57 49.98 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:41:03 #57 50.05 Setting up python-protobuf (3.0.0-9) ...
03:41:03 #57 57.48 Setting up libcap-dev:amd64 (1:2.25-1) ...
03:41:03 #57 57.51 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
03:41:03 #57 57.55 Setting up libnl-3-200:amd64 (3.2.27-2) ...
03:41:03 #57 57.62 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
03:41:03 #57 57.64 Setting up libprotoc10:amd64 (3.0.0-9) ...
03:41:03 #57 57.65 Setting up protobuf-c-compiler (1.2.1-2) ...
03:41:03 #57 57.67 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
03:41:03 #57 57.70 Setting up protobuf-compiler (3.0.0-9) ...
03:41:03 #57 57.71 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
03:41:03 #57 57.76 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
03:41:03 #57 57.78 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:41:03 #57 DONE 58.5s
03:41:03 
03:41:03 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:04 #58 ...
03:41:04 
03:41:04 #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
03:41:04 #36 DONE 0.2s
03:41:04 
03:41:04 #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
03:41:04 #37 DONE 0.1s
03:41:04 
03:41:04 #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
03:41:08 #38 3.833 + RM_GOPATH=0
03:41:08 #38 3.833 + TMP_GOPATH=
03:41:08 #38 3.833 + : /build
03:41:08 #38 3.833 + '[' -z '' ']'
03:41:08 #38 3.834 ++ mktemp -d
03:41:08 #38 3.838 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
03:41:08 #38 3.838 + export GOPATH=/tmp/tmp.kD1k691tWj
03:41:08 #38 3.838 + GOPATH=/tmp/tmp.kD1k691tWj
03:41:08 #38 3.838 + RM_GOPATH=1
03:41:08 #38 3.838 ++ dirname ./install.sh
03:41:08 #38 3.838 + dir=.
03:41:08 #38 3.838 + bin=tini
03:41:08 #38 3.838 + shift
03:41:08 #38 3.838 + '[' '!' -f ./tini.installer ']'
03:41:08 #38 3.838 + . ./tini.installer
03:41:08 #38 3.838 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
03:41:08 #38 3.838 + install_tini
03:41:08 #38 3.838 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
03:41:08 #38 3.838 + git clone https://github.com/krallin/tini.git /tmp/tmp.kD1k691tWj/tini
03:41:08 #38 3.853 Cloning into '/tmp/tmp.kD1k691tWj/tini'...
03:41:08 #38 ...
03:41:08 
03:41:08 #12 [dev 6/22] RUN ldconfig
03:41:08 #12 DONE 4.4s
03:41:08 
03:41:08 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:09 #13 ...
03:41:09 
03:41:09 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
03:41:09 #42 13.42 + cd /tmp/tmp.8T1vdoCA4E/src/github.com/opencontainers/runc
03:41:09 #42 13.43 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657
03:41:09 #42 13.85 + '[' -z '' ']'
03:41:09 #42 13.85 + target=static
03:41:09 #42 13.85 + make 'BUILDTAGS=seccomp apparmor selinux ' static
03:41:09 #42 16.53 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc .
03:41:10 #42 ...
03:41:10 
03:41:10 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:10 #58 5.714 Note: Building without ia32 C/R, missed ia32 support in gcc
03:41:10 #58 5.715       That may be related to missing gcc-multilib in your
03:41:10 #58 5.715       distribution or you may have Debian with buggy toolchain
03:41:10 #58 5.715       (issue https://github.com/xemul/criu/issues/315)
03:41:10 #58 7.209 fatal: Not a git repository (or any of the parent directories): .git
03:41:11 #58 7.234   GEN      .gitid
03:41:11 #58 7.237   GEN      criu/include/version.h
03:41:11 #58 7.298   GEN      include/common/asm
03:41:13 #58 8.845   PBCC     images/google/protobuf/descriptor.pb-c.c
03:41:13 #58 8.931   PBCC     images/opts.pb-c.c
03:41:13 #58 8.974   PBCC     images/sit.pb-c.c
03:41:13 #58 9.016   DEP      images/google/protobuf/descriptor.pb-c.d
03:41:13 #58 9.085   DEP      images/opts.pb-c.d
03:41:13 #58 9.150   DEP      images/sit.pb-c.d
03:41:13 #58 9.256   PBCC     images/macvlan.pb-c.c
03:41:13 #58 9.291   DEP      images/macvlan.pb-c.d
03:41:13 #58 9.363   PBCC     images/autofs.pb-c.c
03:41:13 #58 9.402   DEP      images/autofs.pb-c.d
03:41:13 #58 9.455   PBCC     images/sysctl.pb-c.c
03:41:13 #58 9.525   DEP      images/sysctl.pb-c.d
03:41:13 #58 9.593   PBCC     images/time.pb-c.c
03:41:13 #58 9.641   DEP      images/time.pb-c.d
03:41:13 #58 ...
03:41:13 
03:41:13 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:41:13 #30 57.81 internal/poll
03:41:13 #30 58.10 sort
03:41:13 #30 60.31 internal/fmtsort
03:41:13 #30 61.12 internal/syscall/unix
03:41:13 #30 61.33 strings
03:41:13 #30 61.47 os
03:41:13 #30 64.37 bytes
03:41:13 #30 65.81 fmt
03:41:13 #30 66.60 bufio
03:41:13 #30 ...
03:41:13 
03:41:13 #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
03:41:13 #20 19.65 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
03:41:13 #20 20.45 
03:41:13 #20 20.86 
######################################################################## 100.0%
03:41:13 #20 21.14 
03:41:13 #20 22.39 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
03:41:13 #20 23.04 
03:41:13 #20 23.42 
######################################################################## 100.0%
03:41:13 #20 23.57 
03:41:13 #20 25.20 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
03:41:13 #20 25.33 skipping existing 1849cc453dee
03:41:13 #20 25.51 
03:41:13 #20 26.87 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
03:41:13 #20 27.43 
03:41:13 #20 27.73 
######################################################################## 100.0%
03:41:13 #20 27.80 
03:41:13 #20 27.87 Download of images into '/build' complete.
03:41:13 #20 27.87 Use something like the following to load the result into a Docker daemon:
03:41:13 #20 27.87   tar -cC '/build' . | docker load
03:41:13 #20 DONE 28.3s
03:41:13 
03:41:13 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:13 #58 9.768   PBCC     images/binfmt-misc.pb-c.c
03:41:13 #58 9.840   DEP      images/binfmt-misc.pb-c.d
03:41:13 #58 9.879   PBCC     images/seccomp.pb-c.c
03:41:13 #58 9.905   DEP      images/seccomp.pb-c.d
03:41:13 #58 9.979   PBCC     images/userns.pb-c.c
03:41:13 #58 10.03   DEP      images/userns.pb-c.d
03:41:14 #58 10.13   PBCC     images/cgroup.pb-c.c
03:41:14 #58 10.28   DEP      images/cgroup.pb-c.d
03:41:14 #58 10.45   PBCC     images/fown.pb-c.c
03:41:14 #58 10.49   PBCC     images/ext-file.pb-c.c
03:41:14 #58 10.62   DEP      images/fown.pb-c.d
03:41:14 #58 10.73   DEP      images/ext-file.pb-c.d
03:41:14 #58 10.84   PBCC     images/rpc.pb-c.c
03:41:14 #58 10.94   DEP      images/rpc.pb-c.d
03:41:14 #58 11.10   PBCC     images/siginfo.pb-c.c
03:41:14 #58 11.12   DEP      images/siginfo.pb-c.d
03:41:14 #58 11.22   PBCC     images/pagemap.pb-c.c
03:41:14 #58 ...
03:41:14 
03:41:14 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:41:14 #33 59.40 time
03:41:14 #33 60.43 sort
03:41:14 #33 61.50 internal/fmtsort
03:41:14 #33 62.01 internal/syscall/unix
03:41:14 #33 62.29 strings
03:41:14 #33 65.07 internal/poll
03:41:14 #33 65.66 path
03:41:14 #33 66.35 regexp/syntax
03:41:14 #33 67.45 os
03:41:15 #33 ...
03:41:15 
03:41:15 #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
03:41:15 #38 5.119 + cd /tmp/tmp.kD1k691tWj/tini
03:41:15 #38 5.119 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
03:41:15 #38 5.126 + cmake .
03:41:15 #38 5.679 -- The C compiler identification is GNU 6.3.0
03:41:15 #38 5.724 -- Check for working C compiler: /usr/bin/cc
03:41:15 #38 6.262 -- Check for working C compiler: /usr/bin/cc -- works
03:41:15 #38 6.263 -- Detecting C compiler ABI info
03:41:15 #38 6.807 -- Detecting C compiler ABI info - done
03:41:15 #38 6.889 -- Detecting C compile features
03:41:15 #38 8.788 -- Detecting C compile features - done
03:41:15 #38 8.816 -- Performing Test HAS_BUILTIN_FORTIFY
03:41:15 #38 9.054 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
03:41:15 #38 9.157 -- Configuring done
03:41:15 #38 9.173 -- Generating done
03:41:15 #38 9.269 -- Build files have been written to: /tmp/tmp.kD1k691tWj/tini
03:41:15 #38 9.271 + make tini-static
03:41:15 #38 9.799 Scanning dependencies of target tini-static
03:41:15 #38 9.894 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
03:41:15 #38 ...
03:41:15 
03:41:15 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:15 #58 11.45   DEP      images/pagemap.pb-c.d
03:41:15 #58 11.57   PBCC     images/rlimit.pb-c.c
03:41:15 #58 11.64   DEP      images/rlimit.pb-c.d
03:41:15 #58 11.74   PBCC     images/file-lock.pb-c.c
03:41:15 #58 11.74   DEP      images/file-lock.pb-c.d
03:41:15 #58 11.82   PBCC     images/tty.pb-c.c
03:41:15 #58 11.95   DEP      images/tty.pb-c.d
03:41:15 #58 12.14   PBCC     images/tun.pb-c.c
03:41:16 #58 12.29   PBCC     images/netdev.pb-c.c
03:41:16 #58 12.36   DEP      images/tun.pb-c.d
03:41:16 #58 12.56   DEP      images/netdev.pb-c.d
03:41:16 #58 12.68   PBCC     images/vma.pb-c.c
03:41:16 #58 12.86   DEP      images/vma.pb-c.d
03:41:16 #58 12.91   PBCC     images/creds.pb-c.c
03:41:16 #58 12.94   DEP      images/creds.pb-c.d
03:41:16 #58 13.00   PBCC     images/utsns.pb-c.c
03:41:17 #58 13.04   DEP      images/utsns.pb-c.d
03:41:17 #58 13.07   PBCC     images/ipc-desc.pb-c.c
03:41:17 #58 13.13   PBCC     images/ipc-sem.pb-c.c
03:41:17 #58 13.14   DEP      images/ipc-desc.pb-c.d
03:41:17 #58 13.24   DEP      images/ipc-sem.pb-c.d
03:41:17 #58 13.31   PBCC     images/ipc-msg.pb-c.c
03:41:17 #58 13.32   DEP      images/ipc-msg.pb-c.d
03:41:17 #58 13.39   PBCC     images/ipc-shm.pb-c.c
03:41:17 #58 13.46   DEP      images/ipc-shm.pb-c.d
03:41:17 #58 13.52   PBCC     images/ipc-var.pb-c.c
03:41:17 #58 13.55   DEP      images/ipc-var.pb-c.d
03:41:17 #58 ...
03:41:17 
03:41:17 #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
03:41:17 #38 12.61 [100%] Linking C executable tini-static
03:41:17 #38 13.19 [100%] Built target tini-static
03:41:17 #38 13.23 + mkdir -p /build
03:41:17 #38 13.23 + cp tini-static /build/docker-init
03:41:17 #38 DONE 13.4s
03:41:17 
03:41:17 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:17 #58 13.67   PBCC     images/sk-opts.pb-c.c
03:41:17 #58 13.80   PBCC     images/packet-sock.pb-c.c
03:41:17 #58 13.88   DEP      images/sk-opts.pb-c.d
03:41:17 #58 13.97   DEP      images/packet-sock.pb-c.d
03:41:17 #58 14.04   PBCC     images/sk-netlink.pb-c.c
03:41:18 #58 14.25   DEP      images/sk-netlink.pb-c.d
03:41:18 #58 14.47   PBCC     images/sk-inet.pb-c.c
03:41:18 #58 14.54   DEP      images/sk-inet.pb-c.d
03:41:18 #58 14.60   PBCC     images/sk-unix.pb-c.c
03:41:18 #58 14.63   DEP      images/sk-unix.pb-c.d
03:41:18 #58 14.73   PBCC     images/mm.pb-c.c
03:41:18 #58 14.79   DEP      images/mm.pb-c.d
03:41:18 #58 14.88   PBCC     images/timerfd.pb-c.c
03:41:18 #58 14.94   DEP      images/timerfd.pb-c.d
03:41:18 #58 14.99   PBCC     images/timer.pb-c.c
03:41:18 #58 15.04   DEP      images/timer.pb-c.d
03:41:19 #58 15.11   PBCC     images/sa.pb-c.c
03:41:19 #58 15.16   DEP      images/sa.pb-c.d
03:41:19 #58 15.20   PBCC     images/pipe-data.pb-c.c
03:41:19 #58 15.21   DEP      images/pipe-data.pb-c.d
03:41:19 #58 15.26   PBCC     images/mnt.pb-c.c
03:41:19 #58 15.35   DEP      images/mnt.pb-c.d
03:41:19 #58 15.41   PBCC     images/sk-packet.pb-c.c
03:41:19 #58 15.46   DEP      images/sk-packet.pb-c.d
03:41:19 #58 15.51   PBCC     images/tcp-stream.pb-c.c
03:41:19 #58 15.57   DEP      images/tcp-stream.pb-c.d
03:41:19 #58 15.64   PBCC     images/pipe.pb-c.c
03:41:19 #58 15.69   DEP      images/pipe.pb-c.d
03:41:19 #58 15.75   PBCC     images/pstree.pb-c.c
03:41:19 #58 15.81   DEP      images/pstree.pb-c.d
03:41:19 #58 15.88   PBCC     images/fs.pb-c.c
03:41:19 #58 15.94   DEP      images/fs.pb-c.d
03:41:19 #58 16.00   PBCC     images/signalfd.pb-c.c
03:41:19 #58 16.06   DEP      images/signalfd.pb-c.d
03:41:19 #58 16.13   PBCC     images/fh.pb-c.c
03:41:20 #58 16.20   PBCC     images/fsnotify.pb-c.c
03:41:20 #58 16.27   DEP      images/fh.pb-c.d
03:41:20 #58 16.37   DEP      images/fsnotify.pb-c.d
03:41:20 #58 16.46   PBCC     images/eventpoll.pb-c.c
03:41:20 #58 16.50   DEP      images/eventpoll.pb-c.d
03:41:20 #58 16.56   PBCC     images/eventfd.pb-c.c
03:41:20 #58 16.57   DEP      images/eventfd.pb-c.d
03:41:20 #58 16.63   PBCC     images/remap-file-path.pb-c.c
03:41:20 #58 16.64   DEP      images/remap-file-path.pb-c.d
03:41:20 #58 16.71   PBCC     images/fifo.pb-c.c
03:41:20 #58 16.74   DEP      images/fifo.pb-c.d
03:41:20 #58 16.80   PBCC     images/ghost-file.pb-c.c
03:41:20 #58 16.84   DEP      images/ghost-file.pb-c.d
03:41:20 #58 16.87   PBCC     images/regfile.pb-c.c
03:41:20 #58 16.91   DEP      images/regfile.pb-c.d
03:41:20 #58 16.95   PBCC     images/ns.pb-c.c
03:41:20 #58 16.95   DEP      images/ns.pb-c.d
03:41:20 #58 17.00   PBCC     images/fdinfo.pb-c.c
03:41:20 #58 17.08   DEP      images/fdinfo.pb-c.d
03:41:20 #58 17.16   PBCC     images/core-aarch64.pb-c.c
03:41:21 #58 17.25   PBCC     images/core-arm.pb-c.c
03:41:21 #58 17.30   PBCC     images/core-ppc64.pb-c.c
03:41:21 #58 17.34   PBCC     images/core-s390.pb-c.c
03:41:21 #58 17.42   PBCC     images/core-x86.pb-c.c
03:41:21 #58 17.50   PBCC     images/core.pb-c.c
03:41:21 #58 17.57   PBCC     images/inventory.pb-c.c
03:41:21 #58 17.64   DEP      images/core-aarch64.pb-c.d
03:41:21 #58 17.68   DEP      images/core-arm.pb-c.d
03:41:21 #58 17.72   DEP      images/core-ppc64.pb-c.d
03:41:21 #58 17.78   DEP      images/core-s390.pb-c.d
03:41:21 #58 17.86   DEP      images/core-x86.pb-c.d
03:41:21 #58 17.91   DEP      images/core.pb-c.d
03:41:21 #58 17.98   DEP      images/inventory.pb-c.d
03:41:21 #58 18.03   PBCC     images/cpuinfo.pb-c.c
03:41:21 #58 18.07   DEP      images/cpuinfo.pb-c.d
03:41:21 #58 18.16   PBCC     images/stats.pb-c.c
03:41:22 #58 18.18   DEP      images/stats.pb-c.d
03:41:22 #58 ...
03:41:22 
03:41:22 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:22 #13 3.838 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
03:41:22 #13 3.838 Ign:2 http://deb.debian.org/debian stretch InRelease
03:41:22 #13 3.879 Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
03:41:22 #13 3.880 Get:4 http://deb.debian.org/debian stretch Release [118 kB]
03:41:22 #13 3.922 Get:5 http://deb.debian.org/debian stretch Release.gpg [2365 B]
03:41:22 #13 4.614 Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
03:41:22 #13 6.726 Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
03:41:22 #13 8.662 Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
03:41:22 #13 ...
03:41:22 
03:41:22 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:41:22 #47 30.56 Checking out files:  41% (1194/2879)   
Checking out files:  42% (1210/2879)   
Checking out files:  43% (1238/2879)   
Checking out files:  44% (1267/2879)   
Checking out files:  45% (1296/2879)   
Checking out files:  46% (1325/2879)   
Checking out files:  47% (1354/2879)   
Checking out files:  48% (1382/2879)   
Checking out files:  49% (1411/2879)   
Checking out files:  50% (1440/2879)   
Checking out files:  51% (1469/2879)   
Checking out files:  52% (1498/2879)   
Checking out files:  53% (1526/2879)   
Checking out files:  54% (1555/2879)   
Checking out files:  55% (1584/2879)   
Checking out files:  56% (1613/2879)   
Checking out files:  57% (1642/2879)   
Checking out files:  58% (1670/2879)   
Checking out files:  59% (1699/2879)   
Checking out files:  60% (1728/2879)   
Checking out files:  61% (1757/2879)   
Checking out files:  62% (1785/2879)   
Checking out files:  63% (1814/2879)   
Checking out files:  64% (1843/2879)   
Checking out files:  65% (1872/2879)   
Checking out files:  66% (1901/2879)   
Checking out files:  67% (1929/2879)   
Checking out files:  68% (1958/2879)   
Checking out files:  69% (1987/2879)   
Checking out files:  70% (2016/2879)   
Checking out files:  71% (2045/2879)   
Checking out files:  72% (2073/2879)   
Checking out files:  73% (2102/2879)   
Checking out files:  74% (2131/2879)   
Checking out files:  75% (2160/2879)   
Checking out files:  76% (2189/2879)   
Checking out files:  77% (2217/2879)   
Checking out files:  78% (2246/2879)   
Checking out files:  79% (2275/2879)   
Checking out files:  80% (2304/2879)   
Checking out files:  80% (2329/2879)   
Checking out files:  81% (2332/2879)   
Checking out files:  82% (2361/2879)   
Checking out files:  83% (2390/2879)   
Checking out files:  84% (2419/2879)   
Checking out files:  85% (2448/2879)   
Checking out files:  86% (2476/2879)   
Checking out files:  87% (2505/2879)   
Checking out files:  88% (2534/2879)   
Checking out files:  89% (2563/2879)   
Checking out files:  90% (2592/2879)   
Checking out files:  91% (2620/2879)   
Checking out files:  92% (2649/2879)   
Checking out files:  93% (2678/2879)   
Checking out files:  94% (2707/2879)   
Checking out files:  95% (2736/2879)   
Checking out files:  96% (2764/2879)   
Checking out files:  97% (2793/2879)   
Checking out files:  98% (2822/2879)   
Checking out files:  99% (2851/2879)   
Checking out files: 100% (2879/2879)   
Checking out files: 100% (2879/2879), done.
03:41:22 #47 32.45 + cd /tmp/tmp.PYU2VNSnbj/src/github.com/containerd/containerd
03:41:22 #47 32.46 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339
03:41:22 #47 34.10 + export 'BUILDTAGS=netgo osusergo static_build'
03:41:22 #47 34.10 + BUILDTAGS='netgo osusergo static_build'
03:41:22 #47 34.10 + export EXTRA_FLAGS=-buildmode=pie
03:41:22 #47 34.10 + EXTRA_FLAGS=-buildmode=pie
03:41:22 #47 34.10 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
03:41:22 #47 34.10 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
03:41:22 #47 34.10 + '[' '' = dynamic ']'
03:41:22 #47 34.10 + make
03:41:22 #47 34.80 🇩 bin/ctr
03:41:24 #47 ...
03:41:24 
03:41:24 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:41:24 #30 68.37 path/filepath
03:41:24 #30 70.30 io/ioutil
03:41:24 #30 71.29 path
03:41:24 #30 71.82 text/tabwriter
03:41:24 #30 72.32 flag
03:41:24 #30 73.11 github.com/BurntSushi/toml
03:41:24 #30 74.42 log
03:41:24 #30 77.02 github.com/BurntSushi/toml/cmd/tomlv
03:41:24 #30 ...
03:41:24 
03:41:24 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:24 #58 19.67 make[1]: Nothing to be done for 'all'.
03:41:24 #58 21.08   CC       images/stats.o
03:41:25 #58 21.44   CC       images/core.o
03:41:26 #58 22.18   CC       images/core-x86.o
03:41:26 #58 22.81   CC       images/core-arm.o
03:41:26 #58 ...
03:41:26 
03:41:26 #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
03:41:26 #30 DONE 81.3s
03:41:26 
03:41:26 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:41:26 #33 72.80 fmt
03:41:26 #33 73.09 path/filepath
03:41:26 #33 74.45 regexp
03:41:26 #33 77.40 flag
03:41:26 #33 77.97 go/token
03:41:26 #33 78.74 io/ioutil
03:41:26 #33 78.77 go/scanner
03:41:26 #33 79.32 net/url
03:41:26 #33 79.96 go/ast
03:41:26 #33 81.30 text/template/parse
03:41:27 #33 ...
03:41:27 
03:41:27 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:27 #58 23.35   CC       images/core-aarch64.o
03:41:27 #58 24.01   CC       images/core-ppc64.o
03:41:28 #58 24.72   CC       images/core-s390.o
03:41:29 #58 25.44   CC       images/cpuinfo.o
03:41:29 #58 25.91   CC       images/inventory.o
03:41:30 #58 26.22   CC       images/fdinfo.o
03:41:30 #58 26.49   CC       images/fown.o
03:41:30 #58 26.68   CC       images/ns.o
03:41:30 #58 26.89   CC       images/regfile.o
03:41:31 #58 27.22   CC       images/ghost-file.o
03:41:31 #58 27.53   CC       images/fifo.o
03:41:31 #58 27.75   CC       images/remap-file-path.o
03:41:31 #58 27.96   CC       images/eventfd.o
03:41:31 #58 28.19   CC       images/eventpoll.o
03:41:32 #58 28.49   CC       images/fh.o
03:41:32 #58 28.83   CC       images/fsnotify.o
03:41:33 #58 29.42   CC       images/signalfd.o
03:41:33 #58 29.58   CC       images/fs.o
03:41:33 #58 29.86   CC       images/pstree.o
03:41:34 #58 30.14   CC       images/pipe.o
03:41:34 #58 30.36   CC       images/tcp-stream.o
03:41:34 #58 30.58   CC       images/sk-packet.o
03:41:34 #58 30.81   CC       images/mnt.o
03:41:34 #58 31.02   CC       images/pipe-data.o
03:41:35 #58 31.22   CC       images/sa.o
03:41:35 #58 31.52   CC       images/timer.o
03:41:35 #58 31.80   CC       images/timerfd.o
03:41:35 #58 32.10   CC       images/mm.o
03:41:35 #58 ...
03:41:35 
03:41:35 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:35 #13 17.73 Fetched 7918 kB in 14s (531 kB/s)
03:41:35 #13 17.73 Reading package lists...
03:41:35 #13 22.82 Reading package lists...
03:41:36 #13 27.24 Building dependency tree...
03:41:36 #13 ...
03:41:36 
03:41:36 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:41:36 #33 84.96 go/parser
03:41:36 #33 86.34 text/template
03:41:36 #33 88.79 log
03:41:36 #33 89.42 encoding/binary
03:41:36 #33 ...
03:41:36 
03:41:36 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:36 #58 32.39   CC       images/sk-opts.o
03:41:36 #58 32.61   CC       images/sk-unix.o
03:41:36 #58 32.98   CC       images/sk-inet.o
03:41:37 #58 33.28   CC       images/tun.o
03:41:37 #58 33.67   CC       images/sk-netlink.o
03:41:37 #58 33.86   CC       images/packet-sock.o
03:41:38 #58 34.32   CC       images/ipc-var.o
03:41:38 #58 34.58   CC       images/ipc-desc.o
03:41:38 #58 34.84   CC       images/ipc-shm.o
03:41:38 #58 35.03   CC       images/ipc-msg.o
03:41:39 #58 35.41   CC       images/ipc-sem.o
03:41:39 #58 35.62   CC       images/utsns.o
03:41:39 #58 35.91   CC       images/creds.o
03:41:39 #58 36.16   CC       images/vma.o
03:41:40 #58 36.49   CC       images/netdev.o
03:41:40 #58 36.80   CC       images/tty.o
03:41:41 #58 37.25   CC       images/file-lock.o
03:41:41 #58 37.49   CC       images/rlimit.o
03:41:41 #58 37.72   CC       images/pagemap.o
03:41:42 #58 38.12   CC       images/siginfo.o
03:41:42 #58 38.46   CC       images/rpc.o
03:41:42 #58 ...
03:41:42 
03:41:42 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:42 #13 27.24 Building dependency tree...
03:41:42 #13 28.10 Reading state information...
03:41:42 #13 28.96 The following additional packages will be installed:
03:41:42 #13 28.96   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
03:41:42 #13 28.96   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
03:41:42 #13 28.96   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
03:41:42 #13 28.96   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
03:41:42 #13 28.96   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
03:41:42 #13 28.96   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
03:41:42 #13 28.97   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
03:41:42 #13 28.97   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
03:41:42 #13 28.97   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
03:41:42 #13 28.97 Suggested packages:
03:41:42 #13 28.97   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
03:41:42 #13 28.97   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
03:41:42 #13 28.97   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
03:41:42 #13 28.97   vim-doc vim-scripts xfsdump acl attr quota
03:41:42 #13 28.97 Recommended packages:
03:41:42 #13 28.97   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
03:41:42 #13 28.97   python3-keyrings.alt python3-xdg unzip
03:41:42 #13 32.34 The following NEW packages will be installed:
03:41:42 #13 32.34   apparmor aufs-tools bash-completion binutils-mingw-w64
03:41:42 #13 32.35   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
03:41:42 #13 32.35   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
03:41:42 #13 32.35   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
03:41:42 #13 32.35   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
03:41:42 #13 32.35   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2
03:41:42 #13 32.35   libnetfilter-conntrack3 libnfnetlink0 libonig4 libpcre16-3 libpcre3-dev
03:41:42 #13 32.35   libpcre32-3 libpcrecpp0v5 libpython3-stdlib libpython3.5-minimal
03:41:42 #13 32.35   libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev
03:41:42 #13 32.36   libsystemd-dev libudev-dev libxtables12 mingw-w64-common
03:41:42 #13 32.36   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
03:41:42 #13 32.36   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
03:41:42 #13 32.36   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
03:41:42 #13 32.36   xfsprogs xxd xz-utils zip
03:41:42 #13 33.44 0 upgraded, 66 newly installed, 0 to remove and 7 not upgraded.
03:41:42 #13 33.44 Need to get 90.8 MB of archives.
03:41:42 #13 33.44 After this operation, 541 MB of additional disk space will be used.
03:41:42 #13 33.44 Get:1 http://deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
03:41:42 #13 33.44 Get:2 http://deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
03:41:42 #13 33.44 Get:3 http://deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
03:41:42 #13 33.45 Get:4 http://deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB]
03:41:42 #13 33.46 Get:5 http://deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
03:41:42 #13 33.51 Get:6 http://deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
03:41:42 #13 33.63 Get:7 http://deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
03:41:42 #13 33.64 Get:8 http://deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
03:41:42 #13 33.66 Get:9 http://deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
03:41:42 #13 33.84 Get:10 http://deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
03:41:42 #13 33.87 Get:11 http://deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
03:41:42 #13 33.88 Get:12 http://deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
03:41:42 #13 33.89 Get:13 http://deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
03:41:42 #13 33.89 Get:14 http://deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
03:41:42 #13 33.90 Get:15 http://deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
03:41:42 #13 33.91 Get:16 http://deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
03:41:42 #13 33.92 Get:17 http://deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
03:41:42 #13 33.93 Get:18 http://deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
03:41:42 #13 33.94 Get:19 http://deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
03:41:42 #13 33.94 Get:20 http://deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
03:41:42 #13 33.97 Get:21 http://deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
03:41:42 #13 33.99 Get:22 http://deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
03:41:42 #13 34.00 Get:23 http://deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
03:41:42 #13 34.01 Get:24 http://deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
03:41:42 #13 34.02 Get:25 http://deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
03:41:42 #13 34.04 Get:26 http://deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
03:41:42 #13 34.05 Get:27 http://deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
03:41:42 #13 34.05 Get:28 http://deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
03:41:42 #13 34.09 Get:29 http://deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
03:41:42 #13 34.09 Get:30 http://deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
03:41:42 #13 34.12 Get:31 http://deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
03:41:42 #13 34.13 Get:32 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
03:41:42 #13 34.15 Get:33 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
03:41:42 #13 34.16 Get:34 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
03:41:42 #13 34.17 Get:35 http://deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
03:41:42 #13 34.18 Get:36 http://deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
03:41:42 #13 34.18 Get:37 http://deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB]
03:41:42 #13 34.19 Get:38 http://deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
03:41:42 #13 34.21 Get:39 http://deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
03:41:42 #13 34.23 Get:40 http://deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
03:41:42 #13 34.25 Get:41 http://deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
03:41:42 #13 34.30 Get:42 http://deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
03:41:42 #13 34.32 Get:43 http://deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
03:41:42 #13 34.34 Get:44 http://deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
03:41:42 #13 34.34 Get:45 http://deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB]
03:41:42 #13 34.61 Get:46 http://deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
03:41:43 #13 34.65 Get:47 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
03:41:43 #13 34.77 Get:48 http://deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
03:41:43 #13 34.80 Get:49 http://deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
03:41:43 #13 34.81 Get:50 http://deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
03:41:43 #13 34.83 Get:51 http://deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
03:41:43 #13 34.83 Get:52 http://deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
03:41:43 #13 34.87 Get:53 http://deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
03:41:43 #13 ...
03:41:43 
03:41:43 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:43 #58 39.70   CC       images/ext-file.o
03:41:43 #58 39.84   CC       images/cgroup.o
03:41:44 #58 40.37   CC       images/userns.o
03:41:44 #58 40.66   CC       images/google/protobuf/descriptor.o
03:41:46 #58 42.23   CC       images/opts.o
03:41:46 #58 42.49   CC       images/seccomp.o
03:41:46 #58 ...
03:41:46 
03:41:46 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:41:46 #33 90.86 go/doc
03:41:46 #33 91.19 encoding/base64
03:41:46 #33 91.88 encoding/json
03:41:46 #33 94.70 github.com/LK4D4/vndr/build
03:41:46 #33 96.80 encoding/xml
03:41:46 #33 98.45 github.com/LK4D4/vndr/godl/singleflight
03:41:46 #33 98.68 compress/flate
03:41:46 #33 ...
03:41:46 
03:41:46 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:46 #13 35.38 Get:54 http://deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
03:41:46 #13 35.47 Get:55 http://deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
03:41:46 #13 35.56 Get:56 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
03:41:46 #13 35.59 Get:57 http://deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
03:41:46 #13 35.59 Get:58 http://deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
03:41:46 #13 35.64 Get:59 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB]
03:41:46 #13 35.80 Get:60 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB]
03:41:46 #13 35.99 Get:61 http://deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
03:41:46 #13 36.00 Get:62 http://deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
03:41:46 #13 36.34 Get:63 http://deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
03:41:46 #13 36.52 Get:64 http://deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB]
03:41:46 #13 36.53 Get:65 http://deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB]
03:41:47 #13 39.05 Get:66 http://deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB]
03:41:49 #13 ...
03:41:49 
03:41:49 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:49 #58 42.91   CC       images/binfmt-misc.o
03:41:49 #58 43.12   CC       images/time.o
03:41:49 #58 43.31   CC       images/sysctl.o
03:41:49 #58 43.53   CC       images/autofs.o
03:41:49 #58 43.86   CC       images/macvlan.o
03:41:49 #58 44.05   CC       images/sit.o
03:41:49 #58 44.35   LINK     images/built-in.o
03:41:49 #58 44.55   GEN      compel/include/asm
03:41:49 #58 44.55   GEN      compel/include/version.h
03:41:49 #58 44.59 touch .config
03:41:49 #58 44.59   GEN      criu/include/config.h
03:41:49 #58 44.70   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
03:41:49 #58 44.70   GEN      compel/plugins/include/uapi/std/syscall-64.h
03:41:49 #58 44.74   GEN      compel/arch/x86/plugins/std/syscalls-64.S
03:41:49 #58 44.76   DEP      compel/arch/x86/plugins/std/syscalls-64.d
03:41:49 #58 44.79   DEP      compel/arch/x86/plugins/std/memcpy.d
03:41:49 #58 44.82   DEP      compel/arch/x86/plugins/std/parasite-head.d
03:41:49 #58 44.83   GEN      compel/plugins/include/uapi/std/syscall.h
03:41:49 #58 44.88   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
03:41:49 #58 44.91   GEN      compel/plugins/include/uapi/std/syscall-codes.h
03:41:49 #58 44.95   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
03:41:49 #58 44.96   DEP      compel/plugins/std/infect.d
03:41:49 #58 45.06   DEP      compel/plugins/std/string.d
03:41:49 #58 45.13   DEP      compel/plugins/std/log.d
03:41:49 #58 45.22   DEP      compel/plugins/std/fds.d
03:41:49 #58 45.32   DEP      compel/plugins/std/std.d
03:41:49 #58 45.48   DEP      compel/plugins/shmem/shmem.d
03:41:49 #58 45.56   DEP      compel/plugins/fds/fds.d
03:41:49 #58 45.72   CC       compel/plugins/std/std.o
03:41:49 #58 46.03   CC       compel/plugins/std/fds.o
03:41:50 #58 46.58   CC       compel/plugins/std/log.o
03:41:51 #58 47.51   CC       compel/plugins/std/string.o
03:41:52 #58 48.27   CC       compel/plugins/std/infect.o
03:41:52 #58 48.81   CC       compel/arch/x86/plugins/std/parasite-head.o
03:41:52 #58 48.87   CC       compel/arch/x86/plugins/std/memcpy.o
03:41:52 #58 48.94   CC       compel/arch/x86/plugins/std/syscalls-64.o
03:41:52 #58 48.99   AR       compel/plugins/std.lib.a
03:41:52 #58 49.04   CC       compel/plugins/fds/fds.o
03:41:53 #58 49.34   AR       compel/plugins/fds.lib.a
03:41:53 #58 49.38   HOSTDEP  compel/src/lib/log-host.d
03:41:53 #58 49.54   HOSTDEP  compel/src/lib/handle-elf-host.d
03:41:53 #58 49.69   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
03:41:53 #58 49.79   HOSTDEP  compel/src/main-host.d
03:41:53 #58 49.91   DEP      compel/src/main.d
03:41:53 #58 50.05   DEP      compel/src/lib/handle-elf.d
03:41:54 #58 50.19   DEP      compel/arch/x86/src/lib/handle-elf.d
03:41:54 #58 50.35   DEP      compel/src/lib/ptrace.d
03:41:54 #58 50.45   DEP      compel/src/lib/infect.d
03:41:54 #58 50.64   DEP      compel/src/lib/infect-util.d
03:41:54 #58 50.79   DEP      compel/src/lib/infect-rpc.d
03:41:54 #58 50.91   DEP      compel/arch/x86/src/lib/infect.d
03:41:54 #58 51.14   DEP      compel/arch/x86/src/lib/cpu.d
03:41:55 #58 51.26   DEP      compel/src/lib/log.d
03:41:55 #58 ...
03:41:55 
03:41:55 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:41:55 #13 41.53 debconf: delaying package configuration, since apt-utils is not installed
03:41:55 #13 41.72 Fetched 90.8 MB in 8s (11.0 MB/s)
03:41:55 #13 41.83 Selecting previously unselected package bash-completion.
03:41:55 #13 41.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15161 files and directories currently installed.)
03:41:55 #13 41.86 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
03:41:55 #13 45.13 Unpacking bash-completion (1:2.1-4.3) ...
03:41:55 #13 45.65 Selecting previously unselected package libnfnetlink0:amd64.
03:41:55 #13 45.65 Preparing to unpack .../01-libnfnetlink0_1.0.1-3_amd64.deb ...
03:41:55 #13 45.66 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
03:41:55 #13 45.73 Selecting previously unselected package libpcrecpp0v5:amd64.
03:41:55 #13 45.73 Preparing to unpack .../02-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
03:41:55 #13 45.75 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
03:41:55 #13 45.91 Selecting previously unselected package libudev-dev:amd64.
03:41:55 #13 45.91 Preparing to unpack .../03-libudev-dev_232-25+deb9u12_amd64.deb ...
03:41:55 #13 45.93 Unpacking libudev-dev:amd64 (232-25+deb9u12) ...
03:41:55 #13 46.16 Selecting previously unselected package libpython3.5-minimal:amd64.
03:41:55 #13 46.16 Preparing to unpack .../04-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
03:41:55 #13 46.17 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
03:41:55 #13 46.86 Selecting previously unselected package python3.5-minimal.
03:41:55 #13 46.87 Preparing to unpack .../05-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
03:41:55 #13 46.90 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
03:41:56 #13 47.97 Selecting previously unselected package python3-minimal.
03:41:56 #13 47.98 Preparing to unpack .../06-python3-minimal_3.5.3-1_amd64.deb ...
03:41:56 #13 47.98 Unpacking python3-minimal (3.5.3-1) ...
03:41:56 #13 48.07 Selecting previously unselected package libmpdec2:amd64.
03:41:56 #13 48.07 Preparing to unpack .../07-libmpdec2_2.4.2-1_amd64.deb ...
03:41:56 #13 48.08 Unpacking libmpdec2:amd64 (2.4.2-1) ...
03:41:56 #13 48.19 Selecting previously unselected package libpython3.5-stdlib:amd64.
03:41:56 #13 48.19 Preparing to unpack .../08-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
03:41:56 #13 48.19 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
03:41:56 #13 ...
03:41:56 
03:41:56 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:41:56 #33 101.3 hash
03:41:56 #33 101.5 hash/crc32
03:41:56 #33 102.0 compress/gzip
03:41:56 #33 102.6 context
03:41:56 #33 103.2 crypto/cipher
03:41:56 #33 103.4 math/rand
03:41:56 #33 104.0 math/big
03:41:56 #33 104.5 crypto/aes
03:41:56 #33 105.7 crypto
03:41:56 #33 105.9 crypto/des
03:41:56 #33 106.3 crypto/internal/randutil
03:41:56 #33 106.4 crypto/sha512
03:41:56 #33 107.5 crypto/hmac
03:41:56 #33 107.7 crypto/md5
03:41:56 #33 108.3 crypto/sha1
03:41:56 #33 109.3 crypto/sha256
03:41:56 #33 110.2 encoding/hex
03:41:56 #33 110.8 encoding/pem
03:41:56 #33 111.4 internal/singleflight
03:41:57 #33 ...
03:41:57 
03:41:57 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:41:57 #58 51.48   CC       compel/src/lib/log.o
03:41:57 #58 51.91   CC       compel/arch/x86/src/lib/cpu.o
03:41:57 #58 52.36   CC       compel/arch/x86/src/lib/infect.o
03:41:57 #58 53.14   CC       compel/src/lib/infect-rpc.o
03:41:57 #58 53.54   CC       compel/src/lib/infect-util.o
03:41:57 #58 53.90   CC       compel/src/lib/infect.o
03:42:00 #58 56.26   CC       compel/src/lib/ptrace.o
03:42:00 #58 56.83   AR       compel/libcompel.a
03:42:00 #58 56.95   HOSTCC   compel/src/main-host.o
03:42:01 #58 57.33   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
03:42:01 #58 57.64   HOSTCC   compel/src/lib/handle-elf-host.o
03:42:02 #58 58.07   HOSTCC   compel/src/lib/log-host.o
03:42:02 #58 58.35   HOSTLINK compel/compel-host-bin
03:42:02 #58 58.45   DEP      soccr/soccr.d
03:42:02 #58 58.60   CC       soccr/soccr.o
03:42:03 #58 ...
03:42:03 
03:42:03 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:03 #13 50.05 Selecting previously unselected package python3.5.
03:42:03 #13 50.05 Preparing to unpack .../09-python3.5_3.5.3-1+deb9u1_amd64.deb ...
03:42:03 #13 50.05 Unpacking python3.5 (3.5.3-1+deb9u1) ...
03:42:03 #13 50.23 Selecting previously unselected package libpython3-stdlib:amd64.
03:42:03 #13 50.23 Preparing to unpack .../10-libpython3-stdlib_3.5.3-1_amd64.deb ...
03:42:03 #13 50.25 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
03:42:03 #13 50.34 Selecting previously unselected package dh-python.
03:42:03 #13 50.34 Preparing to unpack .../11-dh-python_2.20170125_all.deb ...
03:42:03 #13 50.35 Unpacking dh-python (2.20170125) ...
03:42:03 #13 50.60 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
03:42:03 #13 50.63 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
03:42:03 #13 53.81 Setting up python3-minimal (3.5.3-1) ...
03:42:03 #13 55.36 Selecting previously unselected package python3.
03:42:03 #13 55.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16738 files and directories currently installed.)
03:42:03 #13 55.43 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
03:42:03 #13 55.45 Unpacking python3 (3.5.3-1) ...
03:42:04 #13 55.53 Selecting previously unselected package pigz.
03:42:04 #13 55.53 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
03:42:04 #13 55.54 Unpacking pigz (2.3.4-1) ...
03:42:04 #13 55.67 Selecting previously unselected package libip4tc0:amd64.
03:42:04 #13 55.67 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
03:42:04 #13 55.67 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
03:42:04 #13 55.80 Selecting previously unselected package libip6tc0:amd64.
03:42:04 #13 55.81 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
03:42:04 #13 55.81 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
03:42:04 #13 55.93 Selecting previously unselected package libiptc0:amd64.
03:42:04 #13 55.94 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
03:42:04 #13 55.94 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
03:42:04 #13 56.10 Selecting previously unselected package libxtables12:amd64.
03:42:04 #13 56.10 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
03:42:04 #13 56.12 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
03:42:04 #13 56.28 Selecting previously unselected package libnetfilter-conntrack3:amd64.
03:42:04 #13 56.28 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
03:42:04 #13 56.29 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
03:42:04 #13 56.40 Selecting previously unselected package iptables.
03:42:04 #13 56.41 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
03:42:04 #13 56.42 Unpacking iptables (1.6.0+snapshot20161117-6) ...
03:42:05 #13 56.77 Selecting previously unselected package xxd.
03:42:05 #13 56.77 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
03:42:05 #13 56.78 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
03:42:05 #13 56.92 Selecting previously unselected package vim-common.
03:42:05 #13 56.92 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
03:42:05 #13 56.94 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
03:42:05 #13 57.15 Selecting previously unselected package bzip2.
03:42:05 #13 57.15 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
03:42:05 #13 57.16 Unpacking bzip2 (1.0.6-8.1) ...
03:42:05 #13 57.29 Selecting previously unselected package libgpm2:amd64.
03:42:05 #13 57.31 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
03:42:05 #13 57.32 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
03:42:05 #13 57.40 Selecting previously unselected package xz-utils.
03:42:05 #13 57.40 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
03:42:05 #13 57.41 Unpacking xz-utils (5.2.2-1.2+b1) ...
03:42:06 #13 57.66 Selecting previously unselected package aufs-tools.
03:42:06 #13 57.66 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
03:42:06 #13 57.67 Unpacking aufs-tools (1:4.1+20161219-1) ...
03:42:06 #13 57.85 Selecting previously unselected package liblzo2-2:amd64.
03:42:06 #13 57.85 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
03:42:06 #13 57.86 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
03:42:06 #13 57.97 Selecting previously unselected package btrfs-progs.
03:42:06 #13 57.98 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
03:42:06 #13 57.99 Unpacking btrfs-progs (4.7.3-1) ...
03:42:06 #13 58.50 Selecting previously unselected package btrfs-tools.
03:42:06 #13 58.51 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
03:42:06 #13 58.52 Unpacking btrfs-tools (4.7.3-1) ...
03:42:06 #13 58.59 Selecting previously unselected package libdevmapper1.02.1:amd64.
03:42:06 #13 58.59 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
03:42:06 #13 58.61 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
03:42:07 #13 58.82 Selecting previously unselected package dmsetup.
03:42:07 #13 58.82 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
03:42:07 #13 58.83 Unpacking dmsetup (2:1.02.137-2) ...
03:42:07 #13 59.00 Selecting previously unselected package libonig4:amd64.
03:42:07 #13 59.00 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
03:42:07 #13 59.00 Unpacking libonig4:amd64 (6.1.3-2) ...
03:42:07 #13 ...
03:42:07 
03:42:07 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:42:07 #33 111.6 net
03:42:07 #33 112.9 crypto/rand
03:42:07 #33 113.5 crypto/elliptic
03:42:07 #33 115.7 encoding/asn1
03:42:07 #33 118.2 crypto/ecdsa
03:42:07 #33 118.6 crypto/rsa
03:42:07 #33 120.1 crypto/dsa
03:42:07 #33 120.6 crypto/x509/pkix
03:42:07 #33 121.3 internal/x/crypto/cryptobyte
03:42:07 #33 ...
03:42:07 
03:42:07 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:07 #13 59.19 Selecting previously unselected package libjq1:amd64.
03:42:07 #13 59.20 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
03:42:07 #13 59.21 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
03:42:07 #13 59.37 Selecting previously unselected package jq.
03:42:07 #13 59.37 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
03:42:07 #13 59.38 Unpacking jq (1.5+dfsg-1.3) ...
03:42:07 #13 59.49 Selecting previously unselected package libaio1:amd64.
03:42:07 #13 59.49 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
03:42:07 #13 59.50 Unpacking libaio1:amd64 (0.3.110-3) ...
03:42:07 #13 59.56 Selecting previously unselected package libcap2-bin.
03:42:07 #13 59.57 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
03:42:07 #13 59.59 Unpacking libcap2-bin (1:2.25-1) ...
03:42:07 #13 59.67 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
03:42:07 #13 59.67 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
03:42:07 #13 59.69 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
03:42:08 #13 59.77 Selecting previously unselected package libsepol1-dev:amd64.
03:42:08 #13 59.77 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
03:42:08 #13 59.78 Unpacking libsepol1-dev:amd64 (2.6-2) ...
03:42:08 #13 60.12 Selecting previously unselected package libpcre16-3:amd64.
03:42:08 #13 60.14 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
03:42:08 #13 60.15 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
03:42:08 #13 60.33 Selecting previously unselected package libpcre32-3:amd64.
03:42:08 #13 60.33 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
03:42:08 #13 60.34 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
03:42:08 #13 60.51 Selecting previously unselected package libpcre3-dev:amd64.
03:42:08 #13 60.52 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
03:42:08 #13 60.55 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
03:42:09 #13 61.05 Selecting previously unselected package libselinux1-dev:amd64.
03:42:09 #13 61.05 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
03:42:09 #13 61.06 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
03:42:09 #13 61.37 Selecting previously unselected package libdevmapper-dev:amd64.
03:42:09 #13 61.38 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
03:42:09 #13 61.40 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
03:42:09 #13 61.50 Selecting previously unselected package libreadline5:amd64.
03:42:09 #13 61.51 Preparing to unpack .../31-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
03:42:09 #13 61.53 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
03:42:09 #13 61.71 Selecting previously unselected package libsystemd-dev:amd64.
03:42:09 #13 61.72 Preparing to unpack .../32-libsystemd-dev_232-25+deb9u12_amd64.deb ...
03:42:09 #13 61.73 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ...
03:42:11 #13 63.57 Selecting previously unselected package net-tools.
03:42:11 #13 63.58 Preparing to unpack .../33-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
03:42:11 #13 63.59 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
03:42:12 #13 63.85 Selecting previously unselected package python-pip-whl.
03:42:12 #13 63.85 Preparing to unpack .../34-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
03:42:12 #13 63.85 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
03:42:12 #13 64.47 Selecting previously unselected package python3-pip.
03:42:12 #13 64.48 Preparing to unpack .../35-python3-pip_9.0.1-2+deb9u1_all.deb ...
03:42:12 #13 64.48 Unpacking python3-pip (9.0.1-2+deb9u1) ...
03:42:12 #13 64.64 Selecting previously unselected package python3-pkg-resources.
03:42:12 #13 64.64 Preparing to unpack .../36-python3-pkg-resources_33.1.1-1_all.deb ...
03:42:12 #13 64.64 Unpacking python3-pkg-resources (33.1.1-1) ...
03:42:13 #13 64.79 Selecting previously unselected package python3-setuptools.
03:42:13 #13 64.80 Preparing to unpack .../37-python3-setuptools_33.1.1-1_all.deb ...
03:42:13 #13 64.80 Unpacking python3-setuptools (33.1.1-1) ...
03:42:13 #13 65.04 Selecting previously unselected package python3-wheel.
03:42:13 #13 65.04 Preparing to unpack .../38-python3-wheel_0.29.0-2_all.deb ...
03:42:13 #13 65.05 Unpacking python3-wheel (0.29.0-2) ...
03:42:13 #13 65.16 Selecting previously unselected package thin-provisioning-tools.
03:42:13 #13 65.17 Preparing to unpack .../39-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
03:42:13 #13 65.17 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
03:42:13 #13 65.51 Selecting previously unselected package vim-runtime.
03:42:13 #13 65.52 Preparing to unpack .../40-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
03:42:13 #13 65.57 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
03:42:14 #13 65.60 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
03:42:14 #13 65.61 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
03:42:14 #13 ...
03:42:14 
03:42:14 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:14 #58 60.23   AR       soccr/libsoccr.a
03:42:14 #58 60.27 make[1]: 'soccr/libsoccr.a' is up to date.
03:42:14 #58 60.56   DEP      criu/arch/x86/sigframe.d
03:42:14 #58 60.65   DEP      criu/arch/x86/crtools.d
03:42:14 #58 60.92   DEP      criu/arch/x86/cpu.d
03:42:14 #58 61.10   CC       criu/arch/x86/cpu.o
03:42:14 #58 61.76   CC       criu/arch/x86/crtools.o
03:42:14 #58 63.19   CC       criu/arch/x86/sigframe.o
03:42:14 #58 63.53   LINK     criu/arch/x86/crtools.built-in.o
03:42:14 #58 63.56   DEP      criu/arch/x86/vdso-pie.d
03:42:14 #58 63.78   DEP      criu/pie/parasite-vdso.d
03:42:14 #58 63.92   DEP      criu/pie/util-vdso.d
03:42:14 #58 64.06   DEP      criu/pie/util.d
03:42:14 #58 64.24   CC       criu/pie/util.o
03:42:14 #58 64.66   CC       criu/pie/util-vdso.o
03:42:14 #58 65.53   CC       criu/pie/parasite-vdso.o
03:42:14 #58 66.89   CC       criu/arch/x86/vdso-pie.o
03:42:14 #58 67.23   AR       criu/pie/pie.lib.a
03:42:14 #58 67.28   DEP      criu/pie/restorer.d
03:42:14 #58 67.62   DEP      criu/arch/x86/restorer.d
03:42:14 #58 67.93   DEP      criu/pie/parasite.d
03:42:14 #58 68.19   CC       criu/pie/parasite.o
03:42:14 #58 69.78   LINK     criu/pie/parasite.built-in.o
03:42:14 #58 69.83   GEN      criu/pie/parasite-blob.h
03:42:14 #58 69.86   CC       criu/arch/x86/restorer.o
03:42:14 #58 70.46   CC       criu/pie/restorer.o
03:42:17 #58 73.73   LINK     criu/pie/restorer.built-in.o
03:42:17 #58 73.76   GEN      criu/pie/restorer-blob.h
03:42:17 #58 73.87   DEP      criu/vdso.d
03:42:18 #58 74.25   DEP      criu/uts_ns.d
03:42:18 #58 74.48   DEP      criu/util.d
03:42:18 #58 ...
03:42:18 
03:42:18 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:18 #13 70.27 Selecting previously unselected package vim.
03:42:18 #13 70.28 Preparing to unpack .../41-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
03:42:18 #13 70.28 Unpacking vim (2:8.0.0197-4+deb9u3) ...
03:42:18 #13 ...
03:42:18 
03:42:18 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:42:18 #33 123.4 internal/x/crypto/internal/chacha20
03:42:18 #33 123.8 internal/x/crypto/poly1305
03:42:18 #33 124.1 internal/x/crypto/chacha20poly1305
03:42:18 #33 125.4 internal/x/crypto/hkdf
03:42:18 #33 125.6 internal/x/text/transform
03:42:18 #33 126.4 internal/x/text/unicode/bidi
03:42:18 #33 128.7 internal/x/text/secure/bidirule
03:42:18 #33 129.0 internal/x/text/unicode/norm
03:42:18 #33 132.8 internal/x/net/idna
03:42:19 #33 ...
03:42:19 
03:42:19 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:19 #58 74.75   DEP      criu/uffd.d
03:42:19 #58 75.12   DEP      criu/tun.d
03:42:19 #58 75.40   DEP      criu/tty.d
03:42:19 #58 75.61   DEP      criu/timerfd.d
03:42:19 #58 75.85   DEP      criu/sysfs_parse.d
03:42:19 #58 76.04   DEP      criu/sysctl.d
03:42:20 #58 76.30   DEP      criu/string.d
03:42:20 #58 76.41   DEP      criu/stats.d
03:42:20 #58 76.57   DEP      criu/sockets.d
03:42:20 #58 76.75   DEP      criu/sk-unix.d
03:42:21 #58 76.99   DEP      criu/sk-tcp.d
03:42:21 #58 77.22   DEP      criu/sk-queue.d
03:42:21 #58 77.52   DEP      criu/sk-packet.d
03:42:21 #58 ...
03:42:21 
03:42:21 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
03:42:21 #24 125.8 + GOBIN=/build
03:42:21 #24 125.8 + /build/gometalinter --install
03:42:21 #24 125.8 Installing:
03:42:21 #24 125.8   deadcode
03:42:21 #24 125.8   dupl
03:42:21 #24 125.8   errcheck
03:42:21 #24 125.8   gas
03:42:21 #24 125.8   gochecknoglobals
03:42:21 #24 125.8   gochecknoinits
03:42:21 #24 125.8   goconst
03:42:21 #24 125.8   gocyclo
03:42:21 #24 125.8   goimports
03:42:21 #24 125.8   golint
03:42:21 #24 125.8   gosimple
03:42:21 #24 125.8   gotype
03:42:21 #24 125.8   gotypex
03:42:21 #24 125.8   ineffassign
03:42:21 #24 125.8   interfacer
03:42:21 #24 125.8   lll
03:42:21 #24 125.8   maligned
03:42:21 #24 125.8   megacheck
03:42:21 #24 125.8   misspell
03:42:21 #24 125.8   nakedret
03:42:21 #24 125.8   safesql
03:42:21 #24 125.8   staticcheck
03:42:21 #24 125.8   structcheck
03:42:21 #24 125.8   unconvert
03:42:21 #24 125.8   unparam
03:42:21 #24 125.8   unused
03:42:21 #24 125.8   varcheck
03:42:21 #24 ...
03:42:21 
03:42:21 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:21 #13 70.92 Selecting previously unselected package xfsprogs.
03:42:21 #13 70.93 Preparing to unpack .../42-xfsprogs_4.9.0+nmu1_amd64.deb ...
03:42:21 #13 70.94 Unpacking xfsprogs (4.9.0+nmu1) ...
03:42:21 #13 71.62 Selecting previously unselected package zip.
03:42:21 #13 71.63 Preparing to unpack .../43-zip_3.0-11+b1_amd64.deb ...
03:42:21 #13 71.64 Unpacking zip (3.0-11+b1) ...
03:42:21 #13 71.79 Selecting previously unselected package libapparmor-perl.
03:42:21 #13 71.80 Preparing to unpack .../44-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
03:42:21 #13 71.81 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
03:42:21 #13 71.96 Selecting previously unselected package apparmor.
03:42:21 #13 71.97 Preparing to unpack .../45-apparmor_2.11.0-3+deb9u2_amd64.deb ...
03:42:21 #13 72.03 Unpacking apparmor (2.11.0-3+deb9u2) ...
03:42:21 #13 72.54 Selecting previously unselected package binutils-mingw-w64-i686.
03:42:21 #13 72.55 Preparing to unpack .../46-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
03:42:21 #13 72.56 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
03:42:22 #13 74.34 Selecting previously unselected package binutils-mingw-w64-x86-64.
03:42:22 #13 74.38 Preparing to unpack .../47-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
03:42:22 #13 74.39 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
03:42:24 #13 76.61 Selecting previously unselected package binutils-mingw-w64.
03:42:25 #13 76.63 Preparing to unpack .../48-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
03:42:25 #13 76.63 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
03:42:25 #13 76.74 Selecting previously unselected package mingw-w64-common.
03:42:25 #13 76.76 Preparing to unpack .../49-mingw-w64-common_5.0.1-1_all.deb ...
03:42:25 #13 76.77 Unpacking mingw-w64-common (5.0.1-1) ...
03:42:28 #13 ...
03:42:28 
03:42:28 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:28 #58 77.72   DEP      criu/sk-netlink.d
03:42:28 #58 77.94   DEP      criu/sk-inet.d
03:42:28 #58 78.27   DEP      criu/signalfd.d
03:42:28 #58 78.46   DEP      criu/sigframe.d
03:42:28 #58 78.59   DEP      criu/shmem.d
03:42:28 #58 78.81   DEP      criu/seize.d
03:42:28 #58 79.00   DEP      criu/seccomp.d
03:42:28 #58 79.25   DEP      criu/rst-malloc.d
03:42:28 #58 79.33   DEP      criu/rbtree.d
03:42:28 #58 79.40   DEP      criu/pstree.d
03:42:28 #58 79.65   DEP      criu/protobuf.d
03:42:28 #58 79.81   GEN      criu/protobuf-desc-gen.h
03:42:28 #58 81.35   DEP      criu/protobuf-desc.d
03:42:28 #58 81.59   DEP      criu/proc_parse.d
03:42:28 #58 81.88   DEP      criu/plugin.d
03:42:28 #58 82.05   DEP      criu/pipes.d
03:42:28 #58 82.26   DEP      criu/pie-util.d
03:42:28 #58 82.48   DEP      criu/pie-util-vdso.d
03:42:28 #58 82.63   DEP      criu/pie-util-vdso-elf32.d
03:42:28 #58 82.77   DEP      criu/path.d
03:42:28 #58 82.94   DEP      criu/parasite-syscall.d
03:42:28 #58 83.21   DEP      criu/pagemap.d
03:42:28 #58 83.36   DEP      criu/pagemap-cache.d
03:42:28 #58 83.57   DEP      criu/page-xfer.d
03:42:28 #58 83.75   DEP      criu/page-pipe.d
03:42:28 #58 83.88   DEP      criu/netfilter.d
03:42:28 #58 84.05   DEP      criu/net.d
03:42:28 #58 84.31   DEP      criu/namespaces.d
03:42:28 #58 84.55   DEP      criu/mount.d
03:42:28 #58 84.76   DEP      criu/mem.d
03:42:28 #58 85.02   DEP      criu/lsm.d
03:42:29 #58 85.25   DEP      criu/log.d
03:42:29 #58 85.43   DEP      criu/libnetlink.d
03:42:29 #58 85.60   DEP      criu/kerndat.d
03:42:29 #58 85.84   DEP      criu/kcmp-ids.d
03:42:29 #58 ...
03:42:29 
03:42:29 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:29 #13 81.53 Selecting previously unselected package mingw-w64-x86-64-dev.
03:42:29 #13 81.54 Preparing to unpack .../50-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
03:42:29 #13 81.54 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
03:42:30 #13 ...
03:42:30 
03:42:30 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:42:30 #33 134.8 internal/x/net/http2/hpack
03:42:30 #33 134.9 crypto/x509
03:42:30 #33 136.3 net/textproto
03:42:30 #33 137.7 internal/x/net/http/httpguts
03:42:30 #33 137.8 internal/x/net/http/httpproxy
03:42:30 #33 138.4 mime
03:42:30 #33 139.7 mime/quotedprintable
03:42:30 #33 140.1 mime/multipart
03:42:30 #33 140.6 crypto/tls
03:42:30 #33 141.6 net/http/internal
03:42:30 #33 142.0 os/exec
03:42:30 #33 ...
03:42:30 
03:42:30 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:30 #58 85.98   DEP      criu/irmap.d
03:42:30 #58 86.28   DEP      criu/ipc_ns.d
03:42:30 #58 86.49   DEP      criu/image.d
03:42:30 #58 86.74   DEP      criu/image-desc.d
03:42:30 #58 86.86   DEP      criu/fsnotify.d
03:42:31 #58 87.16   DEP      criu/filesystems.d
03:42:31 #58 87.37   DEP      criu/files.d
03:42:31 #58 87.62   DEP      criu/files-reg.d
03:42:31 #58 87.87   DEP      criu/files-ext.d
03:42:32 #58 88.04   DEP      criu/file-lock.d
03:42:32 #58 88.28   DEP      criu/file-ids.d
03:42:32 #58 88.45   DEP      criu/fifo.d
03:42:32 #58 88.60   DEP      criu/fdstore.d
03:42:32 #58 88.88   DEP      criu/fault-injection.d
03:42:32 #58 88.92   DEP      criu/external.d
03:42:32 #58 89.12   DEP      criu/eventpoll.d
03:42:33 #58 89.32   DEP      criu/eventfd.d
03:42:33 #58 89.55   DEP      criu/crtools.d
03:42:33 #58 89.78   DEP      criu/cr-service.d
03:42:33 #58 89.99   DEP      criu/cr-restore.d
03:42:34 #58 90.31   DEP      criu/cr-errno.d
03:42:34 #58 90.34   DEP      criu/cr-dump.d
03:42:34 #58 90.63   DEP      criu/cr-dedup.d
03:42:35 #58 90.95   DEP      criu/cr-check.d
03:42:35 #58 91.20   DEP      criu/clone-noasan.d
03:42:35 #58 91.26   DEP      criu/cgroup.d
03:42:35 #58 91.59   DEP      criu/cgroup-props.d
03:42:35 #58 91.74   DEP      criu/bitmap.d
03:42:35 #58 91.76   DEP      criu/bfd.d
03:42:35 #58 91.92   DEP      criu/autofs.d
03:42:35 #58 ...
03:42:35 
03:42:35 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:35 #13 87.58 Selecting previously unselected package gcc-mingw-w64-base.
03:42:35 #13 87.59 Preparing to unpack .../51-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
03:42:36 #13 ...
03:42:36 
03:42:36 #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
03:42:36 #27 DONE 150.4s
03:42:36 
03:42:36 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:36 #13 87.68 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
03:42:36 #13 87.87 Selecting previously unselected package gcc-mingw-w64-x86-64.
03:42:36 #13 87.88 Preparing to unpack .../52-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
03:42:36 #13 87.89 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
03:42:44 #13 ...
03:42:44 
03:42:44 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:44 #58 92.12   DEP      criu/aio.d
03:42:44 #58 92.63   DEP      criu/action-scripts.d
03:42:44 #58 93.23   CC       criu/action-scripts.o
03:42:44 #58 93.77   CC       criu/aio.o
03:42:44 #58 94.51   CC       criu/autofs.o
03:42:44 #58 96.19   CC       criu/bfd.o
03:42:44 #58 96.92   CC       criu/bitmap.o
03:42:44 #58 97.14   CC       criu/cgroup-props.o
03:42:44 #58 98.25   CC       criu/cgroup.o
03:42:44 #58 ...
03:42:44 
03:42:44 #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
03:42:44 #15 158.1 + rm -rf /tmp/tmp.o3AZdcbR6d
03:42:44 #15 DONE 158.7s
03:42:44 
03:42:44 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:42:44 #33 150.0 net/http/httptrace
03:42:44 #33 150.2 net/http
03:42:45 #33 ...
03:42:45 
03:42:45 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:45 #58 101.5   CC       criu/clone-noasan.o
03:42:45 #58 101.7   CC       criu/cr-check.o
03:42:47 #58 103.6   CC       criu/cr-dedup.o
03:42:47 #58 104.1   CC       criu/cr-dump.o
03:42:50 #58 106.6   CC       criu/cr-errno.o
03:42:50 #58 106.7   CC       criu/cr-restore.o
03:42:53 #58 ...
03:42:53 
03:42:53 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:42:53 #13 105.4 Selecting previously unselected package g++-mingw-w64-x86-64.
03:42:53 #13 105.5 Preparing to unpack .../53-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
03:42:53 #13 105.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
03:42:59 #13 ...
03:42:59 
03:42:59 #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
03:42:59 #33 162.7 github.com/LK4D4/vndr/godl
03:42:59 #33 163.5 github.com/LK4D4/vndr
03:42:59 #33 DONE 172.8s
03:42:59 
03:42:59 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:42:59 #58 111.8   CC       criu/cr-service.o
03:42:59 #58 113.7   CC       criu/crtools.o
03:42:59 #58 115.2   CC       criu/eventfd.o
03:42:59 #58 115.9   CC       criu/eventpoll.o
03:43:00 #58 116.6   CC       criu/external.o
03:43:00 #58 116.9   CC       criu/fault-injection.o
03:43:01 #58 117.1   CC       criu/fdstore.o
03:43:01 #58 117.6   CC       criu/fifo.o
03:43:01 #58 118.1   CC       criu/file-ids.o
03:43:02 #58 118.4   CC       criu/file-lock.o
03:43:03 #58 119.1   CC       criu/files-ext.o
03:43:03 #58 119.6   CC       criu/files-reg.o
03:43:05 #58 121.6   CC       criu/files.o
03:43:06 #58 ...
03:43:06 
03:43:06 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:43:06 #13 118.1 Setting up aufs-tools (1:4.1+20161219-1) ...
03:43:06 #13 118.1 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
03:43:06 #13 118.1 Setting up libsepol1-dev:amd64 (2.6-2) ...
03:43:06 #13 118.1 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
03:43:06 #13 118.2 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
03:43:06 #13 118.2 Processing triggers for mime-support (3.60) ...
03:43:06 #13 118.2 Setting up xxd (2:8.0.0197-4+deb9u3) ...
03:43:06 #13 118.2 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
03:43:06 #13 118.2 Setting up libcap2-bin (1:2.25-1) ...
03:43:06 #13 118.3 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
03:43:06 #13 118.3 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
03:43:06 #13 118.3 Setting up bash-completion (1:2.1-4.3) ...
03:43:09 #13 120.7 Setting up libonig4:amd64 (6.1.3-2) ...
03:43:09 #13 120.7 Setting up zip (3.0-11+b1) ...
03:43:09 #13 120.7 Setting up bzip2 (1.0.6-8.1) ...
03:43:09 #13 120.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
03:43:09 #13 120.7 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
03:43:09 #13 120.7 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:43:09 #13 120.8 Setting up libaio1:amd64 (0.3.110-3) ...
03:43:09 #13 120.8 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
03:43:09 #13 120.8 Setting up xz-utils (5.2.2-1.2+b1) ...
03:43:09 #13 120.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
03:43:09 #13 120.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
03:43:09 #13 120.9 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
03:43:09 #13 120.9 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
03:43:09 #13 120.9 Setting up libpcre32-3:amd64 (2:8.39-3) ...
03:43:09 #13 120.9 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
03:43:09 #13 121.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
03:43:09 #13 121.4 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ...
03:43:09 #13 121.4 Setting up libpcre16-3:amd64 (2:8.39-3) ...
03:43:09 #13 121.4 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
03:43:09 #13 121.4 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
03:43:09 #13 121.4 Setting up libudev-dev:amd64 (232-25+deb9u12) ...
03:43:09 #13 121.5 Setting up pigz (2.3.4-1) ...
03:43:09 #13 121.5 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
03:43:09 #13 121.5 Setting up libmpdec2:amd64 (2.4.2-1) ...
03:43:09 #13 121.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
03:43:09 #13 121.6 Setting up mingw-w64-common (5.0.1-1) ...
03:43:09 #13 121.6 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
03:43:09 #13 121.6 Setting up jq (1.5+dfsg-1.3) ...
03:43:10 #13 121.6 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
03:43:10 #13 121.6 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
03:43:10 #13 121.6 Setting up xfsprogs (4.9.0+nmu1) ...
03:43:10 #13 121.7 Setting up vim (2:8.0.0197-4+deb9u3) ...
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
03:43:10 #13 121.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
03:43:10 #13 121.7 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
03:43:10 #13 121.7 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
03:43:10 #13 121.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
03:43:10 #13 121.8 Setting up iptables (1.6.0+snapshot20161117-6) ...
03:43:10 #13 121.8 Setting up btrfs-progs (4.7.3-1) ...
03:43:10 #13 121.8 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
03:43:10 #13 121.8 Setting up python3.5 (3.5.3-1+deb9u1) ...
03:43:14 #13 126.1 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
03:43:14 #13 126.1 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
03:43:14 #13 126.1 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
03:43:14 #13 126.1 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
03:43:14 #13 126.1 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
03:43:14 #13 126.1 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
03:43:14 #13 126.2 Setting up btrfs-tools (4.7.3-1) ...
03:43:14 #13 126.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
03:43:14 #13 126.2 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
03:43:14 #13 126.2 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
03:43:14 #13 126.2 Setting up python3 (3.5.3-1) ...
03:43:16 #13 128.1 Setting up apparmor (2.11.0-3+deb9u2) ...
03:43:17 #13 ...
03:43:17 
03:43:17 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:43:17 #58 124.0   CC       criu/filesystems.o
03:43:17 #58 124.6   CC       criu/fsnotify.o
03:43:17 #58 125.6   CC       criu/image-desc.o
03:43:17 #58 125.7   CC       criu/image.o
03:43:17 #58 126.6   CC       criu/ipc_ns.o
03:43:17 #58 127.9   CC       criu/irmap.o
03:43:17 #58 128.6   CC       criu/kcmp-ids.o
03:43:17 #58 129.0   CC       criu/kerndat.o
03:43:17 #58 129.9   CC       criu/libnetlink.o
03:43:17 #58 130.3   CC       criu/log.o
03:43:17 #58 130.7   CC       criu/lsm.o
03:43:17 #58 131.2   CC       criu/mem.o
03:43:17 #58 132.9   CC       criu/mount.o
03:43:18 #58 ...
03:43:18 
03:43:18 #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
03:43:18 #13 129.7 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
03:43:18 #13 129.8 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
03:43:18 #13 129.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
03:43:18 #13 129.9 Setting up python3-wheel (0.29.0-2) ...
03:43:19 #13 130.7 Setting up python3-pkg-resources (33.1.1-1) ...
03:43:20 #13 131.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
03:43:20 #13 131.9 Setting up python3-pip (9.0.1-2+deb9u1) ...
03:43:21 #13 133.0 Setting up dmsetup (2:1.02.137-2) ...
03:43:21 #13 133.0 Setting up python3-setuptools (33.1.1-1) ...
03:43:22 #13 134.1 Setting up dh-python (2.20170125) ...
03:43:23 #13 135.1 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
03:43:23 #13 135.1 Processing triggers for libc-bin (2.24-11+deb9u4) ...
03:43:24 #13 DONE 136.0s
03:43:24 
03:43:24 #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
03:43:24 #42 155.5 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
03:43:24 #42 157.6 + mkdir -p /build
03:43:24 #42 157.6 + cp runc /build/runc
03:43:24 #42 DONE 157.9s
03:43:24 
03:43:24 #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
03:43:30 #14 ...
03:43:30 
03:43:30 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:43:30 #58 136.6   CC       criu/namespaces.o
03:43:30 #58 138.5   CC       criu/net.o
03:43:30 #58 141.2   CC       criu/netfilter.o
03:43:30 #58 141.8   CC       criu/page-pipe.o
03:43:30 #58 142.5   CC       criu/page-xfer.o
03:43:30 #58 143.5   CC       criu/pagemap-cache.o
03:43:30 #58 143.9   CC       criu/pagemap.o
03:43:30 #58 144.7   CC       criu/parasite-syscall.o
03:43:30 #58 145.6   CC       criu/path.o
03:43:30 #58 145.9   CC       criu/pie-util-vdso-elf32.o
03:43:30 #58 146.3   CC       criu/pie-util-vdso.o
03:43:30 #58 146.7   CC       criu/pie-util.o
03:43:30 #58 ...
03:43:30 
03:43:30 #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
03:43:30 #14 6.343 Collecting yamllint==1.16.0
03:43:36 #14 ...
03:43:36 
03:43:36 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:43:36 #58 146.9   CC       criu/pipes.o
03:43:36 #58 147.6   CC       criu/plugin.o
03:43:36 #58 147.8   CC       criu/proc_parse.o
03:43:36 #58 149.6   CC       criu/protobuf-desc.o
03:43:36 #58 150.4   CC       criu/protobuf.o
03:43:36 #58 150.7   CC       criu/pstree.o
03:43:36 #58 151.4   CC       criu/rbtree.o
03:43:36 #58 151.7   CC       criu/rst-malloc.o
03:43:36 #58 151.9   CC       criu/seccomp.o
03:43:36 #58 152.3   CC       criu/seize.o
03:43:36 #58 153.0   CC       criu/shmem.o
03:43:37 #58 ...
03:43:37 
03:43:37 #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
03:43:37 #14 13.12   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
03:43:37 #14 13.44 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
03:43:39 #14 14.55   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
03:43:40 #14 16.04 Collecting pyyaml (from yamllint==1.16.0)
03:43:41 #14 17.22   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
03:43:43 #14 ...
03:43:43 
03:43:43 #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
03:43:43 #55 212.7 + dpkg --print-architecture
03:43:43 #55 212.7 + cd /tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution
03:43:43 #55 212.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
03:43:43 #55 213.0 + GOPATH=/tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.4YqueU5eNB
03:43:43 #55 213.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
03:43:43 #55 ...
03:43:43 
03:43:43 #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
03:43:43 #14 18.97 Building wheels for collected packages: pathspec, pyyaml
03:43:43 #14 18.97   Running setup.py bdist_wheel for pathspec: started
03:43:44 #14 20.26   Running setup.py bdist_wheel for pathspec: finished with status 'done'
03:43:44 #14 20.26   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
03:43:44 #14 20.30   Running setup.py bdist_wheel for pyyaml: started
03:43:45 #14 21.66   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
03:43:45 #14 21.66   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
03:43:45 #14 21.73 Successfully built pathspec pyyaml
03:43:45 #14 21.74 Installing collected packages: pathspec, pyyaml, yamllint
03:43:46 #14 22.23 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
03:43:47 #14 DONE 23.2s
03:43:47 
03:43:47 #16 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/
03:43:47 #16 DONE 0.3s
03:43:47 
03:43:47 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:43:47 #58 153.8   CC       criu/sigframe.o
03:43:47 #58 153.9   CC       criu/signalfd.o
03:43:47 #58 154.2   CC       criu/sk-inet.o
03:43:47 #58 155.1   CC       criu/sk-netlink.o
03:43:47 #58 155.5   CC       criu/sk-packet.o
03:43:47 #58 156.1   CC       criu/sk-queue.o
03:43:47 #58 156.8   CC       criu/sk-tcp.o
03:43:47 #58 157.3   CC       criu/sk-unix.o
03:43:47 #58 158.7   CC       criu/sockets.o
03:43:47 #58 159.4   CC       criu/stats.o
03:43:47 #58 159.6   CC       criu/string.o
03:43:47 #58 159.7   CC       criu/sysctl.o
03:43:47 #58 160.6   CC       criu/sysfs_parse.o
03:43:47 #58 161.1   CC       criu/timerfd.o
03:43:47 #58 161.5   CC       criu/tty.o
03:43:47 #58 163.5   CC       criu/tun.o
03:43:47 #58 ...
03:43:47 
03:43:47 #21 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images
03:43:48 #21 DONE 1.0s
03:43:48 
03:43:48 #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
03:43:48 #58 164.4   CC       criu/uffd.o
03:43:49 #58 165.4   CC       criu/util.o
03:43:50 #58 166.5   CC       criu/uts_ns.o
03:43:50 #58 166.7   CC       criu/vdso.o
03:43:51 #58 167.4   LINK     criu/built-in.o
03:43:51 #58 167.5   LINK     criu/criu
03:43:51 #58 167.8   DEP      lib/c/criu.d
03:43:51 #58 167.9   CC       images/rpc.pb-c.o
03:43:52 #58 168.5   CC       lib/c/criu.o
03:43:53 #58 169.4   LINK     lib/c/built-in.o
03:43:53 #58 169.4   LINK     lib/c/libcriu.so
03:43:53 #58 169.6   GEN      magic.py
03:43:53 #58 169.7 Note: Building without ia32 C/R, missed ia32 support in gcc
03:43:53 #58 169.7       That may be related to missing gcc-multilib in your
03:43:53 #58 169.7       distribution or you may have Debian with buggy toolchain
03:43:53 #58 169.7       (issue https://github.com/xemul/criu/issues/315)
03:43:53 #58 170.1 fatal: Not a git repository (or any of the parent directories): .git
03:43:54 #58 170.7 make[1]: Nothing to be done for 'all'.
03:43:55 #58 171.3 make[1]: 'images/built-in.o' is up to date.
03:43:55 #58 171.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
03:43:55 #58 171.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
03:43:55 #58 171.4 make[1]: 'compel/libcompel.a' is up to date.
03:43:55 #58 171.4 make[1]: 'compel/compel-host-bin' is up to date.
03:43:55 #58 171.4 make[1]: Nothing to be done for 'all'.
03:43:55 #58 171.4 make[1]: 'soccr/libsoccr.a' is up to date.
03:43:55 #58 171.6 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.6 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.6 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.7 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.7 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.7 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.7 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.8 make[2]: Nothing to be done for 'all'.
03:43:55 #58 171.8   INSTALL  criu/criu
03:43:56 #58 DONE 172.2s
03:43:56 
03:43:56 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:00 #47 ...
03:44:00 
03:44:00 #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
03:44:00 #55 234.3 + rm -rf /tmp/tmp.4YqueU5eNB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.4YqueU5eNB
03:44:00 #55 DONE 234.7s
03:44:00 
03:44:00 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:02 #47 ...
03:44:02 
03:44:02 #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
03:44:02 #24 DONE 236.8s
03:44:02 
03:44:02 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:04 #47 ...
03:44:04 
03:44:04 #25 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/
03:44:05 #25 DONE 0.9s
03:44:05 
03:44:05 #28 [dev 12/22] COPY --from=gotestsum /build/ /usr/local/bin/
03:44:05 #28 DONE 0.1s
03:44:05 
03:44:05 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:05 #47 ...
03:44:05 
03:44:05 #31 [dev 13/22] COPY --from=tomlv /build/ /usr/local/bin/
03:44:05 #31 DONE 0.1s
03:44:05 
03:44:05 #34 [dev 14/22] COPY --from=vndr /build/ /usr/local/bin/
03:44:05 #34 DONE 0.3s
03:44:05 
03:44:05 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:05 #47 ...
03:44:05 
03:44:05 #39 [dev 15/22] COPY --from=tini /build/ /usr/local/bin/
03:44:05 #39 DONE 0.1s
03:44:06 
03:44:06 #43 [dev 16/22] COPY --from=runc /build/ /usr/local/bin/
03:44:06 #43 DONE 0.1s
03:44:06 
03:44:06 #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
03:44:12 #47 205.7 🇩 bin/containerd
03:44:34 #47 227.9 🇩 bin/containerd-stress
03:44:35 #47 229.5 🇩 bin/containerd-shim
03:44:42 #47 235.4 🇩 bin/containerd-shim-runc-v1
03:44:44 #47 238.1 🇩 binaries
03:44:44 #47 238.2 + mkdir -p /build
03:44:44 #47 238.2 + cp bin/containerd /build/containerd
03:44:44 #47 238.2 + cp bin/containerd-shim /build/containerd-shim
03:44:44 #47 238.2 + cp bin/ctr /build/ctr
03:44:45 #47 DONE 238.9s
03:44:46 
03:44:46 #48 [dev 17/22] COPY --from=containerd /build/ /usr/local/bin/
03:44:46 #48 DONE 0.4s
03:44:46 
03:44:46 #51 [dev 18/22] COPY --from=proxy /build/ /usr/local/bin/
03:44:46 #51 DONE 0.1s
03:44:46 
03:44:46 #54 [dev 19/22] COPY --from=dockercli /build/ /usr/local/cli
03:44:46 #54 DONE 0.1s
03:44:46 
03:44:46 #56 [dev 20/22] COPY --from=registry /build/registry* /usr/local/bin/
03:44:47 #56 DONE 0.4s
03:44:47 
03:44:47 #59 [dev 21/22] COPY --from=criu /build/ /usr/local/
03:44:47 #59 DONE 0.1s
03:44:47 
03:44:47 #60 [dev 22/22] WORKDIR /go/src/github.com/docker/docker
03:44:47 #60 DONE 0.0s
03:44:47 
03:44:47 #61 [final 1/1] COPY . /go/src/github.com/docker/docker
03:44:48 #61 DONE 0.8s
03:44:48 
03:44:48 #62 exporting to image
03:44:48 #62 exporting layers
03:45:06 #62 exporting layers 16.6s done
03:45:06 #62 writing image sha256:3f8debfec64e2fd1b1803fe4c5b83d26c2367a78c360fe438a220c2d276ce125 done
03:45:06 #62 naming to docker.io/library/docker-dev:18-09 done
03:45:06 #62 DONE 16.7s
03:45:06 docker run --rm -i --privileged  -e DOCKER_CROSSPLATFORMS -e BUILD_APT_MIRROR -e BUILDFLAGS -e KEEPBUNDLE -e DOCKER_BUILD_ARGS -e DOCKER_BUILD_GOGC -e DOCKER_BUILD_OPTS -e DOCKER_BUILD_PKGS -e DOCKER_BUILDKIT -e DOCKER_BASH_COMPLETION_PATH -e DOCKER_CLI_PATH -e DOCKER_DEBUG -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT -e DOCKER_GRAPHDRIVER -e DOCKER_LDFLAGS -e DOCKER_PORT -e DOCKER_REMAP_ROOT -e DOCKER_STORAGE_OPTS -e DOCKER_TEST_HOST -e DOCKER_USERLANDPROXY -e DOCKERD_ARGS -e TEST_INTEGRATION_DEST -e TEST_INTEGRATION_DIR -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e TESTDEBUG -e TESTDIRS -e TESTFLAGS -e TESTFLAGS_INTEGRATION -e TESTFLAGS_INTEGRATION_CLI -e TEST_FILTER -e TIMEOUT -e VALIDATE_REPO -e VALIDATE_BRANCH -e VALIDATE_ORIGIN_BRANCH -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY -e http_proxy -e https_proxy -e no_proxy -e VERSION -e PLATFORM -e DEFAULT_PRODUCT_LICENSE -e PRODUCT -v "/home/ubuntu/workspace/docker-ce-packaging_18.09/engine/bundles:/go/src/github.com/docker/docker/bundles" -v "/home/ubuntu/workspace/docker-ce-packaging_18.09/engine/.git:/go/src/github.com/docker/docker/.git" -v docker-dev-cache:/root/.cache    "docker-dev:18-09" hack/make.sh binary
03:45:06 
03:45:06 Removing bundles/
03:45:06 
03:45:06 ---> Making bundle: binary (in bundles/binary)
03:45:06 Building: bundles/binary-daemon/dockerd-0.0.1-dev
03:45:06 GOOS="" GOARCH="" GOARM=""
03:46:14 Created binary: bundles/binary-daemon/dockerd-0.0.1-dev
03:46:14 Copying nested executables into bundles/binary-daemon
03:46:14 
03:46:15 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/engine'
03:46:15 Unable to find image 'alpine:latest' locally
03:46:15 latest: Pulling from library/alpine
03:46:15 9d48c3bd43c5: Already exists
03:46:15 Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb
03:46:15 Status: Downloaded newer image for alpine:latest
03:46:17 mkdir -p build/linux/docker
03:46:17 cp /home/ubuntu/workspace/docker-ce-packaging_18.09/cli/build/docker build/linux/docker/
03:46:17 for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \
03:46:17 	cp -L /home/ubuntu/workspace/docker-ce-packaging_18.09/engine/bundles/binary-daemon/$f build/linux/docker/$f; \
03:46:17 done
03:46:17 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20190928001453-3cf409d563.tgz docker
03:46:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_18.09/static'