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/11 09:38:23 UTC

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

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

Changes:

[donaldp] Upgrade the ci tests to run against jruby 1.7.1

------------------------------------------
[...truncated 917 lines...]
     # 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'

  2) Buildr::POM should respect exclusions when computing transitive dependencies
     Failure/Error: pom.dependencies.should eql(specs)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/javax/mail/mail/1.0/mail-1.0.pom, Declarations can only occur in the doctype declaration.
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <!doctype html> <html> <head> 	<title>Example Domain</title>  	<meta charset="utf
     # ./lib/buildr/java/pom.rb:53:in `load'
     # ./lib/buildr/java/pom.rb:51:in `load'
     # ./lib/buildr/java/pom.rb:42:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./spec/java/pom_spec.rb:67: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'

  3) Buildr#transitive should filter dependencies based on :optional argument
     Failure/Error: transitive(@complex, :scopes => [:runtime], :optional => true).should eql(specs.map { |spec| artifact(spec) })
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/jlib/jlib-optional/1.4/jlib-optional-1.4.pom, Declarations can only occur in the doctype declaration.
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <!doctype html> <html> <head> 	<title>Example Domain</title>  	<meta charset="utf
     # ./lib/buildr/java/pom.rb:53:in `load'
     # ./lib/buildr/java/pom.rb:51:in `load'
     # ./lib/buildr/java/pom.rb:42:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/packaging/artifact.rb:826:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:821:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1136: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 13 minutes 30.77 seconds
2265 examples, 3 failures, 2 pending

Failed examples:

rspec ./spec/core/cc_spec.rb:173 # Buildr::CCTask should support parent and subprojects
rspec ./spec/java/pom_spec.rb:64 # Buildr::POM should respect exclusions when computing transitive dependencies
rspec ./spec/packaging/artifact_spec.rb:1134 # Buildr#transitive should filter dependencies based on :optional argument

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'

  2) Buildr::POM should respect exclusions when computing transitive dependencies
     Failure/Error: pom.dependencies.should eql(specs)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/javax/mail/mail/1.0/mail-1.0.pom, Declarations can only occur in the doctype declaration.
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <!doctype html> <html> <head> 	<title>Example Domain</title>  	<meta charset="utf
     # ./lib/buildr/java/pom.rb:53:in `load'
     # ./lib/buildr/java/pom.rb:51:in `load'
     # ./lib/buildr/java/pom.rb:42:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./spec/java/pom_spec.rb:67: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'

  3) Buildr#transitive should filter dependencies based on :optional argument
     Failure/Error: transitive(@complex, :scopes => [:runtime], :optional => true).should eql(specs.map { |spec| artifact(spec) })
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/jlib/jlib-optional/1.4/jlib-optional-1.4.pom, Declarations can only occur in the doctype declaration.
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <!doctype html> <html> <head> 	<title>Example Domain</title>  	<meta charset="utf
     # ./lib/buildr/java/pom.rb:53:in `load'
     # ./lib/buildr/java/pom.rb:51:in `load'
     # ./lib/buildr/java/pom.rb:42:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/packaging/artifact.rb:826:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:821:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1136: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 #112

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


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

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

Changes:

[donaldp] Update the remote repository URL to something other than example.com that now actually has a site

------------------------------------------
[...truncated 959 lines...]
     # 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'

  3) Buildr#transitive should filter dependencies based on :optional argument
     Failure/Error: transitive(@complex, :scopes => [:runtime], :optional => true).should eql(specs.map { |spec| artifact(spec) })
     RuntimeError:
       Failed to download jlib:jlib-optional:pom:1.4, tried the following repositories:
       http://buildr.apache.org/repository/noexist/
     # ./lib/buildr/packaging/artifact.rb:482:in `fail_download'
     # ./lib/buildr/packaging/artifact.rb:442:in `download'
     # ./lib/buildr/packaging/artifact.rb:349: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'
     # ./spec/spec_helpers.rb:154:in `execute'
     # ./lib/buildr/core/application.rb:673:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:671: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/1.8/monitor.rb:190:in `mon_synchronize'
     # ./lib/buildr/core/application.rb:659:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:654:in `invoke'
     # ./lib/buildr/java/pom.rb:41:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/packaging/artifact.rb:826:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:821:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1136: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 13 minutes 35.65 seconds
2265 examples, 3 failures, 2 pending

Failed examples:

rspec ./spec/core/cc_spec.rb:173 # Buildr::CCTask should support parent and subprojects
rspec ./spec/java/pom_spec.rb:64 # Buildr::POM should respect exclusions when computing transitive dependencies
rspec ./spec/packaging/artifact_spec.rb:1134 # Buildr#transitive should filter dependencies based on :optional argument

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'

  2) Buildr::POM should respect exclusions when computing transitive dependencies
     Failure/Error: pom.dependencies.should eql(specs)
     RuntimeError:
       Failed to download javax.mail:mail:pom:1.0, tried the following repositories:
       http://buildr.apache.org/repository/noexist/
     # ./lib/buildr/packaging/artifact.rb:482:in `fail_download'
     # ./lib/buildr/packaging/artifact.rb:442:in `download'
     # ./lib/buildr/packaging/artifact.rb:349: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'
     # ./spec/spec_helpers.rb:154:in `execute'
     # ./lib/buildr/core/application.rb:673:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:671: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/1.8/monitor.rb:190:in `mon_synchronize'
     # ./lib/buildr/core/application.rb:659:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:654:in `invoke'
     # ./lib/buildr/java/pom.rb:41:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./spec/java/pom_spec.rb:67: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'

  3) Buildr#transitive should filter dependencies based on :optional argument
     Failure/Error: transitive(@complex, :scopes => [:runtime], :optional => true).should eql(specs.map { |spec| artifact(spec) })
     RuntimeError:
       Failed to download jlib:jlib-optional:pom:1.4, tried the following repositories:
       http://buildr.apache.org/repository/noexist/
     # ./lib/buildr/packaging/artifact.rb:482:in `fail_download'
     # ./lib/buildr/packaging/artifact.rb:442:in `download'
     # ./lib/buildr/packaging/artifact.rb:349: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'
     # ./spec/spec_helpers.rb:154:in `execute'
     # ./lib/buildr/core/application.rb:673:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:671: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/1.8/monitor.rb:190:in `mon_synchronize'
     # ./lib/buildr/core/application.rb:659:in `invoke_with_call_chain'
     # ./lib/buildr/core/application.rb:654:in `invoke'
     # ./lib/buildr/java/pom.rb:41:in `load'
     # ./lib/buildr/java/pom.rb:38:in `load'
     # ./lib/buildr/java/pom.rb:107:in `dependencies'
     # org/jruby/RubyArray.java:2331:in `collect'
     # ./lib/buildr/java/pom.rb:97:in `dependencies'
     # ./lib/buildr/packaging/artifact.rb:826:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:821:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1136: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