Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Created September 6, 2013 20:09
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 thoraxe/6469251 to your computer and use it in GitHub Desktop.
Save thoraxe/6469251 to your computer and use it in GitHub Desktop.
Started by user Jenkins System Builder
Building remotely on sinatrabldr in workspace /var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo
Checkout:repo / /var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo - hudson.remoting.Channel@2eef4e0f:sinatrabldr
Using strategy: Default
Checkout:repo / /var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo - hudson.remoting.LocalChannel@4b46f67a
Cloning the remote Git repository
Cloning repository origin
Fetching upstream changes from ssh://522a3442758537a81d0000a0@sinatra-ejacobs.paas.rdu.salab.redhat.com/~/git/sinatra.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision 90a8ecb1799a35f513764ac47608fd6e3414e450 (origin/HEAD, origin/master)
Checking out Revision 90a8ecb1799a35f513764ac47608fd6e3414e450 (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/hudson7917577995140328638.sh
+ alias 'rsync=rsync --delete-after -azO -e '\''/usr/libexec/openshift/cartridges/v2/jenkins/bin/git_ssh_wrapper.sh'\'''
+ upstream_ssh=522a3442758537a81d0000a0@sinatra-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=*' '522a3442758537a81d0000a0@sinatra-ejacobs.paas.rdu.salab.redhat.com:~/app-root/repo/' /var/lib/openshift/522a35dd758537a81d0000bc/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 rake (10.0.3)
Using builder (3.0.4)
Using mime-types (1.23)
Using nokogiri (1.5.9)
Using rack (1.4.4)
Using rack-test (0.6.2)
Using xpath (2.0.0)
Using capybara (2.1.0)
Using ci_reporter (1.8.4)
Using diff-lcs (1.2.4)
Using rack-protection (1.3.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
+ bundle exec rake ci:setup:rspec spec RAILS_ENV=test
rm -rf spec/reports
/opt/rh/ruby193/root/usr/bin/ruby -S rspec ./spec/test_spec.rb
F
Failures:
1) Hello World says hello
Failure/Error: page.should have_content('hello')
expected #has_content?("hello") to return true, got false
# ./spec/test_spec.rb:10:in `block (2 levels) in <top (required)>'
Finished in 0.09195 seconds
1 example, 1 failure
Failed examples:
rspec ./spec/test_spec.rb:8 # Hello World says hello
Failures:
1) Hello World says hello
Failure/Error: page.should have_content('hello')
expected #has_content?("hello") to return true, got false
# ./spec/test_spec.rb:10:in `block (2 levels) in <top (required)>'
rake aborted!
/opt/rh/ruby193/root/usr/bin/ruby -S rspec ./spec/test_spec.rb failed
/var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:156:in `run_task'
/var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:124:in `block (2 levels) in initialize'
/var/lib/openshift/522a35dd758537a81d0000bc/app-root/runtime/repo/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:122:in `block in initialize'
Tasks: TOP => spec
(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