See <http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/4/>
------------------------------------------
[...truncated 3534 lines...]
[31m at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)[0m
[31m at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)[0m
[31m at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)[0m
[31m at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)[0m
[31m at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)[0m
[31m at org.jruby.ast.IfNode.interpret(IfNode.java:119)[0m
[31m at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)[0m
[31m at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)[0m
[31m at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)[0m
[31m at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)[0m
[31m at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)[0m
[31m at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)[0m
[31m at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)[0m
[31m at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)[0m
[31m at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:61)[0m
[31m at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)[0m
[31m at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)[0m
[31m at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)[0m
[31m at
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)[0m
[31m at
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:156)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:289)[0m
[31m at
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:108)[0m
[31m at
home.toulmean.jruby_minus_1_dot_5_dot_0.lib.ruby.gems.$1_dot_8.gems.rspec_minus_1_dot_2_dot_9.bin.spec.__file__(spec:5)[0m
[31m at
home.toulmean.jruby_minus_1_dot_5_dot_0.lib.ruby.gems.$1_dot_8.gems.rspec_minus_1_dot_2_dot_9.bin.spec.load(spec)[0m
[31m at org.jruby.Ruby.runScript(Ruby.java:684)[0m
[31m at org.jruby.Ruby.runNormally(Ruby.java:567)[0m
[31m at org.jruby.Ruby.runFromMain(Ruby.java:413)[0m
[31m at org.jruby.Main.run(Main.java:286)[0m
[31m at org.jruby.Main.run(Main.java:128)[0m
[31m at
org.jruby.util.ShellLauncher$ScriptThreadProcess.run(ShellLauncher.java:136)[0m
[31m at java.lang.Thread.run(Thread.java:619)[0m
[32mTest Starting - StringSuite: substring2[0m
[32mTest Succeeded - StringSuite: substring2[0m
[32mTest Starting - StringSuite: substring3[0m
[32mTest Succeeded - StringSuite: substring3[0m
[32mSuite Completed - StringSuite[0m
[36mRun completed in 605 milliseconds.[0m
[36mTotal number of tests run: 5[0m
[36mSuites: completed 1, aborted 0[0m
[36mTests: succeeded 4, failed 1, ignored 0, pending 0[0m
[31m*** 1 TEST FAILED ***[0m
- should fail if ScalaCheck test case fails
Buildr::Scala::Specs
- should be the default when tests in src/spec/scala
- should include Specs dependencies
- should include ScalaCheck dependencies
- should include JMock dependencies
Specification "MySpecs"
it should
[32m+[0m add
Total for specification "MySpecs":
Finished in 0 second, 106 ms
1 example, 1 expectation, 0 failure, 0 error
- should include public objects extending org.specs.Specification
Specification "MySpecs"
it should
[32m+[0m add
Total for specification "MySpecs":
Finished in 0 second, 56 ms
1 example, 1 expectation, 0 failure, 0 error
- should include public objects extending org.specs.Specification even with
companion classes
Specification "PassingSpecs"
it should
[32m+[0m add
Total for specification "PassingSpecs":
Finished in 0 second, 56 ms
1 example, 1 expectation, 0 failure, 0 error
- should pass when spec passes
Specification "StringSpecs"
empty string should
[31mx[0m have a zero length
'0' is not equal to '1' (StringSpecs.scala:7)
Total for specification "StringSpecs":
Finished in 0 second, 61 ms
1 example, 1 expectation, [31m1 failure[0m, 0 error
- should fail when spec fails
scala compiler (installed in SCALA_HOME)
- requires present SCALA_HOME
- should identify itself from source directories
- should report the language as :scala
- should set the target directory to target/classes
- should not override existing target directory
- should not change existing list of sources
- should include as classpath dependency
- should compile a simple .scala file into a .class file
- should package .class into a .jar file
- should compile scala class depending on java class in same project
- should compile java class depending on scala class in same project
scala compiler (downloaded from repository)
- requires absent SCALA_HOME
- should identify itself from source directories
- should report the language as :scala
- should set the target directory to target/classes
- should not override existing target directory
- should not change existing list of sources
- should include as classpath dependency
- should compile a simple .scala file into a .class file
- should package .class into a .jar file
- should compile scala class depending on java class in same project
- should compile java class depending on scala class in same project
scalac compiler options
- should set warnings option to false by default
- should set warnings option to true when running with --verbose option
- should use -nowarn argument when warnings is false
- should not use -nowarn argument when warnings is true
- should not use -verbose argument by default
- should use -verbose argument when running with --trace option
- should set debug option to true by default
- should set debug option to false based on Buildr.options
- should set debug option to false based on debug environment variable
- should set debug option to false based on DEBUG environment variable
- should use -g argument when debug option is true
- should not use -g argument when debug option is false
- should set deprecation option to false by default
- should use -deprecation argument when deprecation is true
- should not use -deprecation argument when deprecation is false
- should set optimise option to false by default
- should use -optimise argument when deprecation is true
- should not use -optimise argument when deprecation is false
- should not set target option by default
- should use -target:xxx argument if target option set
- should not set other option by default
- should pass other argument if other option is string
- should pass other argument if other option is array
- should complain about options it doesn't know
- should inherit options from parent
1)
RuntimeError in 'Buildr::RSpec should read passed specs from result yaml'
Tests failed!
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/test.rb>:490:in
`run_tests'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/test.rb>:211:in
`initialize'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`call'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`execute'
./spec/spec_helpers.rb:144:in `execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/test.rb>:239:in
`execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:636:in
`invoke_with_call_chain'
/home/toulmean/jruby-1.5.0/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:622:in
`invoke_with_call_chain'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:617:in
`invoke'
./spec/java/bdd_spec.rb:39:
./spec/java/bdd_spec.rb:24:in `instance_eval'
./spec/java/bdd_spec.rb:24:in `foo'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:225:in
`instance_exec'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:225:in
`define'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`call'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`execute'
./spec/spec_helpers.rb:144:in `execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:636:in
`execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:146:in
`switch_to_namespace'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:635:in
`execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:636:in
`invoke_with_call_chain'
/home/toulmean/jruby-1.5.0/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:622:in
`invoke_with_call_chain'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:617:in
`invoke'
./spec/spec_helpers.rb:338:in `define'
./spec/spec_helpers.rb:338:in `tap'
./spec/spec_helpers.rb:338:in `define'
./spec/java/bdd_spec.rb:21:in `foo'
./spec/java/bdd_spec.rb:38:
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in
`instance_eval'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:37:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:214:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:212:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:212:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:103:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:23:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:22:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:22:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb:151:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/command_line.rb:9:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin/spec:5:
2)
'Buildr::RSpec should read result yaml to obtain the list of failed specs'
FAILED
expected
["<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/src/spec/ruby/error_spec.rb",>
"<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/src/spec/ruby/failure_spec.rb"]>
got
["<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/src/spec/ruby/error_spec.rb",>
"<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/src/spec/ruby/failure_spec.rb",>
"<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/src/spec/ruby/success_spec.rb"]>
(compared using eql?)
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/fail_with.rb:41:in
`fail_with'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/handler.rb:21:in
`handle_matcher'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/expectations/extensions/kernel.rb:27:in
`should'
./spec/java/bdd_spec.rb:54:
./spec/java/bdd_spec.rb:24:in `instance_eval'
./spec/java/bdd_spec.rb:24:in `foo'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:225:in
`instance_exec'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:225:in
`define'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`call'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in
`execute'
./spec/spec_helpers.rb:144:in `execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:636:in
`execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:146:in
`switch_to_namespace'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/project.rb>:635:in
`execute'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:636:in
`invoke_with_call_chain'
/home/toulmean/jruby-1.5.0/lib/ruby/1.8/monitor.rb:191:in `mon_synchronize'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:622:in
`invoke_with_call_chain'
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/lib/buildr/core/application.rb>:617:in
`invoke'
./spec/spec_helpers.rb:338:in `define'
./spec/spec_helpers.rb:338:in `tap'
./spec/spec_helpers.rb:338:in `define'
./spec/java/bdd_spec.rb:21:in `foo'
./spec/java/bdd_spec.rb:51:
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in
`instance_eval'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:40:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_methods.rb:37:in
`execute'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:214:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:212:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:212:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/example/example_group_methods.rb:103:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:23:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:22:in
`each'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/example_group_runner.rb:22:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/options.rb:151:in
`run_examples'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec/runner/command_line.rb:9:in
`run'
/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin/spec:5:
Finished in 187.688 seconds
1863 examples, 2 failures
mkdir -p
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/home>
mkdir -p
<http://hudson.zones.apache.org/hudson/job/buildr-ci-build-jruby/ws/tmp/home/.buildr>
rake aborted!
Command /home/toulmean/jruby-1.5.0/bin/jruby -I"lib"
"/home/toulmean/jruby-1.5.0/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin/spec"
"spec/version_requirement_spec.rb" "spec/addon/drb_spec.rb"
"spec/java/commands_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 specdoc --format failing_examples:failed
--format html:_reports/specs.html --backtrace failed
(See full trace by running task with --trace)