Skip to content

Console Output

13:02:17 + make -e validate
13:02:17 mkdir bundles
13:02:17 docker build -t "dockerbuildbot/libcompose:5961a4761d583427ca6ce29cd7627364d2090307" .
13:02:17 Sending build context to Docker daemon  6.594MB

13:02:17 Step 1/14 : FROM golang:1.12.7
13:02:17  ---> be63d15101cb
13:02:17 Step 2/14 : RUN apt-get update &&     apt-get install -y iptables build-essential --no-install-recommends &&     apt-get install -y python-pip &&     pip install virtualenv
13:02:17  ---> Using cache
13:02:17  ---> cd2acaba8026
13:02:17 Step 3/14 : RUN GO111MODULE=off go get github.com/aktau/github-release &&     GO111MODULE=off go get golang.org/x/tools/cmd/cover &&     GO111MODULE=off go get golang.org/x/lint/golint
13:02:17  ---> Using cache
13:02:17  ---> c8584571d9b1
13:02:17 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
13:02:17  ---> Using cache
13:02:17  ---> 0fe586e3740c
13:02:17 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
13:02:17  ---> Using cache
13:02:17  ---> 759c45bbaa56
13:02:17 Step 6/14 : RUN set -e; set -x;     for v in $(echo ${DOCKER_VERSIONS} | cut -f1); do         if test "${v}" = "1.9.1" || test "${v}" = "1.10.3"; then            mkdir -p /usr/local/bin/docker-${v}/;            curl https://get.docker.com/builds/Linux/x86_64/docker-${v} -o /usr/local/bin/docker-${v}/docker;            chmod +x /usr/local/bin/docker-${v}/docker;         elif test "${v}" = "1.13.1"; then            curl https://get.docker.com/builds/Linux/x86_64/docker-${v}.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         else              curl https://download.docker.com/linux/static/stable/x86_64/docker-${v}-ce.tgz -o docker-${v}.tgz;              tar xzf docker-${v}.tgz -C /usr/local/bin/;              mv /usr/local/bin/docker /usr/local/bin/docker-${v};              rm docker-${v}.tgz;         fi     done
13:02:17  ---> Using cache
13:02:17  ---> 5fc79174de35
13:02:17 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
13:02:17  ---> Using cache
13:02:17  ---> 553657cdffc9
13:02:17 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
13:02:17  ---> Using cache
13:02:17  ---> 435f215ad834
13:02:17 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
13:02:17  ---> Using cache
13:02:17  ---> 422a999fb2e4
13:02:17 Step 10/14 : RUN virtualenv venv &&     git clone https://github.com/docker/compose.git venv/compose &&     cd venv/compose &&     git checkout -q "$COMPOSE_COMMIT" &&     ../bin/pip install                -r requirements.txt                -r requirements-dev.txt
13:02:17  ---> Using cache
13:02:17  ---> e26c56b72b61
13:02:17 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
13:02:17  ---> Using cache
13:02:17  ---> 097875072506
13:02:17 Step 12/14 : ENV USER root
13:02:17  ---> Using cache
13:02:17  ---> 79ff8fc644c8
13:02:17 Step 13/14 : ENTRYPOINT ["hack/dind"]
13:02:17  ---> Using cache
13:02:17  ---> af020d3bb5e9
13:02:17 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
13:02:17  ---> Using cache
13:02:17  ---> 30e259583fd7
13:02:18 Successfully built 30e259583fd7
13:02:18 Successfully tagged dockerbuildbot/libcompose:5961a4761d583427ca6ce29cd7627364d2090307
13:02:18 docker run --rm -i  --privileged -e DAEMON_VERSION=""default"" -e OS_PLATFORM_ARG -e OS_ARCH_ARG -e DOCKER_TEST_HOST -e TESTDIRS -e TESTFLAGS -e SHOWWARNING -e TESTVERBOSE -v "/home/ubuntu/workspace/libcompose_PR-521/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:5961a4761d583427ca6ce29cd7627364d2090307" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet
13:02:18 ---> Making bundle: validate-dco (in .)
13:02:18 Congratulations!  All commits are properly signed with the DCO!
13:02:18 
13:02:18 ---> Making bundle: validate-git-marks (in .)
13:02:18 Congratulations!  There is no conflict.
13:02:18 
13:02:18 ---> Making bundle: validate-gofmt (in .)
13:02:18 Congratulations!  All Go source files are properly formatted.
13:02:18 
13:02:18 ---> Making bundle: validate-lint (in .)
13:02:18 Congratulations!  All Go source files have been linted.
13:02:18 
13:02:18 ---> Making bundle: validate-vet (in .)
13:02:18 Congratulations!  All Go source files have been vetted.
13:02:18