Skip to content

Console Output

+ make -f docker.Makefile TAG=jenkins-app-deprecation-2-coverage coverage-run
docker build --build-arg TAG=jenkins-app-deprecation-2-coverage --build-arg COMMIT=50e3e7a8 --build-arg ALPINE_VERSION=3.11.5 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-deprecation-2 .
#1 [internal] load build definition from Dockerfile
#1 sha256:1b1574846de883afafdd2757c0da8a74b7f8ef150bc2e3660dc5686e41deb620
#1 transferring dockerfile: 4.75kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:af25be5666f12a535cc939115537665dab41ba5a2390e1983d1c1e0fb9767a98
#2 transferring context: 73B done
#2 DONE 0.0s

#4 [internal] load metadata for docker.io/dockercore/golang-cross:1.13.10@sha256:ad2725ac9af0273f1de9bb85e166084d5e8d915df334154fe9c8bd9af912a90d
#4 sha256:4d7944d1bc4f7f1cbac3138aee205c317fd481f0b8608b3567883b2ecc960380
#4 DONE 0.1s

#3 [internal] load metadata for docker.io/library/golang:1.13.10
#3 sha256:f1f62919214ebffe1f60f878aad99cbbb934012ad8e73e1f7e4cfea633c5c688
#3 DONE 0.1s

#8 [cli-build  1/10] FROM docker.io/dockercore/golang-cross:1.13.10@sha256:ad2725ac9af0273f1de9bb85e166084d5e8d915df334154fe9c8bd9af912a90d
#8 sha256:a5003706b7bc268e90ae0855c4e5592c02af22f0a782d52e14105378ecfa8935
#8 DONE 0.0s

#5 [dev 1/9] FROM docker.io/library/golang:1.13.10@sha256:0be70f1c6d50dcdd25085a777078de67420d6d84a4e945561686b04ae1fd5667
#5 sha256:9a9c410173ccf1e9ee9c6fc2c1d4ee54358899c2f44410a58812fc0a56cd814f
#5 DONE 0.0s

#23 [internal] load build context
#23 sha256:30378bb9831bf609a7b2635230b3b3dff52c07d7e5de69936684a2d14ab203ae
#23 transferring context: 77.97MB 1.3s done
#23 DONE 1.3s

#16 [cli-build  9/10] RUN curl -fL https://download.docker.com/mac/static/stable/x86_64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-darwin-amd64
#16 sha256:f22c581e40921d2b963ab193002a0527db0bba677705559cc8e72114d64e8fb9
#16 CACHED

#19 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/v0.5.4/dep-linux-amd64 &&   chmod +x /usr/bin/dep
#19 sha256:bb1bb851d44ac8265f4c9eef945c7e80580a30dff78375897b0cf88dd24f1450
#19 CACHED

#9 [cli-build  2/10] RUN apt-get update && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
#9 sha256:cf503842c3a20dd5d974e3dd7a1eb7d15e604c19e2f38b0f3898d93320f6a448
#9 CACHED

#12 [cli-build  5/10] RUN mkdir build
#12 sha256:4dbc3d50ea9c867c318df8dd81f4659d17a5d6e8a1bd9165e86eeefd75d9e639
#12 CACHED

#17 [cli-build 10/10] RUN make binary-windows
#17 sha256:982e244b98ba61fb83c372f41881e31adde7bebfa0b753d889fbf768b13de4d6
#17 CACHED

#18 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/docker-linux-amd64 /usr/bin/docker
#18 sha256:af5013d0c033e5d1aa244f225b07e80897895d793199d9480ecc62fcc5a81eee
#18 CACHED

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
#6 sha256:412d04af6dc96eb5595d35cebedb89a7b99d5fcc0512f6848f8d40c0d2678633
#6 CACHED

#15 [cli-build  8/10] RUN curl -fL https://download.docker.com/linux/static/stable/armhf/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-arm && chmod +x build/docker-linux-arm
#15 sha256:6f17df3c75c2d305f078ff03b379c44ed921f51c9bbdd61759705008a17b86f4
#15 CACHED

#13 [cli-build  6/10] RUN curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-amd64 && chmod +x build/docker-linux-amd64
#13 sha256:5a4447f1797596f7068c32e8e7a59cacac42b97bf46812d8aec7922ee10ce19b
#13 CACHED

#21 [dev 7/9] 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
#21 sha256:c011ae58a5575e4b15e0028d27a1c392716fe1d50636e2647e5fbcb4a9c58c04
#21 CACHED

#7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/
#7 sha256:f63e8b933052ee31bc24029ad534aa0dcfaed6b14bf02e8e360101e2a72a079a
#7 CACHED

#14 [cli-build  7/10] RUN curl -fL https://download.docker.com/linux/static/stable/aarch64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-arm64 && chmod +x build/docker-linux-arm64
#14 sha256:ea841e8b44f8309815334e4c63ba33f2453ad113bfa09ef55df02730139d1963
#14 CACHED

#20 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://github.com/gotestyourself/gotestsum /go/src/gotest.tools/gotestsum &&   cd /go/src/gotest.tools/gotestsum &&   git -C /go/src/gotest.tools/gotestsum checkout -q v0.4.2 &&   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
#20 sha256:4c11e917b19a7ea6e45e6001107a232cfeebef56740000f5d67e37c18c85e757
#20 CACHED

#11 [cli-build  4/10] RUN git clone https://github.com/docker/cli . && git checkout v19.03.8
#11 sha256:78fd306d3e6ad1d329969795e83a248686b85450d58dc6bfe28203dc4b800614
#11 CACHED

#10 [cli-build  3/10] WORKDIR /go/src/github.com/docker/cli
#10 sha256:9778833b4b7a9356cb34149069867ea640caa79d71e59b8882a8290e36319c7b
#10 CACHED

#22 [dev 8/9] 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/*
#22 sha256:7dd586700e990e9aca664c965e4425d685ecb58e1800efb84bee3975dffd1b39
#22 CACHED

#24 [dev 9/9] COPY . .
#24 sha256:82a830bb0f8068afd44b747980bbefd6481e2563133b4c56d526f8a9ef4e3af8
#24 DONE 0.9s

#25 exporting to image
#25 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#25 exporting layers
#25 exporting layers 2.7s done
#25 writing image sha256:53665cfe0effc13380eee9ab27b848fd970195fb47f319a493c0890a1fc2dc79
#25 writing image sha256:53665cfe0effc13380eee9ab27b848fd970195fb47f319a493c0890a1fc2dc79 done
#25 naming to docker.io/library/docker-app-dev:jenkins-app-deprecation-2 done
#25 DONE 2.8s
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-deprecation-2-coverage --network="host" -t docker-app-dev:jenkins-app-deprecation-2 make COMMIT=50e3e7a8 TAG=jenkins-app-deprecation-2-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=50e3e7a8 -X github.com/docker/app/internal.Version=jenkins-app-deprecation-2-coverage" -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/docs/yaml github.com/docker/app/internal github.com/docker/app/internal/bundle github.com/docker/app/internal/cliopts 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/image 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/validator github.com/docker/app/internal/validator/rules 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
∅  docs/yaml
✓  internal (22ms) (coverage: 28.4% of statements)
✓  internal/bundle (55ms) (coverage: 83.1% of statements)
∅  internal/cliopts
✓  internal/cnab (24ms) (coverage: 14.6% of statements)
✓  internal/commands (261ms) (coverage: 9.2% of statements)
✓  internal/commands/build (79ms) (coverage: 12.9% of statements)
✓  internal/compose (5ms) (coverage: 70.6% of statements)
✓  internal/commands/image (30ms) (coverage: 35.9% of statements)
✓  internal/formatter (3ms) (coverage: 100.0% of statements)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
∅  internal/image
✓  internal/inspect (120ms) (coverage: 93.2% of statements)
∅  internal/log
✓  internal/packager (46ms) (coverage: 54.2% of statements)
✓  internal/slices (3ms) (coverage: 100.0% of statements)
✓  internal/store (86ms) (coverage: 78.4% of statements)
✓  internal/validator/rules (4ms) (coverage: 95.6% of statements)
✓  internal/validator (26ms) (coverage: 65.2% of statements)
✓  internal/yaml (5ms) (coverage: 71.4% of statements)
✓  loader (25ms) (coverage: 71.4% of statements)
✓  render (83ms) (coverage: 86.7% of statements)
✓  specification (6ms) (coverage: 38.4% of statements)
✓  types (37ms) (coverage: 81.1% of statements)
✓  types/parameters (5ms) (coverage: 92.4% of statements)
✓  types/metadata (17ms) (coverage: 75.0% of statements)

DONE 256 tests in 113.678s
CGO_ENABLED=0 go test -tags=" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=50e3e7a8 -X github.com/docker/app/internal.Version=jenkins-app-deprecation-2-coverage" -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=50e3e7a8 -X github.com/docker/app/internal.Version=jenkins-app-deprecation-2-coverage" -v ./e2e 
✖  e2e (6m24.702s)

=== Failed
=== FAIL: e2e TestPushInsecureRegistry (12.85s)
    helper_test.go:129: assertion failed: 
        Command:  docker app build --iidfile /tmp/iid-411603562 -t 10.100.49.105:49285/test/push-insecure testdata/local
        ExitCode: 1
        Error:    exit status 1
        Stdout:   #2 [web internal] load .dockerignore
        #2 transferring context: 2B done
        #2 DONE 0.0s
        
        #1 [web internal] load build definition from Dockerfile
        #1 transferring dockerfile: 60B done
        #1 DONE 0.0s
        
        #4 [worker internal] load build definition from Dockerfile.worker
        #4 transferring dockerfile: 206B done
        #4 DONE 0.1s
        
        #5 [worker internal] load .dockerignore
        #5 transferring context: 2B done
        #5 DONE 0.1s
        
        #3 [com.docker.app.invocation-image internal] load remote build context
        #3 DONE 0.0s
        
        #6 [web internal] load build context
        #6 transferring context: 60B done
        #6 DONE 0.0s
        
        #9 [worker internal] load metadata for docker.io/library/nginx:latest
        #9 ...
        
        #7 [web 1/1] COPY . .
        #7 DONE 0.0s
        
        #8 [com.docker.app.invocation-image] copy /context /
        #8 DONE 0.1s
        
        #11 [com.docker.app.invocation-image internal] load metadata for docker.io/d...
        #11 DONE 0.0s
        
        #12 [com.docker.app.invocation-image 1/2] FROM docker.io/docker/cnab-app-bas...
        #12 resolve docker.io/docker/cnab-app-base:jenkins-app-deprecation-2-coverage done
        #12 DONE 0.0s
        
        #13 [com.docker.app.invocation-image 2/2] COPY . .
        #13 DONE 0.0s
        
        #10 [com.docker.app.invocation-image] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:b1a93e02824d2d37ff5570ef198e828dcf1b4f8b3ffc258f391e5fc438f56809 done
        #10 naming to docker.io/library/web done
        #10 writing image sha256:0dce049c87c9598c8c60d8d581e6c22c7881d9dde6e6c9d9f99e4214c413e249 done
        #10 DONE 0.0s
        
        #9 [worker internal] load metadata for docker.io/library/nginx:latest
        #9 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        #15 [worker internal] load build context
        #15 transferring context: 206B done
        #15 DONE 0.0s
        
        #14 [worker 1/2] FROM docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest 0.1s done
        #14 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        ------
         > [worker internal] load metadata for docker.io/library/nginx:latest:
        ------
        ------
         > [worker 1/2] FROM docker.io/library/nginx:latest:
        ------
        
        Stderr:   failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to build LLB: failed to load cache key: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

=== FAIL: e2e TestPushInstall (14.57s)
    pushpull_test.go:62: assertion failed: 
        Command:  docker app push 10.100.49.105:49288/test/push-pull
        ExitCode: 1
        Error:    exit status 1
        Stdout:   Handling image push-pull:1.1.0-beta1-invoc... done!
        Handling image docker.io/library/busybox:1.30.1@sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d...
        Failure: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        Stderr:   fixing up "10.100.49.105:49288/test/push-pull:latest" for push: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

=== FAIL: e2e TestPushPullInstall (14.39s)
    pushpull_test.go:79: assertion failed: 
        Command:  docker app push 10.100.49.105:49291/test/push-pull:v.0.0.1
        ExitCode: 1
        Error:    exit status 1
        Stdout:   Handling image push-pull:1.1.0-beta1-invoc... done!
        Handling image docker.io/library/busybox:1.30.1@sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d...
        Failure: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        Stderr:   fixing up "10.100.49.105:49291/test/push-pull:v.0.0.1" for push: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

=== FAIL: e2e TestPushInstallBundle/push-bundle (2.66s)
    --- FAIL: TestPushInstallBundle/push-bundle (2.66s)
        pushpull_test.go:124: assertion failed: 
            Command:  docker app push 10.100.49.105:49294/test/push-bundle
            ExitCode: 1
            Error:    exit status 1
            Stdout:   Handling image push-pull:1.1.0-beta1-invoc... done!
            Handling image docker.io/library/busybox:1.30.1@sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d...
            Failure: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            Stderr:   fixing up "10.100.49.105:49294/test/push-bundle:latest" for push: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            
            Failures:
            ExitCode was 1 expected 0
            Expected no error

=== FAIL: e2e TestPushInstallBundle/push-ref (0.46s)
    --- FAIL: TestPushInstallBundle/push-ref (0.46s)
        pushpull_test.go:146: assertion failed: 
            Command:  docker app push 10.100.49.105:49294/test/push-ref
            ExitCode: 1
            Error:    exit status 1
            Stdout:   Handling image push-pull:1.1.0-beta1-invoc... done!
            Handling image docker.io/library/busybox:1.30.1@sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d...
            Failure: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            Stderr:   fixing up "10.100.49.105:49294/test/push-ref:latest" for push: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            
            Failures:
            ExitCode was 1 expected 0
            Expected no error

=== FAIL: e2e TestPushInstallBundle/push-bundleref (0.58s)
    --- FAIL: TestPushInstallBundle/push-bundleref (0.58s)
        pushpull_test.go:170: assertion failed: 
            Command:  docker app push 10.100.49.105:49294/test/push-bundle:v0.42
            ExitCode: 1
            Error:    exit status 1
            Stdout:   Handling image push-pull:1.1.0-beta1-invoc... done!
            Handling image docker.io/library/busybox:1.30.1@sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d...
            Failure: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            Stderr:   fixing up "10.100.49.105:49294/test/push-bundle:v0.42" for push: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
            
            
            Failures:
            ExitCode was 1 expected 0
            Expected no error

=== FAIL: e2e TestPushInstallBundle (15.50s)

=== FAIL: e2e TestRelocationMapRun (11.68s)
    helper_test.go:129: assertion failed: 
        Command:  docker app build --iidfile /tmp/iid-172113608 -t 10.100.49.105:49297/test/local:a-tag testdata/local
        ExitCode: 1
        Error:    exit status 1
        Stdout:   #2 [web internal] load build definition from Dockerfile
        #2 transferring dockerfile: 60B done
        #2 DONE 0.1s
        
        #4 [worker internal] load build definition from Dockerfile.worker
        #4 transferring dockerfile: 206B done
        #4 DONE 0.0s
        
        #3 [com.docker.app.invocation-image internal] load remote build context
        #3 DONE 0.0s
        
        #1 [web internal] load .dockerignore
        #1 transferring context: 2B done
        #1 DONE 0.1s
        
        #5 [worker internal] load .dockerignore
        #5 transferring context: 2B done
        #5 DONE 0.1s
        
        #9 [web internal] load build context
        #9 transferring context: 60B done
        #9 DONE 0.0s
        
        #7 [worker internal] load metadata for docker.io/library/nginx:latest
        #7 ...
        
        #8 [web 1/1] COPY . .
        #8 DONE 0.0s
        
        #6 [com.docker.app.invocation-image] copy /context /
        #6 DONE 0.1s
        
        #11 [com.docker.app.invocation-image internal] load metadata for docker.io/d...
        #11 DONE 0.0s
        
        #10 [web] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:581958d29deb1cb574e1904ca9e19015f65cc66dc8a5a912d469a7f7dbcaf26f done
        #10 naming to docker.io/library/web done
        #10 DONE 0.1s
        
        #12 [com.docker.app.invocation-image 1/2] FROM docker.io/docker/cnab-app-bas...
        #12 resolve docker.io/docker/cnab-app-base:jenkins-app-deprecation-2-coverage done
        #12 DONE 0.0s
        
        #7 [worker internal] load metadata for docker.io/library/nginx:latest
        #7 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        #13 [com.docker.app.invocation-image 2/2] COPY . .
        #13 DONE 0.1s
        
        #15 [worker internal] load build context
        #15 transferring context: 206B done
        #15 DONE 0.0s
        
        #10 [com.docker.app.invocation-image] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:732cd01f7e357224bf71115e0f177aaaff908c2e19f0c6dc001a105aaf8f6d25 done
        #10 DONE 0.0s
        
        #14 [worker 1/2] FROM docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest 0.1s done
        #14 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        ------
         > [worker internal] load metadata for docker.io/library/nginx:latest:
        ------
        ------
         > [worker 1/2] FROM docker.io/library/nginx:latest:
        ------
        
        Stderr:   failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to build LLB: failed to load cache key: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

=== FAIL: e2e TestPushPulledApplication (11.78s)
    helper_test.go:129: assertion failed: 
        Command:  docker app build --iidfile /tmp/iid-080349009 -t 10.100.49.105:49300/test/local:a-tag testdata/local
        ExitCode: 1
        Error:    exit status 1
        Stdout:   #5 [web internal] load .dockerignore
        #5 transferring context: 2B done
        #5 DONE 0.0s
        
        #2 [worker internal] load build definition from Dockerfile.worker
        #2 transferring dockerfile: 206B done
        #2 DONE 0.0s
        
        #4 [web internal] load build definition from Dockerfile
        #4 transferring dockerfile: 60B done
        #4 DONE 0.1s
        
        #1 [worker internal] load .dockerignore
        #1 transferring context: 2B done
        #1 DONE 0.1s
        
        #3 [com.docker.app.invocation-image internal] load remote build context
        #3 DONE 0.0s
        
        #6 [web internal] load build context
        #6 transferring context: 60B done
        #6 DONE 0.0s
        
        #7 [web 1/1] COPY . .
        #7 DONE 0.0s
        
        #9 [com.docker.app.invocation-image] copy /context /
        #9 DONE 0.1s
        
        #11 [com.docker.app.invocation-image internal] load metadata for docker.io/d...
        #11 DONE 0.0s
        
        #10 [web] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:a08d20f501d9ee61a64d79d6f91ad037430f085b3cee157ae81b57f11ff1a4f9 done
        #10 naming to docker.io/library/web done
        #10 DONE 0.0s
        
        #12 [com.docker.app.invocation-image 1/2] FROM docker.io/docker/cnab-app-bas...
        #12 resolve docker.io/docker/cnab-app-base:jenkins-app-deprecation-2-coverage done
        #12 DONE 0.0s
        
        #13 [com.docker.app.invocation-image 2/2] COPY . .
        #13 DONE 0.1s
        
        #8 [worker internal] load metadata for docker.io/library/nginx:latest
        #8 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        #15 [worker internal] load build context
        #15 transferring context: 206B done
        #15 DONE 0.0s
        
        #10 [com.docker.app.invocation-image] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:72e5fb769c6633096eb227110846e7eaff6cab5c6fff17d2652db7395aec060c done
        #10 DONE 0.0s
        
        #14 [worker 1/2] FROM docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest 0.2s done
        #14 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        ------
         > [worker internal] load metadata for docker.io/library/nginx:latest:
        ------
        ------
         > [worker 1/2] FROM docker.io/library/nginx:latest:
        ------
        
        Stderr:   failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to build LLB: failed to load cache key: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

=== FAIL: e2e TestRelocationMapOnInspect (11.81s)
    helper_test.go:129: assertion failed: 
        Command:  docker app build --iidfile /tmp/iid-106576654 -t 10.100.49.105:49303/test/local:a-tag testdata/local
        ExitCode: 1
        Error:    exit status 1
        Stdout:   #2 [worker internal] load .dockerignore
        #2 transferring context: 2B done
        #2 DONE 0.1s
        
        #3 [com.docker.app.invocation-image internal] load remote build context
        #3 DONE 0.0s
        
        #1 [worker internal] load build definition from Dockerfile.worker
        #1 transferring dockerfile: 206B done
        #1 DONE 0.1s
        
        #4 [web internal] load .dockerignore
        #4 transferring context: 2B done
        #4 DONE 0.1s
        
        #5 [web internal] load build definition from Dockerfile
        #5 transferring dockerfile: 60B done
        #5 DONE 0.1s
        
        #8 [web internal] load build context
        #8 transferring context: 60B done
        #8 DONE 0.0s
        
        #9 [web 1/1] COPY . .
        #9 DONE 0.0s
        
        #6 [com.docker.app.invocation-image] copy /context /
        #6 DONE 0.1s
        
        #11 [com.docker.app.invocation-image internal] load metadata for docker.io/d...
        #11 DONE 0.0s
        
        #10 [web] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:d7465bfb913a52ff9c57955d856e5cc74cf7bc6043673dfa1e06768a75068bfb done
        #10 naming to docker.io/library/web done
        #10 DONE 0.0s
        
        #12 [com.docker.app.invocation-image 1/2] FROM docker.io/docker/cnab-app-bas...
        #12 resolve docker.io/docker/cnab-app-base:jenkins-app-deprecation-2-coverage done
        #12 DONE 0.0s
        
        #13 [com.docker.app.invocation-image 2/2] COPY . .
        #13 DONE 0.1s
        
        #7 [worker internal] load metadata for docker.io/library/nginx:latest
        #7 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        #10 [com.docker.app.invocation-image] exporting to image
        #10 exporting layers 0.0s done
        #10 writing image sha256:4f96465fd9c2b7e0b0f896c16cd1ba6640cdeabe32e45a9998c887d421147140 done
        #10 DONE 0.0s
        
        #15 [worker internal] load build context
        #15 transferring context: 206B done
        #15 DONE 0.0s
        
        #14 [worker 1/2] FROM docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest
        #14 resolve docker.io/library/nginx:latest 0.1s done
        #14 ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        ------
         > [worker internal] load metadata for docker.io/library/nginx:latest:
        ------
        ------
         > [worker 1/2] FROM docker.io/library/nginx:latest:
        ------
        
        Stderr:   failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to build LLB: failed to load cache key: failed to copy: httpReaderSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error


DONE 60 tests, 10 failures in 387.568s
make: *** [Makefile:95: coverage-test-e2e] Error 1
docker.Makefile:83: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2