Skip to content

Instantly share code, notes, and snippets.

@amaltson
Created May 23, 2012 15:16
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 amaltson/2775837 to your computer and use it in GitHub Desktop.
Save amaltson/2775837 to your computer and use it in GitHub Desktop.
failing cucumber tests
[INFO] Successfully installed bundler-1.1.3
[INFO] 1 gem installed
[INFO]
[INFO] run with jruby 1.5.6 in mode 1.8
[INFO]
[INFO] Feature: Setup classloader with JBundler
[INFO]
[INFO] Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies # features/jbundler.feature:3
[INFO] Given a fresh copy of "example" # features/step_definitions/steps.rb:53
[INFO] And execute "bundle install" in "my_project" # features/step_definitions/steps.rb:60
[INFO] And execute "bundle exec info.rb" in "my_project" # features/step_definitions/steps.rb:60
[INFO] Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar" # features/step_definitions/steps.rb:64
[INFO] not found 'org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar' (RuntimeError)
[INFO] ./features/step_definitions/steps.rb:67
[INFO] ./features/step_definitions/steps.rb:66:in `each'
[INFO] ./features/step_definitions/steps.rb:66:in `/^the output should contain the list "(.*)"$/'
[INFO] features/jbundler.feature:7:in `Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"'
[INFO]
[INFO] Failing Scenarios:
[INFO] cucumber features/jbundler.feature:3 # Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies
[INFO]
[INFO] 1 scenario (1 failed)
[INFO] 4 steps (1 failed, 3 passed)
[INFO] 0m44.363s
[INFO]
[INFO] run with jruby 1.6.5.1 in mode 1.8
[INFO]
[INFO] Feature: Setup classloader with JBundler
[INFO]
[INFO] Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies # features/jbundler.feature:3
[INFO] Given a fresh copy of "example" # features/step_definitions/steps.rb:53
[INFO] And execute "bundle install" in "my_project" # features/step_definitions/steps.rb:60
[INFO] And execute "bundle exec info.rb" in "my_project" # features/step_definitions/steps.rb:60
[INFO] Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar" # features/step_definitions/steps.rb:64
[INFO] not found 'org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar' (RuntimeError)
[INFO] ./features/step_definitions/steps.rb:67:in `(root)'
[INFO] org/jruby/RubyArray.java:1612:in `each'
[INFO] ./features/step_definitions/steps.rb:66:in `(root)':in `/^the output should contain the list "(.*)"$/'
[INFO] features/jbundler.feature:7:in `Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"'
[INFO]
[INFO] Failing Scenarios:
[INFO] cucumber features/jbundler.feature:3 # Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies
[INFO]
[INFO] 1 scenario (1 failed)
[INFO] 4 steps (1 failed, 3 passed)
[INFO] 0m14.386s
[INFO]
[INFO] run with jruby 1.6.5.1 in mode 1.9
[INFO]
[INFO] Feature: Setup classloader with JBundler
[INFO]
[INFO] Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies # features/jbundler.feature:3
[INFO] Given a fresh copy of "example" # features/step_definitions/steps.rb:53
[INFO] And execute "bundle install" in "my_project" # features/step_definitions/steps.rb:60
[INFO] And execute "bundle exec info.rb" in "my_project" # features/step_definitions/steps.rb:60
[INFO] Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar" # features/step_definitions/steps.rb:64
[INFO] not found 'org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar' (RuntimeError)
[INFO] ./features/step_definitions/steps.rb:67:in `(root)'
[INFO] org/jruby/RubyArray.java:1612:in `each'
[INFO] ./features/step_definitions/steps.rb:66:in `/^the output should contain the list "(.*)"$/'
[INFO] features/jbundler.feature:7:in `Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"'
[INFO]
[INFO] Failing Scenarios:
[INFO] cucumber features/jbundler.feature:3 # Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies
[INFO]
[INFO] 1 scenario (1 failed)
[INFO] 4 steps (1 failed, 3 passed)
[INFO] 0m14.669s
[INFO]
[INFO] run with jruby 1.6.7 in mode 1.8
[INFO]
[INFO] Feature: Setup classloader with JBundler
[INFO]
[INFO] Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies # features/jbundler.feature:3
[INFO] Given a fresh copy of "example" # features/step_definitions/steps.rb:53
[INFO] And execute "bundle install" in "my_project" # features/step_definitions/steps.rb:60
[INFO] And execute "bundle exec info.rb" in "my_project" # features/step_definitions/steps.rb:60
[INFO] Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar" # features/step_definitions/steps.rb:64
[INFO] not found 'org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar' (RuntimeError)
[INFO] ./features/step_definitions/steps.rb:67:in `(root)'
[INFO] org/jruby/RubyArray.java:1615:in `each'
[INFO] ./features/step_definitions/steps.rb:66:in `(root)':in `/^the output should contain the list "(.*)"$/'
[INFO] features/jbundler.feature:7:in `Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"'
[INFO]
[INFO] Failing Scenarios:
[INFO] cucumber features/jbundler.feature:3 # Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies
[INFO]
[INFO] 1 scenario (1 failed)
[INFO] 4 steps (1 failed, 3 passed)
[INFO] 0m16.675s
[INFO]
[INFO] run with jruby 1.6.7 in mode 1.9
[INFO]
[INFO] Feature: Setup classloader with JBundler
[INFO]
[INFO] Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies # features/jbundler.feature:3
[INFO] Given a fresh copy of "example" # features/step_definitions/steps.rb:53
[INFO] And execute "bundle install" in "my_project" # features/step_definitions/steps.rb:60
[INFO] And execute "bundle exec info.rb" in "my_project" # features/step_definitions/steps.rb:60
[INFO] Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar" # features/step_definitions/steps.rb:64
[INFO] not found 'org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar' (RuntimeError)
[INFO] ./features/step_definitions/steps.rb:67:in `(root)'
[INFO] org/jruby/RubyArray.java:1615:in `each'
[INFO] ./features/step_definitions/steps.rb:66:in `/^the output should contain the list "(.*)"$/'
[INFO] features/jbundler.feature:7:in `Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"'
[INFO]
[INFO] Failing Scenarios:
[INFO] cucumber features/jbundler.feature:3 # Scenario: checkout a new project with Gemfile.lock and setup the classloader with declared jar dependencies
[INFO]
[INFO] 1 scenario (1 failed)
[INFO] 4 steps (1 failed, 3 passed)
[INFO] 0m18.198s
[INFO]
[INFO] Overall Summary
[INFO] ===============
[INFO] jruby-1.5.6 mode 1.8: 1 tests, 0 assertions, 1 failures, 0 errors, 0 skips
[INFO] jruby-1.6.5.1 mode 1.8: 1 tests, 0 assertions, 1 failures, 0 errors, 0 skips
[INFO] jruby-1.6.5.1 mode 1.9: 1 tests, 0 assertions, 1 failures, 0 errors, 0 skips
[INFO] jruby-1.6.7 mode 1.8: 1 tests, 0 assertions, 1 failures, 0 errors, 0 skips
[INFO] jruby-1.6.7 mode 1.9: 1 tests, 0 assertions, 1 failures, 0 errors, 0 skips
[INFO]
[INFO] use '/home/arthur/tmp/jbundler/target/bin/cucumber-runner.rb' for faster command line execution.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:42.528s
[INFO] Finished at: Wed May 23 10:46:40 EDT 2012
[INFO] Final Memory: 11M/121M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:cucumber-maven-plugin:0.29.0-SNAPSHOT:test (default) on project jbundler: There were test failures -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment