Skip to content

Console Output

01:38:22 + make -e validate
01:38:22 mkdir bundles
01:38:22 docker build -t "dockerbuildbot/libcompose:f73aaea1adacec9a1d679996960c27956b06a020" .
01:38:22 Sending build context to Docker daemon  6.534MB

01:38:22 Step 1/14 : FROM golang:1.12.7
01:38:22  ---> be63d15101cb
01:38:22 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
01:38:22  ---> Using cache
01:38:22  ---> ad199f7ebde7
01:38:22 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
01:38:22  ---> Using cache
01:38:22  ---> f840c4f39ac9
01:38:22 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
01:38:22  ---> Using cache
01:38:22  ---> 49e92cd6cd42
01:38:22 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
01:38:22  ---> Using cache
01:38:22  ---> ba08e1f8aa6e
01:38:22 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
01:38:22  ---> Using cache
01:38:22  ---> ceb49a5ec515
01:38:22 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
01:38:22  ---> Using cache
01:38:22  ---> 1df396ab6ab9
01:38:22 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
01:38:22  ---> Using cache
01:38:22  ---> 8fc70c67173f
01:38:22 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
01:38:22  ---> Using cache
01:38:22  ---> 7859c693a680
01:38:22 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
01:38:22  ---> Using cache
01:38:22  ---> 9ed3e288a4b7
01:38:22 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
01:38:22  ---> Using cache
01:38:22  ---> 036570ff86ec
01:38:22 Step 12/14 : ENV USER root
01:38:22  ---> Using cache
01:38:22  ---> 1143b01c7dfc
01:38:22 Step 13/14 : ENTRYPOINT ["hack/dind"]
01:38:22  ---> Using cache
01:38:22  ---> 152b04d25e09
01:38:22 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
01:38:22  ---> Using cache
01:38:22  ---> 42fdd8adc96d
01:38:22 Successfully built 42fdd8adc96d
01:38:22 Successfully tagged dockerbuildbot/libcompose:f73aaea1adacec9a1d679996960c27956b06a020
01:38:22 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-528/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:f73aaea1adacec9a1d679996960c27956b06a020" ./hack/make.sh validate-dco validate-git-marks validate-gofmt validate-lint validate-vet
01:38:22 ---> Making bundle: validate-dco (in .)
01:38:22 Congratulations!  All commits are properly signed with the DCO!
01:38:22 
01:38:22 ---> Making bundle: validate-git-marks (in .)
01:38:22 Congratulations!  There is no conflict.
01:38:22 
01:38:22 ---> Making bundle: validate-gofmt (in .)
01:38:22 Congratulations!  All Go source files are properly formatted.
01:38:22 
01:38:22 ---> Making bundle: validate-lint (in .)
01:38:22 Congratulations!  All Go source files have been linted.
01:38:22 
01:38:22 ---> Making bundle: validate-vet (in .)
01:38:22 Congratulations!  All Go source files have been vetted.
01:38:22