Skip to content

Console Output

+ make -f docker.Makefile TAG=jenkins-app-PR-705-12-coverage coverage-run
docker build --build-arg TAG=jenkins-app-PR-705-12-coverage --build-arg COMMIT=29f299f9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-705-12 .
Sending build context to Docker daemon  76.15MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 4b6081e697d8
Step 3/18 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> aa3fcb3957f0
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 1d652dde10ad
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 8137b1a09d9b
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> c39ce7ebedf6
Step 7/18 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 3fd3d4c3bf2f
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 79d91383c29c
Step 9/18 : FROM build AS dev
 ---> 79d91383c29c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> f8cc13d19947
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> ab2d989d2342
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&   chmod +x /usr/bin/dep
 ---> Using cache
 ---> eac3e5b10a8d
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 072da6ffe9c7
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 09cfdf3f0cf5
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&   git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&   cd $GOPATH/src/gotest.tools/gotestsum &&   git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&   GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&   GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&   GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&   ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> a4c05e087123
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&   GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&   GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> 2c8056f6501f
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.com/mjibson/esc &&   go build -v -o /usr/bin/esc . &&   rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> 85ee5226b926
Step 18/18 : COPY . .
 ---> 70f4e3eedddf
[Warning] One or more build-args [ALPINE_VERSION COMMIT TAG] were not consumed
Successfully built 70f4e3eedddf
Successfully tagged docker-app-dev:jenkins-app-PR-705-12
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-705-12-coverage --network="host" -t docker-app-dev:jenkins-app-PR-705-12 make COMMIT=29f299f9 TAG=jenkins-app-PR-705-12-coverage TEST_RESULTS_PREFIX= coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/unit-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=29f299f9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-12-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:51:04Z" -cover -test.coverprofile=_build/cov/unit.out github.com/docker/app github.com/docker/app/cmd/cnab-run github.com/docker/app/cmd/docker-app github.com/docker/app/internal github.com/docker/app/internal/cnab github.com/docker/app/internal/commands github.com/docker/app/internal/commands/build github.com/docker/app/internal/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
∅  .
∅  cmd/cnab-run
∅  cmd/docker-app
✓  internal (25ms)
✓  internal/cnab (37ms)
✓  internal/commands (520ms)
✓  internal/commands/build (35ms)
✓  internal/compose (11ms)
✓  internal/formatter (11ms)
✓  internal/commands/image (30ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (140ms)
∅  internal/log
✓  internal/slices (4ms)
✓  internal/store (28ms)
✓  internal/packager (65ms)
✓  internal/yaml (17ms)
✓  loader (29ms)
✓  render (68ms)
✓  specification (7ms)
✓  types (59ms)
✓  types/metadata (28ms)
✓  types/parameters (4ms)

DONE 231 tests in 125.430s
CGO_ENABLED=0 go test -tags=" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=29f299f9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-12-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:51:04Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/e2e-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=29f299f9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-12-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:51:04Z" -v ./e2e
✖  e2e (5m18.34s)

=== Failed
=== FAIL: e2e TestBuild (14.74s)
    build_test.go:52: assertion failed: a4e7cbdf47b46e4ed6de76b5ad2551e4a4de0ecad511bb7661bbfa1829f0c2e6 (iid string) != a4e7cbdf47b46e4ed6de76b5ad2551e4a4de0ecad511bb7661bbfa1829f0c2e6 (actualID store.ID)


DONE 43 tests, 1 failure in 322.237s
make: *** [Makefile:96: coverage-test-e2e] Error 1
docker.Makefile:100: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2