Skip to content

Instantly share code, notes, and snippets.

@shellac
Created April 14, 2009 12:39
Show Gist options
  • Save shellac/95159 to your computer and use it in GitHub Desktop.
Save shellac/95159 to your computer and use it in GitHub Desktop.
bash-3.2$ ant clean test
Buildfile: build.xml
init:
clean:
[delete] Deleting directory /Users/pldms/Development/CVS-Other/jruby/build
[delete] Deleting directory /Users/pldms/Development/CVS-Other/jruby/docs/api
[delete] Deleting directory /Users/pldms/Development/CVS-Other/jruby/src_gen
init:
jar:
init:
extract-rdocs:
prepare:
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build/classes
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build/classes/test
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build/test-results
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/build/test-results/html
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/docs/api
prepare-resources:
[copy] Copying 7 files to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
[copy] Copying 19 files to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby/builtin
[copy] Copying 1 file to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
compile-annotation-binder:
[mkdir] Created dir: /Users/pldms/Development/CVS-Other/jruby/src_gen
[javac] Compiling 6 source files to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
check-for-optional-java4-packages:
check-for-optional-packages:
compile-jruby:
[apt] Compiling 714 source files to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
[apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant, java.lang.SuppressWarnings, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target]
[apt] 1 warning
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
compile:
generate-method-classes:
_gmc_internal_:
[echo] Generating invokers...
[echo] Compiling populators...
[javac] Compiling 184 source files to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
[delete] Deleting: /Users/pldms/Development/CVS-Other/jruby/src_gen/annotated_classes.txt
generate-unsafe:
_gu_internal_:
[echo] Generating Unsafe impl...
jar-jruby:
_update_scm_revision_:
[jar] Building jar: /Users/pldms/Development/CVS-Other/jruby/lib/jruby.jar
compile-test:
[javac] Compiling 126 source files to /Users/pldms/Development/CVS-Other/jruby/build/classes/test
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
copy-test-files:
[copy] Copying 1 file to /Users/pldms/Development/CVS-Other/jruby/build/classes/test
instrument:
run-junit-compiled-short:
[echo] compile=JIT, jit.threshold=0, jit.max=-1, objectspace=true threadpool=false reflection=false version=ruby1_8
[junit] Testsuite: org.jruby.test.ScriptTestSuite
[junit] Tests run: 79, Failures: 0, Errors: 0, Time elapsed: 20.656 sec
[junit]
[junit] Testsuite: org.jruby.test.JRubyTestSuite
[junit] Tests run: 96, Failures: 0, Errors: 0, Time elapsed: 79.113 sec
[junit]
[junit] Testsuite: org.jruby.test.MRITestSuite
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 24.827 sec
[junit]
[junit] Testsuite: org.jruby.test.MainTestSuite
[junit] Tests run: 109, Failures: 0, Errors: 0, Time elapsed: 48.927 sec
[junit]
[junitreport] Processing /Users/pldms/Development/CVS-Other/jruby/build/test-results/TESTS-TestSuites.xml to /tmp/null1050276806
[junitreport] Loading stylesheet jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 1055ms
[junitreport] Deleting: /tmp/null1050276806
test-security-manager:
[java] Restricted policy looks ok
install-gems:
[java] rspec already installed
[java] rake already installed
test-rake-targets:
[echo] compile=OFF, threshold=20, objectspace=true threadpool=false reflection=false
[java] (in /Users/pldms/Development/CVS-Other/jruby)
[java] Buildfile: build.xml
[java]
[java] prepare-resources:
[java] [copy] Copying 1 file to /Users/pldms/Development/CVS-Other/jruby/build/classes/jruby
[java] [jar] Building jar: /Users/pldms/Development/CVS-Other/jruby/lib/jruby.jar
[java]
[java] compile-test:
[java] [javac] Compiling 1 source file to /Users/pldms/Development/CVS-Other/jruby/build/classes/test
[java]
[java] BUILD SUCCESSFUL
[java] Total time: 16 seconds
[java] Object extensions (with Object#class_eval defined) should allow inclusion of Java class constants in class context
[java] Object extensions (with Object#class_eval defined) should allow inclusion of Java class constants in module context
[java] Object extensions (without Object#class_eval defined) should allow inclusion of Java class constants in class context
[java] /Users/pldms/Development/CVS-Other/jruby/lib/ruby/site_ruby/1.8/builtin/javasupport/core_ext/object.rb:34 warning: already initialized constant NullPointerException
[java] Object extensions (without Object#class_eval defined) should allow inclusion of Java class constants in module context
[java] A ruby module used as a carrier for Java interfaces allows multiple interfaces
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] Needed implementation methods for interfaces should have __id__ method
[java] Needed implementation methods for interfaces should have __send__ method
[java] Needed implementation methods for interfaces should have == method
[java] Needed implementation methods for interfaces should have inspect method
[java] Needed implementation methods for interfaces should have respond_to? method
[java] Needed implementation methods for interfaces should have class method
[java] Needed implementation methods for interfaces should have methods method
[java] Needed implementation methods for interfaces should have send method
[java] Needed implementation methods for interfaces should have equal? method
[java] Needed implementation methods for interfaces should have eql? method
[java] Needed implementation methods for interfaces should have to_s method
[java] Needed implementation methods for concrete classes should have __id__ method
[java] Needed implementation methods for concrete classes should have __send__ method
[java] Needed implementation methods for concrete classes should have == method
[java] Needed implementation methods for concrete classes should have inspect method
[java] Needed implementation methods for concrete classes should have respond_to? method
[java] Needed implementation methods for concrete classes should have class method
[java] Needed implementation methods for concrete classes should have methods method
[java] Needed implementation methods for concrete classes should have send method
[java] Needed implementation methods for concrete classes should have equal? method
[java] Needed implementation methods for concrete classes should have eql? method
[java] Needed implementation methods for concrete classes should have to_s method
[java] Java instance method names should present as both camel-case and ruby-case
[java] Java instance method names should present javabean properties as attribute readers and writers
[java] Java instance method names should treat consecutive caps as part of one property name
[java] Java instance method names should present boolean javabean property accessors as '?' method
[java] Java static method names should present as both camel-case and ruby-case
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java]
[java] Java static method names should present javabean properties as attribute readers and writers
[java] Java static method names should present boolean javabean property accessors as '?' method
[java]
[java] Pending:
[java]
[java] An overloaded Java instance method should raise error when called with too few args (not sure why these are failing)
[java] spec/java_integration/methods/dispatch_spec.rb:111
[java]
[java] An overloaded Java static method should raise error when called with too few args (TODO)
[java] spec/java_integration/methods/dispatch_spec.rb:49
[java]
[java] Java static method names should not overwrite critical core Ruby methods (need a better way to separate class and instance methods in the java code)
[java] spec/java_integration/methods/naming_spec.rb:68
[java]
[java] A Java package can be imported using 'include_package package.module (does not work; probably should for consistency?)
[java] spec/java_integration/packages/access_spec.rb:22
[java]
[java] Java primitive-box-typed interface methods should coerce to Ruby types for the implementer (We do not coerce numerics to boxed Java numerics (yet?))
[java] spec/java_integration/types/coercion_spec.rb:372
[java]
[java] Java String, primitive, and object-typed interface methods should coerce or wrap to usable Ruby types for the implementer (char appears to be getting signed/unsigned-garbled)
[java] spec/java_integration/types/coercion_spec.rb:287
[java]
[java] *********************************************************************
[java] DEPRECATION WARNING: RSpec's formatters have changed example_pending
[java] to accept two arguments instead of three. Please see the rdoc
[java] for Spec::Runner::Formatter::BaseFormatter#example_pending
[java] for more information.
[java]
[java] Please update any custom formatters to accept only two arguments
[java] to example_pending. Support for example_pending with two arguments
[java] and this warning message will be removed after the RSpec 2.0 release.
[java] *********************************************************************
[java] Java String and primitive-typed methods should raise errors when passed values can not be precisely coerced (precision failure does not raise error)
[java] spec/java_integration/types/coercion_spec.rb:97
[java]
[java] Java String and primitive-typed methods should select the most narrow and precise overloaded method (selection based on precision is not supported yet)
[java] spec/java_integration/types/coercion_spec.rb:107
[java]
[java] A Ruby subclass of a Java class can not invoke package-visible methods of the superclass (Why doesn't this raise NoMethodError?)
[java] spec/java_integration/types/extension_spec.rb:45
[java]
[java] A Ruby subclass of a Java class can not invoke private methods of the superclass (Why doesn't this raise NoMethodError?)
[java] spec/java_integration/types/extension_spec.rb:62
[java] rake aborted!
[java] Command /Users/pldms/Development/CVS-Other/jruby/bin/jruby -I"/Users/pldms/Development/CVS-Other/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.4/lib" "/Users/pldms/Development/CVS-Other/jruby/lib/ruby/gems/1.8/gems/rspec-1.2.4/bin/spec" "spec/java_integration/addons/io_spec.rb" "spec/java_integration/addons/object_spec.rb" "spec/java_integration/addons/string_spec.rb" "spec/java_integration/exceptions/rescue_spec.rb" "spec/java_integration/extensions/kernel_spec.rb" "spec/java_integration/extensions/list_spec.rb" "spec/java_integration/fields/access_spec.rb" "spec/java_integration/interfaces/constant_spec.rb" "spec/java_integration/interfaces/implementation_spec.rb" "spec/java_integration/interfaces/iterable_spec.rb" "spec/java_integration/methods/basics_spec.rb" "spec/java_integration/methods/dispatch_spec.rb" "spec/java_integration/methods/error_spec.rb" "spec/java_integration/methods/naming_spec.rb" "spec/java_integration/methods/reflecting_spec.rb" "spec/java_integration/object/marshal_spec.rb" "spec/java_integration/packages/access_spec.rb" "spec/java_integration/reflection/field_spec.rb" "spec/java_integration/reflection/method_spec.rb" "spec/java_integration/types/array_spec.rb" "spec/java_integration/types/coercion_spec.rb" "spec/java_integration/types/construction_spec.rb" "spec/java_integration/types/extension_spec.rb" "spec/java_integration/types/retrieval_spec.rb" "spec/java_integration/types/wrapping_spec.rb" "spec/java_integration/utilities/io_spec.rb" --options spec/java_integration/spec.quiet.opts failed
[java]
[java] (See full trace by running task with --trace)
BUILD FAILED
/Users/pldms/Development/CVS-Other/jruby/build.xml:770: The following error occurred while executing this line:
/Users/pldms/Development/CVS-Other/jruby/build.xml:792: Java returned: 1
Total time: 4 minutes 22 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment