Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created May 24, 2013 18:43
Show Gist options
  • Save thoraxe/5645645 to your computer and use it in GitHub Desktop.
Save thoraxe/5645645 to your computer and use it in GitHub Desktop.
Started by user Jenkins System Builder
Building remotely on rubytestbldr in workspace ruby-1.9/ci/jenkins/workspace/rubytest-build
Checkout:rubytest-build / ruby-1.9/ci/jenkins/workspace/rubytest-build - hudson.remoting.Channel@59e18676:rubytestbldr
Using strategy: Default
Last Built Revision: Revision 0ed5a8c262d6dfafa77742528a06817ea201d13e (origin/HEAD, origin/master)
Checkout:rubytest-build / ruby-1.9/ci/jenkins/workspace/rubytest-build - hudson.remoting.LocalChannel@27aa538a
Cloning the remote Git repository
Cloning repository origin
Fetching upstream changes from ssh://2b11db9734924aa398cf0bb86af25fe3@rubytest-ejacobs.paas.rdu.salab.redhat.com/~/git/rubytest.git/
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 1cf49cc9ca44b030a1b5dbf35e5a50d43b976a49 (origin/HEAD, origin/master)
Checking out Revision 1cf49cc9ca44b030a1b5dbf35e5a50d43b976a49 (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here
[rubytest-build] $ /bin/sh -xe /tmp/hudson1351249276099065902.sh
+ source /usr/libexec/openshift/cartridges/abstract/info/lib/jenkins_util
+ . ci_build.sh
++ set +x
Running .openshift/action_hooks/pre_build
Running .openshift/action_hooks/build
+ '[' -f Gemfile ']'
+ restore_cached_ruby_bundles 2b11db9734924aa398cf0bb86af25fe3@rubytest-ejacobs.paas.rdu.salab.redhat.com
+ UPSTREAM_SSH=2b11db9734924aa398cf0bb86af25fe3@rubytest-ejacobs.paas.rdu.salab.redhat.com
+ '[' '!' -f .openshift/markers/force_clean_build ']'
+ '[' -d .bundle ']'
+ git show master~1:.bundle
+ jenkins_rsync --include=.bundle/ '--include=.bundle/***' --include=vendor/ '--include=vendor/***' '--exclude=*' '2b11db9734924aa398cf0bb86af25fe3@rubytest-ejacobs.paas.rdu.salab.redhat.com:~/app-root/runtime/repo/' /var/lib/openshift/a7173be1c7144c589c3c509840294272/ruby-1.9/ci/jenkins/workspace/rubytest-build
+ rsync --delete-after -az -e /usr/libexec/openshift/cartridges/jenkins-1.4/info/bin/git_ssh_wrapper.sh --include=.bundle/ '--include=.bundle/***' --include=vendor/ '--include=vendor/***' '--exclude=*' '2b11db9734924aa398cf0bb86af25fe3@rubytest-ejacobs.paas.rdu.salab.redhat.com:~/app-root/runtime/repo/' /var/lib/openshift/a7173be1c7144c589c3c509840294272/ruby-1.9/ci/jenkins/workspace/rubytest-build
+ echo 'Bundling RubyGems based on Gemfile/Gemfile.lock to vendor/bundle'
Bundling RubyGems based on Gemfile/Gemfile.lock to vendor/bundle
+ bundle install --deployment
Using builder (3.0.4)
Using ci_reporter (1.8.4)
Using diff-lcs (1.2.4)
Using rack (1.4.4)
Using rack-protection (1.3.2)
Using rack-test (0.6.2)
Using rspec-core (2.13.1)
Using rspec-expectations (2.13.0)
Using rspec-mocks (2.13.1)
Using rspec (2.13.0)
Using tilt (1.3.3)
Using sinatra (1.3.3)
Using bundler (1.1.4)
Your bundle is complete! It was installed into ./vendor/bundle
+ echo 'Precompiling assets to public/assets'
Precompiling assets to public/assets
+ rake ci:setup:rspec spec --trace
rake aborted!
cannot load such file -- ci/reporter/rake/rspec
/opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
/opt/rh/ruby193/root/usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
/var/lib/openshift/a7173be1c7144c589c3c509840294272/ruby-1.9/ci/jenkins/workspace/rubytest-build/Rakefile:3:in `<top (required)>'
/opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load'
/opt/rh/ruby193/root/usr/share/ruby/rake/rake_module.rb:25:in `load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:501:in `raw_load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:82:in `block in load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:81:in `load_rakefile'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:65:in `block in run'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:133:in `standard_exception_handling'
/opt/rh/ruby193/root/usr/share/ruby/rake/application.rb:63:in `run'
/opt/rh/ruby193/root/usr/bin/rake:32:in `<main>'
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Finished: FAILURE
@bwiggs
Copy link

bwiggs commented Jul 17, 2013

I'm having a similar issue to this, did you ever find a resolution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment