Skip to content

Instantly share code, notes, and snippets.

@craysiii
Created May 3, 2016 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craysiii/a5d311f3717572d965ad916e2da83159 to your computer and use it in GitHub Desktop.
Save craysiii/a5d311f3717572d965ad916e2da83159 to your computer and use it in GitHub Desktop.
Build
Started by user Charles Ray Shisler III
Building in workspace /var/lib/jenkins/workspace/bloccit
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Java/JNR ssh-agent
[ssh-agent] Started.
[ssh-agent] Using credentials jenkins (Jenkins Private Key)
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/craysiii/bloccit # timeout=10
Fetching upstream changes from https://github.com/craysiii/bloccit
> git --version # timeout=10
using GIT_SSH to set credentials Jenkins Private Key
using .gitcredentials to set credentials
> git config --local credential.username jenkins # timeout=10
> git config --local credential.helper store --file=/tmp/git3609991164813085519.credentials # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/craysiii/bloccit +refs/heads/*:refs/remotes/origin/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 004ff5f9c30012a7c773367972af70539415400a (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 004ff5f9c30012a7c773367972af70539415400a
> git rev-list 004ff5f9c30012a7c773367972af70539415400a # timeout=10
Capturing environment variables produced by 'rvm use 2.3.1'
$ bash -c export
$ bash -c "test -f ~/.rvm/scripts/rvm"
[bloccit] $ bash -c " source ~/.rvm/scripts/rvm && rvm use --install --create 2.3.1 && export > rvm.env"
Using /var/lib/jenkins/.rvm/gems/ruby-2.3.1
[bloccit] $ /var/lib/jenkins/.rvm/gems/ruby-2.3.1/bin/bundle exec rake bundle install --without development test && rake db:create && rake db:schema:load && rake db:test:prepare && rake ci:setup:rspec spec RAILS_ENV=test
/var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/resolver.rb:356:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'rails_12factor' in any of the gem sources listed in your Gemfile or available on this machine. (Bundler::GemNotFound)
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/resolver.rb:331:in `each'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/resolver.rb:331:in `verify_gemfile_dependencies_are_found!'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/resolver.rb:200:in `start'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/resolver.rb:184:in `resolve'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/definition.rb:200:in `resolve'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/definition.rb:140:in `specs'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/definition.rb:185:in `specs_for'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/definition.rb:174:in `requested_specs'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/environment.rb:19:in `requested_specs'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/runtime.rb:14:in `setup'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler.rb:95:in `setup'
from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/bundler-1.12.1/lib/bundler/setup.rb:19:in `<top (required)>'
from /var/lib/jenkins/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /var/lib/jenkins/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
Build step 'Invoke Rake' marked build as failure
[ssh-agent] Stopped.
Finished: FAILURE
bundle install --without development test &&
rake db:create &&
rake db:schema:load &&
rake db:test:prepare &&
rake ci:setup:rspec spec RAILS_ENV=test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment