Skip to content

Console Output

14:34:36 + make -e test
14:34:36 docker build -t "dockerbuildbot/libcompose:fecafcf5508f5330f30c595262c5ea4881cfbaff" .
14:34:36 Sending build context to Docker daemon  6.592MB

14:34:36 Step 1/14 : FROM golang:1.12.7
14:34:36  ---> be63d15101cb
14:34:36 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
14:34:36  ---> Using cache
14:34:36  ---> 4b1451d124e7
14:34:36 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
14:34:36  ---> Using cache
14:34:36  ---> 9e0ac148f44a
14:34:36 Step 4/14 : ENV DOCKER_VERSIONS 1.9.1 1.10.3 1.13.1 17.03.2 17.06.0
14:34:36  ---> Using cache
14:34:36  ---> 11ba9d6ad263
14:34:36 Step 5/14 : ENV DEFAULT_DOCKER_VERSION 17.03.2
14:34:36  ---> Using cache
14:34:36  ---> 4d6bebbe5957
14:34:36 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
14:34:36  ---> Using cache
14:34:36  ---> 423b25524926
14:34:36 Step 7/14 : RUN ln -s /usr/local/bin/docker-${DEFAULT_DOCKER_VERSION} /usr/local/bin/docker
14:34:36  ---> Using cache
14:34:36  ---> 63de607aaf67
14:34:36 Step 8/14 : WORKDIR /go/src/github.com/docker/libcompose
14:34:36  ---> Using cache
14:34:36  ---> 9fe1c2faf058
14:34:36 Step 9/14 : ENV COMPOSE_COMMIT 1.9.0
14:34:36  ---> Using cache
14:34:36  ---> 9f9e6b055452
14:34:36 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
14:34:36  ---> Using cache
14:34:36  ---> e347de67cf6f
14:34:36 Step 11/14 : ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
14:34:36  ---> Using cache
14:34:36  ---> fd9328f88346
14:34:36 Step 12/14 : ENV USER root
14:34:36  ---> Using cache
14:34:36  ---> 204ddfa432e5
14:34:36 Step 13/14 : ENTRYPOINT ["hack/dind"]
14:34:36  ---> Using cache
14:34:36  ---> c1211a64bb98
14:34:36 Step 14/14 : COPY . /go/src/github.com/docker/libcompose
14:34:36  ---> Using cache
14:34:36  ---> f25547f17295
14:34:36 Successfully built f25547f17295
14:34:36 Successfully tagged dockerbuildbot/libcompose:fecafcf5508f5330f30c595262c5ea4881cfbaff
14:34:36 docker run --rm -i  --privileged -e DAEMON_VERSION="all" -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-531/bundles:/go/src/github.com/docker/libcompose/bundles" "dockerbuildbot/libcompose:fecafcf5508f5330f30c595262c5ea4881cfbaff" ./hack/make.sh binary test-unit test-integration test-acceptance
14:34:37 ---> Making bundle: binary (in .)
14:34:37 go: finding github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
14:34:37 go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
14:34:37 go: finding github.com/xeipuuv/gojsonschema v1.1.0
14:34:37 go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
14:34:37 go: finding github.com/prometheus/client_golang v1.1.0
14:34:37 go: finding github.com/gogo/protobuf v1.1.1
14:34:37 go: finding github.com/modern-go/reflect2 v1.0.1
14:34:37 go: finding github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
14:34:37 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
14:34:37 go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
14:34:38 go: finding github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
14:34:38 go: finding github.com/Microsoft/hcsshim v0.8.6
14:34:38 go: finding github.com/stretchr/testify v1.3.0
14:34:38 go: finding github.com/urfave/cli v1.21.0
14:34:38 go: finding github.com/docker/go-connections v0.3.0
14:34:38 go: finding google.golang.org/grpc v1.22.1
14:34:38 go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
14:34:38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:34:38 go: finding github.com/docker/docker-credential-helpers v0.6.3
14:34:38 go: finding github.com/beorn7/perks v1.0.1
14:34:38 go: finding github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
14:34:39 go: finding golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
14:34:39 go: finding github.com/docker/distribution v2.7.1+incompatible
14:34:39 go: finding github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:34:39 go: finding gotest.tools v2.2.0+incompatible
14:34:39 go: finding github.com/BurntSushi/toml v0.3.1
14:34:39 go: finding github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
14:34:39 go: finding golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
14:34:39 go: finding github.com/stretchr/objx v0.1.0
14:34:39 go: finding github.com/json-iterator/go v1.1.7
14:34:40 go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
14:34:40 go: finding github.com/google/go-cmp v0.2.0
14:34:40 go: finding github.com/pkg/errors v0.8.0
14:34:40 go: finding github.com/pmezard/go-difflib v1.0.0
14:34:40 go: finding github.com/google/gofuzz v1.0.0
14:34:41 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
14:34:41 go: finding github.com/prometheus/procfs v0.0.3
14:34:41 go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
14:34:41 go: finding honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
14:34:41 go: finding github.com/golang/mock v1.1.1
14:34:41 go: finding github.com/davecgh/go-spew v1.1.0
14:34:42 go: finding github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
14:34:42 go: finding github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
14:34:42 go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
14:34:43 go: finding github.com/Microsoft/go-winio v0.3.8
14:34:43 go: finding github.com/sirupsen/logrus v1.2.0
14:34:43 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
14:34:43 go: finding github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
14:34:43 go: finding github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
14:34:43 go: finding google.golang.org/appengine v1.1.0
14:34:44 go: finding github.com/davecgh/go-spew v1.1.1
14:34:44 go: finding github.com/prometheus/common v0.6.0
14:34:44 go: finding github.com/golang/protobuf v1.3.2
14:34:45 go: finding github.com/stretchr/objx v0.1.1
14:34:45 go: finding github.com/docker/go-units v0.4.0
14:34:45 go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
14:34:45 go: finding golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
14:34:45 go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
14:34:45 go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd
14:34:45 go: finding github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
14:34:45 go: finding github.com/golang/protobuf v1.2.0
14:34:46 go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
14:34:46 go: finding github.com/gorilla/context v1.1.1
14:34:46 go: finding github.com/go-logfmt/logfmt v0.4.0
14:34:46 go: finding gopkg.in/yaml.v2 v2.2.2
14:34:46 go: finding github.com/google/go-cmp v0.3.0
14:34:46 go: finding gopkg.in/yaml.v2 v2.2.1
14:34:46 go: finding golang.org/x/text v0.3.0
14:34:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
14:34:47 go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
14:34:47 go: finding github.com/julienschmidt/httprouter v1.2.0
14:34:47 go: finding github.com/stretchr/testify v1.2.2
14:34:48 go: finding github.com/client9/misspell v0.3.4
14:34:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
14:34:48 go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
14:34:48 go: finding github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
14:34:48 go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:34:48 go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
14:34:49 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:34:49 go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
14:34:49 go: finding github.com/golang/protobuf v1.3.1
14:34:49 go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
14:34:49 go: finding github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
14:34:49 go: finding github.com/go-kit/kit v0.8.0
14:34:49 go: finding github.com/prometheus/client_golang v1.0.0
14:34:49 go: finding github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223
14:34:50 go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
14:34:50 go: finding github.com/json-iterator/go v1.1.6
14:34:50 go: finding github.com/prometheus/procfs v0.0.2
14:34:50 go: finding github.com/prometheus/common v0.4.1
14:34:50 go: finding golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5
14:34:50 go: finding github.com/beorn7/perks v1.0.0
14:34:50 go: finding cloud.google.com/go v0.26.0
14:34:51 go: finding github.com/prometheus/client_golang v0.9.1
14:34:51 go: finding github.com/go-logfmt/logfmt v0.3.0
14:34:51 go: finding golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
14:34:51 go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
14:34:51 go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
14:34:51 go: finding github.com/go-stack/stack v1.8.0
14:34:51 go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
14:34:51 go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
14:34:51 go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
14:34:53 go: downloading github.com/urfave/cli v1.21.0
14:34:53 go: downloading github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
14:34:53 go: downloading github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
14:34:53 go: downloading golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
14:34:53 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:34:53 go: downloading github.com/xeipuuv/gojsonschema v1.1.0
14:34:53 go: downloading github.com/docker/go-units v0.4.0
14:34:53 go: downloading gopkg.in/yaml.v2 v2.2.2
14:34:53 go: extracting github.com/docker/go-units v0.4.0
14:34:53 go: extracting github.com/urfave/cli v1.21.0
14:34:53 go: extracting github.com/xeipuuv/gojsonschema v1.1.0
14:34:53 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
14:34:53 go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
14:34:53 go: extracting gopkg.in/yaml.v2 v2.2.2
14:34:54 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:34:54 go: extracting golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
14:34:54 go: downloading github.com/docker/go-connections v0.3.0
14:34:55 go: extracting github.com/docker/go-connections v0.3.0
14:34:56 go: extracting github.com/docker/cli v0.0.0-20190711175710-5b38d82aa076
14:34:56 go: downloading github.com/pkg/errors v0.8.0
14:34:56 go: extracting github.com/pkg/errors v0.8.0
14:34:56 go: extracting github.com/docker/engine v0.0.0-20190725163905-fa8dd90ceb7b
14:34:57 go: downloading github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
14:34:57 go: downloading github.com/sirupsen/logrus v1.2.0
14:34:57 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:34:57 go: downloading github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
14:34:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
14:34:57 go: downloading github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
14:34:57 go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
14:34:57 go: downloading github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
14:34:57 go: extracting github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
14:34:57 go: downloading golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
14:34:57 go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
14:34:57 go: downloading github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
14:34:57 go: extracting github.com/sirupsen/logrus v1.2.0
14:34:57 go: extracting github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420
14:34:57 go: extracting github.com/opencontainers/image-spec v0.0.0-20170515205857-f03dbe35d449
14:34:57 go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
14:34:57 go: downloading github.com/docker/docker-credential-helpers v0.6.3
14:34:57 go: extracting github.com/docker/docker-credential-helpers v0.6.3
14:34:57 go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
14:34:57 go: extracting github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
14:34:58 go: extracting github.com/opencontainers/runc v0.0.0-20161109192122-51371867a01c
14:34:58 go: downloading google.golang.org/grpc v1.22.1
14:34:58 go: extracting github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
14:34:58 go: downloading github.com/gogo/protobuf v1.1.1
14:34:58 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:34:58 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:34:58 go: extracting github.com/docker/distribution v2.7.1+incompatible
14:34:58 go: downloading github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
14:34:58 go: downloading github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
14:34:58 go: extracting github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
14:34:58 go: downloading github.com/gorilla/context v1.1.1
14:34:58 go: extracting github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82
14:34:58 go: downloading github.com/prometheus/client_golang v1.1.0
14:34:58 go: extracting github.com/gorilla/context v1.1.1
14:34:59 go: extracting github.com/prometheus/client_golang v1.1.0
14:34:59 go: downloading github.com/prometheus/procfs v0.0.3
14:34:59 go: downloading github.com/beorn7/perks v1.0.1
14:34:59 go: downloading github.com/golang/protobuf v1.3.2
14:34:59 go: downloading github.com/prometheus/common v0.6.0
14:34:59 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:34:59 go: extracting golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
14:34:59 go: extracting github.com/beorn7/perks v1.0.1
14:34:59 go: extracting github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:34:59 go: extracting github.com/prometheus/procfs v0.0.3
14:34:59 go: extracting github.com/prometheus/common v0.6.0
14:34:59 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:34:59 go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
14:34:59 go: extracting github.com/golang/protobuf v1.3.2
14:34:59 go: extracting google.golang.org/grpc v1.22.1
14:34:59 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
14:35:00 go: extracting github.com/gogo/protobuf v1.1.1
14:35:01 go: extracting google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
14:35:13 
14:35:13 ---> Making bundle: test-unit (in .)
14:35:13 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/cli/docker/app
14:35:35 ok  	github.com/docker/libcompose/cli/docker/app	1.121s	coverage: 88.2% of statements
14:35:35 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/config
14:35:35 go: downloading github.com/stretchr/testify v1.3.0
14:35:35 go: extracting github.com/stretchr/testify v1.3.0
14:35:35 go: downloading github.com/pmezard/go-difflib v1.0.0
14:35:35 go: downloading github.com/davecgh/go-spew v1.1.1
14:35:35 go: extracting github.com/pmezard/go-difflib v1.0.0
14:35:35 go: extracting github.com/davecgh/go-spew v1.1.1
14:35:37 --- FAIL: TestMixedInvalidServicesAndInvalidServiceNames (0.01s)
14:35:37     validation_test.go:70: 
14:35:37         	Error Trace:	validation_test.go:70
14:35:37         	            				validation_test.go:47
14:35:37         	            				validation_test.go:341
14:35:37         	Error:      	Should be true
14:35:37         	Test:       	TestMixedInvalidServicesAndInvalidServiceNames
14:35:37     validation_test.go:75: 
14:35:37         	Error Trace:	validation_test.go:75
14:35:37         	            				validation_test.go:47
14:35:37         	            				validation_test.go:341
14:35:37         	Error:      	Should be true
14:35:37         	Test:       	TestMixedInvalidServicesAndInvalidServiceNames
14:35:37 FAIL
14:35:37 coverage: 66.3% of statements
14:35:37 FAIL	github.com/docker/libcompose/config	0.553s
14:35:37 
14:35:37 Tests failed: github.com/docker/libcompose
14:35:38 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/builder
14:35:41 ok  	github.com/docker/libcompose/docker/builder	1.036s	coverage: 89.0% of statements
14:35:41 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/client
14:35:43 ok  	github.com/docker/libcompose/docker/client	1.241s	coverage: 100.0% of statements
14:35:43 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/network
14:35:46 ok  	github.com/docker/libcompose/docker/network	1.027s	coverage: 90.9% of statements
14:35:46 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/service
14:35:49 ok  	github.com/docker/libcompose/docker/service	1.037s	coverage: 15.9% of statements
14:35:49 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/docker/volume
14:35:51 ok  	github.com/docker/libcompose/docker/volume	1.026s	coverage: 23.5% of statements
14:35:51 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/labels
14:35:53 ok  	github.com/docker/libcompose/labels	1.007s	coverage: 16.0% of statements
14:35:53 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/lookup
14:35:55 ok  	github.com/docker/libcompose/lookup	1.016s	coverage: 91.9% of statements
14:35:55 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project
14:35:57 ok  	github.com/docker/libcompose/project	1.068s	coverage: 31.9% of statements
14:35:57 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/events
14:35:58 ok  	github.com/docker/libcompose/project/events	1.007s	coverage: 10.2% of statements
14:35:58 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/project/options
14:36:00 ok  	github.com/docker/libcompose/project/options	1.006s	coverage: 100.0% of statements
14:36:00 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/utils
14:36:02 ok  	github.com/docker/libcompose/utils	1.014s	coverage: 41.3% of statements
14:36:02 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/version
14:36:03 ok  	github.com/docker/libcompose/version	1.006s	coverage: 0.0% of statements [no tests to run]
14:36:03 + go test -race -cover -coverprofile=cover.out github.com/docker/libcompose/yaml
14:36:05 ok  	github.com/docker/libcompose/yaml	1.025s	coverage: 72.1% of statements
14:36:05 
14:36:05 Run non-race test (if any)
14:36:05 + go test  -cover -coverprofile=cover.out github.com/docker/libcompose/utils
14:36:10 ok  	github.com/docker/libcompose/utils	0.003s	coverage: 56.0% of statements
14:36:10 
14:36:10 Test failures in: ./config
14:36:10 
14:36:11 Makefile:36: recipe for target 'test' failed
14:36:11 make: *** [test] Error 1