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/16 08:23:02 UTC

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

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

Changes:

[donaldp] Rework the gpg addon to remove the need to set the GPG_USER environment variable unless invoking the upload task

------------------------------------------
[...truncated 1168 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: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#transitive should accept nested arrays
     Failure/Error: transitive([[specs[0]]], [[specs[1]], specs[2]]).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/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x22e95feb@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:834:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1076: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 accept struct
     Failure/Error: transitive(specs).should eql(specs.values.map { |spec| artifact(spec) })
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x132af9f5@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:834:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./lib/buildr/packaging/artifact.rb:844:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1081: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'

  4) Buildr#transitive should ignore duplicates
     Failure/Error: transitive('saxon:saxon:jar:8.4', 'saxon:saxon:jar:8.4').size.should be(1)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x6e8ec5ad@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:834:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1085: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'

  5) Buildr#transitive should accept project and return all its packaging tasks
     Failure/Error: transitive(foobar).should eql([
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/target/code-1.0.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x65c08f28@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:834:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./lib/buildr/packaging/artifact.rb:842:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./lib/buildr/packaging/artifact.rb:840:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:829:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1106: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'

  6) Buildr::Project#package should create POM artifact that creates its own POM
     Failure/Error: read(pom.to_s).should eql(<<-POM
       
       expected: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project>\n  <modelVersion>4.0.0</modelVersion>\n  <groupId>bar</groupId>\n  <artifactId>foo</artifactId>\n  <version>1.0</version>\n</project>\n"
            got: "#<Proc:0x1eafd0f6@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib/buildr/packaging/artifact.rb:142>"
       
       (compared using eql?)
       
       Diff:
       @@ -1,8 +1,2 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<project>
       -  <modelVersion>4.0.0</modelVersion>
       -  <groupId>bar</groupId>
       -  <artifactId>foo</artifactId>
       -  <version>1.0</version>
       -</project>
       +#<Proc:0x1eafd0f6@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib/buildr/packaging/artifact.rb:142>
     # 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/expectations/handler.rb:17:in `handle_matcher'
     # F:/hudson/tools/jruby-1.6.7/lib/ruby/gems/1.8/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/packaging/packaging_spec.rb:367: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 #127

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


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

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

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

  4) Buildr#transitive should ignore duplicates
     Failure/Error: transitive('saxon:saxon:jar:8.4', 'saxon:saxon:jar:8.4').size.should be(1)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x11d70fc9@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1085: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 44.64 seconds
2265 examples, 4 failures, 2 pending

Failed examples:

rspec ./spec/packaging/artifact_spec.rb:1069 # Buildr#transitive should return a list of artifacts from all its arguments
rspec ./spec/packaging/artifact_spec.rb:1074 # Buildr#transitive should accept nested arrays
rspec ./spec/packaging/artifact_spec.rb:1079 # Buildr#transitive should accept struct
rspec ./spec/packaging/artifact_spec.rb:1084 # Buildr#transitive should ignore duplicates

Failures:

  1) Buildr#transitive should return a list of artifacts from all its arguments
     Failure/Error: transitive(*specs).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/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x12d45007@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1071: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#transitive should accept nested arrays
     Failure/Error: transitive([[specs[0]]], [[specs[1]], specs[2]]).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/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x280e9f0d@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1076: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 accept struct
     Failure/Error: transitive(specs).should eql(specs.values.map { |spec| artifact(spec) })
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x230ff79f@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./lib/buildr/packaging/artifact.rb:843:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1081: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'

  4) Buildr#transitive should ignore duplicates
     Failure/Error: transitive('saxon:saxon:jar:8.4', 'saxon:saxon:jar:8.4').size.should be(1)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x11d70fc9@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1085: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/org.jruby.exceptions.RaiseException: (SystemExit) exit
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'
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

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

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

Changes:

[donaldp] Created an addon 'buildr/wsgen' for generating wsdls from java and java from wsdls using the underlying wsgen tool.

------------------------------------------
[...truncated 559 lines...]
    22 Tue Dec 18 07:03:02 GMT 2012 test/Text2.html
     0 Tue Dec 18 07:03:02 GMT 2012 EmptyDir1/
     0 Tue Dec 18 07:03:02 GMT 2012 EmptyDir2/
    21 Tue Dec 18 07:03:02 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:02 GMT 2012 Text2.html
     0 Tue Dec 18 07:03:02 GMT 2012 code/
    21 Tue Dec 18 07:03:02 GMT 2012 code/Test1.txt
    22 Tue Dec 18 07:03:02 GMT 2012 code/Text2.html
...     0 Tue Dec 18 07:03:02 GMT 2012 code/
     0 Tue Dec 18 07:03:02 GMT 2012 code/EmptyDir1/
     0 Tue Dec 18 07:03:02 GMT 2012 code/EmptyDir2/
    21 Tue Dec 18 07:03:02 GMT 2012 code/Test1.txt
    22 Tue Dec 18 07:03:02 GMT 2012 code/Text2.html
....    21 Tue Dec 18 07:03:04 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:04 GMT 2012 Text2.html
    21 Tue Dec 18 07:03:04 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:04 GMT 2012 Text2.html
....     0 Tue Dec 18 07:03:04 GMT 2012 included
    11 Tue Dec 18 07:03:06 GMT 2012 library-1.0.txt
    22 Tue Dec 18 07:03:06 GMT 2012 p1-1.0.zip
..     0 Tue Dec 18 07:03:06 GMT 2012 test/
     0 Tue Dec 18 07:03:06 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:06 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:06 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:06 GMT 2012 test/Text2.html
    21 Tue Dec 18 07:03:06 GMT 2012 Test1.txt
     0 Tue Dec 18 07:03:06 GMT 2012 test/
     0 Tue Dec 18 07:03:06 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:06 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:06 GMT 2012 test/Test1.txt
...     0 Tue Dec 18 07:03:08 GMT 2012 EmptyDir1/
     0 Tue Dec 18 07:03:08 GMT 2012 EmptyDir2/
    21 Tue Dec 18 07:03:08 GMT 2012 Test1.txt
     0 Tue Dec 18 07:03:08 GMT 2012 test/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:08 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:08 GMT 2012 test/Text2.html
....     0 Tue Dec 18 07:03:08 GMT 2012 test/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:08 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:08 GMT 2012 test/Text2.html
     0 Tue Dec 18 07:03:08 GMT 2012 test/file.txt
     0 Tue Dec 18 07:03:08 GMT 2012 code/
    21 Tue Dec 18 07:03:08 GMT 2012 code/Test1.txt
    22 Tue Dec 18 07:03:08 GMT 2012 code/Text2.html
     0 Tue Dec 18 07:03:08 GMT 2012 test/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:08 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:08 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:08 GMT 2012 test/Text2.html
...     0 Tue Dec 18 07:03:08 GMT 2012 code/
    21 Tue Dec 18 07:03:08 GMT 2012 code/Test1.txt
    22 Tue Dec 18 07:03:08 GMT 2012 code/Text2.html
     0 Tue Dec 18 07:03:10 GMT 2012 code/
     0 Tue Dec 18 07:03:10 GMT 2012 code/test/
     0 Tue Dec 18 07:03:10 GMT 2012 code/test/EmptyDir1/
     0 Tue Dec 18 07:03:10 GMT 2012 code/test/EmptyDir2/
    21 Tue Dec 18 07:03:10 GMT 2012 code/test/Test1.txt
    22 Tue Dec 18 07:03:10 GMT 2012 code/test/Text2.html
....     0 Tue Dec 18 07:03:10 GMT 2012 test/
    21 Tue Dec 18 07:03:10 GMT 2012 test/sample
     0 Tue Dec 18 07:03:10 GMT 2012 EmptyDir1/
     0 Tue Dec 18 07:03:10 GMT 2012 EmptyDir2/
    21 Tue Dec 18 07:03:10 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:10 GMT 2012 Text2.html
...     0 Tue Dec 18 07:03:10 GMT 2012 test/
     0 Tue Dec 18 07:03:10 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:10 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:10 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:10 GMT 2012 test/Text2.html
     0 Tue Dec 18 07:03:12 GMT 2012 path/
     0 Tue Dec 18 07:03:12 GMT 2012 path/test/
    21 Tue Dec 18 07:03:12 GMT 2012 path/test/sample
     0 Tue Dec 18 07:03:12 GMT 2012 test/
    15 Tue Dec 18 07:03:12 GMT 2012 test/.config
     0 Tue Dec 18 07:03:12 GMT 2012 test/EmptyDir1/
     0 Tue Dec 18 07:03:12 GMT 2012 test/EmptyDir2/
    21 Tue Dec 18 07:03:12 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:12 GMT 2012 test/Text2.html
...     0 Tue Dec 18 07:03:12 GMT 2012 code/
     0 Tue Dec 18 07:03:12 GMT 2012 code/EmptyDir1/
     0 Tue Dec 18 07:03:12 GMT 2012 code/EmptyDir2/
    21 Tue Dec 18 07:03:12 GMT 2012 code/Test1.txt
    22 Tue Dec 18 07:03:12 GMT 2012 code/Text2.html
     0 Tue Dec 18 07:03:12 GMT 2012 path/
     0 Tue Dec 18 07:03:12 GMT 2012 path/code/
     0 Tue Dec 18 07:03:12 GMT 2012 path/code/EmptyDir1/
     0 Tue Dec 18 07:03:12 GMT 2012 path/code/EmptyDir2/
    21 Tue Dec 18 07:03:12 GMT 2012 path/code/Test1.txt
    22 Tue Dec 18 07:03:12 GMT 2012 path/code/Text2.html
     0 Tue Dec 18 07:03:12 GMT 2012 EmptyDir1/
     0 Tue Dec 18 07:03:12 GMT 2012 EmptyDir2/
    21 Tue Dec 18 07:03:12 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:12 GMT 2012 Text2.html
...     0 Tue Dec 18 07:03:12 GMT 2012 path/
     0 Tue Dec 18 07:03:12 GMT 2012 path/EmptyDir1/
     0 Tue Dec 18 07:03:12 GMT 2012 path/EmptyDir2/
    21 Tue Dec 18 07:03:12 GMT 2012 path/Test1.txt
    22 Tue Dec 18 07:03:12 GMT 2012 path/Text2.html
    21 Tue Dec 18 07:03:14 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:14 GMT 2012 Text2.html
    21 Tue Dec 18 07:03:14 GMT 2012 Test1.txt
...    22 Tue Dec 18 07:03:14 GMT 2012 Text2.html
     0 Tue Dec 18 07:03:14 GMT 2012 test/
    21 Tue Dec 18 07:03:14 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:14 GMT 2012 test/Text2.html
....     0 Tue Dec 18 07:03:16 GMT 2012 test/
    21 Tue Dec 18 07:03:16 GMT 2012 test/Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 test/Text2.html
    21 Tue Dec 18 07:03:16 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 Text2.html
    21 Tue Dec 18 07:03:16 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 Text2.html
...    21 Tue Dec 18 07:03:16 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 Text2.html
     0 Tue Dec 18 07:03:16 GMT 2012 EmptyDir1/
     0 Tue Dec 18 07:03:16 GMT 2012 EmptyDir2/
    21 Tue Dec 18 07:03:16 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 Text2.html
     0 Tue Dec 18 07:03:16 GMT 2012 subdir/
    15 Tue Dec 18 07:03:16 GMT 2012 subdir/test3.css
    21 Tue Dec 18 07:03:16 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:16 GMT 2012 Text2.html
...    15 Tue Dec 18 07:03:18 GMT 2012 Test1.txt
    22 Tue Dec 18 07:03:18 GMT 2012 Text2.html
    22 Tue Dec 18 07:03:18 GMT 2012 Text2.html
.....................................................................................................** Execute (dry run) F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/com/example/library/2.0/library-2.0.jar
** Execute (dry run) F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/com/example/library/2.0/library-2.0-all.jar
.........................................................................#<Method: RSpec::Core::ExampleGroup::Nested_159(Buildr)#install>
....................FFFF.........................................................................................................Specification "MySpecs"
  it should
  + add

Total for specification "MySpecs":
Finished in 0 second, 212 ms
1 example, 1 expectation, 0 failure, 0 error

.Specification "MySpecs"
  it should
  + add

Total for specification "MySpecs":
Finished in 0 second, 80 ms
1 example, 1 expectation, 0 failure, 0 error

.Specification "PassingSpecs"
  it should
  + add

Total for specification "PassingSpecs":
Finished in 0 second, 83 ms
1 example, 1 expectation, 0 failure, 0 error

.Specification "StringSpecs"
  empty string should
  x have a zero length
    '0' is not equal to '1' (StringSpecs.scala:7)

Total for specification "StringSpecs":
Finished in 0 second, 107 ms
1 example, 1 expectation, 1 failure, 0 error

....MySpecs

it should
+ add
 
 
Total for specification MySpecs
Finished in 86 ms
1 example, 0 failure, 0 error

.MySpecs

The 'Hello world' string should
+ contain 11 characters
+ start with 'Hello'
+ end with 'world'
 
Total for specification MySpecs
Finished in 82 ms
3 examples, 0 failure, 0 error

.PassingSpecs

it should
+ add
 
 
Total for specification PassingSpecs
Finished in 56 ms
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 59 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 18, 2012 7:05:57 AM [5.514s]
[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 18, 2012 7:06:02 AM [4.110s]
.[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 18, 2012 7:06:07 AM [4.691s]
.[info] Compiling 1 Scala source to F:\hudson\hudson-slave\workspace\Buildr-ci-build-jruby-win32\tmp\target\classes...
[info] Compile success at Dec 18, 2012 7:06:14 AM [4.126s]
.[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 18, 2012 7:06:21 AM [6.612s]
.[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 18, 2012 7:06:27 AM [4.859s]
.....model contains 4 documentable templates
.model contains 2 documentable templates
.......Run starting. Expected test count is: 1
MySuite:
- addition
Run completed in 120 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 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:
- addition
Run completed in 85 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 ***

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

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

Changes:

[donaldp] Ensure that the proc is invoked before writing out the pom by calling self.content to get the content

[donaldp] Remove debug output

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

  4) Buildr#transitive should ignore duplicates
     Failure/Error: transitive('saxon:saxon:jar:8.4', 'saxon:saxon:jar:8.4').size.should be(1)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x40c94f48@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1085: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 21 minutes 28.94 seconds
2265 examples, 4 failures, 2 pending

Failed examples:

rspec ./spec/packaging/artifact_spec.rb:1069 # Buildr#transitive should return a list of artifacts from all its arguments
rspec ./spec/packaging/artifact_spec.rb:1074 # Buildr#transitive should accept nested arrays
rspec ./spec/packaging/artifact_spec.rb:1079 # Buildr#transitive should accept struct
rspec ./spec/packaging/artifact_spec.rb:1084 # Buildr#transitive should ignore duplicates

Failures:

  1) Buildr#transitive should return a list of artifacts from all its arguments
     Failure/Error: transitive(*specs).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/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x106d516d@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1071: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#transitive should accept nested arrays
     Failure/Error: transitive([[specs[0]]], [[specs[1]], specs[2]]).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/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x64f36bb4@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1076: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 accept struct
     Failure/Error: transitive(specs).should eql(specs.values.map { |spec| artifact(spec) })
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x40453eb2@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./lib/buildr/packaging/artifact.rb:843:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1081: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'

  4) Buildr#transitive should ignore duplicates
     Failure/Error: transitive('saxon:saxon:jar:8.4', 'saxon:saxon:jar:8.4').size.should be(1)
     RuntimeError:
       Could not parse F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/tmp/home/.m2/repository/saxon/saxon/8.4/saxon-8.4.pom, malformed XML: missing tag start
       Line: 
       Position: 
       Last 80 unconsumed characters:
       <Proc:0x40c94f48@F:/hudson/hudson-slave/workspace/Buildr-ci-build-jruby-win32/lib
     # ./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/packaging/artifact.rb:833:in `transitive'
     # org/jruby/RubyArray.java:1615:in `each'
     # org/jruby/RubyEnumerable.java:830:in `inject'
     # ./lib/buildr/packaging/artifact.rb:828:in `transitive'
     # ./spec/packaging/artifact_spec.rb:1085: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