Skip to content

Console Output

+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-657-3-coverage-experimental coverage-run
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-657-3 .
Sending build context to Docker daemon  73.03MB

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
 ---> 7eeca9da7dfb
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> e7e077c7de66
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> bf99322fac38
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 6be43eaaa508
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 2ca955833d1e
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> dc6259cb0dc1
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 3a98c90146d2
Step 9/18 : FROM build AS dev
 ---> 3a98c90146d2
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 8e61a0a0b1dd
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> e8b735cd7ee9
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
 ---> c83b17814c7b
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 1e3d16a6146a
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> dfbd8ff2700f
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
 ---> 2c61c11a8420
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
 ---> b904e7c702b5
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
 ---> 5b3f9f8729aa
Step 18/18 : COPY . .
 ---> 9020c1dc2cdd
[Warning] One or more build-args [EXPERIMENTAL TAG ALPINE_VERSION COMMIT] were not consumed
Successfully built 9020c1dc2cdd
Successfully tagged docker-app-dev:jenkins-app-PR-657-3
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-657-3-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-657-3 make COMMIT=135c3864 TAG=jenkins-app-PR-657-3-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=135c3864 -X github.com/docker/app/internal.Version=jenkins-app-PR-657-3-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-01T14:18:54Z" -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/cmd/docker-app-standalone github.com/docker/app/internal github.com/docker/app/internal/commands 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
∅  cmd/docker-app-standalone
✓  internal (4ms)
✓  internal/compose (5ms)
✓  internal/formatter (14ms)
✓  internal/inspect (50ms)
✓  internal/commands (618ms)
∅  internal/commands/image
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
∅  internal/log
✓  internal/packager (28ms)
✓  internal/slices (2ms)
✖  internal/yaml (12ms)
✓  internal/store (42ms)
✓  loader (10ms)
✓  render (64ms)
✓  specification (9ms)
✓  types (19ms)
✓  types/metadata (6ms)
✓  types/parameters (4ms)

=== Failed
=== FAIL: internal/yaml TestDecoderYamlBomb (0.00s)
    yaml_test.go:24: assertion failed: expected error to contain "yaml: exceeded max number of decoded values (1000000)", got "yaml: document contains excessive aliasing"

=== FAIL: internal/yaml TestUnmarshalYamlBomb (0.00s)
    yaml_test.go:40: assertion failed: expected error to contain "yaml: exceeded max number of decoded values (1000000)", got "yaml: document contains excessive aliasing"


DONE 210 tests, 2 failures in 94.569s
make: *** [Makefile:106: coverage-test-unit] Error 1
docker.Makefile:106: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true