Created
December 17, 2018 20:25
-
-
Save ljfranklin/59c02821d79859e7d0bb36a6c7c7d7a5 to your computer and use it in GitHub Desktop.
Smoke test error
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
Instance control/7eb695e4-cfb6-47ab-bbe2-8d77cd299e18 | |
Exit Code 1 | |
Stdout Running smoke tests... | |
Running binaries smoke/isolation_segments/isolation_segments.test | |
smoke/logging/logging.test | |
smoke/runtime/runtime.test | |
[1544651752] CF-Isolation-Segment-Smoke-Tests - 4 specs - 4 nodes | |
------------------------------ | |
[2018-12-12 21:55:52.75 (UTC)]> cf api https://api.sys.pale-talon.gcp.releng.cf-app.com | |
Setting api endpoint to https://api.sys.pale-talon.gcp.releng.cf-app.com... | |
OK | |
api endpoint: https://api.sys.pale-talon.gcp.releng.cf-app.com | |
api version: 2.112.0 | |
Not logged in. Use 'cf login' to log in. | |
[2018-12-12 21:55:53.03 (UTC)]> cf auth smoke_tests [REDACTED] | |
API endpoint: https://api.sys.pale-talon.gcp.releng.cf-app.com | |
Authenticating... | |
OK | |
Use 'cf target' to view or set your target org and space. | |
[2018-12-12 21:55:53.97 (UTC)]> cf create-space -o system SMOKE-3-SPACE-8c833f8b42f29c08 | |
Creating space SMOKE-3-SPACE-8c833f8b42f29c08 in org system as smoke_tests... | |
OK | |
Assigning role RoleSpaceManager to user smoke_tests in org system / space SMOKE-3-SPACE-8c833f8b42f29c08 as smoke_tests... | |
FAILED | |
Server error, status code: 500, error code: 10011, message: Database error | |
[2018-12-12 21:55:54.69 (UTC)]> cf logout | |
Logging out smoke_tests... | |
OK | |
Failure [2.050 seconds] | |
[BeforeSuite] BeforeSuite | |
/var/vcap/packages/smoke_tests/src/github.com/cloudfoundry/cf-smoke-tests/smoke/isolation_segments/init_test.go:24 | |
Errand 'smoke_tests' completed with error (exit code 1) | |
Exit code 1 | |
No future change is possible. Bailing out early after 0.708s. | |
Expected | |
<int>: 1 | |
to match exit code: | |
<int>: 0 | |
/var/vcap/packages/smoke_tests/src/github.com/cloudfoundry/cf-smoke-tests/vendor/github.com/cloudfoundry-incubator/cf-test-helpers/workflowhelpers/test_suite_setup.go:130 | |
------------------------------ | |
[2018-12-12 21:55:52.74 (UTC)]> cf api https://api.sys.pale-talon.gcp.releng.cf-app.com | |
Setting api endpoint to https://api.sys.pale-talon.gcp.releng.cf-app.com... | |
OK | |
api endpoint: https://api.sys.pale-talon.gcp.releng.cf-app.com | |
api version: 2.112.0 | |
Not logged in. Use 'cf login' to log in. | |
[2018-12-12 21:55:53.02 (UTC)]> cf auth smoke_tests [REDACTED] | |
API endpoint: https://api.sys.pale-talon.gcp.releng.cf-app.com | |
Authenticating... | |
OK | |
Use 'cf target' to view or set your target org and space. | |
[2018-12-12 21:55:53.98 (UTC)]> cf create-space -o system SMOKE-1-SPACE-46b5e232568f5533 | |
Creating space SMOKE-1-SPACE-46b5e232568f5533 in org system as smoke_tests... | |
OK | |
Assigning role RoleSpaceManager to user smoke_tests in org system / space SMOKE-1-SPACE-46b5e232568f5533 as smoke_tests... | |
FAILED | |
Server error, status code: 500, error code: 10011, message: Database error | |
[2018-12-12 21:55:54.69 (UTC)]> cf logout | |
Logging out smoke_tests... | |
OK | |
Failure [2.095 seconds] | |
[BeforeSuite] BeforeSuite | |
/var/vcap/packages/smoke_tests/src/github.com/cloudfoundry/cf-smoke-tests/smoke/isolation_segments/init_test.go:24 | |
No future change is possible. Bailing out early after 0.713s. | |
Expected | |
<int>: 1 | |
to match exit code: | |
<int>: 0 | |
/var/vcap/packages/smoke_tests/src/github.com/cloudfoundry/cf-smoke-tests/vendor/github.com/cloudfoundry-incubator/cf-test-helpers/workflowhelpers/test_suite_setup.go:130 | |
------------------------------ | |
SSSS | |
Ran 8 of 4 Specs in 10.648 seconds | |
FAIL! -- 0 Passed | 8 Failed | 0 Pending | 4 Skipped | |
Ginkgo ran 1 suite in 10.658299364s | |
Test Suite Failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment