Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. We're sorry, but something went wrong.
  2. If you are the application owner check the logs for more information.
  3.  
  4. Counting objects: 6, done.
  5. Delta compression using up to 8 threads.
  6. Compressing objects: 100% (4/4), done.
  7. Writing objects: 100% (4/4), 656 bytes, done.
  8. Total 4 (delta 2), reused 0 (delta 0)
  9.  
  10. -----> Ruby/Rails app detected
  11. -----> Using Ruby version: ruby-2.0.0
  12. -----> Installing dependencies using Bundler version 1.3.2
  13. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
  14. Using rake (10.0.4)
  15. Using i18n (0.6.4)
  16. Using minitest (4.7.3)
  17. Using multi_json (1.7.2)
  18. Using atomic (1.1.8)
  19. Using thread_safe (0.1.0)
  20. Using tzinfo (0.3.37)
  21. Using activesupport (4.0.0.beta1)
  22. Using builder (3.1.4)
  23. Using erubis (2.7.0)
  24. Using rack (1.5.2)
  25. Using rack-test (0.6.2)
  26. Using actionpack (4.0.0.beta1)
  27. Using mime-types (1.23)
  28. Using polyglot (0.3.3)
  29. Using treetop (1.4.12)
  30. Using mail (2.5.3)
  31. Using actionmailer (4.0.0.beta1)
  32. Using activemodel (4.0.0.beta1)
  33. Using activerecord-deprecated_finders (0.0.3)
  34. Using arel (4.0.0)
  35. Using activerecord (4.0.0.beta1)
  36. Using coffee-script-source (1.6.2)
  37. Using execjs (1.4.0)
  38. Using coffee-script (2.2.0)
  39. Using json (1.7.7)
  40. Using rdoc (3.12.2)
  41. Using thor (0.18.1)
  42. Using railties (4.0.0.beta1)
  43. Using coffee-rails (4.0.0)
  44. Using hike (1.2.2)
  45. Using jbuilder (1.0.2)
  46. Using jquery-rails (2.2.1)
  47. Using kgio (2.8.0)
  48. Using mysql2 (0.3.11)
  49. Using bundler (1.3.2)
  50. Using tilt (1.3.7)
  51. Using sprockets (2.9.3)
  52. Using sprockets-rails (2.0.0.rc4)
  53. Using rails (4.0.0.beta1)
  54. Using raindrops (0.11.0)
  55. Using sass (3.2.8)
  56. Using sass-rails (4.0.0.rc1)
  57. Using turbolinks (1.1.1)
  58. Using uglifier (2.0.1)
  59. Using unicorn (4.6.2)
  60. Your bundle is complete! It was installed into ./vendor/bundle
  61. Cleaning up the bundler cache.
  62. -----> Preparing app for Rails asset pipeline
  63. Running: rake assets:precompile
  64. I, [2013-04-23T22:28:44.559735 #871] INFO -- : Writing /tmp/build_33m76p0rij8a5/public/assets/rails-d8fb6a2617998f32edf5edb354fc5326.png
  65. I, [2013-04-23T22:28:49.911890 #871] INFO -- : Writing /tmp/build_33m76p0rij8a5/public/assets/application-d4a508061cd56ce9e544945495285e0c.js
  66. I, [2013-04-23T22:28:50.120141 #871] INFO -- : Writing /tmp/build_33m76p0rij8a5/public/assets/application-a3b89b66a8471f3e75abb239e3b35c7d.css
  67. Asset precompilation completed (8.30s)
  68. -----> Rails plugin injection
  69. -----> Discovering process types
  70. Procfile declares types -> web
  71. Default types for Ruby/Rails -> console, rake, worker
  72.  
  73. -----> Compiled slug size: 35.0MB
  74. -----> Launching... done, v21
  75. http://blofs.herokuapp.com deployed to Heroku
  76.  
  77. To git@heroku.com:blofs.git
  78. 32e51a2..37d989c master -> master
  79.  
  80. 2013-04-23T22:28:06.650049+00:00 heroku[slugc]: Slug compilation started
  81. 2013-04-23T22:29:11.194613+00:00 heroku[api]: Release v21 created by callum.locke@gmail.com
  82. 2013-04-23T22:29:11.365908+00:00 heroku[api]: Deploy 37d989c by callum.locke@gmail.com
  83. 2013-04-23T22:29:11.441066+00:00 heroku[web.1]: State changed from up to starting
  84. 2013-04-23T22:29:11.932952+00:00 heroku[slugc]: Slug compilation finished
  85. 2013-04-23T22:29:12.858139+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  86. 2013-04-23T22:29:13.194707+00:00 app[web.1]: I, [2013-04-23T22:29:13.194495 #2] INFO -- : reaped #<Process::Status: pid 5 exit 0> worker=0
  87. 2013-04-23T22:29:13.194902+00:00 app[web.1]: I, [2013-04-23T22:29:13.194747 #2] INFO -- : master complete
  88. 2013-04-23T22:29:14.312014+00:00 heroku[web.1]: Process exited with status 0
  89. 2013-04-23T22:29:14.338943+00:00 heroku[web.1]: Starting process with command `bundle exec unicorn -p 25281 -E $RACK_ENV`
  90. 2013-04-23T22:29:15.717687+00:00 app[web.1]: I, [2013-04-23T22:29:15.717387 #2] INFO -- : listening on addr=0.0.0.0:25281 fd=7
  91. 2013-04-23T22:29:15.717916+00:00 app[web.1]: I, [2013-04-23T22:29:15.717861 #2] INFO -- : worker=0 spawning...
  92. 2013-04-23T22:29:15.721526+00:00 app[web.1]: I, [2013-04-23T22:29:15.721385 #2] INFO -- : master process ready
  93. 2013-04-23T22:29:15.723623+00:00 app[web.1]: I, [2013-04-23T22:29:15.723389 #5] INFO -- : worker=0 spawned pid=5
  94. 2013-04-23T22:29:15.723805+00:00 app[web.1]: I, [2013-04-23T22:29:15.723750 #5] INFO -- : Refreshing Gem list
  95. 2013-04-23T22:29:16.305653+00:00 heroku[web.1]: State changed from starting to up
  96. 2013-04-23T22:29:16.891063+00:00 app[web.1]: I, [2013-04-23T22:29:16.890882 #5] INFO -- : worker=0 ready
  97.  
  98. 2013-04-23T22:29:26.685651+00:00 heroku[router]: at=info method=GET path=/ host=blofs.herokuapp.com fwd="46.65.16.44" dyno=web.1 connect=2ms service=156ms status=500 bytes=706
  99. 2013-04-23T22:29:26.973073+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=blofs.herokuapp.com fwd="46.65.16.44" dyno=web.1 connect=1ms service=5ms status=200 bytes=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement