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 Hudson Server <hu...@hudson.apache.org> on 2010/08/25 06:49:46 UTC

Build failed in Hudson: buildr-ci-build-jruby-jdk5 #61

See <https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/61/changes>

Changes:

[boisvert] Fix incorrect expectations in sftp specs

[toulmean] BUILDR-495 Document twitter on Buildr's homepage

[toulmean] fixes for packaging as sources that was crashing the build, and changes of require to be able to run the tests with 1.9.2

[toulmean] use atoulme-Antwrap

[toulmean] use minitar

[toulmean] BUILDR-143 Upload to a file:// path needs ability to specify permissions (Joel Muzzerall)

[toulmean] BUILDR-285 Cobertura failing when running build

[boisvert] One-pass Shannon entropy reduction

[boisvert] Add another spec for BUILDR-335 (shows that it is indeed fixed)

[boisvert] BUILDR-491 sftp download goes into infinite loop

[toulmean] remove our custom code to generate the website, using jekylltask instead

[toulmean] BUILDR-477 Error while parsing maven-metadata.xml

[toulmean] BUILDR-487 package :sources should default to using .jar extension (instead of .zip)

[boisvert] BUILDR-488 artifact poms not reinstalled

Also:  it's now possible to provide artifact content with,
        artifact(...).content some_string

Also:  artifact(...).pom.from(file) works as expected.

Also:  poms associated with packages are no longer created directly
       in the local repository.  they are created alongside packages
       under 'target' which is more consistent.  the local repository
       is therefore only written when installing/downloading artifacts
       -- not during packaging.

------------------------------------------
[...truncated 1146 lines...]
  at ruby.jit.execute_567E3DE630ADA1FE03E50ACA5803AB85B9DC12E9.__file__(test.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:153)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
  at ruby.jit.invoke_with_call_chain_232F055B60314B7A3650CBD539BBE4DE8BF2805A.ensure_1$RUBY$__ensure___2(application.rb:636)
  at ruby.jit.invoke_with_call_chain_232F055B60314B7A3650CBD539BBE4DE8BF2805A.block_0$RUBY$__block__(application.rb:634)
  at ruby.jit.invoke_with_call_chain_232F055B60314B7A3650CBD539BBE4DE8BF2805ABlockCallback$block_0$RUBY$__block__xx1.call(Unknown Source)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:115)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:98)
  at org.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:78)
  at org.jruby.runtime.Block.yieldSpecific(Block.java:99)
  at ruby.jit.mon_synchronize_2B8A390F8E255A12A7AE14EEAC36AF0930A6A72B.ensure_1$RUBY$__ensure___0(monitor.rb:191)
  at ruby.jit.mon_synchronize_2B8A390F8E255A12A7AE14EEAC36AF0930A6A72B.__file__(monitor.rb:190)
  at ruby.jit.mon_synchronize_2B8A390F8E255A12A7AE14EEAC36AF0930A6A72B.__file__(monitor.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:136)
  at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:167)
  at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:81)
  at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:115)
  at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:132)
  at ruby.jit.invoke_with_call_chain_232F055B60314B7A3650CBD539BBE4DE8BF2805A.__file__(application.rb:622)
  at ruby.jit.invoke_with_call_chain_232F055B60314B7A3650CBD539BBE4DE8BF2805A.__file__(application.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:187)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:188)
  at ruby.jit.invoke_0774AB8CA9E793D6570A56D0A86DBED841E0110C.__file__(application.rb:617)
  at ruby.jit.invoke_0774AB8CA9E793D6570A56D0A86DBED841E0110C.__file__(application.rb)
  at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:35)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:119)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)
  at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
  at org.jruby.ast.RescueNode.executeBody(RescueNode.java:199)
  at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:118)
  at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:373)
  at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:327)
  at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:366)
  at org.jruby.runtime.Block.yieldNonArray(Block.java:205)
  at org.jruby.RubyObject.yieldUnder(RubyObject.java:507)
  at org.jruby.RubyObject.specificEval(RubyObject.java:331)
  at org.jruby.RubyObject.instance_eval(RubyObject.java:1285)
  at org.jruby.RubyObject$i_method_multi$RUBYFRAMEDINVOKER$instance_eval.call(org/jruby/RubyObject$i_method_multi$RUBYFRAMEDINVOKER$instance_eval.gen:65535)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:299)
  at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:117)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:122)
  at ruby.jit.execute_78281F6B651828CF55A465052DFED95103123CA9.rescue_1$RUBY$__rescue___0(example_methods.rb:40)
  at ruby.jit.execute_78281F6B651828CF55A465052DFED95103123CA9.block_0$RUBY$__block__(example_methods.rb:38)
  at ruby.jit.execute_78281F6B651828CF55A465052DFED95103123CA9BlockCallback$block_0$RUBY$__block__xx1.call(Unknown Source)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:115)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:98)
  at org.jruby.runtime.CompiledBlock.yieldSpecific(CompiledBlock.java:78)
  at org.jruby.runtime.Block.yieldSpecific(Block.java:99)
  at org.jruby.ext.Timeout.timeout(Timeout.java:74)
  at org.jruby.ext.Timeout$s_method_multi$RUBYINVOKER$timeout.call(org/jruby/ext/Timeout$s_method_multi$RUBYINVOKER$timeout.gen:65535)
  at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:155)
  at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:172)
  at ruby.jit.execute_78281F6B651828CF55A465052DFED95103123CA9.__file__(example_methods.rb:37)
  at ruby.jit.execute_78281F6B651828CF55A465052DFED95103123CA9.__file__(example_methods.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:187)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:186)
  at ruby.jit.run_examples_F0FB904973C854AC66896BA089993CE85F267880.block_0$RUBY$__block__(example_group_methods.rb:214)
  at ruby.jit.run_examples_F0FB904973C854AC66896BA089993CE85F267880BlockCallback$block_0$RUBY$__block__xx1.call(Unknown Source)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:115)
  at org.jruby.runtime.CompiledBlock.yield(CompiledBlock.java:98)
  at org.jruby.runtime.Block.yield(Block.java:194)
  at org.jruby.RubyArray.eachCommon(RubyArray.java:1630)
  at org.jruby.RubyArray.each(RubyArray.java:1637)
  at org.jruby.RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.call(org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen:65535)
  at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:115)
  at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:132)
  at ruby.jit.run_examples_F0FB904973C854AC66896BA089993CE85F267880.__file__(example_group_methods.rb:212)
  at ruby.jit.run_examples_F0FB904973C854AC66896BA089993CE85F267880.__file__(example_group_methods.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:102)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:279)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:68)
  at ruby.jit.run_0C18271FE7D5E1A83B4340B97DFF3794AB8BCCB9.__file__(example_group_methods.rb:103)
  at ruby.jit.run_0C18271FE7D5E1A83B4340B97DFF3794AB8BCCB9.__file__(example_group_methods.rb)
  at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:153)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:309)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:148)
  at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.runtime.InterpretedBlock.evalBlockBody(InterpretedBlock.java:373)
  at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:346)
  at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:303)
  at org.jruby.runtime.Block.yield(Block.java:194)
  at org.jruby.RubyArray.eachCommon(RubyArray.java:1630)
  at org.jruby.RubyArray.each(RubyArray.java:1637)
  at org.jruby.RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.call(org/jruby/RubyArray$i_method_0_0$RUBYFRAMEDINVOKER$each.gen:65535)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:299)
  at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:117)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:122)
  at org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)
  at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
  at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.ast.IfNode.interpret(IfNode.java:119)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
  at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)
  at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)
  at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
  at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)
  at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)
  at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)
  at home.toulmean.jruby_minus_1_dot_5_dot_1.lib.ruby.gems.$1_dot_8.gems.rspec_minus_1_dot_3_dot_0.bin.spec.__file__(spec:5)
  at home.toulmean.jruby_minus_1_dot_5_dot_1.lib.ruby.gems.$1_dot_8.gems.rspec_minus_1_dot_3_dot_0.bin.spec.load(spec)
  at org.jruby.Ruby.runScript(Ruby.java:685)
  at org.jruby.Ruby.runNormally(Ruby.java:568)
  at org.jruby.Ruby.runFromMain(Ruby.java:414)
  at org.jruby.Main.run(Main.java:286)
  at org.jruby.Main.run(Main.java:128)
  at org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:136)
  at java.lang.Thread.run(Thread.java:619)
Test Starting - StringSuite: substring2
Test Succeeded - StringSuite: substring2
Test Starting - StringSuite: substring3
Test Succeeded - StringSuite: substring3
Suite Completed - StringSuite
Run completed in 557 milliseconds.
Total number of tests run: 5
Suites: completed 1, aborted 0
Tests: succeeded 4, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
.....No known dependencies. Compiling everything
Specification "MySpecs"
  it should
  + add

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

.No known dependencies. Compiling everything
Specification "MySpecs"
  it should
  + add

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

.No known dependencies. Compiling everything
Specification "PassingSpecs"
  it should
  + add

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

.No known dependencies. Compiling everything
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, 67 ms
1 example, 1 expectation, 1 failure, 0 error

.......No known dependencies. Compiling everything
No known dependencies. Compiling everything
.No known dependencies. Compiling everything
.No known dependencies. Compiling everything
.......No known dependencies. Compiling everything
..No known dependencies. Compiling everything
.No known dependencies. Compiling everything
.No known dependencies. Compiling everything
............................

Pending:

Buildr::Filter should preserve mode bits except readable (Pending the release of the fix for JRUBY-4927)
./spec/core/common_spec.rb:543

1)
RuntimeError in 'Buildr::Compiler::ExternalJavac should compile a Java project just in the same way javac does externaljavac compiler should include classpath dependencies'
Failed to compile, see errors above
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/java/external.rb>:45:in `compile'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/compile.rb>:262:in `initialize'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:634:in `call'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:634:in `execute'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/spec/spec_helpers.rb>:154:in `execute'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:636:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:622:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:629:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:622:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:629:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:622:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/packaging/archive.rb>:467:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:629:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:622:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/compile.rb>:420:in `invoke_prerequisites'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:629:in `invoke_with_call_chain'
/home/toulmean/jruby-1.5.1/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:622:in `invoke_with_call_chain'
<https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/lib/buildr/core/application.rb>:617:in `invoke'
(eval):61:

Finished in 230.183 seconds

2071 examples, 1 failure, 1 pending
mkdir -p <https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/tmp/home>
mkdir -p <https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/ws/tmp/home/.buildr>
rake aborted!
Command /home/toulmean/jruby-1.5.1/bin/jruby -I"lib"  "/home/toulmean/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec" "spec/version_requirement_spec.rb" "spec/addon/drb_spec.rb" "spec/java/commands_spec.rb" "spec/java/external_spec.rb" "spec/java/ecj_spec.rb" "spec/java/packaging_spec.rb" "spec/java/tests_spec.rb" "spec/java/bdd_spec.rb" "spec/java/emma_spec.rb" "spec/java/ant_spec.rb" "spec/java/cobertura_spec.rb" "spec/java/compiler_spec.rb" "spec/java/java_spec.rb" "spec/core/compile_spec.rb" "spec/core/common_spec.rb" "spec/core/cc_spec.rb" "spec/core/project_spec.rb" "spec/core/generate_spec.rb" "spec/core/checks_spec.rb" "spec/core/application_spec.rb" "spec/core/util_spec.rb" "spec/core/extension_spec.rb" "spec/core/transport_spec.rb" "spec/core/test_spec.rb" "spec/core/build_spec.rb" "spec/ide/idea7x_spec.rb" "spec/ide/eclipse_spec.rb" "spec/packaging/artifact_spec.rb" "spec/packaging/artifact_namespace_spec.rb" "spec/packaging/packaging_spec.rb" "spec/packaging/archive_spec.rb" "spec/scala/tests_spec.rb" "spec/scala/bdd_spec.rb" "spec/scala/compiler_spec.rb"  --format failing_examples:failed --format html:_reports/specs.html --backtrace --require "/home/toulmean/buildr-gems/gems/ci_reporter-1.6.2/lib/ci/reporter/rake/rspec_loader.rb" --format CI::Reporter::RSpec failed

(See full trace by running task with --trace)
Recording test results


Hudson build is back to normal : buildr-ci-build-jruby-jdk5 #62

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/buildr-ci-build-jruby-jdk5/62/changes>