Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. 17:51 deploy:assets:backup_manifest
  2. 01 mkdir -p /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup
  3. ✔ 01 dimadmin@demo9-nitro-webserver.mydatainmotion.com 0.075s
  4. 02 cp /data/apps/ror/pws/releases/20171009115545/public/assets/.sprockets-manifest-d7abed307de2d43706163861e6c9b255.json /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup
  5. ✔ 02 dimadmin@demo9-nitro-webserver.mydatainmotion.com 0.046s
  6. ^C(Backtrace restricted to imported tasks)
  7. cap aborted!
  8. Interrupt:
  9.  
  10. Tasks: TOP => deploy:compile_assets => deploy:parallelized_assets_and_migrations
  11. (See full trace by running task with --trace)
  12. The deploy has failed with an error:
  13.  
  14.  
  15. ** DEPLOY FAILED
  16. ** Refer to log/capistrano.log for details. Here are the last 20 lines:
  17.  
  18.  
  19. INFO [2017-10-09 07:56:25 -0400] [178a791f] Finished in 22.169 seconds with exit status 0 (successful).
  20.  
  21. INFO [2017-10-09 07:56:25 -0400] [7d5b20cc] Finished in 21.498 seconds with exit status 0 (successful).
  22.  
  23. INFO [2017-10-09 07:56:25 -0400] [c0e71e59] Running cd /data/apps/ror/pws/releases/20171009115545; ./components/do.sh 'test ! -f package.json || yarn check --integrity 2> /dev/null || yarn install' as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  24.  
  25. INFO [2017-10-09 08:03:37 -0400] [c0e71e59] Finished in 431.693 seconds with exit status 0 (successful).
  26.  
  27. INFO [2017-10-09 08:03:37 -0400] [b556d1af] Running cd /data/apps/ror/pws/releases/20171009115545/client; yarn check --integrity 2> /dev/null || yarn install as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  28.  
  29. INFO [2017-10-09 08:04:02 -0400] [b556d1af] Finished in 24.586 seconds with exit status 0 (successful).
  30.  
  31. INFO [2017-10-09 08:04:02 -0400] [deploy:migrate] Run `rake db:migrate`
  32.  
  33. INFO [2017-10-09 08:04:02 -0400] [ac98b8dd] Running /usr/bin/env echo Executing asset tasks in parallel: ["deploy:rails_compile_assets", "connect2:build"] as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  34.  
  35. INFO [2017-10-09 08:04:02 -0400] [ac98b8dd] Finished in 0.013 seconds with exit status 0 (successful).
  36.  
  37. INFO [2017-10-09 08:04:02 -0400] [34fe9606] Running cd /data/apps/ror/pws/releases/20171009115545/components/connect-web-ui; yarn check --integrity 2> /dev/null || yarn install as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  38.  
  39. INFO [2017-10-09 08:04:02 -0400] [7e683ac6] Running bundle exec rake db:migrate as dimadmin@demo9-nitro-cron.mydatainmotion.com
  40.  
  41. INFO [2017-10-09 08:04:03 -0400] [f952a5d6] Running bundle exec rake assets:precompile as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  42.  
  43. INFO [2017-10-09 08:04:03 -0400] [34fe9606] Finished in 1.065 seconds with exit status 0 (successful).
  44.  
  45. INFO [2017-10-09 08:04:03 -0400] [e877c8f2] Running cd /data/apps/ror/pws/releases/20171009115545/components/connect-web-ui; npm run build as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  46.  
  47. INFO [2017-10-09 08:05:30 -0400] [e877c8f2] Finished in 87.075 seconds with exit status 0 (successful).
  48.  
  49. INFO [2017-10-09 08:13:31 -0400] [f952a5d6] Finished in 567.851 seconds with exit status 0 (successful).
  50.  
  51. INFO [2017-10-09 08:13:31 -0400] [fcbe734b] Running /usr/bin/env mkdir -p /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  52.  
  53. INFO [2017-10-09 08:13:31 -0400] [fcbe734b] Finished in 0.075 seconds with exit status 0 (successful).
  54.  
  55. INFO [2017-10-09 08:13:31 -0400] [46c8a37b] Running /usr/bin/env cp /data/apps/ror/pws/releases/20171009115545/public/assets/.sprockets-manifest-d7abed307de2d43706163861e6c9b255.json /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup as dimadmin@demo9-nitro-webserver.mydatainmotion.com
  56.  
  57. INFO [2017-10-09 08:13:31 -0400] [46c8a37b] Finished in 0.046 seconds with exit status 0 (successful).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement