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 2013/08/10 12:38:21 UTC

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

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

Changes:

[donaldp] BUILDR-673 - Fix the option handling of the MultiTest test framework to behave as documented. Only the framework specific options are passed to the test. 
          
 Submitted by John Roth.

------------------------------------------
[...truncated 1624 lines...]
     Failure/Error: File.open(@target, 'w') { |file| @uri.download file }
     Errno::EISDIR:
       Is a directory - Is a directory
     # org/jruby/RubyFile.java:443:in `initialize'
     # org/jruby/RubyIO.java:1135:in `open'
     # ./spec/core/transport_spec.rb:53: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

Finished in 17 minutes 5.94 seconds
2274 examples, 6 failures

Failed examples:

rspec ./spec/core/transport_spec.rb:27 # URI#download should download file if found
rspec ./spec/core/transport_spec.rb:32 # URI#download should fail if file not found
rspec ./spec/core/transport_spec.rb:37 # URI#download should work the same way from static method with URI
rspec ./spec/core/transport_spec.rb:47 # URI#download should download to a task
rspec ./spec/core/transport_spec.rb:42 # URI#download should work the same way from static method with String
rspec ./spec/core/transport_spec.rb:52 # URI#download should download to a file

Failures:

  1) URI#download should download file if found
     Failure/Error: file(@target).should contain(@content)
       Expected target to contain 'Just a file'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/transport_spec.rb:29: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

  2) URI#download should fail if file not found
     Failure/Error: file(@target).should_not exist
       Expected target to not exist
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:57:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:57:in `should_not'
     # ./spec/core/transport_spec.rb:34: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

  3) URI#download should work the same way from static method with URI
     Failure/Error: file(@target).should contain(@content)
       Expected target to contain 'Just a file'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/transport_spec.rb:39: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

  4) URI#download should download to a task
     Failure/Error: file(@target).should contain(@content)
       Expected target to contain 'Just a file'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/transport_spec.rb:49: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

  5) URI#download should work the same way from static method with String
     Failure/Error: file(@target).should contain(@content)
       Expected target to contain 'Just a file'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/transport_spec.rb:44: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

  6) URI#download should download to a file
     Failure/Error: File.open(@target, 'w') { |file| @uri.download file }
     Errno::EISDIR:
       Is a directory - Is a directory
     # org/jruby/RubyFile.java:443:in `initialize'
     # org/jruby/RubyIO.java:1135:in `open'
     # ./spec/core/transport_spec.rb:53: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

Randomized with seed 123

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 --order random:123 --format html --out _reports/specs.html --backtrace failed
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:156:in `run_task'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:124: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.13.1/lib/rspec/core/rake_task.rb:122: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 #180

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


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

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

Changes:

[donaldp] Fix a spelling mistake

------------------------------------------
[...truncated 1339 lines...]
foo-bar-2.2.jar 1 982
.foo-2.1.3.jar 2 1120
foo-bar-2.2.jar 1 982
.foo-2.1.3.jar 30 46904
.foo-2.1.3.jar 30 46904
...foo-2.1.3.jar 1 846
foo-bar-2.2.jar 1 984
..backward compatibility: used 0.0.384 restoring 1.50.0
........................................F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\failed.java:1: error: class, interface, or enum expected
not a class
^
F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\failed.java:1: error: reached end of file while parsing
not a class
           ^
2 errors
........................................................................................model contains 4 documentable templates
..................................................................
Time: 0.026s

Total: 1. Success!
...
Time: 0.021s

Total: 1. Success!
...model contains 2 documentable templates
................................Error: Could not find or load main class org.example.NonExistentMain
................................................................................    [junit] Test FailingTest FAILED
........    [junit] Test FailingTest FAILED
............................................................................................................................................................................................................................................................................................Buildfile: F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\build.xml

dist:

BUILD SUCCESSFUL
Total time: 0 seconds
Buildfile: F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\build.xml

dist:

BUILD SUCCESSFUL
Total time: 0 seconds
Creating destination directory: "F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/doc\"
Creating destination directory: "F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/doc\"
..Creating destination directory: "F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/doc\"
..............Note: F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\src\main\java\UseApt.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
..................................................................................................................................Run starting. Expected test count is: 2
MySuite:
- list concatenation
- list concatenation using a test method
Run completed in 1 second, 172 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: 1
PropertyTestSuite:
- testProperty
Run completed in 139 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 105 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 103 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
MySuite:
- 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 114 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: 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 581 milliseconds.
Total number of tests run: 5
Suites: completed 1, aborted 0
Tests: succeeded 4, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
..Run starting. Expected test count is: 1
PassingSuite:
- passing
Run completed in 99 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 111 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 91 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 0, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
...........................................................................................................................................................................................................................................................

Failures:

  1) Buildr::JUnit report should clean after itself
     Failure/Error: lambda { task('clean').invoke }.should change { File.exist?(JUnit.report.target) }.to(false)
       result should have been changed to false, but is now true
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:313: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

Finished in 25 minutes 46.85 seconds
2274 examples, 1 failure

Failed examples:

rspec ./spec/java/tests_spec.rb:311 # Buildr::JUnit report should clean after itself

Failures:

  1) Buildr::JUnit report should clean after itself
     Failure/Error: lambda { task('clean').invoke }.should change { File.exist?(JUnit.report.target) }.to(false)
       result should have been changed to false, but is now true
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/fail_with.rb:32:in `fail_with'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/handler.rb:33:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.13.0/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:313: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.13.1/lib/rspec/core/example.rb:114:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:112:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.1/lib/rspec/core/example.rb:109:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:390: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.13.1/lib/rspec/core/example_group.rb:386:in `run_examples'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:371:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/example_group.rb:369:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.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.13.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.13.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.13.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.13.1/lib/rspec/core/runner.rb:80:in `run'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `autorun'
     # org/jruby/RubyProc.java:270:in `call'
     # org/jruby/RubyProc.java:224:in `call'

Randomized with seed 123

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 --order random:123 --format html --out _reports/specs.html --backtrace failed
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:156:in `run_task'
F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-core-2.13.1/lib/rspec/core/rake_task.rb:124: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.13.1/lib/rspec/core/rake_task.rb:122: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