Created
July 1, 2019 15:31
-
-
Save Syerram/6fe0439341b997024c33a18ade2cfd27 to your computer and use it in GitHub Desktop.
Setup failure - Option B
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
• Failure in Spec Setup (BeforeEach) [85.028 seconds] | |
[routing] | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/cats_suite_helpers/cats_suite_helpers.go:164 | |
Zipkin Tracing | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/cats_suite_helpers/cats_suite_helpers.go:174 | |
when zipkin tracing is enabled [BeforeEach] | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/routing/zipkin_tracing.go:44 | |
when zipkin headers are not in the request | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/routing/zipkin_tracing.go:45 | |
the sleuth error response has no error | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/routing/zipkin_tracing.go:46 | |
Expected | |
<int>: 1 | |
to match exit code: | |
<int>: 0 | |
/go/src/github.com/cloudfoundry/cf-acceptance-tests/routing/zipkin_tracing.go:34 | |
***************** | |
***** SETUP ***** | |
***************** | |
STEP: Push app (CATS-5-APP-011f71a758676748) | |
[2019-06-05 21:23:42.58 (UTC)]> cf push CATS-5-APP-011f71a758676748 -b java_buildpack -m 1024M -p assets/spring-sleuth/spring-sleuth.jar -d trelawney.cf-app.com | |
Pushing app CATS-5-APP-011f71a758676748 to org CATS-5-ORG-96f7ab8656260c96 / space CATS-5-SPACE-157dc3ec57b4f84b as CATS-5-USER-274b8ea40f90d989... | |
Getting app info... | |
Creating app with these attributes... | |
+ name: CATS-5-APP-011f71a758676748 | |
path: /go/src/github.com/cloudfoundry/cf-acceptance-tests/assets/spring-sleuth/spring-sleuth.jar | |
buildpacks: | |
+ java_buildpack | |
+ memory: 1G | |
routes: | |
+ cats-5-app-011f71a758676748.trelawney.cf-app.com | |
Creating app CATS-5-APP-011f71a758676748... | |
Mapping routes... | |
Comparing local files to remote cache... | |
Packaging files to upload... | |
Uploading files... | |
863.97 KiB / 863.97 KiB [==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================] 100.00% 1s | |
Waiting for API to complete processing files... | |
Staging app and tracing logs... | |
Downloading java_buildpack... | |
Downloaded java_buildpack | |
Cell 750e0cdc-47d0-4a1c-a1f9-d41055d9fc18 creating container for instance c9e36a06-a676-415e-8105-ac89f84a1900 | |
Cell 750e0cdc-47d0-4a1c-a1f9-d41055d9fc18 successfully created container for instance c9e36a06-a676-415e-8105-ac89f84a1900 | |
Downloading app package... | |
Downloaded app package (31.7M) | |
[DownloadCache] WARN Unable to download https://java-buildpack.cloudfoundry.org/container-security-provider/index.yml into cache /tmp/cache/final: execution expired | |
[Buildpack] ERROR Finalize failed with exception #<RuntimeError: Container Security Provider error: Unable to find cached file for https://java-buildpack.cloudfoundry.org/container-security-provider/index.yml> | |
Container Security Provider error: Unable to find cached file for https://java-buildpack.cloudfoundry.org/container-security-provider/index.yml | |
Failed to compile droplet: Failed to run finalize script: exit status 1 | |
Exit status 223 | |
Cell 750e0cdc-47d0-4a1c-a1f9-d41055d9fc18 stopping instance c9e36a06-a676-415e-8105-ac89f84a1900 | |
Cell 750e0cdc-47d0-4a1c-a1f9-d41055d9fc18 destroying container for instance c9e36a06-a676-415e-8105-ac89f84a1900 | |
Cell 750e0cdc-47d0-4a1c-a1f9-d41055d9fc18 successfully destroyed container for instance c9e36a06-a676-415e-8105-ac89f84a1900 | |
FAILED | |
Error staging application: App staging failed in the buildpack compile phase | |
********************* | |
***** TEAR-DOWN ***** | |
********************* | |
STEP: Delete app (CATS-5-APP-011f71a758676748) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment