Skip to content

Instantly share code, notes, and snippets.

@d
Created October 3, 2012 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d/3828854 to your computer and use it in GitHub Desktop.
Save d/3828854 to your computer and use it in GitHub Desktop.
bvt 1
$ bundle exec rake full[1]
target read from ENV: ccng.cf43.dev.las01.vcsops.com
normal user read from /Users/jesse/.bvt/config.yml: vcap_tester@vmware.com
rspec --format Fuubar --color spec/ --tag ~admin
Run options: exclude {:admin=>true}
1) BVT::Spec::AutoStaging::JavaSpring Start Spring Web Application with no service dependencies
Failure/Error: response.response_code.should == 200
expected: 200
got: 404 (using ==)
# ./spec/autostaging/java_spring_spec.rb:144:in `block (2 levels) in <top (required)>'
2) BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby opt-out of autostaging via config file
Failure/Error: app.get_response(:get).body_str.should == "hello from sinatra"
expected: "hello from sinatra"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from sinatra
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/autostaging/ruby18_standalone_spec.rb:31:in `block (2 levels) in <top (required)>'
3) BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby opt-out of autostaging via cf-runtime gem
Failure/Error: app.get_response(:get).body_str.should == "hello from sinatra"
expected: "hello from sinatra"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from sinatra
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/autostaging/ruby18_standalone_spec.rb:43:in `block (2 levels) in <top (required)>'
4) BVT::Spec::AutoStaging::Ruby19Rails3 start application and write data
Failure/Error: "Saved #{widget_name}"
expected: "Saved somewidget"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-Saved somewidget
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/autostaging/ruby19_rails3_spec.rb:29:in `block (2 levels) in <top (required)>'
5) BVT::Spec::Canonical::Java7Spring java test deploy app using java 7
Failure/Error: contents.body_str.should =~ /1\.7/
expected: /1\.7/
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using =~)
Diff:
@@ -1,2 +1,8 @@
-/1\.7/
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/java7_spring_spec.rb:21:in `block (2 levels) in <top (required)>'
6) BVT::Spec::Canonical::JavaLift deploy simple Scala / Lift Application
Failure/Error: response.response_code.should == 200
expected: 200
got: 404 (using ==)
# ./spec/canonical/java_lift_spec.rb:44:in `block (2 levels) in <top (required)>'
7) BVT::Spec::Canonical::JavaSpring spring test deploy app
Failure/Error: contents.body_str.should == "hello from spring"
expected: "hello from spring"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from spring
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/java_spring_spec.rb:21:in `block (2 levels) in <top (required)>'
8) BVT::Spec::Canonical::JavaSpring deploy spring 3.1 app
Failure/Error: response.should == 'true'
expected: "true"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-true
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/java_spring_spec.rb:60:in `block (2 levels) in <top (required)>'
9) BVT::Spec::Canonical::JavaSpring java test deploy app using java 6
Failure/Error: contents.body_str.should =~ /1\.6/
expected: /1\.6/
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using =~)
Diff:
@@ -1,2 +1,8 @@
-/1\.6/
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/java_spring_spec.rb:99:in `block (2 levels) in <top (required)>'
10) BVT::Spec::Canonical::Ruby19Rails3 rails3 test deploy app
Failure/Error: @app.get_response(:get).body_str.should == "hello from rails"
expected: "hello from rails"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from rails
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/ruby19_rails3_spec.rb:20:in `block (2 levels) in <top (required)>'
11) BVT::Spec::Canonical::Ruby19Rails3 rails test setting RAILS_ENV
Failure/Error: @app.get_response(:get).body_str.should == "hello from rails"
expected: "hello from rails"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from rails
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/canonical/ruby19_rails3_spec.rb:29:in `block (2 levels) in <top (required)>'
12) BVT::Spec::ImageMagicKSupport::Java Deploy Java 7 Spring application that uses ImageMagick tools
Failure/Error: app.get_response(:get).body_str.should == "hello from imagemagick"
expected: "hello from imagemagick"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from imagemagick
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/imagemagick_support/java7_spring_spec.rb:17:in `block (2 levels) in <top (required)>'
13) BVT::Spec::ImageMagicKSupport::Java Deploy Java 6 Spring application that uses ImageMagick tools
Failure/Error: app.get_response(:get).body_str.should == "hello from imagemagick"
expected: "hello from imagemagick"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-hello from imagemagick
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/imagemagick_support/java_spring_spec.rb:17:in `block (2 levels) in <top (required)>'
14) BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify rebinding for postgresql
Failure/Error: app1 = create_push_app("app_sinatra_service")
RuntimeError:
Push App: tko8cv8-app_sinatra_service failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/app_sinatra_service", "instances"=>1, "uris"=>["tko8cv8-app-sinatra-service.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tko8cv8-app-sinatra-service
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/service_rebinding/ruby19_sinatra_spec.rb:114:in `block (2 levels) in <top (required)>'
15) BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify binding mysql to two applications
Failure/Error: app1 = create_push_app("app_sinatra_service")
RuntimeError:
Push App: tko8cv8-app_sinatra_service failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/app_sinatra_service", "instances"=>1, "uris"=>["tko8cv8-app-sinatra-service.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tko8cv8-app-sinatra-service
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/service_rebinding/ruby19_sinatra_spec.rb:119:in `block (2 levels) in <top (required)>'
16) BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify binding postgresql to two applications
Failure/Error: app1 = create_push_app("app_sinatra_service")
RuntimeError:
Push App: tko8cv8-app_sinatra_service failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/app_sinatra_service", "instances"=>1, "uris"=>["tko8cv8-app-sinatra-service.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tko8cv8-app-sinatra-service
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/service_rebinding/ruby19_sinatra_spec.rb:125:in `block (2 levels) in <top (required)>'
17) BVT::Spec::Simple::FileRange::Ruby19Sinatra should get back the final 222 bytes of the file
Failure/Error: @app = create_push_app("simple_app")
RuntimeError:
Push App: tg3p7v-simple_app failed. Manifest: {"framework"=>"sinatra", "memory"=>128, "runtime"=>"ruby19", "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "instances"=>1, "uris"=>["tg3p7v-simple-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tg3p7v-simple-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/file_range/ruby19_sinatra_spec.rb:39:in `block (2 levels) in <top (required)>'
18) BVT::Spec::Simple::FileRange::Ruby19Sinatra should get back bytes 10-20 of the file
Failure/Error: @app = create_push_app("simple_app")
RuntimeError:
Push App: tg3p7v-simple_app failed. Manifest: {"framework"=>"sinatra", "memory"=>128, "runtime"=>"ruby19", "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "instances"=>1, "uris"=>["tg3p7v-simple-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tg3p7v-simple-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/file_range/ruby19_sinatra_spec.rb:56:in `block (2 levels) in <top (required)>'
19) BVT::Spec::Simple::Info::Ruby19Sinatra get application files
Failure/Error: app = create_push_app("simple_app2")
RuntimeError:
Push App: t2lwd6p-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t2lwd6p-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t2lwd6p-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/info/ruby19_sinatra_spec.rb:39:in `block (2 levels) in <top (required)>'
20) BVT::Spec::Simple::Info::Ruby19Sinatra get instances information
Failure/Error: app = create_push_app("simple_app2")
RuntimeError:
Push App: t2lwd6p-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t2lwd6p-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t2lwd6p-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/info/ruby19_sinatra_spec.rb:46:in `block (2 levels) in <top (required)>'
21) BVT::Spec::Simple::Info::Ruby19Sinatra get resource usage information for an application
Failure/Error: app = create_push_app("simple_app2")
RuntimeError:
Push App: t2lwd6p-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t2lwd6p-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t2lwd6p-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/info/ruby19_sinatra_spec.rb:53:in `block (2 levels) in <top (required)>'
22) BVT::Spec::Simple::Info::Ruby19Sinatra list applications
Failure/Error: app = create_push_app("simple_app2")
RuntimeError:
Push App: t2lwd6p-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t2lwd6p-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t2lwd6p-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/info/ruby19_sinatra_spec.rb:62:in `block (2 levels) in <top (required)>'
23) BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
Failure/Error: app = create_push_app("simple_app2")
RuntimeError:
Push App: t2lwd6p-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t2lwd6p-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t2lwd6p-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/info/ruby19_sinatra_spec.rb:79:in `block (2 levels) in <top (required)>'
24) BVT::Spec::Simple::Java7Standalone Deploy Standalone App with Java 7 runtime
Failure/Error: log.should include "Java version: 1.7"
expected "" to include "Java version: 1.7"
# ./spec/simple/java7_standalone_spec.rb:25:in `block (2 levels) in <top (required)>'
25) BVT::Spec::Simple::JavaJavaWeb start java app with startup delay
Failure/Error: contents.body_str.should =~ /I am up and running/
expected: /I am up and running/
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using =~)
Diff:
@@ -1,2 +1,8 @@
-/I am up and running/
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/simple/java_java_web_spec.rb:32:in `block (2 levels) in <top (required)>'
26) BVT::Spec::Simple::JavaStandalone standalone with java runtime
Failure/Error: response.should include 'Hello from the cloud. Java opts: -Xms64m -Xmx64m'+
expected "" to include "Hello from the cloud. Java opts: -Xms64m -Xmx64m -Djava.io.tmpdir=appdir/temp"
# ./spec/simple/java_standalone_spec.rb:22:in `block (2 levels) in <top (required)>'
27) BVT::Spec::Simple::JavaStandalone Deploy Standalone App with Java 6 runtime
Failure/Error: app = create_push_app("standalone_java_app")
RuntimeError:
Push App: tvo0rul-standalone_java_app failed. Manifest: {"framework"=>"standalone", "command"=>"bin/hello-cloud", "runtime"=>"java", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../.assets-binaries/java_app.zip", "no_url"=>true, "instances"=>1, "uris"=>["tvo0rul-standalone-java-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: tvo0rul-standalone-java-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/java_standalone_spec.rb:27:in `block (2 levels) in <top (required)>'
28) BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
Failure/Error: app.stats == {}
RuntimeError:
Fail to display application: tf0dav7-simple_app2 status!
200001: Stats error: Request failed for app: tf0dav7-simple_app2 as the app is in stopped state.
# ./lib/harness/app.rb:177:in `rescue in stats'
# ./lib/harness/app.rb:172:in `stats'
# ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:27:in `block (2 levels) in <top (required)>'
29) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
30) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
Failure/Error: app = create_push_app("rails_console_test_app")
RuntimeError:
Push App: t1bug7p1-rails_console_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/app_rails_service", "instances"=>1, "uris"=>["t1bug7p1-rails-console-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1bug7p1-rails-console-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:53:in `block (2 levels) in <top (required)>'
31) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
Failure/Error: app = create_push_app("rails_console_test_app")
RuntimeError:
Push App: t1bug7p1-rails_console_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/app_rails_service", "instances"=>1, "uris"=>["t1bug7p1-rails-console-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1bug7p1-rails-console-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:74:in `block (2 levels) in <top (required)>'
32) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
Failure/Error: app = create_push_app("rails_console_test_app")
RuntimeError:
Push App: t1bug7p1-rails_console_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/app_rails_service", "instances"=>1, "uris"=>["t1bug7p1-rails-console-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1bug7p1-rails-console-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:94:in `block (2 levels) in <top (required)>'
33) BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
Failure/Error: app = create_push_app("rails_console_test_app")
RuntimeError:
Push App: t1bug7p1-rails_console_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/app_rails_service", "instances"=>1, "uris"=>["t1bug7p1-rails-console-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1bug7p1-rails-console-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby18_rails3_spec.rb:125:in `block (2 levels) in <top (required)>'
34) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
Failure/Error: @console_cmd.restart(app.name)
TypeError:
wrong argument type JSON::Pure::Generator::State (expected Data)
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:31:in `block (2 levels) in <top (required)>'
35) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
Failure/Error: app = create_push_app("rails_console_19_test_app")
RuntimeError:
Push App: t1f9teu5-rails_console_19_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby19", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/rails_console_test_app", "instances"=>1, "uris"=>["t1f9teu5-rails-console-19-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1f9teu5-rails-console-19-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:44:in `block (2 levels) in <top (required)>'
36) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
Failure/Error: app = create_push_app("rails_console_19_test_app")
RuntimeError:
Push App: t1f9teu5-rails_console_19_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby19", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/rails_console_test_app", "instances"=>1, "uris"=>["t1f9teu5-rails-console-19-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1f9teu5-rails-console-19-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:62:in `block (2 levels) in <top (required)>'
37) BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
Failure/Error: app = create_push_app("rails_console_19_test_app")
RuntimeError:
Push App: t1f9teu5-rails_console_19_test_app failed. Manifest: {"framework"=>"rails3", "runtime"=>"ruby19", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/rails3/rails_console_test_app", "instances"=>1, "uris"=>["t1f9teu5-rails-console-19-test-app.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1f9teu5-rails-console-19-test-app
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/rails_console/ruby19_rails3_spec.rb:89:in `block (2 levels) in <top (required)>'
38) BVT::Spec::Simple::Ruby18Standalone Bundled app with ruby 1.8 runtime
Failure/Error: app.get_response(:get).body_str.should == "running version 1.8"
expected: "running version 1.8"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-running version 1.8
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/simple/ruby18_standalone_spec.rb:17:in `block (2 levels) in <top (required)>'
39) BVT::Spec::Simple::Ruby19Rails3 access my application root and see it's running version 1.9.2
Failure/Error: @app.get_response(:get).body_str.should == "running version 1.9.2"
expected: "running version 1.9.2"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-running version 1.9.2
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/simple/ruby19_rails3_spec.rb:20:in `block (2 levels) in <top (required)>'
40) BVT::Spec::Simple::Ruby19Standalone Bundled app with ruby 1.9 runtime
Failure/Error: app.get_response(:get).body_str.should == "running version 1.9"
expected: "running version 1.9"
got: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n" (using ==)
Diff:
@@ -1,2 +1,8 @@
-running version 1.9
+<html>
+<head><title>404 Not Found</title></head>
+<body bgcolor="white">
+<center><h1>404 Not Found</h1></center>
+<hr><center>nginx</center>
+</body>
+</html>
# ./spec/simple/ruby19_standalone_spec.rb:17:in `block (2 levels) in <top (required)>'
41) BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app specifying BUNDLE_WITHOUT
Failure/Error: app = create_push_app("sinatra_gem_groups")
RuntimeError:
Push App: t7hyczz-sinatra_gem_groups failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/gem_groups", "instances"=>1, "uris"=>["t7hyczz-sinatra-gem-groups.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t7hyczz-sinatra-gem-groups
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
42) BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app setting BUNDLE_WITHOUT to multiple groups
Failure/Error: app = create_push_app("sinatra_gem_groups")
RuntimeError:
Push App: t7hyczz-sinatra_gem_groups failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/gem_groups", "instances"=>1, "uris"=>["t7hyczz-sinatra-gem-groups.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t7hyczz-sinatra-gem-groups
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
43) BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app setting BUNDLE_WITHOUT blank to override default
Failure/Error: app = create_push_app("sinatra_gem_groups")
RuntimeError:
Push App: t7hyczz-sinatra_gem_groups failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/gem_groups", "instances"=>1, "uris"=>["t7hyczz-sinatra-gem-groups.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t7hyczz-sinatra-gem-groups
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
44) BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app containing gems specifying a ruby platform
Failure/Error: app = create_push_app("sinatra_gem_groups")
RuntimeError:
Push App: t7hyczz-sinatra_gem_groups failed. Manifest: {"framework"=>"sinatra", "runtime"=>"ruby18", "memory"=>256, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/gem_groups", "instances"=>1, "uris"=>["t7hyczz-sinatra-gem-groups.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t7hyczz-sinatra-gem-groups
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
45) BVT::Spec::Simple::Update::Ruby19Sinatra map and unmap a url for the application to respond to
Failure/Error: @app = create_push_app("simple_app2")
RuntimeError:
Push App: t1hzac9k-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t1hzac9k-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1hzac9k-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/update/ruby19_sinatra_spec.rb:16:in `block (2 levels) in <top (required)>'
46) BVT::Spec::Simple::Update::Ruby19Sinatra redeploy application
Failure/Error: @app = create_push_app("simple_app2")
RuntimeError:
Push App: t1hzac9k-simple_app2 failed. Manifest: {"framework"=>"sinatra", "instances"=>1, "runtime"=>"ruby19", "memory"=>64, "path"=>"/Users/jesse/src/vmw/cf-release/src/tests/lib/harness/../../assets/sinatra/hello_vcap", "uris"=>["t1hzac9k-simple-app2.cf43.dev.las01.vcsops.com"]}
210003: The host is taken: t1hzac9k-simple-app2
# ./lib/harness/app.rb:55:in `rescue in push'
# ./lib/harness/app.rb:49:in `push'
# ./lib/harness/scripts_helper.rb:48:in `create_push_app'
# ./spec/simple/update/ruby19_sinatra_spec.rb:16:in `block (2 levels) in <top (required)>'
185/185: 100% |=====================================================================================================================================================================================================================================================================================================================================| Time: 0:25:04
Pending:
BVT::Spec::AcmManager::Acm Test ACM login credentials
# empty acm base url
# ./spec/acm/acm_spec.rb:205
BVT::Spec::AcmManager::Acm Exercise the API
# empty acm base url
# ./spec/acm/acm_spec.rb:210
BVT::Spec::AppPerformance::Ruby19Sinatra deploy redis lb app
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/app_performance/ruby19_sinatra_spec.rb:61
BVT::Spec::AppPerformance::Ruby19Sinatra deploy env_test app
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/app_performance/ruby19_sinatra_spec.rb:95
BVT::Spec::AutoStaging::JavaGrails Start grails app and add some records
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_grails_spec.rb:54
BVT::Spec::AutoStaging::JavaSpring Spring Web Application specifying a Cloud Service and Data Source
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:61
BVT::Spec::AutoStaging::JavaSpring Spring Web Application specifying a Service Scan and Data Source
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:75
BVT::Spec::AutoStaging::JavaSpring Spring Web Application using a local MongoDBFactory
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:88
BVT::Spec::AutoStaging::JavaSpring Spring Web Application using a local RedisConnectionFactory
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:100
BVT::Spec::AutoStaging::JavaSpring Spring Web Application using a local RabbitConnectionFactory
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:113
BVT::Spec::AutoStaging::JavaSpring Spring 3.1 Hibernate application using a local DataSource
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:126
BVT::Spec::AutoStaging::JavaSpring start Spring 3.1 Hibernate application with an annotation context using a local DataSource
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:148
BVT::Spec::AutoStaging::JavaSpring Spring Web application using JPA using mysql
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:158
BVT::Spec::AutoStaging::JavaSpring Spring Web application using Hibernate and mysql
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:174
BVT::Spec::AutoStaging::JavaSpring Spring Roo application using mysql
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:190
BVT::Spec::AutoStaging::JavaSpring Spring Web application using Hibernate and postgresql
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/java_spring_spec.rb:210
BVT::Spec::AutoStaging::Node04Node Node.js version 0.4 autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node04_node_spec.rb:16
BVT::Spec::AutoStaging::Node04Node Node.js opt-out of autostaging via config file
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node04_node_spec.rb:31
BVT::Spec::AutoStaging::Node04Node Node.js opt-out of autostaging via cf-runtime module
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node04_node_spec.rb:41
BVT::Spec::AutoStaging::Node06Node Node.js version 0.6 autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node06_node_spec.rb:16
BVT::Spec::AutoStaging::Node08Node Node.js version 0.8 autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/node08_node_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Rack services autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_rack_spec.rb:16
BVT::Spec::AutoStaging::Ruby18Rack rack opt-out of autostaging via config file
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_rack_spec.rb:33
BVT::Spec::AutoStaging::Ruby18Rack rack opt-out of autostaging via cf-runtime gem
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_rack_spec.rb:45
BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby18 autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby18_standalone_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Rack rack ruby 1.9 autostaging
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rack_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Rails3 start and test a rails db app with Gemfile that includes mysql2 gem
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:32
BVT::Spec::AutoStaging::Ruby19Rails3 rails db app with Gemfile that DOES NOT include mysql2 or sqllite gems
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:45
BVT::Spec::AutoStaging::Ruby19Rails3 Rails autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:56
BVT::Spec::AutoStaging::Ruby19Rails3 Rails opt-out of autostaging via config file
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:79
BVT::Spec::AutoStaging::Ruby19Rails3 Rails opt-out of autokstaging via cf-runtime gem
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_rails3_spec.rb:95
BVT::Spec::AutoStaging::Ruby19Sinatra services autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:16
BVT::Spec::AutoStaging::Ruby19Sinatra Sinatra AMQP autostaging
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:29
BVT::Spec::AutoStaging::Ruby19Sinatra Autostaging with unsupported client versions
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:42
BVT::Spec::AutoStaging::Ruby19Sinatra Autostaging with unsupported carrot version
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:64
BVT::Spec::AutoStaging::Ruby19Sinatra Sinatra opt-out of autostaging via config file
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:74
BVT::Spec::AutoStaging::Ruby19Sinatra Sinatra opt-out of autostaging via cf-runtime gem
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_sinatra_spec.rb:84
BVT::Spec::AutoStaging::Ruby19Standalone standalone ruby19 autostaging
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/autostaging/ruby19_standalone_spec.rb:16
BVT::Spec::Canonical::Java7Grails start Spring Grails application using Java 7
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java7_grails_spec.rb:17
BVT::Spec::Canonical::Java7Play Deploy Play Application using Java 7 with mysql auto-reconfiguration
# Runtime/Framework: java7/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java7_play_spec.rb:23
BVT::Spec::Canonical::JavaGrails start Spring Grails application using Java 6
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_grails_spec.rb:16
BVT::Spec::Canonical::JavaLift start Scala / Lift application and add some records
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_lift_spec.rb:48
BVT::Spec::Canonical::JavaPlay play application with mysql auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:33
BVT::Spec::Canonical::JavaPlay play application using cloud foundry runtime lib
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:51
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:70
BVT::Spec::Canonical::JavaPlay play application using cloud properties for mysql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:95
BVT::Spec::Canonical::JavaPlay play application with auto-reconfiguration disabled
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:119
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service name
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:137
BVT::Spec::Canonical::JavaPlay play application using cloud properties for postgresql configuration by service type
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:163
BVT::Spec::Canonical::JavaPlay play application with mysql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:188
BVT::Spec::Canonical::JavaPlay play application with postgresql JPA auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:206
BVT::Spec::Canonical::JavaPlay play application with multiple databases
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:224
BVT::Spec::Canonical::JavaPlay play application with postgres auto-reconfiguration
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:244
BVT::Spec::Canonical::JavaPlay play application with multiple database services, one named production
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:262
BVT::Spec::Canonical::JavaPlay play application with multiple database services
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:281
BVT::Spec::Canonical::JavaPlay Deploy Play Application using Java 6
# Runtime/Framework: java/play is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_play_spec.rb:301
BVT::Spec::Canonical::JavaSpring spring test mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:31
BVT::Spec::Canonical::JavaSpring spring test redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:36
BVT::Spec::Canonical::JavaSpring spring test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:41
BVT::Spec::Canonical::JavaSpring spring test rabbitmq service
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:46
BVT::Spec::Canonical::JavaSpring spring test postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/java_spring_spec.rb:51
BVT::Spec::Canonical::NodeNode node test mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:24
BVT::Spec::Canonical::NodeNode node test redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:28
BVT::Spec::Canonical::NodeNode node test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:32
BVT::Spec::Canonical::NodeNode node test rabbitmq service
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:36
BVT::Spec::Canonical::NodeNode node test postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/node_node_spec.rb:40
BVT::Spec::Canonical::Ruby18Rack rack test mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:33
BVT::Spec::Canonical::Ruby18Rack rack test redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:37
BVT::Spec::Canonical::Ruby18Rack rack test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:41
BVT::Spec::Canonical::Ruby18Rack rack test rabbitmq service
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:45
BVT::Spec::Canonical::Ruby18Rack rack test postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby18_rack_spec.rb:49
BVT::Spec::Canonical::Ruby19Rails3 rails3 test mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:34
BVT::Spec::Canonical::Ruby19Rails3 rails3 test redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:38
BVT::Spec::Canonical::Ruby19Rails3 rails3 test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:42
BVT::Spec::Canonical::Ruby19Rails3 rails3 test rabbitmq service
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:46
BVT::Spec::Canonical::Ruby19Rails3 rails3 test postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_rails3_spec.rb:50
BVT::Spec::Canonical::Ruby19Sinatra sinatra test mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:32
BVT::Spec::Canonical::Ruby19Sinatra sinatra test redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:37
BVT::Spec::Canonical::Ruby19Sinatra sinatra test mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:42
BVT::Spec::Canonical::Ruby19Sinatra sinatra test rabbitmq service
# Service: (rabbitmq 2.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:47
BVT::Spec::Canonical::Ruby19Sinatra sinatra test postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:52
BVT::Spec::Canonical::Ruby19Sinatra sinatra test neo4j service
# Service: (neo4j 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:57
BVT::Spec::Canonical::Ruby19Sinatra sinatra test blob service
# Service: (blob 0.51) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:77
BVT::Spec::Canonical::Ruby19Sinatra memcached services
# Service: (memcached 1.4) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:97
BVT::Spec::Canonical::Ruby19Sinatra sinatra test couchdb service
# Service: (couchdb 1.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:115
BVT::Spec::Canonical::Ruby19Sinatra sinatra test elasticsearch service
# Service: (elasticsearch 0.19) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/canonical/ruby19_sinatra_spec.rb:130
BVT::Spec::ServiceBroker::Ruby18Sinatra Create a brokered service
# service broker url or token is not provided
# ./spec/service_broker/ruby18_sinatra_spec.rb:155
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mysql snapshot and rollback to a certain snapshot
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:22
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mysql service
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:66
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take redis snapshot and rollback to a certain snapshot
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:114
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for redis service
# Service: (redis 2.2) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:158
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take mongodb snapshot and rollback to a certain snapshot
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:206
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for mongodb service
# Service: (mongodb 2.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:250
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Take postgresql snapshot and rollback to a certain snapshot
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:298
BVT::Spec::ServiceLifecycle::Ruby19Sinatra Import and export serialized data for postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_lifecycle/ruby19_sinatra_spec.rb:342
BVT::Spec::ServiceQuota::Ruby19Sinatra deploy service quota application with postgresql service
# Service: (postgresql 9.0) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_quota/ruby19_sinatra_spec.rb:18
BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify rebinding for mysql
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/service_rebinding/ruby19_sinatra_spec.rb:108
BVT::Spec::Simple::ErlangOtpRebar Deploy Simple Erlang Application
# Not running Erlang test because the Erlang runtime is not installed
# ./spec/simple/erlang_otp_rebar_spec.rb:49
BVT::Spec::Simple::ErlangStandalone standalone with erlang runtime
# Runtime/Framework: erlangR14B02/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/erlang_standalone_spec.rb:15
BVT::Spec::Simple::PhpPhp Deploy Simple PHP Application
# Runtime/Framework: php/php is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_php_spec.rb:15
BVT::Spec::Simple::PhpStandalone standalone with php runtime
# Runtime/Framework: php/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/php_standalone_spec.rb:15
BVT::Spec::Simple::Python2Django Deploy Django Application
# Runtime/Framework: python2/django is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_django_spec.rb:15
BVT::Spec::Simple::Python2Standalone standalone with python runtime
# Runtime/Framework: python2/standalone is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_standalone_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Simple Python Application
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:15
BVT::Spec::Simple::Python2Wsgi Deploy Python Application With Dependency
# Runtime/Framework: python2/wsgi is not available on target: http://ccng.cf43.dev.las01.vcsops.com
# ./spec/simple/python2_wsgi_spec.rb:24
BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app with Gemfile.lock containing Windows versions
# Service: (mysql 5.1) is not available on target: http://ccng.cf43.dev.las01.vcsops.com
#
Finished in 25 minutes 4.28 seconds
185 examples, 46 failures, 106 pending
Failed examples:
rspec ./spec/autostaging/java_spring_spec.rb:139 # BVT::Spec::AutoStaging::JavaSpring Start Spring Web Application with no service dependencies
rspec ./spec/autostaging/ruby18_standalone_spec.rb:29 # BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby opt-out of autostaging via config file
rspec ./spec/autostaging/ruby18_standalone_spec.rb:41 # BVT::Spec::AutoStaging::Ruby18Standalone standalone ruby opt-out of autostaging via cf-runtime gem
rspec ./spec/autostaging/ruby19_rails3_spec.rb:23 # BVT::Spec::AutoStaging::Ruby19Rails3 start application and write data
rspec ./spec/canonical/java7_spring_spec.rb:16 # BVT::Spec::Canonical::Java7Spring java test deploy app using java 7
rspec ./spec/canonical/java_lift_spec.rb:39 # BVT::Spec::Canonical::JavaLift deploy simple Scala / Lift Application
rspec ./spec/canonical/java_spring_spec.rb:16 # BVT::Spec::Canonical::JavaSpring spring test deploy app
rspec ./spec/canonical/java_spring_spec.rb:56 # BVT::Spec::Canonical::JavaSpring deploy spring 3.1 app
rspec ./spec/canonical/java_spring_spec.rb:93 # BVT::Spec::Canonical::JavaSpring java test deploy app using java 6
rspec ./spec/canonical/ruby19_rails3_spec.rb:19 # BVT::Spec::Canonical::Ruby19Rails3 rails3 test deploy app
rspec ./spec/canonical/ruby19_rails3_spec.rb:24 # BVT::Spec::Canonical::Ruby19Rails3 rails test setting RAILS_ENV
rspec ./spec/imagemagick_support/java7_spring_spec.rb:15 # BVT::Spec::ImageMagicKSupport::Java Deploy Java 7 Spring application that uses ImageMagick tools
rspec ./spec/imagemagick_support/java_spring_spec.rb:15 # BVT::Spec::ImageMagicKSupport::Java Deploy Java 6 Spring application that uses ImageMagick tools
rspec ./spec/service_rebinding/ruby19_sinatra_spec.rb:113 # BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify rebinding for postgresql
rspec ./spec/service_rebinding/ruby19_sinatra_spec.rb:118 # BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify binding mysql to two applications
rspec ./spec/service_rebinding/ruby19_sinatra_spec.rb:124 # BVT::Spec::ServiceRebinding::Ruby19Sinatra Verify binding postgresql to two applications
rspec ./spec/simple/file_range/ruby19_sinatra_spec.rb:37 # BVT::Spec::Simple::FileRange::Ruby19Sinatra should get back the final 222 bytes of the file
rspec ./spec/simple/file_range/ruby19_sinatra_spec.rb:54 # BVT::Spec::Simple::FileRange::Ruby19Sinatra should get back bytes 10-20 of the file
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:38 # BVT::Spec::Simple::Info::Ruby19Sinatra get application files
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:45 # BVT::Spec::Simple::Info::Ruby19Sinatra get instances information
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:52 # BVT::Spec::Simple::Info::Ruby19Sinatra get resource usage information for an application
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:61 # BVT::Spec::Simple::Info::Ruby19Sinatra list applications
rspec ./spec/simple/info/ruby19_sinatra_spec.rb:75 # BVT::Spec::Simple::Info::Ruby19Sinatra get crash information for an application
rspec ./spec/simple/java7_standalone_spec.rb:15 # BVT::Spec::Simple::Java7Standalone Deploy Standalone App with Java 7 runtime
rspec ./spec/simple/java_java_web_spec.rb:26 # BVT::Spec::Simple::JavaJavaWeb start java app with startup delay
rspec ./spec/simple/java_standalone_spec.rb:15 # BVT::Spec::Simple::JavaStandalone standalone with java runtime
rspec ./spec/simple/java_standalone_spec.rb:26 # BVT::Spec::Simple::JavaStandalone Deploy Standalone App with Java 6 runtime
rspec ./spec/simple/lifecycle/ruby19_sinatra_spec.rb:15 # BVT::Spec::Simple::Lifecycle::Ruby19Sinatra create/start/stop/delete application
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:26 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:52 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console tab completion
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:73 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console stdout redirect
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:93 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 rails test console rake tasks
rspec ./spec/simple/rails_console/ruby18_rails3_spec.rb:124 # BVT::Spec::Simple::RailsConsole::Ruby18Rails3 Rails Console runs tasks with correct ruby 1.8 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:25 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console rake tasks with ruby 1.9
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:43 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 Rails Console runs tasks with correct ruby 1.9 version in path
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:61 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console MySQL connection
rspec ./spec/simple/rails_console/ruby19_rails3_spec.rb:88 # BVT::Spec::Simple::RailsConsole::Ruby19Rails3 rails test console Postgres connection
rspec ./spec/simple/ruby18_standalone_spec.rb:15 # BVT::Spec::Simple::Ruby18Standalone Bundled app with ruby 1.8 runtime
rspec ./spec/simple/ruby19_rails3_spec.rb:15 # BVT::Spec::Simple::Ruby19Rails3 access my application root and see it's running version 1.9.2
rspec ./spec/simple/ruby19_standalone_spec.rb:15 # BVT::Spec::Simple::Ruby19Standalone Bundled app with ruby 1.9 runtime
rspec ./spec/simple/rubygems/ruby19_sinatra_spec.rb:66 # BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app specifying BUNDLE_WITHOUT
rspec ./spec/simple/rubygems/ruby19_sinatra_spec.rb:84 # BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app setting BUNDLE_WITHOUT to multiple groups
rspec ./spec/simple/rubygems/ruby19_sinatra_spec.rb:103 # BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app setting BUNDLE_WITHOUT blank to override default
rspec ./spec/simple/rubygems/ruby19_sinatra_spec.rb:136 # BVT::Spec::Simple::RubyGems::Ruby19Sinatra sinatra test deploy app containing gems specifying a ruby platform
rspec ./spec/simple/update/ruby19_sinatra_spec.rb:33 # BVT::Spec::Simple::Update::Ruby19Sinatra map and unmap a url for the application to respond to
rspec ./spec/simple/update/ruby19_sinatra_spec.rb:53 # BVT::Spec::Simple::Update::Ruby19Sinatra redeploy application
rake aborted!
Command failed with status (1): [rspec --format Fuubar --color spec/ --tag ...]
Tasks: TOP => full
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment