You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ci@buildr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/12/04 04:22:48 UTC

Build failed in Jenkins: Buildr-ci-build-jruby-win32 #107

See <https://builds.apache.org/job/Buildr-ci-build-jruby-win32/107/changes>

Changes:

[donaldp] Update the CI to build the omnibus under 1.8.7

------------------------------------------
[...truncated 753 lines...]
1 example, 0 failure, 0 error

.StringSpecs

empty string should
x have a zero length
   '0' is not equal to '1' (StringSpecs.scala:6)
 
 
Total for specification StringSpecs
Finished in 64 ms
1 example, 1 failure, 0 error

...........................mkdir -p F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home
mkdir -p F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.buildr
............................[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\dependency...
[info] Compile success at Dec 4, 2012 3:22:06 AM [5.655s]
[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 4, 2012 3:22:07 AM [1.351s]
.[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 4, 2012 3:22:09 AM [1.437s]
[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
.[info] Compile success at Dec 4, 2012 3:22:10 AM [0.741s]
[info] Compiling 1 Scala source and 1 Java source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
.[info] Compile success at Dec 4, 2012 3:22:12 AM [0.932s]
.[info] Compiling 1 Scala source and 1 Java source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 4, 2012 3:22:13 AM [0.586s]
.....model contains 4 documentable templates
.model contains 2 documentable templates
.......Run starting. Expected test count is: 1
MySuite:
- addition
Run completed in 136 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
..Run starting. Expected test count is: 1
InnerClassTest:
- addition
Run completed in 88 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 1
PassingSuite:
- addition
Run completed in 88 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 1
FailingSuite:
- failing *** FAILED ***
  org.scalatest.exceptions.TestFailedException was thrown. (FailingSuite.scala:3)
Run completed in 88 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 0, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
.Run starting. Expected test count is: 1
FailingSuite:
- failing *** FAILED ***
  org.scalatest.exceptions.TestFailedException was thrown. (FailingSuite.scala:3)
Run completed in 89 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 0, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
.Run starting. Expected test count is: 1
PassingSuite:
- passing
Run completed in 87 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 1
PassingSuite:
- passing
Run completed in 86 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 1
PropertyTestSuite:
- testProperty
Run completed in 97 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 2
MySuite:
- list concatenation
- list concatenation using a test method
Run completed in 450 milliseconds.
Total number of tests run: 2
Suites: completed 1, aborted 0
Tests: succeeded 2, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 5
StringSuite:
- startsWith
- endsWith
- concat *** FAILED ***
  GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
 (StringSuite.scala:17)
  Falsified after 0 successful property evaluations.
  Location: (StringSuite.scala:17)
  Occurred when passed generated values (
    arg0 = "",
    arg1 = ""
  )
- substring2
- substring3
Run completed in 450 milliseconds.
Total number of tests run: 5
Suites: completed 1, aborted 0
Tests: succeeded 4, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
.

Pending:
  Buildr::RSpec should read passed specs from result yaml
    # Unable to determine why it fails on the CI machine so disabling
    # ./spec/java/bdd_spec.rb:30
  Buildr::RSpec should read result yaml to obtain the list of failed specs
    # Unable to determine why it fails on the CI machine so disabling
    # ./spec/java/bdd_spec.rb:41

Failures:

  1) Buildr::CCTask should support parent and subprojects
     Failure/Error: p.test.compile.run_count.should == 1  # not_needed
       expected: 1
            got: 2 (using ==)
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:47:in `fail_with_message'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:69:in `__delegate_operator'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:59:in `eval_match'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:28:in `=='
     # org/jruby/RubyProc.java:270:in `call'
     # ./spec/core/cc_spec.rb:228:in `(root)'
     # org/jruby/RubyKernel.java:1787:in `tap'
     # ./spec/core/cc_spec.rb:226:in `(root)'
     # org/jruby/RubyKernel.java:2045:in `instance_eval'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:111:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:108:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `run_examples'
     # org/jruby/RubyArray.java:2331:in `collect'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:358:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `run'
     # org/jruby/RubyArray.java:2331:in `collect'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

Finished in 14 minutes 47.49 seconds
2265 examples, 1 failure, 2 pending

Failed examples:

rspec ./spec/core/cc_spec.rb:173 # Buildr::CCTask should support parent and subprojects

Failures:

  1) Buildr::CCTask should support parent and subprojects
     Failure/Error: p.test.compile.run_count.should == 1  # not_needed
       expected: 1
            got: 2 (using ==)
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:47:in `fail_with_message'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:69:in `__delegate_operator'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:59:in `eval_match'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb:28:in `=='
     # org/jruby/RubyProc.java:270:in `call'
     # ./spec/core/cc_spec.rb:228:in `(root)'
     # org/jruby/RubyKernel.java:1787:in `tap'
     # ./spec/core/cc_spec.rb:226:in `(root)'
     # org/jruby/RubyKernel.java:2045:in `instance_eval'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:111:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:108:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `run_examples'
     # org/jruby/RubyArray.java:2331:in `collect'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:358:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `run'
     # org/jruby/RubyArray.java:2331:in `collect'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'
org.jruby.exceptions.RaiseException: (SystemExit) exit
rake aborted!
F:/hudson/tools/jruby-1.6.7/bin/jruby.exe -S rspec spec/version_requirement_spec.rb spec/addon/bnd_spec.rb spec/addon/drb_spec.rb spec/addon/jaxb_xjc_spec.rb spec/core/application_spec.rb spec/core/build_spec.rb spec/core/cc_spec.rb spec/core/checks_spec.rb spec/core/common_spec.rb spec/core/compile_spec.rb spec/core/doc_spec.rb spec/core/extension_spec.rb spec/core/generate_from_eclipse_spec.rb spec/core/generate_spec.rb spec/core/project_spec.rb spec/core/run_spec.rb spec/core/shell_spec.rb spec/core/test_spec.rb spec/core/transport_spec.rb spec/core/util_spec.rb spec/ide/eclipse_spec.rb spec/ide/idea_spec.rb spec/java/ant_spec.rb spec/java/bdd_spec.rb spec/java/cobertura_spec.rb spec/java/commands_spec.rb spec/java/compiler_spec.rb spec/java/doc_spec.rb spec/java/ecj_spec.rb spec/java/emma_spec.rb spec/java/external_spec.rb spec/java/java_spec.rb spec/java/packaging_spec.rb spec/java/pom_spec.rb spec/java/run_spec.rb spec/java/tests_spec.rb spec/packaging/archive_spec.rb spec/packaging/artifact_namespace_spec.rb spec/packaging/artifact_spec.rb spec/packaging/packaging_spec.rb spec/scala/bdd_spec.rb spec/scala/compiler_spec.rb spec/scala/doc_spec.rb spec/scala/tests_spec.rb --format html --out _reports/specs.html --backtrace failed
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:137:in `initialize'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:60:in `verbose'
org/jruby/RubyKernel.java:2080:in `send'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:127:in `initialize'
org/jruby/RubyProc.java:270:in `call'
org/jruby/RubyProc.java:220:in `call'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `execute'
org/jruby/RubyArray.java:1615:in `each'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `invoke_with_call_chain'
F:/hudson/tools/jruby-1.6.7/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `invoke_prerequisites'
org/jruby/RubyArray.java:1615:in `each'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `invoke_with_call_chain'
F:/hudson/tools/jruby-1.6.7/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `top_level'
org/jruby/RubyArray.java:1615:in `each'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `top_level'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `run'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rake-0.9.2.2/bin/rake:33:in `(root)'
org/jruby/RubyKernel.java:1058:in `load'
F:\hudson\tools\jruby-1.6.7\bin\rake:19:in `(root)'
Tasks: TOP => ci => spec
Build step 'Execute Windows batch command' marked build as failure
Recording test results

Jenkins build is back to normal : Buildr-ci-build-jruby-win32 #108

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-build-jruby-win32/108/changes>