ajc113 / currents

Currents Fishing Network Application
3 stars 3 forks source link

Prod release 2.7 #182

Closed ajc113 closed 6 years ago

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 26min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8

rultor commented 6 years ago

@rultor release, tag is 2.8

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8

@ajc113 Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 6409
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Feb  7 17:47:49 CET 2018
+ uptime
 17:47:49 up 224 days, 19:48,  0 users,  load average: 0.00, 0.01, 0.00
+ head=git@github.com:ajc113/currents.git
+ head_branch=master
+ author=ajc113
+ scripts=('export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';')
+ vars=('--env=RAILS_ENV=test' '--env=DISPLAY=:99' '--env=head=git@github.com:ajc113/currents.git' '--env=head_branch=master' '--env=author=ajc113' '--env=scripts=( '\''export '\''\'\'''\''RAILS_ENV=test'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''DISPLAY=:99'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:ajc113/currents.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ajc113'\''\'\'''\'''\'' '\'';'\'' '\''sudo /etc/init.d/postgresql start'\'' '\'';'\'' '\''sudo chown -R r:r /usr/local'\'' '\'';'\'' '\''cp ../application.yml config/application.yml'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake db:create'\'' '\'';'\'' '\''sleep 20'\'' '\'';'\'' '\''xvfb-run rake'\'' '\'';'\'' '\''git config --global user.email "hello@thefishing.network"'\'' '\'';'\'' '\''git config --global user.name "currents-network"'\'' '\'';'\'' '\''mv ../curlrc ../.curlrc'\'' '\'';'\'' '\''mv ../netrc ../.netrc'\'' '\'';'\'' '\''curl --silent --output /dev/null https://api.heroku.com/apps'\'' '\'';'\'' '\''heroku pg:backups:capture --app currents'\'' '\'';'\'' '\''git remote add heroku git@heroku.com:currents.git'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git push -f heroku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''heroku run rake db:migrate --app currents'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null'\'' '\'';'\'' )')
+ image=tannakartikey/currents
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=ajc113_currents_182
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:ajc113/currents.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''RAILS_ENV=test'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';'
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly
tannakartikey commented 6 years ago

@rultor release, tag is 2.8

rultor commented 6 years ago

@rultor release, tag is 2.8

@tannakartikey OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8

@tannakartikey Done! FYI, the full log is here (took me 30min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.1

rultor commented 6 years ago

@rultor release, tag is 2.8.1

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.1

@ajc113 Done! FYI, the full log is here (took me 34min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Oops, I failed. You can see the full log here (spent 32min)

\u001b[0m\u001b[33m
  27) IntelsController PUT #update with valid params updates the requested intel\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:76
\u001b[0m\u001b[33m
  28) IntelsController PUT #update with valid params redirects to the intel\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:83
\u001b[0m\u001b[33m
  29) IntelsController GET #index returns a success response\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:18
\u001b[0m\u001b[33m
  30) IntelsController GET #edit returns a success response\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:41
\u001b[0m\u001b[33m
  31) IntelsController GET #show returns a success response\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:26
\u001b[0m\u001b[33m
  32) IntelsHelper add some examples to (or delete) /home/r/repo/spec/helpers/intels_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/intels_helper_spec.rb:14
\u001b[0m\u001b[33m
  33) MyAccountHelper add some examples to (or delete) /home/r/repo/spec/helpers/my_account_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/my_account_helper_spec.rb:14
\u001b[0m\u001b[33m
  34) Hotspot add some examples to (or delete) /home/r/repo/spec/models/hotspot_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/models/hotspot_spec.rb:4
\u001b[0m\u001b[33m
  35) PostsHelper add some examples to (or delete) /home/r/repo/spec/helpers/posts_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/posts_helper_spec.rb:14
\u001b[0m\u001b[33m
  36) CommentsHelper add some examples to (or delete) /home/r/repo/spec/helpers/comments_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/comments_helper_spec.rb:14
\u001b[0m

Finished in 59.77 seconds (files took 18.06 seconds to load)
\u001b[33m160 examples, 0 failures, 36 pending\u001b[0m

Randomized with seed 49135

Coverage report generated for RSpec to /home/r/repo/coverage. 719 / 1436 LOC (50.07%) covered.
+ git config --global user.email hello@thefishing.network
+ git config --global user.name currents-network
+ mv ../curlrc ../.curlrc
+ mv ../netrc ../.netrc
+ curl --silent --output /dev/null https://api.heroku.com/apps
+ heroku pg:backups:capture --app currents-dev
\u001b[G\u001b[2K\u001b[?25lStarting backup of \u001b[33mpostgresql-opaque-61126\u001b[39m... \u001b[35m⣾\u001b[39m 
\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣽\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣻\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⢿\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⡿\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣟\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣯\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣷\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣾\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[16C\u001b[1B\u001b[35m⣽\u001b[39m\u001b[1B\u001b[G\u001b[2K\u001b[2A\u001b[JStarting backup of \u001b[33mpostgresql-opaque-61126\u001b[39m... \u001b[31m\u001b[1m!\u001b[22m\u001b[39m
\u001b[?25h \u001b[31m▸\u001b[39m    Expected response to be
 \u001b[31m▸\u001b[39m    successful, got 500
\u001b[?25hcontainer 0a900dda6163dba9722b8cc8208f6385ed6af7b821f2898883f3900eabf7c2ad is dead
Mon Feb 26 22:30:33 CET 2018
ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 36min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.2

rultor commented 6 years ago

@rultor release, tag is 2.8.2

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.2

@ajc113 Done! FYI, the full log is here (took me 36min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 41min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.3

rultor commented 6 years ago

@rultor release, tag is 2.8.3

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.3

@ajc113 Done! FYI, the full log is here (took me 40min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 40min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.4

rultor commented 6 years ago

@rultor release, tag is 2.8.4

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.4

@ajc113 Done! FYI, the full log is here (took me 39min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Oops, I failed. You can see the full log here (spent 32min)

     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:100
\u001b[0m\u001b[33m
  31) IntelsController DELETE #destroy redirects to the intels list\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:107
\u001b[0m\u001b[33m
  32) IntelsController GET #edit returns a success response\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:41
\u001b[0m\u001b[33m
  33) IntelsController GET #show returns a success response\u001b[0m
     \u001b[36m# Add a hash of attributes valid for your model\u001b[0m
\u001b[36m     # ./spec/controllers/intels_controller_spec.rb:26
\u001b[0m\u001b[33m
  34) CommentsHelper add some examples to (or delete) /home/r/repo/spec/helpers/comments_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/comments_helper_spec.rb:14
\u001b[0m\u001b[33m
  35) MyAccountHelper add some examples to (or delete) /home/r/repo/spec/helpers/my_account_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/my_account_helper_spec.rb:14
\u001b[0m\u001b[33m
  36) SpotsHelper add some examples to (or delete) /home/r/repo/spec/helpers/spots_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/spots_helper_spec.rb:14
\u001b[0m

Failures:

  1) StaticPages Home page should have title "Home | Currents Network"
     \u001b[31mFailure/Error: \u001b[0m\u001b[32mit\u001b[0m { should have_title(\u001b[31m\u001b[1;31m'\u001b[0m\u001b[31mHome\u001b[1;31m'\u001b[0m\u001b[31m\u001b[0m + base_title) }\u001b[0m
     \u001b[31m  expected #has_title?("Home | Currents Network") to return true, got false\u001b[0m
     \u001b[36m# ./spec/requests/static_pages_spec.rb:9:in `block (3 levels) in <top (required)>'\u001b[0m

  2) StaticPages About page should have content "About Us"
     \u001b[31mFailure/Error: \u001b[0m\u001b[32mit\u001b[0m { should have_content(\u001b[31m\u001b[1;31m'\u001b[0m\u001b[31mAbout Us\u001b[1;31m'\u001b[0m\u001b[31m\u001b[0m) }\u001b[0m
     \u001b[31m  expected #has_content?("About Us") to return true, got false\u001b[0m
     \u001b[36m# ./spec/requests/static_pages_spec.rb:20:in `block (3 levels) in <top (required)>'\u001b[0m

  3) StaticPages About page should have title "About Us | Currents Network"
     \u001b[31mFailure/Error: \u001b[0m\u001b[32mit\u001b[0m { should have_title(\u001b[31m\u001b[1;31m'\u001b[0m\u001b[31mAbout Us\u001b[1;31m'\u001b[0m\u001b[31m\u001b[0m + base_title) }\u001b[0m
     \u001b[31m  expected #has_title?("About Us | Currents Network") to return true, got false\u001b[0m
     \u001b[36m# ./spec/requests/static_pages_spec.rb:21:in `block (3 levels) in <top (required)>'\u001b[0m

Finished in 54.31 seconds (files took 17.57 seconds to load)
\u001b[31m160 examples, 3 failures, 36 pending\u001b[0m

Failed examples:

\u001b[31mrspec ./spec/requests/static_pages_spec.rb:9\u001b[0m \u001b[36m# StaticPages Home page should have title "Home | Currents Network"\u001b[0m
\u001b[31mrspec ./spec/requests/static_pages_spec.rb:20\u001b[0m \u001b[36m# StaticPages About page should have content "About Us"\u001b[0m
\u001b[31mrspec ./spec/requests/static_pages_spec.rb:21\u001b[0m \u001b[36m# StaticPages About page should have title "About Us | Currents Network"\u001b[0m

Randomized with seed 56492

Coverage report generated for RSpec to /home/r/repo/coverage. 723 / 1455 LOC (49.69%) covered.
/usr/local/rvm/rubies/ruby-2.3.4/bin/ruby -I/usr/local/rvm/gems/ruby-2.3.4/gems/rspec-core-3.6.0/lib:/usr/local/rvm/gems/ruby-2.3.4/gems/rspec-support-3.6.0/lib /usr/local/rvm/gems/ruby-2.3.4/gems/rspec-core-3.6.0/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
container 675c842dd603d68f6069e50f14f3c669c50d535801d896e553b36cce58d4330f is dead
Fri Mar 23 00:07:24 CET 2018
ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 35min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.5

rultor commented 6 years ago

@rultor release, tag is 2.8.5

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.5

@ajc113 Done! FYI, the full log is here (took me 35min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 39min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.6

rultor commented 6 years ago

@rultor release, tag is 2.8.6

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.6

@ajc113 Done! FYI, the full log is here (took me 40min)

ajc113 commented 6 years ago

@rultor release, tag is 2.8.7

rultor commented 6 years ago

@rultor release, tag is 2.8.7

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.8.7

@ajc113 Done! FYI, the full log is here (took me 38min)