You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ci@buildr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/01/11 07:06:10 UTC

Build failed in Jenkins: Buildr-ci-matrix » 1.6,1.9.2,ubuntu2 #87

See <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/87/changes>

Changes:

[donaldp] Remove relativePaths attribute from project descriptor as IDEA no longer generates it here

[donaldp] Ensure name attribute is emitted first (under ruby 1.9+) for components to match the output produced by IDEA

[donaldp] Ensure that the order of the attributes in the underlying serialized xml matches those generated by IDEA if running under ruby 1.9+ by explicitly ordering inserts into hash

[donaldp] Observer the per-project source version when generating IDEA module files.

[donaldp] Sort the components in IDEA project files in the same order the idea sorts them.

[donaldp] Findbugs addon correctly handles String dependencies (vs task dependencies)

------------------------------------------
[...truncated 830 lines...]
  it should
  + add

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

.Specification "MySpecs"
  it should
  + add

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

.Specification "PassingSpecs"
  it should
  + add

Total for specification "PassingSpecs":
Finished in 0 second, 63 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, 66 ms
1 example, 1 expectation, 1 failure, 0 error

....MySpecs

it should
+ add
 
 
Total for specification MySpecs
Finished in 47 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 56 ms
3 examples, 0 failure, 0 error

.PassingSpecs

it should
+ add
 
 
Total for specification PassingSpecs
Finished in 45 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 49 ms
1 example, 1 failure, 0 error

...........................mkdir -p <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home>
.mkdir -p <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.buildr>
...........................[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/dependency...>
[info] Compile success at Jan 11, 2013 6:05:33 AM [3.089s]
[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 11, 2013 6:05:37 AM [3.137s]
.[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 11, 2013 6:05:40 AM [3.172s]
.[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 11, 2013 6:05:44 AM [3.143s]
.[info] Compiling 1 Scala source and 1 Java source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 11, 2013 6:05:48 AM [3.962s]
.[info] Compiling 1 Scala source and 1 Java source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 11, 2013 6:05:52 AM [3.991s]
..

Pending:
  Buildr::Compiler::Ecj should not issue warnings for type casting when warnings are set to warn:none, by default
    # RJB doesn't support well instantiating a class that has several constructors
    # ./spec/java/ecj_spec.rb:77
  Buildr::Compiler::Ecj should issue warnings for type casting when warnings are set
    # RJB doesn't support well instantiating a class that has several constructors
    # ./spec/java/ecj_spec.rb:86

Failures:

  1) Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:694:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  2) Buildr::TestTask#invoke when there was a successful test run already should run tests if test resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:699:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

Finished in 7 minutes 28.34 seconds
2371 examples, 2 failures, 2 pending

Failed examples:

rspec ./spec/core/test_spec.rb:692 # Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed
rspec ./spec/core/test_spec.rb:697 # Buildr::TestTask#invoke when there was a successful test run already should run tests if test resources changed

Failures:

  1) Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:694:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  2) Buildr::TestTask#invoke when there was a successful test run already should run tests if test resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:699:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'
rake aborted!
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/bin/ruby -S rspec spec/groovy/doc_spec.rb spec/groovy/bdd_spec.rb spec/groovy/compiler_spec.rb spec/addon/bnd_spec.rb spec/addon/drb_spec.rb spec/addon/jaxb_xjc_spec.rb spec/java/commands_spec.rb spec/java/external_spec.rb spec/java/ecj_spec.rb spec/java/doc_spec.rb spec/java/run_spec.rb spec/java/pom_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/doc_spec.rb spec/core/run_spec.rb spec/core/common_spec.rb spec/core/cc_spec.rb spec/core/project_spec.rb spec/core/generate_spec.rb spec/core/generate_from_eclipse_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/shell_spec.rb spec/core/test_spec.rb spec/core/build_spec.rb spec/ide/idea_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/version_requirement_spec.rb spec/scala/doc_spec.rb spec/scala/tests_spec.rb spec/scala/bdd_spec.rb spec/scala/compiler_spec.rb --format html --out _reports/specs.html --backtrace failed
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:137:in `block (2 levels) in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:60:in `verbose'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:127:in `block in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `load'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `<main>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `eval'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => ci => spec
Build step 'Execute shell' marked build as failure
Recording test results

Jenkins build is back to normal : Buildr-ci-matrix » 1.6,1.9.2,ubuntu2 #90

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/90/changes>


Build failed in Jenkins: Buildr-ci-matrix » 1.6,1.9.2,ubuntu2 #89

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/89/changes>

Changes:

[donaldp] Update the tests to reflect current TestNG test behaviour

------------------------------------------
[...truncated 1061 lines...]
PassingSuite:
- passing
Run completed in 48 milliseconds.
Total number of tests run: 1
Suites: completed 1, aborted 0
Tests: succeeded 1, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 1
PassingSuite:
- passing
Run completed in 49 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
PropertyTestSuite:
- testProperty
Run completed in 50 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: 2
MySuite:
- list concatenation
- list concatenation using a test method
Run completed in 237 milliseconds.
Total number of tests run: 2
Suites: completed 1, aborted 0
Tests: succeeded 2, failed 0, ignored 0, pending 0
All tests passed.
.Run starting. Expected test count is: 5
StringSuite:
- startsWith
- endsWith
- concat *** FAILED ***
  GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
 (StringSuite.scala:17)
  Falsified after 0 successful property evaluations.
  Location: (StringSuite.scala:17)
  Occurred when passed generated values (
    arg0 = "",
    arg1 = ""
  )
- substring2
- substring3
Run completed in 268 milliseconds.
Total number of tests run: 5
Suites: completed 1, aborted 0
Tests: succeeded 4, failed 1, ignored 0, pending 0
*** 1 TEST FAILED ***
....Specification "MySpecs"
  it should
  + add

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

.Specification "MySpecs"
  it should
  + add

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

.Specification "PassingSpecs"
  it should
  + add

Total for specification "PassingSpecs":
Finished in 0 second, 63 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, 66 ms
1 example, 1 expectation, 1 failure, 0 error

....MySpecs

it should
+ add
 
 
Total for specification MySpecs
Finished in 45 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 54 ms
3 examples, 0 failure, 0 error

.PassingSpecs

it should
+ add
 
 
Total for specification PassingSpecs
Finished in 44 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 46 ms
1 example, 1 failure, 0 error

...........................mkdir -p <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home>
.mkdir -p <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.buildr>
...........................[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/dependency...>
[info] Compile success at Jan 15, 2013 5:58:49 AM [3.063s]
[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 15, 2013 5:58:52 AM [3.104s]
.[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 15, 2013 5:58:55 AM [3.086s]
.[info] Compiling 1 Scala source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 15, 2013 5:58:59 AM [3.094s]
.[info] Compiling 1 Scala source and 1 Java source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 15, 2013 5:59:03 AM [3.891s]
.[info] Compiling 1 Scala source and 1 Java source to <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/target/classes...>
[info] Compile success at Jan 15, 2013 5:59:07 AM [4.004s]
..

Pending:
  Buildr::Compiler::Ecj should not issue warnings for type casting when warnings are set to warn:none, by default
    # RJB doesn't support well instantiating a class that has several constructors
    # ./spec/java/ecj_spec.rb:77
  Buildr::Compiler::Ecj should issue warnings for type casting when warnings are set
    # RJB doesn't support well instantiating a class that has several constructors
    # ./spec/java/ecj_spec.rb:86

Failures:

  1) Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:694:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

Finished in 7 minutes 20.66 seconds
2372 examples, 1 failure, 2 pending

Failed examples:

rspec ./spec/core/test_spec.rb:692 # Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed

Failures:

  1) Buildr::TestTask#invoke when there was a successful test run already should run tests if main resources changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:694:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'
rake aborted!
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/bin/ruby -S rspec spec/groovy/doc_spec.rb spec/groovy/bdd_spec.rb spec/groovy/compiler_spec.rb spec/addon/bnd_spec.rb spec/addon/drb_spec.rb spec/addon/jaxb_xjc_spec.rb spec/java/commands_spec.rb spec/java/external_spec.rb spec/java/ecj_spec.rb spec/java/doc_spec.rb spec/java/run_spec.rb spec/java/pom_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/doc_spec.rb spec/core/run_spec.rb spec/core/common_spec.rb spec/core/cc_spec.rb spec/core/project_spec.rb spec/core/generate_spec.rb spec/core/generate_from_eclipse_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/shell_spec.rb spec/core/test_spec.rb spec/core/build_spec.rb spec/ide/idea_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/version_requirement_spec.rb spec/scala/doc_spec.rb spec/scala/tests_spec.rb spec/scala/bdd_spec.rb spec/scala/compiler_spec.rb --format html --out _reports/specs.html --backtrace failed
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:137:in `block (2 levels) in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:60:in `verbose'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:127:in `block in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `load'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `<main>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `eval'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => ci => spec
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Buildr-ci-matrix » 1.6,1.9.2,ubuntu2 #88

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/88/changes>

Changes:

[donaldp] BUILDR-612 - Support the TestNG 6.x versions and default to 6.8.

[donaldp] BUILDR-599 - Support the passing of arguments to testng test runner.

------------------------------------------
[...truncated 1342 lines...]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  5) Buildr::TestTask with passing tests should update the last successful run timestamp
     Failure/Error: (before-1..after+1).should cover(test_task.timestamp)
       expected 2013-01-15 03:56:30 +0000..2013-01-15 03:56:32 +0000 to cover 2013-01-15 03:56:30 +0000
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:357:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  6) Buildr::TestTask#invoke when there was a successful test run already should run tests if test compile target changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:689:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

Finished in 7 minutes 25.74 seconds
2371 examples, 6 failures, 2 pending

Failed examples:

rspec ./spec/java/tests_spec.rb:371 # Buildr::TestNG should include TestNG dependencies
rspec ./spec/java/tests_spec.rb:487 # Buildr::TestNG should generate reports
rspec ./spec/java/tests_spec.rb:547 # Buildr::MultiTest should include dependencies of whichever test framework(s) are selected
rspec ./spec/java/tests_spec.rb:630 # Buildr::MultiTest should generate reports
rspec ./spec/core/test_spec.rb:355 # Buildr::TestTask with passing tests should update the last successful run timestamp
rspec ./spec/core/test_spec.rb:687 # Buildr::TestTask#invoke when there was a successful test run already should run tests if test compile target changed

Failures:

  1) Buildr::TestNG should include TestNG dependencies
     Failure/Error: project('foo').test.compile.dependencies.should include(artifact("org.testng:testng:jar:jdk15:#{TestNG.version}"))
       expected [<Buildr::Artifact /home/hudson/.m2/repository/org/testng/testng/6.8/testng-6.8.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock/2.5.1/jmock-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar => []>] to include <Buildr::Artifact <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.m2/repository/org/testng/testng/6.8/testng-6.8-jdk15.jar> => []>
       Diff:
       @@ -1,2 +1,2 @@
       -[<Buildr::Artifact <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.m2/repository/org/testng/testng/6.8/testng-6.8-jdk15.jar> => []>]
       +[<Buildr::Artifact /home/hudson/.m2/repository/org/testng/testng/6.8/testng-6.8.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock/2.5.1/jmock-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar => []>]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:17:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:373:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  2) Buildr::TestNG should generate reports
     Failure/Error: lambda { project('foo').test.invoke }.should change { File.exist?('reports/testng/foo/index.html') }.to(true)
       result should have been changed to true, but is now false
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:495:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  3) Buildr::MultiTest should include dependencies of whichever test framework(s) are selected
     Failure/Error: project('foo').test.compile.dependencies.should include(artifact("org.testng:testng:jar:jdk15:#{TestNG.version}"))
       expected ["<https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/lib/buildr/java",> <Buildr::Artifact /home/hudson/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock/2.5.1/jmock-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/testng/testng/6.8/testng-6.8.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar => []>] to include <Buildr::Artifact <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.m2/repository/org/testng/testng/6.8/testng-6.8-jdk15.jar> => []>
       Diff:
       @@ -1,2 +1,2 @@
       -[<Buildr::Artifact <https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/tmp/home/.m2/repository/org/testng/testng/6.8/testng-6.8-jdk15.jar> => []>]
       +["<https://builds.apache.org/job/Buildr-ci-matrix/./BUILD_JVM=1.6,BUILD_RVM=1.9.2,label=ubuntu2/ws/lib/buildr/java",> <Buildr::Artifact /home/hudson/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock/2.5.1/jmock-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/org/testng/testng/6.8/testng-6.8.jar => []>, <Buildr::Artifact /home/hudson/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar => []>]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:17:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:550:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  4) Buildr::MultiTest should generate reports
     Failure/Error: lambda { project('foo').test.invoke }.should change {
       result should have been changed to true, but is now false
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/java/tests_spec.rb:638:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  5) Buildr::TestTask with passing tests should update the last successful run timestamp
     Failure/Error: (before-1..after+1).should cover(test_task.timestamp)
       expected 2013-01-15 03:56:30 +0000..2013-01-15 03:56:32 +0000 to cover 2013-01-15 03:56:30 +0000
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:357:in `block (2 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'

  6) Buildr::TestTask#invoke when there was a successful test run already should run tests if test compile target changed
     Failure/Error: lambda { test_task.invoke }.should run_task('foo:test')
       Expected the tasks foo:test to run, but foo:test did not run, or not in the order we expected them to.  Tasks that ran: ["foo:resources", "foo:test:resources"]
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb:33:in `fail_with'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb:19:in `handle_matcher'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb:53:in `should'
     # ./spec/core/test_spec.rb:689:in `block (3 levels) in <top (required)>'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `instance_eval'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:113:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example.rb:110:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:378:in `block in run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:374:in `run_examples'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:360:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb:361:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `map'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:28:in `block in run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb:34:in `report'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:25:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
     # /home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `block in autorun'
rake aborted!
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/bin/ruby -S rspec spec/groovy/doc_spec.rb spec/groovy/bdd_spec.rb spec/groovy/compiler_spec.rb spec/addon/bnd_spec.rb spec/addon/drb_spec.rb spec/addon/jaxb_xjc_spec.rb spec/java/commands_spec.rb spec/java/external_spec.rb spec/java/ecj_spec.rb spec/java/doc_spec.rb spec/java/run_spec.rb spec/java/pom_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/doc_spec.rb spec/core/run_spec.rb spec/core/common_spec.rb spec/core/cc_spec.rb spec/core/project_spec.rb spec/core/generate_spec.rb spec/core/generate_from_eclipse_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/shell_spec.rb spec/core/test_spec.rb spec/core/build_spec.rb spec/ide/idea_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/version_requirement_spec.rb spec/scala/doc_spec.rb spec/scala/tests_spec.rb spec/scala/bdd_spec.rb spec/scala/compiler_spec.rb --format html --out _reports/specs.html --backtrace failed
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:137:in `block (2 levels) in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:60:in `verbose'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb:127:in `block in initialize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/home/hudson/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `load'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@global/bin/rake:19:in `<main>'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `eval'
/home/hudson/.rvm/gems/ruby-1.9.2-p320@ubuntu2/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => ci => spec
Build step 'Execute shell' marked build as failure
Recording test results