Skip to content

Instantly share code, notes, and snippets.

@mgarciap
Last active August 29, 2015 14:00
Show Gist options
  • Save mgarciap/11308485 to your computer and use it in GitHub Desktop.
Save mgarciap/11308485 to your computer and use it in GitHub Desktop.
Running Yeti tests against cf 153 (bosh lite)
#non-parallel
$bundle exec rspec spec/apps/ruby_spec.rb
09:43 PM $ export VCAP_BVT_USER_PASSWD="admin"
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ export VCAP_BVT_USER="admin"
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ bundle exec rspec spec/apps/ruby_spec.rb
~/dev/cf/bosh/releases/cf-release/src/tests [:4be0a9f|…2]
09:43 PM $ bundle exec rspec spec/apps/ruby_spec.rb
Ruby
ruby 1.8
Took 0.00012s for create_app 'ruby18' to finish
Staging t4ssxaa-ruby18 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/c63d6a0961c7481d9fda6f38b6bee780/file_path?hmac=937ef2ca923984faaaef175ba6c43322893da83add31b1a782acbace80dd033f9528ecf2d3efe904976aadbe0d82573e9f7174099e0d9d6a7ea7dd35da893264&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473046
STAGE LOG => -----> Downloaded app package (4.0K)
-----> Using Ruby version: ruby-1.8.7
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/.........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
STAGE LOG => Fetching git://github.com/cloudfoundry/cf.git
STAGE LOG => Installing addressable (2.3.3)
STAGE LOG => Installing multi_json (1.7.2)
STAGE LOG => Installing caldecott-client (0.0.2)
STAGE LOG => Installing cf-uaa-lib (1.3.10)
STAGE LOG => Installing multipart-post (1.2.0)
STAGE LOG => Installing rubyzip (0.9.9)
STAGE LOG => Installing cfoundry (0.6.0.rc4)
STAGE LOG => Installing clouseau (0.0.2)
STAGE LOG => Installing interact (0.5.2)
STAGE LOG => Installing json_pure (1.7.7)
STAGE LOG => Installing manifests-cf-plugin (0.7.0.rc2)
STAGE LOG => Installing mothership (0.5.1)
STAGE LOG => Installing mime-types (1.21)
STAGE LOG => Installing rest-client (1.6.7)
STAGE LOG => Installing uuidtools (2.1.3)
STAGE LOG => Installing tunnel-cf-plugin (0.3.0.rc2)
STAGE LOG => Using cf (0.6.0.rc4) from git://github.com/cloudfoundry/cf.git (at 9e802c)
STAGE LOG => Installing ffi (1.3.1)
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> Uploading droplet (18M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 74.90402s for create_push_app 'ruby18' to finish
request to 't4ssxaa-ruby18.54.198.219.225.xip.io/ruby_version'
starts the app successfully
supports git gems
installs native extensions
ruby 1.9
Took 0.00010s for create_app 'ruby19' to finish
Staging t4ssxaa-ruby19 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/339722989221494ebc8c40600db45fb7/file_path?hmac=ec4aa3f68b06bf67e9ff5bafb88613fd0e137bdc45616047db617d7057c0d9cbf8dcc89898ae4955bc3ff427ecbd263105409d3eadee0c15a9e50dfca3cc107d&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473132
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/.........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
Fetching git://github.com/cloudfoundry/cf.git
STAGE LOG => Installing addressable (2.3.3)
STAGE LOG => Installing multi_json (1.7.2)
STAGE LOG => Installing caldecott-client (0.0.2)
STAGE LOG => Installing cf-uaa-lib (1.3.10)
STAGE LOG => Installing multipart-post (1.2.0)
STAGE LOG => Installing rubyzip (0.9.9)
STAGE LOG => Installing cfoundry (0.6.0.rc4)
STAGE LOG => Installing clouseau (0.0.2)
STAGE LOG => Installing interact (0.5.2)
STAGE LOG => Installing json_pure (1.7.7)
STAGE LOG => Installing manifests-cf-plugin (0.7.0.rc2)
STAGE LOG => Installing mothership (0.5.1)
STAGE LOG => Installing mime-types (1.21)
STAGE LOG => Installing rest-client (1.6.7)
STAGE LOG => Installing uuidtools (2.1.3)
STAGE LOG => Installing tunnel-cf-plugin (0.3.0.rc2)
STAGE LOG => Using cf (0.6.0.rc4) from git://github.com/cloudfoundry/cf.git (at 9e802c)
STAGE LOG => Installing ffi (1.3.1)
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (28M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 76.72974s for create_push_app 'ruby19' to finish
request to 't4ssxaa-ruby19.54.198.219.225.xip.io/ruby_version'
starts the app successfully
supports git gems
installs native extensions
rails
Took 0.00013s for create_app 'rails3' to finish
Staging t4ssxaa-rails3 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/598af69cc5bd4bec962f8df866dad137/file_path?hmac=9c7c9ca98f6a46eb1720b6e6fb445f66230e718f3119fb119f9b30e163e7452afb2743b1415a2974b0bd0fd7fefab9af059fd3bdc1ff8168cae6d85aa507fb3c&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473218
STAGE LOG => -----> Downloaded app package (32K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from http://rubygems.org/.........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing rake (10.1.0)
STAGE LOG => Installing abstract (1.0.0)
STAGE LOG => Installing activesupport (3.0.20)
STAGE LOG => Installing builder (2.1.2)
STAGE LOG => Installing i18n (0.5.0)
STAGE LOG => Installing activemodel (3.0.20)
STAGE LOG => Installing erubis (2.6.6)
STAGE LOG => Installing rack (1.2.8)
STAGE LOG => Installing rack-mount (0.6.14)
STAGE LOG => Installing rack-test (0.5.7)
STAGE LOG => Installing tzinfo (0.3.37)
STAGE LOG => Installing actionpack (3.0.20)
STAGE LOG => Installing mime-types (1.23)
STAGE LOG => Installing polyglot (0.3.3)
STAGE LOG => Installing treetop (1.4.14)
STAGE LOG => Installing mail (2.2.20)
STAGE LOG => Installing actionmailer (3.0.20)
STAGE LOG => Installing arel (2.0.10)
STAGE LOG => Installing activerecord (3.0.20)
STAGE LOG => Installing activeresource (3.0.20)
STAGE LOG => Installing daemons (1.1.2)
STAGE LOG => Installing eventmachine (0.12.10)
STAGE LOG => Installing ffi (1.9.0)
STAGE LOG => Installing json (1.8.0)
STAGE LOG => Installing mysql2 (0.2.7)
Using bundler (1.3.2)
STAGE LOG => Installing rdoc (3.12.2)
STAGE LOG => Installing thor (0.14.6)
STAGE LOG => Installing railties (3.0.20)
STAGE LOG => Installing rails (3.0.20)
STAGE LOG => Installing sqlite3 (1.3.3)
STAGE LOG => Installing thin (1.2.11)
Your bundle is complete! It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Cleaning up the bundler cache.
STAGE LOG => -----> Writing config/database.yml to read from DATABASE_URL
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
-----> Rails plugin injection
Injecting rails_log_stdout
STAGE LOG => Injecting rails3_serve_static_assets
STAGE LOG => -----> Uploading droplet (31M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 89.48579s for create_push_app 'rails3' to finish
request to 't4ssxaa-rails3.54.198.219.225.xip.io/health'
starts the app successfully
Top 7 slowest examples (14.07 seconds, 100.0% of total time):
Ruby ruby 1.8 supports git gems
2.59 seconds ./spec/apps/ruby_spec.rb:14
Ruby ruby 1.8 installs native extensions
2.34 seconds ./spec/apps/ruby_spec.rb:20
Ruby ruby 1.9 supports git gems
2.33 seconds ./spec/apps/ruby_spec.rb:14
Ruby ruby 1.9 installs native extensions
2.22 seconds ./spec/apps/ruby_spec.rb:20
Ruby rails starts the app successfully
1.67 seconds ./spec/apps/ruby_spec.rb:40
Ruby ruby 1.8 starts the app successfully
1.47 seconds ./spec/apps/ruby_spec.rb:9
Ruby ruby 1.9 starts the app successfully
1.45 seconds ./spec/apps/ruby_spec.rb:9
Finished in 4 minutes 41.7 seconds
7 examples, 0 failures
#non-parallel
09:48 PM $ bundle exec rspec
Async app staging
STAGE LOG => -----> Downloaded app package (552K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
Installing rack-protection (1.3.2)
STAGE LOG => Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
successfully finishes staging of the app
Changing an app's start command
STAGE LOG => -----> Downloaded app package (552K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
Installing rack-protection (1.3.2)
STAGE LOG => Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
does not require the app to be pushed again
Domains
cannot be created with duplicate names (FAILED - 1)
can be used for an app's routes (FAILED - 2)
when there are routes using the domain
cannot be deleted (FAILED - 3)
Simple::FileRange
Took 0.00010s for create_app 'simple_app' to finish
Staging t9h53g7-simple_app - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/53ad9ceedc1c42a3a82533258f7c7e19/file_path?hmac=d77be1d8a4943c53a7aaba278aaa2b0c356dfd89c0ced369cac81a25e684b017a0bf35b0582a4b39ddcb88ee343386c53ff36adf6ca840ae75239530cddaba56&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473747
STAGE LOG => -----> Downloaded app package (4.0K)
-----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from http://rubygems.org/..........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing rack (1.5.1)
STAGE LOG => Installing rack-protection (1.3.2)
STAGE LOG => Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 55.54230s for create_push_app 'simple_app' to finish
should get back the final 10 bytes of the file
should get back the final 224 bytes of the file
should get back bytes 10-20 of the file
Dynamic app information
STAGE LOG => -----> Downloaded app package (552K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
STAGE LOG => Installing rack-protection (1.3.2)
STAGE LOG => Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
can be queried for stats
can have its files inspected
can be queried for instances
can be queried for crashes
Simple::JavaJavaWeb
Took 0.00012s for create_app 'app_with_startup_delay' to finish
Staging ttvjgg5-app_with_startup_delay - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/8e068a58c2594f93b07dd8dfdfe4e782/file_path?hmac=71ae190935a4221a11299a54bd6b3033c798c9e994551caa31253f4d2bce1961b10233cda875c352a1524e0b4b47e7e59ba0cdf528d44c28bb596ecb0f31b4ce&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473883
STAGE LOG => -----> Downloaded app package (8.0K)
STAGE LOG => -----> Downloading OpenJDK 1.7.0_55 from http://download.run.pivotal.io/openjdk/lucid/x86_64/openjdk-1.7.0_55.tar.gz
STAGE LOG => (0.6s)
Expanding JRE to .java
STAGE LOG => (0.9s)
-----> Downloading Tomcat 7.0.53 from http://download.run.pivotal.io/tomcat/tomcat-7.0.53.tar.gz
STAGE LOG => (0.1s)
Expanding Tomcat to .tomcat
STAGE LOG => (0.1s)
-----> Downloading Buildpack Tomcat Support 1.1.1 from http://download.run.pivotal.io/tomcat-buildpack-support/tomcat-buildpack-support-1.1.1.jar (0.0s)
STAGE LOG => -----> Uploading droplet (37M)
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["STARTING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 66.28340s for create_push_app 'app_with_startup_delay' to finish
request to 'ttvjgg5-app-with-startup-delay.54.198.219.225.xip.io/'
start java app with startup delay
Took 0.00012s for create_app 'tomcat-version-check-app' to finish
Staging too19ro-tomcat-version-check-app - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/ecb722295dca48edb435026b08ba05d6/file_path?hmac=f37189c0c493fff91a136d4dbc8250a7ba8a9a5b263443f192c5f495a4b29ad92779fea6d566eab566dbfe995f83ee8801c2e2d2fa90517da02d2f81719cb315&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398473968
STAGE LOG => -----> Downloaded app package (8.0K)
-----> Downloading OpenJDK 1.7.0_55 from http://download.run.pivotal.io/openjdk/lucid/x86_64/openjdk-1.7.0_55.tar.gz
STAGE LOG => (1.3s)
Expanding JRE to .java
STAGE LOG => (0.9s)
-----> Downloading Tomcat 7.0.53 from http://download.run.pivotal.io/tomcat/tomcat-7.0.53.tar.gz
STAGE LOG => (0.1s)
Expanding Tomcat to .tomcat
STAGE LOG => (0.1s)
-----> Downloading Buildpack Tomcat Support 1.1.1 from http://download.run.pivotal.io/tomcat-buildpack-support/tomcat-buildpack-support-1.1.1.jar
STAGE LOG => (0.0s)
STAGE LOG => -----> Uploading droplet (37M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 44.83221s for create_push_app 'tomcat-version-check-app' to finish
request to 'too19ro-tomcat-version-check-app.54.198.219.225.xip.io/'
tomcat validation
Large Applications
app with a big file saved in the resource pool
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from http://rubygems.org/..........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing rack (1.2.2)
STAGE LOG => Installing tilt (1.3)
STAGE LOG => Installing sinatra (1.2.6)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
retrieves the file from the resource pool correctly
an app that has large files that are not in the resource pool
successfully uploads the large app (FAILED - 4)
App lifecycle
app serving web requests
STAGE LOG => -----> Downloaded app package (552K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
STAGE LOG => Installing rack-protection (1.3.2)
Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
STAGE LOG => -----> Downloaded app package (552K)
-----> Downloaded app buildpack cache (2.7M)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Using rack (1.5.1)
Using rack-protection (1.3.2)
Using tilt (1.3.3)
Using sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
create/start/edit/stop/delete application
basic app
Took 0.00012s for create_app 'basic' to finish
Staging t1thi41n-basic - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/2f90362d848648b1b95bd906cb5207bd/file_path?hmac=3814f26366c01055813afc5831d96620c750fe7aae3441f1cbd1d47fbba097f989c13fc1169ff7255459f0cbaf8af43e388011bb2b17faa38ae64b7890089094&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476396
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/..........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 49.74786s for create_push_app 'basic' to finish
request to 't1thi41n-basic.54.198.219.225.xip.io/sleep?duration=30'
waits for minimum of 30 seconds of inactivity
is able to scale number of instances
basic app (url mapping)
Took 0.00014s for create_app 'basic' to finish
Staging t1thi41n-basic - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/84ea89b9082f4a3db28a0d542860d3a3/file_path?hmac=b4b85a346adf2170f44734867806b957565825b2ecd52c1243ec99d70edf4b7b0645d9e60e89276ff1844fb5c09d39ffe9e07d75776c45fcbeff452799c12f48&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476493
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/..........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 57.22243s for create_push_app 'basic' to finish
request to 't1thi41n-basic.54.198.219.225.xip.io/health'
request to 't1thi41n-basic-20cb4835c51392d26d748bcdc8354e82.54.198.219.225.xip.io/health'
request to 't1thi41n-basic.54.198.219.225.xip.io/health'
request to 't1thi41n-basic-20cb4835c51392d26d748bcdc8354e82.54.198.219.225.xip.io/health'
is able to map/unmap a route
background worker app (no bound uris)
Took 0.00014s for create_app 'worker' to finish
Staging t1thi41n-worker - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/92e791565cfc49e1b6db85fd9d89666d/file_path?hmac=8650ed34567048f745cd16ce7633ab97797532635edd8fbe0fbfd6b81464aed357b109a284912dc1d0acc2d7effba3c11019a39cbfbb60f9b5c9e45a7325a41a&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476564
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => The Gemfile specifies no dependencies
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (22M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 43.53650s for create_push_app 'worker' to finish
continues to run
app that dies of memory overdose
Took 0.00013s for create_app 'memory_hog' to finish
Staging t1thi41n-memory_hog - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/325a623d88664aa1b52bf47a333cc8a4/file_path?hmac=844efd569424c51f1331342d972d6fa36780e31f125e4b14936a4e0ce7ddc4ef3457b251381f2c68ee8035ae114d3e623814e9d929a93a510b08b99eb9a014bf&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476629
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/..........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.7)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Cannot write a changed lockfile while frozen.
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 54.67907s for create_push_app 'memory_hog' to finish
request to 't1thi41n-memory-hog.54.198.219.225.xip.io/evil'
correctly has events
Network Lockdown
Took 0.00010s for create_app 'connect_to_ip' to finish
Staging t18xl2cy-connect_to_ip - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/7fa79ea095d046dbbdcc6c4d43654b78/file_path?hmac=bb05ec280a4c0609af67f81fed8ae5b81be53531729fecc4111fe5df22d361b435cd41d2b4a9f91e255f0b7248e581c3c355487f091a1e7562f91a2b51f977b9&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476712
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from http://rubygems.org/.........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing builder (3.0.0)
STAGE LOG => Installing mime-types (1.18)
STAGE LOG => Installing xml-simple (1.1.1)
STAGE LOG => Installing aws-s3 (0.6.2)
STAGE LOG => Installing bson (1.2.4)
STAGE LOG => Installing carrot (0.8.1)
STAGE LOG => Installing json (1.4.6)
STAGE LOG => Installing mongo (1.2.4)
STAGE LOG => Installing mysql2 (0.3.2)
STAGE LOG => Installing pg (0.11.0)
STAGE LOG => Installing rack (1.2.2)
STAGE LOG => Installing redis (2.2.0)
STAGE LOG => Installing tilt (1.3)
STAGE LOG => Installing sinatra (1.2.6)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (25M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 59.28147s for create_push_app 'connect_to_ip' to finish
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/4.2.2.1/53'
should connect to allowed ports
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/github.com/80'
should connect to github
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/rubygems.org/80'
should connect to rubygems
internal address
should connect to amazon dns (PENDING: ec2_dns uri info not configured for this run)
should not be able to talk to NATS (PENDING: nats uri info not configured for this run)
should not be able to talk to CC (PENDING: cc uri info not configured for this run)
should not be able to talk to gorouter (PENDING: gorouter uri info not configured for this run)
should not be able to talk to CCDB (PENDING: wont pass until we split RDS's into two subnets)
should not be able to talk to UAA (PENDING: uaa uri info not configured for this run)
should not be able to talk to UAADB (PENDING: wont pass until we split RDS's into two subnets)
should not be able to talk to login (PENDING: login uri info not configured for this run)
should not be able to talk to BOSH (PENDING: bosh uri info not configured for this run)
should not be able to talk to loggregator (PENDING: loggregator uri info not configured for this run)
should not be able to talk to loggregator trafficcontroller (PENDING: loggregator_trafficcontroller uri info not configured for this run)
should not be able to talk to EC2 status endpoint (PENDING: ec2_status_endpoint uri info not configured for this run)
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/login.54.198.219.225.xip.io/80'
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/uaa.54.198.219.225.xip.io/80'
request to 't18xl2cy-connect-to-ip.54.198.219.225.xip.io/api.54.198.219.225.xip.io/80'
should be able to talk through the CF front-doors
Node
node 0.6
Took 0.00011s for create_app 'node0_6' to finish
Staging tkzik0z-node0_6 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/55e3c745de414140bc9ca7e1ae8dc62d/file_path?hmac=a81875a2f4525b0bb260427912cfff9e469e16e0a619dd4b09eebc3df551cc6b41ecf75c84e1e40adb0a94f9bac280d0cec659d9239c46b400ff6700c90afaef&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476791
STAGE LOG => -----> Downloaded app package (4.0K)
-----> Resolving engine versions
Using Node.js version: 0.6.20
Using npm version: 1.1.65
-----> Fetching Node.js binaries
STAGE LOG => -----> Vendoring node into slug
-----> Installing dependencies with npm
STAGE LOG => npm WARN package.json node0_6@0.0.1 No README.md file found!
STAGE LOG => npm http GET https://registry.npmjs.org/express/2.5.11
npm http GET https://registry.npmjs.org/bcrypt/0.7.5
npm http 200 https://registry.npmjs.org/bcrypt/0.7.5
npm http GET https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.5.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/express/2.5.11
npm http GET https://registry.npmjs.org/express/-/express-2.5.11.tgz
npm http 200 https://registry.npmjs.org/express/-/express-2.5.11.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.5.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/connect/1.9.2
npm http GET https://registry.npmjs.org/mime/1.2.4
npm http GET https://registry.npmjs.org/qs/0.4.2
npm http GET https://registry.npmjs.org/mkdirp/0.3.0
STAGE LOG => npm http 200 https://registry.npmjs.org/connect/1.9.2
npm http 200 https://registry.npmjs.org/qs/0.4.2
npm http GET https://registry.npmjs.org/connect/-/connect-1.9.2.tgz
npm http GET https://registry.npmjs.org/qs/-/qs-0.4.2.tgz
npm http 200 https://registry.npmjs.org/connect/-/connect-1.9.2.tgz
npm http 200 https://registry.npmjs.org/qs/-/qs-0.4.2.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
npm http 200 https://registry.npmjs.org/mime/1.2.4
npm http 200 https://registry.npmjs.org/mkdirp/0.3.0
npm http 200 https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
npm http GET https://registry.npmjs.org/mime/-/mime-1.2.4.tgz
npm http 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz
npm http 200 https://registry.npmjs.org/mime/-/mime-1.2.4.tgz
STAGE LOG =>
> bcrypt@0.7.5 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => npm WARN package.json connect@1.9.2 No README.md file found!
STAGE LOG => gyp http GET http://nodejs.org/dist/v0.6.20/node-v0.6.20.tar.gz
STAGE LOG => gyp http 200 http://nodejs.org/dist/v0.6.20/node-v0.6.20.tar.gz
STAGE LOG => npm http GET https://registry.npmjs.org/formidable/1.0.13
STAGE LOG => npm http 200 https://registry.npmjs.org/formidable/1.0.13
npm http GET https://registry.npmjs.org/formidable/-/formidable-1.0.13.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/formidable/-/formidable-1.0.13.tgz
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
STAGE LOG => semver@1.0.6 node_modules/semver
express@2.5.11 node_modules/express
├── qs@0.4.2
├── mime@1.2.4
├── mkdirp@0.3.0
└── connect@1.9.2 (formidable@1.0.13)
bcrypt@0.7.5 node_modules/bcrypt
└── bindings@1.0.0
STAGE LOG => npm WARN package.json node0_6@0.0.1 No README.md file found!
STAGE LOG =>
> bcrypt@0.7.5 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
express@2.5.11 /tmp/staged/app/node_modules/express
connect@1.9.2 /tmp/staged/app/node_modules/express/node_modules/connect
qs@0.4.2 /tmp/staged/app/node_modules/express/node_modules/qs
mime@1.2.4 /tmp/staged/app/node_modules/express/node_modules/mime
formidable@1.0.13 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/formidable
mkdirp@0.3.0 /tmp/staged/app/node_modules/express/node_modules/mkdirp
bcrypt@0.7.5 /tmp/staged/app/node_modules/bcrypt
bindings@1.0.0 /tmp/staged/app/node_modules/bcrypt/node_modules/bindings
semver@1.0.6 /tmp/staged/app/node_modules/semver
Dependencies installed
-----> Building runtime environment
STAGE LOG => -----> Uploading droplet (15M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 51.15151s for create_push_app 'node0_6' to finish
request to 'tkzik0z-node0-6.54.198.219.225.xip.io/node_version'
starts the app successfully
request to 'tkzik0z-node0-6.54.198.219.225.xip.io/git_module'
supports git modules
request to 'tkzik0z-node0-6.54.198.219.225.xip.io/native_ext'
supports native extensions via node-gyp
node 0.8
Took 0.00014s for create_app 'node0_8' to finish
Staging tkzik0z-node0_8 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/a241a2bc14a7430b978638f47439c5b3/file_path?hmac=408745adf8f2b79a382308867f22969f0bd8f9c51fc4c77db8fa44e76756734acb13af7899854e7e56fe46e13fbe3768e06f39cd6e8c7e10004cc317712938ae&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476856
STAGE LOG => -----> Downloaded app package (4.0K)
-----> Resolving engine versions
Using Node.js version: 0.8.26
Using npm version: 1.3.11
-----> Fetching Node.js binaries
STAGE LOG => -----> Vendoring node into slug
-----> Installing dependencies with npm
STAGE LOG => npm WARN package.json node0_8@0.0.1 No description
npm WARN package.json node0_8@0.0.1 No repository field.
npm WARN package.json node0_8@0.0.1 No README data
npm http GET https://registry.npmjs.org/bcrypt/0.7.2
npm http GET https://registry.npmjs.org/express/3.1.0
STAGE LOG => npm http 200 https://registry.npmjs.org/bcrypt/0.7.2
npm WARN deprecated bcrypt@0.7.2: version 0.7.3 fixes potential memory issue
npm http GET https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.2.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/express/3.1.0
STAGE LOG => npm http GET https://registry.npmjs.org/express/-/express-3.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/express/-/express-3.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.2.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/connect/2.7.2
npm http GET https://registry.npmjs.org/commander/0.6.1
npm http GET https://registry.npmjs.org/range-parser/0.0.4
STAGE LOG => npm http GET https://registry.npmjs.org/mkdirp/0.3.3
npm http GET https://registry.npmjs.org/cookie/0.0.5
npm http GET https://registry.npmjs.org/buffer-crc32/0.1.1
npm http GET https://registry.npmjs.org/fresh/0.1.0
npm http GET https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/send/0.1.0
npm http GET https://registry.npmjs.org/cookie-signature/0.0.1
npm http GET https://registry.npmjs.org/debug/0.7.2
STAGE LOG => npm http 200 https://registry.npmjs.org/commander/0.6.1
npm http GET https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm http 200 https://registry.npmjs.org/range-parser/0.0.4
npm http 200 https://registry.npmjs.org/connect/2.7.2
npm http GET https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http GET https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http 200 https://registry.npmjs.org/buffer-crc32/0.1.1
npm http 200 https://registry.npmjs.org/fresh/0.1.0
npm http GET https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http 200 https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
npm http 200 https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm http GET https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http 200 https://registry.npmjs.org/cookie-signature/0.0.1
npm http 200 https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http GET https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http 200 https://registry.npmjs.org/bindings/1.0.0
npm http 200 https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http GET https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
npm http 200 https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http 200 https://registry.npmjs.org/mkdirp/0.3.3
npm http 200 https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http 200 https://registry.npmjs.org/send/0.1.0
npm http GET https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm http 200 https://registry.npmjs.org/cookie/0.0.5
npm http 200 https://registry.npmjs.org/debug/0.7.2
STAGE LOG => npm http GET https://registry.npmjs.org/debug/-/debug-0.7.2.tgz
npm http GET https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http 200 https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm http 200 https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/debug/-/debug-0.7.2.tgz
> bcrypt@0.7.2 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => gyp http GET http://nodejs.org/dist/v0.8.26/node-v0.8.26.tar.gz
STAGE LOG => gyp http 200 http://nodejs.org/dist/v0.8.26/node-v0.8.26.tar.gz
STAGE LOG => npm http GET https://registry.npmjs.org/mime/1.2.6
STAGE LOG => npm http 200 https://registry.npmjs.org/mime/1.2.6
npm http GET https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/qs/0.5.1
npm http GET https://registry.npmjs.org/formidable/1.0.11
npm http GET https://registry.npmjs.org/bytes/0.1.0
npm http GET https://registry.npmjs.org/pause/0.0.1
STAGE LOG => npm http 200 https://registry.npmjs.org/pause/0.0.1
npm http 200 https://registry.npmjs.org/qs/0.5.1
npm http GET https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.npmjs.org/bytes/0.1.0
npm http GET https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm http GET https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/formidable/1.0.11
npm http GET https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
npm http 200 https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm http 200 https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
semver@1.0.9 node_modules/semver
express@3.1.0 node_modules/express
├── methods@0.0.1
├── fresh@0.1.0
├── cookie-signature@0.0.1
├── range-parser@0.0.4
├── buffer-crc32@0.1.1
├── cookie@0.0.5
├── debug@0.7.2
├── commander@0.6.1
├── mkdirp@0.3.3
├── send@0.1.0 (mime@1.2.6)
└── connect@2.7.2 (pause@0.0.1, bytes@0.1.0, formidable@1.0.11, qs@0.5.1)
bcrypt@0.7.2 node_modules/bcrypt
└── bindings@1.0.0
STAGE LOG =>
> bcrypt@0.7.2 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
STAGE LOG => make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
express@3.1.0 /tmp/staged/app/node_modules/express
connect@2.7.2 /tmp/staged/app/node_modules/express/node_modules/connect
qs@0.5.1 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/qs
formidable@1.0.11 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/formidable
cookie-signature@0.0.1 /tmp/staged/app/node_modules/express/node_modules/cookie-signature
buffer-crc32@0.1.1 /tmp/staged/app/node_modules/express/node_modules/buffer-crc32
cookie@0.0.5 /tmp/staged/app/node_modules/express/node_modules/cookie
bytes@0.1.0 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/bytes
send@0.1.0 /tmp/staged/app/node_modules/express/node_modules/send
debug@0.7.2 /tmp/staged/app/node_modules/express/node_modules/debug
mime@1.2.6 /tmp/staged/app/node_modules/express/node_modules/send/node_modules/mime
fresh@0.1.0 /tmp/staged/app/node_modules/express/node_modules/fresh
range-parser@0.0.4 /tmp/staged/app/node_modules/express/node_modules/range-parser
pause@0.0.1 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/pause
commander@0.6.1 /tmp/staged/app/node_modules/express/node_modules/commander
mkdirp@0.3.3 /tmp/staged/app/node_modules/express/node_modules/mkdirp
methods@0.0.1 /tmp/staged/app/node_modules/express/node_modules/methods
bcrypt@0.7.2 /tmp/staged/app/node_modules/bcrypt
bindings@1.0.0 /tmp/staged/app/node_modules/bcrypt/node_modules/bindings
semver@1.0.9 /tmp/staged/app/node_modules/semver
Dependencies installed
-----> Building runtime environment
STAGE LOG => -----> Uploading droplet (18M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 52.10516s for create_push_app 'node0_8' to finish
request to 'tkzik0z-node0-8.54.198.219.225.xip.io/node_version'
starts the app successfully
request to 'tkzik0z-node0-8.54.198.219.225.xip.io/git_module'
supports git modules
request to 'tkzik0z-node0-8.54.198.219.225.xip.io/native_ext'
supports native extensions via node-gyp
node 0.10
Took 0.00013s for create_app 'node0_10' to finish
Staging tkzik0z-node0_10 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/66628eb399004f6fa9903e9caef23c6f/file_path?hmac=4b5c5b87b1c2e90e56291e63267a5b32fb9ce2633419e74dc7e54c6f503e4e2dec700cfd2f87d607922553f007a5426089d07c4618a1719d01129bbc76c7b8a0&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476916
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Resolving engine versions
STAGE LOG => Using Node.js version: 0.10.21
STAGE LOG => Using npm version: 1.2.18
-----> Fetching Node.js binaries
STAGE LOG => -----> Vendoring node into slug
STAGE LOG => -----> Installing dependencies with npm
STAGE LOG => npm WARN package.json node0_10@0.0.1 No README.md file found!
STAGE LOG => npm http GET https://registry.npmjs.org/express/-/express-3.1.0.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.5.tgz
npm http 200 https://registry.npmjs.org/express/-/express-3.1.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/bcrypt/-/bcrypt-0.7.5.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http GET https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm http GET https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http GET https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
npm http GET https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http GET https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
npm http GET https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
npm http GET https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm http GET https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http GET https://registry.npmjs.org/debug/-/debug-0.7.2.tgz
npm http 200 https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
npm http 200 https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http 200 https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http 200 https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http 200 https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm http 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http 200 https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
npm http 200 https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
npm http 200 https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm http 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http 200 https://registry.npmjs.org/debug/-/debug-0.7.2.tgz
STAGE LOG => npm WARN package.json methods@0.0.1 No README.md file found!
STAGE LOG =>
> bcrypt@0.7.5 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => gyp http GET http://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz
STAGE LOG => gyp http 200 http://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz
STAGE LOG => npm http GET https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
npm http 200 https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
STAGE LOG => npm http GET https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm http GET https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
npm http GET https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
npm http GET https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
STAGE LOG => npm http 200 https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm http 200 https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
npm http 200 https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
STAGE LOG => semver@1.0.9 node_modules/semver
express@3.1.0 node_modules/express
├── methods@0.0.1
├── fresh@0.1.0
├── cookie-signature@0.0.1
├── range-parser@0.0.4
├── buffer-crc32@0.1.1
├── cookie@0.0.5
├── debug@0.7.2
├── commander@0.6.1
├── mkdirp@0.3.3
├── send@0.1.0 (mime@1.2.6)
└── connect@2.7.2 (pause@0.0.1, bytes@0.1.0, formidable@1.0.11, qs@0.5.1)
bcrypt@0.7.5 node_modules/bcrypt
└── bindings@1.0.0
STAGE LOG => npm WARN package.json node0_10@0.0.1 No README.md file found!
STAGE LOG =>
> bcrypt@0.7.5 install /tmp/staged/app/node_modules/bcrypt
> node-gyp rebuild
STAGE LOG => make: Entering directory `/tmp/staged/app/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
STAGE LOG => CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
STAGE LOG => SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
COPY Release/bcrypt_lib.node
make: Leaving directory `/tmp/staged/app/node_modules/bcrypt/build'
express@3.1.0 /tmp/staged/app/node_modules/express
connect@2.7.2 /tmp/staged/app/node_modules/express/node_modules/connect
qs@0.5.1 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/qs
formidable@1.0.11 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/formidable
cookie-signature@0.0.1 /tmp/staged/app/node_modules/express/node_modules/cookie-signature
buffer-crc32@0.1.1 /tmp/staged/app/node_modules/express/node_modules/buffer-crc32
cookie@0.0.5 /tmp/staged/app/node_modules/express/node_modules/cookie
bytes@0.1.0 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/bytes
send@0.1.0 /tmp/staged/app/node_modules/express/node_modules/send
debug@0.7.2 /tmp/staged/app/node_modules/express/node_modules/debug
mime@1.2.6 /tmp/staged/app/node_modules/express/node_modules/send/node_modules/mime
fresh@0.1.0 /tmp/staged/app/node_modules/express/node_modules/fresh
range-parser@0.0.4 /tmp/staged/app/node_modules/express/node_modules/range-parser
pause@0.0.1 /tmp/staged/app/node_modules/express/node_modules/connect/node_modules/pause
commander@0.6.1 /tmp/staged/app/node_modules/express/no
STAGE LOG => de_modules/commander
mkdirp@0.3.3 /tmp/staged/app/node_modules/express/node_modules/mkdirp
methods@0.0.1 /tmp/staged/app/node_modules/express/node_modules/methods
bcrypt@0.7.5 /tmp/staged/app/node_modules/bcrypt
bindings@1.0.0 /tmp/staged/app/node_modules/bcrypt/node_modules/bindings
semver@1.0.9 /tmp/staged/app/node_modules/semver
Dependencies installed
STAGE LOG => -----> Building runtime environment
STAGE LOG => -----> Uploading droplet (18M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 46.99450s for create_push_app 'node0_10' to finish
request to 'tkzik0z-node0-10.54.198.219.225.xip.io/node_version'
starts the app successfully
request to 'tkzik0z-node0-10.54.198.219.225.xip.io/git_module'
supports git modules
request to 'tkzik0z-node0-10.54.198.219.225.xip.io/native_ext'
supports native extensions via node-gyp
An app with a bunch of output
Took 0.00009s for create_app 'dora' to finish
Staging tjy6s2a-dora - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/3009de623ee740d1867f8dca52a7f4df/file_path?hmac=8690d6dbc5f0b4a6fdd10e007625039ee2ae89545dd9b27dcb74c8d53ec477f469e4c65eefb23f7b0a814668e7013bdd42d5d46908dee8f74e0b42cdce6f25a6&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398476993
STAGE LOG => -----> Downloaded app package (552K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
STAGE LOG => Installing rack-protection (1.3.2)
Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 51.81764s for create_push_app 'dora' to finish
request to 'tjy6s2a-dora.54.198.219.225.xip.io/id'
request to 'tjy6s2a-dora.54.198.219.225.xip.io/logspew/52428800'
request to 'tjy6s2a-dora.54.198.219.225.xip.io/id'
request to 'tjy6s2a-dora.54.198.219.225.xip.io/logspew/2'
doesn't die when printing 50MB
Ruby
ruby 1.8
Took 0.00010s for create_app 'ruby18' to finish
Staging tsgnsdn-ruby18 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/61a1005045314bd085240b0bfa59699b/file_path?hmac=9cf593ec40eb6cda93e966a39bab946f869d7b96a17b4770963b8de94e06588ca140b67b3e6b936a95bf504488c908664e9152f770b349643c431bdecf5b9847&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477084
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.8.7
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/.........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
Fetching git://github.com/cloudfoundry/cf.git
STAGE LOG => Installing addressable (2.3.3)
STAGE LOG => Installing multi_json (1.7.2)
STAGE LOG => Installing caldecott-client (0.0.2)
STAGE LOG => Installing cf-uaa-lib (1.3.10)
STAGE LOG => Installing multipart-post (1.2.0)
STAGE LOG => Installing rubyzip (0.9.9)
STAGE LOG => Installing cfoundry (0.6.0.rc4)
STAGE LOG => Installing clouseau (0.0.2)
STAGE LOG => Installing interact (0.5.2)
STAGE LOG => Installing json_pure (1.7.7)
STAGE LOG => Installing manifests-cf-plugin (0.7.0.rc2)
STAGE LOG => Installing mothership (0.5.1)
STAGE LOG => Installing mime-types (1.21)
STAGE LOG => Installing rest-client (1.6.7)
STAGE LOG => Installing uuidtools (2.1.3)
STAGE LOG => Installing tunnel-cf-plugin (0.3.0.rc2)
STAGE LOG => Using cf (0.6.0.rc4) from git://github.com/cloudfoundry/cf.git (at 9e802c)
STAGE LOG => Installing ffi (1.3.1)
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> Uploading droplet (18M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 74.96543s for create_push_app 'ruby18' to finish
request to 'tsgnsdn-ruby18.54.198.219.225.xip.io/ruby_version'
starts the app successfully
supports git gems
installs native extensions
ruby 1.9
Took 0.00013s for create_app 'ruby19' to finish
Staging tsgnsdn-ruby19 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/8b3768d3c8b04971820534848737c056/file_path?hmac=f549d3c33d12b6e704b11444aa41bc020c01aa9255304c81e9923d316e88691a1a3b59507028babf708c63e74f96dccc9674371b839dc3c7b7ed68bd350b562e&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477170
STAGE LOG => -----> Downloaded app package (4.0K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from https://rubygems.org/.........
STAGE LOG => Fetching gem metadata from https://rubygems.org/..
Fetching git://github.com/cloudfoundry/cf.git
STAGE LOG => Installing addressable (2.3.3)
STAGE LOG => Installing multi_json (1.7.2)
STAGE LOG => Installing caldecott-client (0.0.2)
STAGE LOG => Installing cf-uaa-lib (1.3.10)
STAGE LOG => Installing multipart-post (1.2.0)
STAGE LOG => Installing rubyzip (0.9.9)
STAGE LOG => Installing cfoundry (0.6.0.rc4)
STAGE LOG => Installing clouseau (0.0.2)
STAGE LOG => Installing interact (0.5.2)
STAGE LOG => Installing json_pure (1.7.7)
STAGE LOG => Installing manifests-cf-plugin (0.7.0.rc2)
STAGE LOG => Installing mothership (0.5.1)
STAGE LOG => Installing mime-types (1.21)
STAGE LOG => Installing rest-client (1.6.7)
STAGE LOG => Installing uuidtools (2.1.3)
STAGE LOG => Installing tunnel-cf-plugin (0.3.0.rc2)
STAGE LOG => Using cf (0.6.0.rc4) from git://github.com/cloudfoundry/cf.git (at 9e802c)
STAGE LOG => Installing ffi (1.3.1)
STAGE LOG => Installing rack (1.5.2)
STAGE LOG => Installing rack-protection (1.5.0)
STAGE LOG => Installing tilt (1.3.6)
STAGE LOG => Installing sinatra (1.4.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (28M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 75.11733s for create_push_app 'ruby19' to finish
request to 'tsgnsdn-ruby19.54.198.219.225.xip.io/ruby_version'
starts the app successfully
supports git gems
installs native extensions
rails
Took 0.00014s for create_app 'rails3' to finish
Staging tsgnsdn-rails3 - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/36413a07a82d46cc83ba4d098247bf74/file_path?hmac=e09a8985a7e6ddc5bf99b22e35ee715e113c5218c4bd205090a28849a8164234906fa125a9bb4c67a46646c89b8eaf1c5e7ef7722b01a347551836dca82ec7c9&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477256
STAGE LOG => -----> Downloaded app package (32K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Fetching gem metadata from http://rubygems.org/.........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing rake (10.1.0)
STAGE LOG => Installing abstract (1.0.0)
STAGE LOG => Installing activesupport (3.0.20)
STAGE LOG => Installing builder (2.1.2)
STAGE LOG => Installing i18n (0.5.0)
STAGE LOG => Installing activemodel (3.0.20)
STAGE LOG => Installing erubis (2.6.6)
STAGE LOG => Installing rack (1.2.8)
STAGE LOG => Installing rack-mount (0.6.14)
STAGE LOG => Installing rack-test (0.5.7)
STAGE LOG => Installing tzinfo (0.3.37)
STAGE LOG => Installing actionpack (3.0.20)
STAGE LOG => Installing mime-types (1.23)
STAGE LOG => Installing polyglot (0.3.3)
STAGE LOG => Installing treetop (1.4.14)
STAGE LOG => Installing mail (2.2.20)
STAGE LOG => Installing actionmailer (3.0.20)
STAGE LOG => Installing arel (2.0.10)
STAGE LOG => Installing activerecord (3.0.20)
STAGE LOG => Installing activeresource (3.0.20)
STAGE LOG => Installing daemons (1.1.2)
STAGE LOG => Installing eventmachine (0.12.10)
STAGE LOG => Installing ffi (1.9.0)
STAGE LOG => Installing json (1.8.0)
STAGE LOG => Installing mysql2 (0.2.7)
Using bundler (1.3.2)
STAGE LOG => Installing rdoc (3.12.2)
STAGE LOG => Installing thor (0.14.6)
STAGE LOG => Installing railties (3.0.20)
STAGE LOG => Installing rails (3.0.20)
STAGE LOG => Installing sqlite3 (1.3.3)
STAGE LOG => Installing thin (1.2.11)
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Cleaning up the bundler cache.
STAGE LOG => -----> Writing config/database.yml to read from DATABASE_URL
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
-----> Rails plugin injection
Injecting rails_log_stdout
Injecting rails3_serve_static_assets
STAGE LOG => -----> Uploading droplet (31M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 90.57100s for create_push_app 'rails3' to finish
request to 'tsgnsdn-rails3.54.198.219.225.xip.io/health'
starts the app successfully
Admin Buildpacks
adding: bin/ (stored 0%)
adding: bin/compile (stored 0%)
adding: bin/detect (deflated 13%)
adding: bin/release (deflated 18%)
admin uploads a buildpack
Took 0.00018s for create_app 'buildpack_test' to finish
Staging t1b146th-buildpack_test - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/2ea25d10c774427a9c7cb76d18c693b5/file_path?hmac=98379b80350e926840d3b3e58c9ba3571331b3bc60ad333f04d1569739a01fb19993d244d5eb77640ae730ccd4cb34a3d5d607a9800bc37966d9094da0b1ee60&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477379
STAGE LOG => -----> Downloaded app package (4.0K)
Simple buildpack
-----> Uploading droplet (4.0K)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 38.28545s for create_push_app 'buildpack_test' to finish
uses the uploaded buildpack
specifying an admin buildpack with --buildpack
adding: bin/ (stored 0%)
adding: bin/compile (stored 0%)
adding: bin/detect (deflated 13%)
adding: bin/release (deflated 18%)
Took 0.00021s for create_app 'specific_buildpack_test' to finish
Staging t1b146th-specific_buildpack_test - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/eebc84ccf37249e2aee9603ef37ce461/file_path?hmac=a4b17b0087cafc2f62400afdb88f559fcd78418d9bccb34dd0854b861099af9e74fcc64231c6e0fbb44866905039d3e217fa996b80133b9043dd78ec9e39b44a&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477428
STAGE LOG => -----> Downloaded app package (4.0K)
Another buildpack
-----> Uploading droplet (4.0K)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 39.44621s for create_push_app 'specific_buildpack_test' to finish
doesn't use any admin buildpack except the one whose name was specified
Tools::ImageMagick
Took 0.00013s for create_app 'spring_imagemagick' to finish
Staging t1b2npud-spring_imagemagick - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/23e19a9e52e04130b42a0de7c7d32a0a/file_path?hmac=08c5c55616add0e93f6e01639cca3497c74d486872ca0e936df839dc758dd2e7065d4d9d22b4bbbdbc29757e04ff49ab055a5a7e721f624a2c7622fd2c17d210&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477526
STAGE LOG => -----> Downloaded app package (4.0M)
STAGE LOG => -----> Downloading OpenJDK 1.7.0_55 from http://download.run.pivotal.io/openjdk/lucid/x86_64/openjdk-1.7.0_55.tar.gz
STAGE LOG => (0.4s)
Expanding JRE to .java
STAGE LOG => (0.9s)
-----> Downloading Spring Auto-reconfiguration 0.8.8 from http://download.run.pivotal.io/auto-reconfiguration/auto-reconfiguration-0.8.8.jar
STAGE LOG => (0.0s)
Modifying /WEB-INF/web.xml for Auto Reconfiguration
STAGE LOG => -----> Downloading Tomcat 7.0.53 from http://download.run.pivotal.io/tomcat/tomcat-7.0.53.tar.gz
STAGE LOG => (0.1s)
Expanding Tomcat to .tomcat
STAGE LOG => (0.1s)
-----> Downloading Buildpack Tomcat Support 1.1.1 from http://download.run.pivotal.io/tomcat-buildpack-support/tomcat-buildpack-support-1.1.1.jar (0.0s)
STAGE LOG => -----> Uploading droplet (44M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 89.90414s for create_push_app 'spring_imagemagick' to finish
request to 't1b2npud-spring-imagemagick.54.198.219.225.xip.io/'
Deploy Java 6 Spring application that uses ImageMagick tools
Deploy Node.js application that uses ImageMagick tools (PENDING: not working currently, see bug #49893573)
Took 0.00014s for create_app 'sinatra_imagemagick' to finish
Staging t1b2npud-sinatra_imagemagick - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/f8ff72cc7b9845e19ad781fbafbb48bd/file_path?hmac=ee7e37a0402d773955dd1eec8a98567bddb04c84aeaf04270e06d909279dc089fe354fd606c406361d2aba62f9535086dd31312c2d3a5e847864b697e5adeec3&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477594
STAGE LOG => -----> Downloaded app package (56K)
STAGE LOG => -----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
STAGE LOG => Fetching gem metadata from http://rubygems.org/.........
STAGE LOG => Fetching gem metadata from http://rubygems.org/..
STAGE LOG => Installing subexec (0.2.2)
STAGE LOG => Installing mini_magick (3.4)
STAGE LOG => Installing rack (1.4.1)
STAGE LOG => Installing rack-protection (1.2.0)
STAGE LOG => Installing rmagick (2.13.1)
STAGE LOG => Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.2)
Using bundler (1.3.2)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
STAGE LOG => The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
STAGE LOG => -----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:"
ruby '1.9.3'"
# See https://devcenter.heroku.com/articles/ruby-versions for more information."
STAGE LOG => -----> Uploading droplet (25M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 77.06606s for create_push_app 'sinatra_imagemagick' to finish
request to 't1b2npud-sinatra-imagemagick.54.198.219.225.xip.io/'
Deploy Ruby application that uses RMagick and ImageMagick tools
Tools::Loggregator
Took 0.00026s for create_app 'loggregator-test' to finish
Staging t1kbr38l-loggregator-test - https://3cfd9b91b57b48158a7dfc378368592d.54.198.219.225.xip.io/staging_tasks/6de15473c1a14fc9a8cb84274921081e/file_path?hmac=031cec26acd2a40fe7a32b19a4280143e7b98fe7a74ae7df469d7ac040e6a77c7896818e953b61941404d1b4d5dae882d977dad2e0fe8f181c9d5169ce5729dd&path=%2Ftmp%2Fstaged%2Flogs%2Fstaging_task.log&timestamp=1398477683
STAGE LOG => -----> Downloaded app package (552K)
-----> Using Ruby version: ruby-1.9.3
STAGE LOG => -----> Installing dependencies using Bundler version 1.3.2
STAGE LOG => Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
STAGE LOG => Installing rack (1.5.1)
STAGE LOG => Installing rack-protection (1.3.2)
Installing tilt (1.3.3)
STAGE LOG => Installing sinatra (1.3.4)
Using bundler (1.3.2)
Updating files in vendor/cache
STAGE LOG => Your bundle is complete! It was installed into ./vendor/bundle
STAGE LOG => Cleaning up the bundler cache.
STAGE LOG => -----> Uploading droplet (23M)
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
Took 42.52689s for create_push_app 'loggregator-test' to finish
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
request to 't1kbr38l-loggregator-test.54.198.219.225.xip.io/'
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
CHECKING LOG => ["RUNNING"]
can tail app logs
WaitHelper
calls the block the given number of times
Pending:
Network Lockdown internal address should connect to amazon dns
# ec2_dns uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:35
Network Lockdown internal address should not be able to talk to NATS
# nats uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:40
Network Lockdown internal address should not be able to talk to CC
# cc uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:45
Network Lockdown internal address should not be able to talk to gorouter
# gorouter uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:50
Network Lockdown internal address should not be able to talk to CCDB
# wont pass until we split RDS's into two subnets
# ./spec/apps/network_lockdown_spec.rb:55
Network Lockdown internal address should not be able to talk to UAA
# uaa uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:61
Network Lockdown internal address should not be able to talk to UAADB
# wont pass until we split RDS's into two subnets
# ./spec/apps/network_lockdown_spec.rb:66
Network Lockdown internal address should not be able to talk to login
# login uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:72
Network Lockdown internal address should not be able to talk to BOSH
# bosh uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:77
Network Lockdown internal address should not be able to talk to loggregator
# loggregator uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:82
Network Lockdown internal address should not be able to talk to loggregator trafficcontroller
# loggregator_trafficcontroller uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:87
Network Lockdown internal address should not be able to talk to EC2 status endpoint
# ec2_status_endpoint uri info not configured for this run
# ./spec/apps/network_lockdown_spec.rb:92
Tools::ImageMagick Deploy Node.js application that uses ImageMagick tools
# not working currently, see bug #49893573
# ./spec/tools/imagemagick_spec.rb:19
Failures:
1) Domains cannot be created with duplicate names
Failure/Error: domain.create!
CFoundry::BadResponse:
502: 502 Bad Gateway: Registered endpoint failed to handle the request.
# ./spec/apps/domain_spec.rb:13:in `block (2 levels) in <top (required)>'
2) Domains can be used for an app's routes
Failure/Error: app.space.add_domain(domain)
CFoundry::ServerError:
10001: undefined method `space_id=' for #<VCAP::CloudController::PrivateDomain:0x000000050c4900>
# ./spec/apps/domain_spec.rb:29:in `block (2 levels) in <top (required)>'
3) Domains when there are routes using the domain cannot be deleted
Failure/Error: @session.current_space.add_domain(domain)
CFoundry::ServerError:
10001: undefined method `space_id=' for #<VCAP::CloudController::PrivateDomain:0x007f2710ecf7a0>
# ./spec/apps/domain_spec.rb:51:in `block (3 levels) in <top (required)>'
4) Large Applications an app that has large files that are not in the resource pool successfully uploads the large app
Failure/Error: app.upload(app_path)
CFoundry::InvalidAuthToken:
1000: Invalid Auth Token
# ./spec/apps/large_app_spec.rb:44:in `block (4 levels) in <top (required)>'
# ./spec/apps/large_app_spec.rb:25:in `block (3 levels) in <top (required)>'
Top 10 slowest examples (2897.22 seconds, 91.0% of total time):
Large Applications an app that has large files that are not in the resource pool successfully uploads the large app
2241.88 seconds ./spec/apps/large_app_spec.rb:24
Tools::ImageMagick Deploy Java 6 Spring application that uses ImageMagick tools
96.92 seconds ./spec/tools/imagemagick_spec.rb:14
Simple::JavaJavaWeb start java app with startup delay
84.65 seconds ./spec/apps/java_java_web_spec.rb:14
Tools::ImageMagick Deploy Ruby application that uses RMagick and ImageMagick tools
83.4 seconds ./spec/tools/imagemagick_spec.rb:25
Domains cannot be created with duplicate names
78.41 seconds ./spec/apps/domain_spec.rb:9
App lifecycle app serving web requests create/start/edit/stop/delete application
71.77 seconds ./spec/apps/lifecycle_spec.rb:11
Tools::Loggregator can tail app logs
69.88 seconds ./spec/tools/loggregator_spec.rb:62
Simple::JavaJavaWeb tomcat validation
62.79 seconds ./spec/apps/java_java_web_spec.rb:23
Async app staging successfully finishes staging of the app
57.3 seconds ./spec/apps/async_staging_spec.rb:9
Changing an app's start command does not require the app to be pushed again
50.21 seconds ./spec/apps/change_start_command_spec.rb:9
Top 10 slowest example groups:
Large Applications
1136.47 seconds average (2272.93 seconds / 2 examples) ./spec/apps/large_app_spec.rb:5
Simple::JavaJavaWeb
73.72 seconds average (147.44 seconds / 2 examples) ./spec/apps/java_java_web_spec.rb:5
Tools::Loggregator
69.88 seconds average (69.88 seconds / 1 example) ./spec/tools/loggregator_spec.rb:8
Tools::ImageMagick
60.9 seconds average (182.69 seconds / 3 examples) ./spec/tools/imagemagick_spec.rb:5
Async app staging
57.3 seconds average (57.3 seconds / 1 example) ./spec/apps/async_staging_spec.rb:4
Changing an app's start command
50.21 seconds average (50.21 seconds / 1 example) ./spec/apps/change_start_command_spec.rb:4
Domains
39.65 seconds average (118.94 seconds / 3 examples) ./spec/apps/domain_spec.rb:4
App lifecycle
24.67 seconds average (148.02 seconds / 6 examples) ./spec/apps/lifecycle_spec.rb:5
Admin Buildpacks
23.69 seconds average (47.38 seconds / 2 examples) ./spec/buildpacks/admin_buildpack_spec.rb:5
An app with a bunch of output
16.69 seconds average (16.69 seconds / 1 example) ./spec/apps/output_volume_spec.rb:5
Finished in 71 minutes 5 seconds
62 examples, 4 failures, 13 pending
Failed examples:
rspec ./spec/apps/domain_spec.rb:9 # Domains cannot be created with duplicate names
rspec ./spec/apps/domain_spec.rb:20 # Domains can be used for an app's routes
rspec ./spec/apps/domain_spec.rb:45 # Domains when there are routes using the domain cannot be deleted
rspec ./spec/apps/large_app_spec.rb:24 # Large Applications an app that has large files that are not in the resource pool successfully uploads the large app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment