Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SethLieberman/388c624630e885f9230921ad7c55d999 to your computer and use it in GitHub Desktop.
Save SethLieberman/388c624630e885f9230921ad7c55d999 to your computer and use it in GitHub Desktop.
17:51 deploy:assets:backup_manifest
01 mkdir -p /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup
✔ 01 dimadmin@demo9-nitro-webserver.mydatainmotion.com 0.075s
02 cp /data/apps/ror/pws/releases/20171009115545/public/assets/.sprockets-manifest-d7abed307de2d43706163861e6c9b255.json /data/apps/ror/pws/releases/20171009115545/assets_manifest_backup
✔ 02 dimadmin@demo9-nitro-webserver.mydatainmotion.com 0.046s
^C(Backtrace restricted to imported tasks)
cap aborted!
Interrupt:
Tasks: TOP => deploy:compile_assets => deploy:parallelized_assets_and_migrations
(See full trace by running task with --trace)
The deploy has failed with an error:
** DEPLOY FAILED
** Refer to log/capistrano.log for details. Here are the last 20 lines:
INFO [2017-10-09 07:56:25 -0400] [178a791f] Finished in 22.169 seconds with exit status 0 (successful).
INFO [2017-10-09 07:56:25 -0400] [7d5b20cc] Finished in 21.498 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:03:37 -0400] [c0e71e59] Finished in 431.693 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:04:02 -0400] [b556d1af] Finished in 24.586 seconds with exit status 0 (successful).
INFO [2017-10-09 08:04:02 -0400] [deploy:migrate] Run `rake db:migrate`
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
INFO [2017-10-09 08:04:02 -0400] [ac98b8dd] Finished in 0.013 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:04:02 -0400] [7e683ac6] Running bundle exec rake db:migrate as dimadmin@demo9-nitro-cron.mydatainmotion.com
INFO [2017-10-09 08:04:03 -0400] [f952a5d6] Running bundle exec rake assets:precompile as dimadmin@demo9-nitro-webserver.mydatainmotion.com
INFO [2017-10-09 08:04:03 -0400] [34fe9606] Finished in 1.065 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:05:30 -0400] [e877c8f2] Finished in 87.075 seconds with exit status 0 (successful).
INFO [2017-10-09 08:13:31 -0400] [f952a5d6] Finished in 567.851 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:13:31 -0400] [fcbe734b] Finished in 0.075 seconds with exit status 0 (successful).
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
INFO [2017-10-09 08:13:31 -0400] [46c8a37b] Finished in 0.046 seconds with exit status 0 (successful).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment