Advertisement
LeandroBr1985

Untitled

Jan 22nd, 2020
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. leandro@leandro-VirtualBox:~/odin_on_rails/my_first_rails_app$ heroku logs
  2. 2020-01-22T21:52:41.547659+00:00 app[api]: Release v2 created by user leandro.campos85@gmail.com
  3. 2020-01-22T21:52:41.180730+00:00 app[api]: Initial release by user leandro.campos85@gmail.com
  4. 2020-01-22T21:52:41.180730+00:00 app[api]: Release v1 created by user leandro.campos85@gmail.com
  5. 2020-01-22T21:52:41.547659+00:00 app[api]: Enable Logplex by user leandro.campos85@gmail.com
  6. 2020-01-22T22:09:31.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  7. 2020-01-22T22:10:25.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/a7270b10-fcad-42c1-9786-83b719ac2dcb
  8. 2020-01-22T22:11:45.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  9. 2020-01-22T22:12:40.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/1f7b8564-2a76-4079-a780-1e94bc0529d6
  10. 2020-01-22T22:23:54.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  11. 2020-01-22T22:24:47.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/e8ec2ca9-c679-4fce-9aef-3a045cc489d2
  12. 2020-01-22T22:30:10.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/4ca2d38b-89e3-49d9-b5a3-b5299736a67e
  13. 2020-01-22T22:33:37.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  14. 2020-01-22T22:34:28.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/303d554f-4bf3-4e0c-b077-42d0eee53dcf
  15. 2020-01-22T22:41:18.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  16. 2020-01-22T22:42:12.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/266d3abf-a050-4643-9209-649a389955e2
  17. 2020-01-22T22:44:41.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  18. 2020-01-22T22:45:36.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/7879e94c-a58a-4516-8941-ab4ae8f9d9f9/activity/builds/99f42fe2-4a0f-4502-b8bb-4a2942b03770
  19. 2020-01-22T22:50:29.385962+00:00 heroku[web.1]: Process exited with status 1
  20. 2020-01-22T22:50:29.399802+00:00 heroku[web.1]: State changed from starting to crashed
  21. 2020-01-22T22:50:29.300878+00:00 app[web.1]: npm ERR! missing script: start
  22. 2020-01-22T22:50:29.311264+00:00 app[web.1]:
  23. 2020-01-22T22:50:29.311271+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  24. 2020-01-22T22:50:29.311274+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-01-22T22_50_29_301Z-debug.log
  25. 2020-01-22T22:50:31.728362+00:00 heroku[web.1]: Starting process with command `npm start`
  26. 2020-01-22T22:50:35.115324+00:00 heroku[web.1]: State changed from starting to crashed
  27. 2020-01-22T22:50:35.008867+00:00 app[web.1]: npm ERR! missing script: start
  28. 2020-01-22T22:50:35.017304+00:00 app[web.1]:
  29. 2020-01-22T22:50:35.017819+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  30. 2020-01-22T22:50:35.018023+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-01-22T22_50_35_010Z-debug.log
  31. 2020-01-22T22:50:35.093329+00:00 heroku[web.1]: Process exited with status 1
  32. 2020-01-22T22:51:02.724267+00:00 heroku[run.3680]: State changed from starting to up
  33. 2020-01-22T22:51:02.652612+00:00 heroku[run.3680]: Awaiting client
  34. 2020-01-22T22:51:02.684284+00:00 heroku[run.3680]: Starting process with command `rails db:migrate`
  35. 2020-01-22T22:51:07.544505+00:00 heroku[run.3680]: State changed from up to complete
  36. 2020-01-22T22:51:07.522866+00:00 heroku[run.3680]: Process exited with status 1
  37. 2020-01-22T22:50:08.000000+00:00 app[api]: Build started by user leandro.campos85@gmail.com
  38. 2020-01-22T22:50:20.389666+00:00 app[api]: Release v3 created by user leandro.campos85@gmail.com
  39. 2020-01-22T22:50:20.405145+00:00 app[api]: Scaled to web@1:Free by user leandro.campos85@gmail.com
  40. 2020-01-22T22:50:20.389666+00:00 app[api]: Deploy 3e80909f by user leandro.campos85@gmail.com
  41. 2020-01-22T22:50:59.913803+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  42. 2020-01-22T22:54:27.058729+00:00 heroku[run.3302]: Awaiting client
  43. 2020-01-22T22:54:27.084825+00:00 heroku[run.3302]: Starting process with command `rails db:migrate`
  44. 2020-01-22T22:54:27.176957+00:00 heroku[run.3302]: State changed from starting to up
  45. 2020-01-22T22:54:31.781141+00:00 heroku[run.3302]: State changed from up to complete
  46. 2020-01-22T22:54:31.764748+00:00 heroku[run.3302]: Process exited with status 1
  47. 2020-01-22T22:54:23.733876+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  48. 2020-01-22T22:57:53.333290+00:00 heroku[run.9993]: State changed from starting to up
  49. 2020-01-22T22:57:53.217888+00:00 heroku[run.9993]: Awaiting client
  50. 2020-01-22T22:57:53.247269+00:00 heroku[run.9993]: Starting process with command `rails db:migrate`
  51. 2020-01-22T22:57:57.638671+00:00 heroku[run.9993]: State changed from up to complete
  52. 2020-01-22T22:57:57.617577+00:00 heroku[run.9993]: Process exited with status 1
  53. 2020-01-22T22:57:50.787890+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  54. 2020-01-22T23:20:53.745283+00:00 heroku[web.1]: State changed from crashed to starting
  55. 2020-01-22T23:20:55.696645+00:00 heroku[web.1]: Starting process with command `npm start`
  56. 2020-01-22T23:20:57.589903+00:00 heroku[web.1]: State changed from starting to crashed
  57. 2020-01-22T23:20:57.505410+00:00 app[web.1]: npm ERR! missing script: start
  58. 2020-01-22T23:20:57.513080+00:00 app[web.1]:
  59. 2020-01-22T23:20:57.513413+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  60. 2020-01-22T23:20:57.513581+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-01-22T23_20_57_506Z-debug.log
  61. 2020-01-22T23:20:57.567799+00:00 heroku[web.1]: Process exited with status 1
  62. 2020-01-22T23:24:55.145716+00:00 heroku[run.5472]: State changed from starting to up
  63. 2020-01-22T23:25:00.021548+00:00 heroku[run.5472]: Process exited with status 1
  64. 2020-01-22T23:24:52.698796+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  65. 2020-01-22T23:31:42.520910+00:00 heroku[run.2925]: State changed from starting to up
  66. 2020-01-22T23:31:42.567864+00:00 heroku[run.2925]: Awaiting client
  67. 2020-01-22T23:31:42.631001+00:00 heroku[run.2925]: Starting process with command `rails db:migrate`
  68. 2020-01-22T23:31:47.154898+00:00 heroku[run.2925]: State changed from up to complete
  69. 2020-01-22T23:31:47.139570+00:00 heroku[run.2925]: Process exited with status 1
  70. 2020-01-22T23:31:40.010154+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  71. 2020-01-22T23:34:46.338792+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  72. 2020-01-22T23:34:49.008826+00:00 heroku[run.6985]: State changed from starting to up
  73. 2020-01-22T23:34:49.072512+00:00 heroku[run.6985]: Awaiting client
  74. 2020-01-22T23:34:49.105213+00:00 heroku[run.6985]: Starting process with command `rails db:migrate`
  75. 2020-01-22T23:34:53.576067+00:00 heroku[run.6985]: State changed from up to complete
  76. 2020-01-22T23:34:53.555839+00:00 heroku[run.6985]: Process exited with status 1
  77. 2020-01-22T23:50:20.769719+00:00 app[api]: Starting process with command `rails db:migrate` by user leandro.campos85@gmail.com
  78. 2020-01-22T23:50:23.941638+00:00 heroku[run.2528]: State changed from starting to up
  79. 2020-01-22T23:50:24.059842+00:00 heroku[run.2528]: Awaiting client
  80. 2020-01-22T23:50:24.112374+00:00 heroku[run.2528]: Starting process with command `rails db:migrate`
  81. 2020-01-22T23:50:28.875474+00:00 heroku[run.2528]: State changed from up to complete
  82. 2020-01-22T23:50:28.860157+00:00 heroku[run.2528]: Process exited with status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement