Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre2
Assignee: Thomas E Enebo
Created: 03/Jul/12 6:38 AM
Description:

Building in Fedora's minimal build root, the test suite timeouts.

$ ant test
Buildfile: /builddir/build/BUILD/jruby-1.7.0.preview2.dev/build.xml
init:
prepare-bin-jruby:
jar:
init:
create-dirs:
copy-resources:
update-constants:
     [echo] Updating Constants.java
     [exec] Result: 127
     [echo] ...using git revision = fffffff, tzdata = 2011n
     [copy] Copying 1 file to /builddir/build/BUILD/jruby-1.7.0.preview2.dev/src_gen/org/jruby/runtime
     [copy] Copying 1 file to /builddir/build/BUILD/jruby-1.7.0.preview2.dev/src_gen/org/jruby/runtime
_uc_internal_:
prepare:
compile-annotation-binder:
compile-jruby:
      [apt] Since compiler setting isn't classic or modern, ignoring fork setting.
      [apt] Since compiler setting isn't classic or modern, ignoring fork setting.
emma:
instrument:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
compile:
unzip-native-libs:
jar-jruby:
add-emma-jars:
compile-test:
    [javac] Compiling 173 source files to /builddir/build/BUILD/jruby-1.7.0.preview2.dev/build/classes/test
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
copy-test-files:
     [copy] Copying 18 files to /builddir/build/BUILD/jruby-1.7.0.preview2.dev/build/classes/test
install-dev-gems:
     [java] Gem.ruby /builddir/build/BUILD/jruby-1.7.0.preview2.dev/bin/jruby
     [java] Gem.bindir /builddir/build/BUILD/jruby-1.7.0.preview2.dev/bin
     [java] Removing rake
     [java] Successfully uninstalled rake-0.9.2.2
     [java] INFO:  gem "rspec-core" is not installed
     [java] INFO:  gem "diff-lcs" is not installed
     [java] INFO:  gem "rspec-expectations" is not installed
     [java] INFO:  gem "rspec-mocks" is not installed
     [java] INFO:  gem "rspec" is not installed
     [java] INFO:  gem "minitest" is not installed
     [java] INFO:  gem "minitest-excludes" is not installed
     [java] Successfully installed rake-0.9.2.2
     [java] Successfully installed rspec-core-2.8.0
     [java] Successfully installed diff-lcs-1.1.3
     [java] Successfully installed rspec-expectations-2.8.0
     [java] Successfully installed rspec-mocks-2.8.0
     [java] Successfully installed rspec-2.8.0
     [java] Successfully installed json-1.7.3-java
     [java] Depending on your version of ruby, you may need to install ruby rdoc/ri data:
     [java] 
     [java] <= 1.8.6 : unsupported
     [java]  = 1.8.7 : gem install rdoc-data; rdoc-data --install
     [java]  = 1.9.1 : gem install rdoc-data; rdoc-data --install
     [java] >= 1.9.2 : nothing to do! Yay!
     [java] Successfully installed rdoc-3.12
     [java] Successfully installed minitest-2.11.0
     [java] Successfully installed minitest-excludes-1.0.0
     [java] 10 gems installed
install-jruby-launcher-gem:
     [java] INFO:  gem "jruby-launcher" is not installed
     [java] Building native extensions.  This could take a while...
     [java] Successfully installed jruby-launcher-1.0.14-java
     [java] 1 gem installed
install-gems:
run-junit-interpreted-short:
     [echo] compile=OFF, jit.threshold=20, jit.maxsize=1000000000, jit.max=-1, objectspace=false threadpool=false reflection=false version=ruby1_8
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Testsuite: org.jruby.test.JRubyTestSuite
    [junit] Testsuite: org.jruby.test.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Testcase: org.jruby.test.Batch-With-Multiple-Tests:test_socket:	Caused an ERROR
    [junit] Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
    [junit] junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
    [junit] 
    [junit] 
BUILD FAILED
/builddir/build/BUILD/jruby-1.7.0.preview2.dev/build.xml:935: The following error occurred while executing this line:
/builddir/build/BUILD/jruby-1.7.0.preview2.dev/build.xml:1050: The following error occurred while executing this line:
/builddir/build/BUILD/jruby-1.7.0.preview2.dev/build.xml:991: Tests failed (timeout)
Total time: 31 minutes 29 seconds
Environment: Fedora Rawhide
Project: JRuby
Priority: Major Major
Reporter: Vit Ondruch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to