Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created July 16, 2013 14:44
Show Gist options
  • Save thoraxe/6009375 to your computer and use it in GitHub Desktop.
Save thoraxe/6009375 to your computer and use it in GitHub Desktop.
jenkins build failure on openshift 1.2 with ruby 1.9 cartridge
Started by user Jenkins System Builder
Building remotely on sinatratestbldr in workspace /var/lib/openshift/51e55816758537b5d6000008/app-root/runtime/repo
Checkout:repo / /var/lib/openshift/51e55816758537b5d6000008/app-root/runtime/repo - hudson.remoting.Channel@8ec1b1e4:sinatratestbldr
Using strategy: Default
Checkout:repo / /var/lib/openshift/51e55816758537b5d6000008/app-root/runtime/repo - hudson.remoting.LocalChannel@b77f094c
Cloning the remote Git repository
Cloning repository origin
Fetching upstream changes from ssh://51e55031758537bf02000001@sinatratest-ejacobs.paas.rdu.salab.redhat.com/~/git/sinatratest.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 23decbcc7f0b8ea229c89cb505344398b4296468 (origin/HEAD, origin/master)
Checking out Revision 23decbcc7f0b8ea229c89cb505344398b4296468 (origin/HEAD, origin/master)
No change to record in branch origin/HEAD
No change to record in branch origin/master
[repo] $ /bin/sh -xe /tmp/hudson2784567586351927138.sh
+ alias 'rsync=rsync --delete-after -azO -e '\''/usr/libexec/openshift/cartridges/v2/jenkins/bin/git_ssh_wrapper.sh'\'''
+ upstream_ssh=51e55031758537bf02000001@sinatratest-ejacobs.paas.rdu.salab.redhat.com
+ '[' -f Gemfile ']'
+ '[' '!' -f .openshift/markers/force_clean_build ']'
+ '[' -d .bundle ']'
+ git show master~1:.bundle
+ rsync --delete-after -azO -e /usr/libexec/openshift/cartridges/v2/jenkins/bin/git_ssh_wrapper.sh --include=.bundle/ '--include=.bundle/***' --include=vendor/ '--include=vendor/***' '--exclude=*' '51e55031758537bf02000001@sinatratest-ejacobs.paas.rdu.salab.redhat.com:~/app-root/repo/' /var/lib/openshift/51e55816758537b5d6000008/app-root/runtime/repo
+ gear build
Running build on Ruby cart
Bundling RubyGems based on Gemfile/Gemfile.lock to repo/vendor/bundle with '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
+ rake ci:setup:rspec spec RAILS_ENV=test
rake aborted!
cannot load such file -- ci/reporter/rake/rspec
(See full trace by running task with --trace)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment